.news .hero-text .hero-title {
    font-size: 40px;
    font-family: PingFangSC-Semibold;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding-top: 100px;
}

.news_choosen {
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
}

.news_choosen span:first-child {
    border-right: 1px solid #eee;
}

.news_choosen .active {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.news_choosen span {
    display: inline-block;
    color: #666;
    position: relative;
    width: 200px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.news_choosen span i {
    position: absolute;
    display: block;
    opacity: 0;
    left: 50%;
    font-weight: normal;
    top: 50px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 2px;
    margin-left: -2px;
}

.news_choosen .active i {
    display: block;
    opacity: 1;
}

.not_open {
    display: none;
}

.news_list {
    width: 920px;
    margin: 60px auto 0
}

.news_content {
    width: 100%;
    border-bottom: 1px solid rgba(207, 207, 207, 1);
    padding-bottom: 20px;
    margin-bottom: 63px;
}

.news_l {
    padding-right: 48px
}

.month {
    font-size: 32px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.year {
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.title a {
    font-size: 20px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1) !important;
    margin-bottom: 12px;
    text-decoration-line: none
}

.title a:hover {
    text-decoration-line: none;
    color: #0065ab !important
}

.content {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #666;
    overflow: hidden;
    white-space: initial;
    height: 100px;
    text-overflow: ellipsis;
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .news_choosen span {
        display: inline-block;
        color: #666;
        position: relative;
        width: 150px;
        height: 60px;
        line-height: 60px;
        cursor: pointer;
    }
}

@media (max-width: 991.98px) {
    .news_list {
        width: 100%;
        margin: 60px auto 0;
        padding: 0px 20px;
    }
}

@media (max-width: 767.98px) {
    .news-item-time-9 {
        display: none;
    }
    .news-item-time-7 {
        display: block !important;
        font-size: 16px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #666;
        margin-top: 15px;
    }
    .col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}