.news {
    padding-bottom: 87px;
    box-sizing: border-box;
}


.news_h1 {
    font-size: 40px;
    font-size: 2rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}

.news_content {
    width: 100%;
}

.news_list {
    padding: 0 20px;
    box-sizing: border-box;
}

.news_img_box {
    border-radius: 10px;

    display: flex;
}

.left_img {
    width: 40%;
    height: 6rem;
    border-radius: .5rem;
    overflow: hidden;

}

.news_img {
    width: 100%;
    height: 6rem;
    transition: all .4s;
}

.right_content {
    width: 60%;
    padding-left: .5rem;
    padding-top: 0rem;
    box-sizing: border-box;
}

.right_title {
    font-size: 1.1rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;

}

.right_title>.news_a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right_title:hover .news_a {
    color: #4364FF !important;
}

.right_text {
    font-size: .9rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.left_img:hover .news_img {
    transform: scale(1.1);
}


.news_list_li {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.news_a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-decoration: none !important;
    color: #000;

}

.news_list_li:hover .news_a>span {
    color: #4364FF;
}


.list_left {
    width: 15.5rem;
    /* background-color: #f00; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.list_right {
    font-size: .9rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;

}