.news {
    width: 100vw;
    margin-top: 40px;
    /* height: 970px; */
}

.news .news-list {
    /* width: 1342px; */
    height: 160px;
    padding: 20px 300px;
    margin-top: 80px;
    display: flex;
    /* align-items: center; */
}

.news .news-list .date {
    width: 20%;
    display: flex;
}

.news .news-list .date .month-date {
    font-size: 32px;
}

.news .news-list .date .line {
    width: 20px;
    height: 5px;
    margin-left: 20px;
    background-color: #246CFF;
}


.img img {
    width: 220px;
    height: 140px;
    /* margin-left: 30px; */
}

.news-item {
    width: 100%;
    margin-left: 20px;
}

.news-item .title {
    width: 480px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-item .time {
    font-size: 14px;
    color: #999999;
    margin: 20px 0;
}

.news-item .content {
    color: #808080;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.more-btn {
    /* width: 168px; */
    align-self: flex-end;
    margin-left: 70px;
    margin-top: 50px;
}

button {

    width: 168px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
}

.more-btn button img {
    width: 20px;
    height: 14px;
}

.more-btn button:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #246CFF;
}

.news-list:last-child {
    margin-bottom: 80px;
}
.news-list:hover{
    background-color: #F4F4F4;
}

/* ---------------newinfo--------------- */
.newsinfo {
    width: 1200px;
    margin: auto;
}

.newsinfo .jindu {
    font-size: 12px;
    color: #707070;
    line-height: 30px;
}

.newsinfo .news-info {
    margin-top: 40px;
}

.news-title {
    font-size: 26px;
}

.news-intro {
    color: #999999;
    font-size: 12px;
    margin-top: 20px;

}

.news-intro span {
    display: inline-block;
    margin-bottom: 40px;
}

.news-intro::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #999;
}

.news-context {
    margin-top: 50px;
}

.news-footer {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    /* border-bottom: 1px solid #999; */
}

