.news-right a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.65);
}
.news-right h2.block-title {
    display: none;
}
.news-right .list-content {
    margin-top: 95px;
}
.news-right .list-content li {
    border-radius: 4px 0px 0px 0px;
    padding: 27px 16px;
    height: 114px;
    margin: 0;
}
.news-right .list-content li:nth-child(2n) {
    background-color: rgba(239, 239, 239, 0.3);
}
.news-right .list-content li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.news-right .list-content li a .list-left {
    margin-right: 16px;
    /* padding: 2px 16px 2px 0;

    border-right: 1px solid #D9D9D9; */
}
.news-right .list-content li a .list-left .list-date {
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.68px;
    text-align: center;
    color: #079F48;
    margin-bottom: 3px;
}
.news-right .list-content li a .list-left .list-year {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: center;
}
.news-right .list-content li a .list-right {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    margin: 0;
    padding-left: 16px;
}
.news-right .list-content li a .list-right h3.list-title {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-right .list-content li a .list-right p.list-text {
    color: rgba(0, 0, 0, 0.45);
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}