/*news-lists-style-start*/

    .news .item-title {
        height: 59px;
    }

    .news .item-title, .news .news-introduction, .news-details .most-read .most-read-introduction{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 控制显示的行数（根据行高计算） */
        -webkit-box-orient: vertical;
    }

    .news .news-time, .news-details .news-article .news-article-title, .news-details .news-article .time, .news-details .most-read .time{
        font-family: "Arial", sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }

    .news .news-introduction, .news .news-tab .news-btn, .news-details .news-categories .news-categories-title, .news-details .most-read .news-number, .news-details .most-read .most-read-introduction{
        font-family: 'Roboto', sans-serif;
    }

    .news .news-introduction {
        font-weight: 400;
        font-style: italic;
        color: #666;
    }

    .news .news-tab {
        background: #F7F9FA;
        overflow-x: auto;
    }

    .news .news-tab .news-btn {
        white-space: nowrap;
        border-top: 4px solid #F7F9FA;
        border-bottom: 4px solid #F7F9FA;
        border-radius: 0;
        font-size: 20px;
        font-weight: 500;
        color: #666;
    }

    .news .news-tab .active {
        border-top: 4px solid #B6DD7A;
        border-bottom: 4px solid #fff;
        background: #fff;
    }

    .news .news-tab .news-btn:hover {
        border-top: 4px solid #B6DD7A;
        border-bottom: 4px solid #fff;
        background: #fff;
    }

    .news .news_content .item-title {
        -webkit-line-clamp: 1; /* 控制显示的行数（根据行高计算） */
    }

    .news .news_content .news-btn {
        width: 130px;
        background: #fff;
        color: #666;
        font-weight: 500;
        border: 1px solid #ccc;
        border-radius: 0;
    }

    .news-tab-list .news-item {
        background: #F7F9FA;
        box-shadow: none;
    }

    .news-tab-list .news-item::before {
        background: #becfaa;
    }

/*news-lists-style-end*/


/*news-lists-style-end*/

    .news-details .news-article .news-article-title {
        font-size: 32px;
    }

    .news-details .news-article .news-article-img {
        margin: 20px 0;
    }

    .news-categories, .news-details .most-read, .news-details .tags {
        border: 1px solid #E1E1E1;
        border-radius: 10px;
    }

    .news-details .news-categories .news-categories-title, .news-details .most-read .most-read-title, .news-details .tags-title {
        font-size: 20px;
        font-weight: 500;
        color: #333;
        line-height: 18px;
        background: #BECFAA;
        border-radius: 10px 10px 0 0;
    }

     .news-details .most-read .most-read-title{
        line-height: 24px;
    }

    .news-details .news-categories .news-categories-title .line {
        border: 3px solid #666;
    }

    .news-details .nav .nav-link {
        color: #666;
        font-size: 18px;
        font-weight: 500;
    }

    .news-details .nav .nav-link:hover {
        color: #BECFAA;
    }

    .news-details .most-read .most-read-title, .news-details .tags-title {
        background: none;
        border-bottom: 1px solid #E1E1E1;
    }

    .news-details .most-read .news-number{
        font-size: 24px;
        line-height: 24px;
        color: #999;
        font-weight: bold;
    }

    .news-details .most-read .time{
        margin-left: 22px;
    }

    .news-details .most-read .nav li:nth-child(1) .news-number{
        color: #608A53;
    }

    .news-details .most-read .nav li:nth-child(2) .news-number{
        color: #B6DD7A;
    }

    .news-details .most-read .nav li:nth-child(3) .news-number{
        color: #DEF5BA;
    }

    .news-details .most-read .most-read-introduction{
        font-size: 16px;
        line-height: 22px;
        color: #666;
        font-weight: 500;

    }

    .news-details .most-read .time{
         color: #999;
    }

    .news-details .most-read .most-read-btn{
        background: #D5D5D5;
        color: #333;
        font-weight: 600;
        border-radius: 0 0 10px 10px;
    }

    .news-details .most-read .most-read-btn:hover{
        background: #BECFAA;
        color: #fff;
    }

    .news-details .tags .tag-btn{
        color: #666;
        font-weight: 500;
        background: #D5D5D5;
    }

    .news-details .tags .active{
        background: #BECFAA;
        color: #eaeaea;
    }

    .news-details .tags .tag-btn:hover{
        background: #BECFAA;
        color: #eaeaea;
    }

/*news-lists-style-end*/

@media (max-width:1320px) {

}

@media (max-width:1200px) {

}

@media (max-width:992px) {

}

@media (max-width:768px) {

    /*news-process-style-end*/

        .news .news-tab .news-btn {
            width: 50% !important;
        }

    /*news-process-style-end*/

}

@media (max-width:571px) {

}