.news-container {
    position: relative;
}
.news-container h2.block-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 26px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 23px;
    position: relative;
    border-bottom: none;
}
.news-container h2.block-title::before {
    display: block;
    content: "News";
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.news-container h2.block-title::after {
    display: block;
    content: "";
    width: 55px;
    height: 1px;
    background: #930208;
    position: absolute;
    /* top: 100%;
    transform: translateY(-50%);
    left: 0; */
}
.news-container .more-link {
    position: absolute;
    right: 0;
    top: 34px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #930208;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.news-container .row .list-images-1 {
    display: flex;
    height: 98px;
    box-sizing: content-box;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 16px;
    padding-top: 0;
}
.news-container .row .list-images-1 .list-left {
    flex: 0 0 150px;
    margin-right: 16px;
}
.news-container .row .list-images-1 .list-left img {
    width: 100%;
    height: 98px;
    -o-object-fit: cover;
       object-fit: cover;
}
.news-container .row .list-images-1 .list-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.news-container .row .list-images-1 .list-content .list-title {
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-container .row .list-images-1 .list-content .list-title a {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    white-space: initial;
}
.news-container .row .list-images-1 .list-content .list-time,
.news-container .row .list-images-1 .list-content .list-bottom .list-icon {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    color: rgba(0, 0, 0, 0.45);
    display: flex;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
}
.news-container .row .list-images-1 .list-content .list-time::before {
    content: "\e74f";
    color: #930208;
    margin-right: 3px;
}
.news-container .row .list-images-1 .list-content .list-text {
    display: none;
}
.news-container .row .list-images-1 .list-content .list-bottom .list-icon {
    left: 115px;
    display: flex;
    align-items: center;
}
.news-container .row .list-images-1 .list-content .list-bottom .list-icon .icon {
    display: none;
}
.news-container .row .list-images-1 .list-content .list-bottom .list-icon::before {
    margin-right: 3px;
    color: #930208;
    content: "\e70f";
}
.news-container .row .list-images-1 .list-content .list-bottom .list-icon a {
    color: rgba(0, 0, 0, 0.45);
    text-decoration: none;
}
.news-container .row .list-images-1 .list-content .list-bottom .list-more > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}