.rightNr {
    padding: 0 30px 30px 30px;
}

.news_old .rightNr .nr_select {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0;
}

.rightNr .nr_select .me_el_select {
    width: 7.2rem;
}

.rightNr .nr_select .me_el_select .el-input__inner {
    height: 2rem;
}

.rightNr .nr_select .me_el_select .el-input__icon {
    line-height: 2rem;
}

.me_el_option.el-select-dropdown__item.selected {
    background-color: #467CBF;
    color: #ffffff;
}

.me_el_option.el-select-dropdown__item.hover {
    background-color: #467CBF;
    color: #ffffff;
}

.me_el_option.el-select-dropdown__item:hover {
    background-color: #467CBF;
    color: #ffffff;
}

.servP1 .leftNav .split_box {
    height: 14px;
    width: 100%;
    background-color: #F6F7F9;
}

.servP1 .leftNav .hot_tags {
    /*margin-top: 14px;*/
}

.servP1.news_old .leftNav .hot_tags .hot_tit {
    line-height: 80px;
    padding: 0 40px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.servP1 .leftNav .hot_tags .hot_border {
    height: 1px;
    width: 100%;
    background-color: #1b1e21;
    opacity: 0.2;
    margin-bottom: 14px;
}

.servP1 .leftNav .hot_tags .hot_bq {
    display: flex;
    margin: 7px 14px 7px 20px;
    flex-wrap: wrap; /* 允许换行 */
    font-size: 14px;
    font-weight: 500;
    color: #434241;
}

.servP1 .leftNav .hot_tags .hot_bq .hot_bq_box {
    margin-right: 7px;
    padding: 7px;
    background-color: #f1f1f1;
    margin-bottom: 14px;
    border-radius: 5px;
}

.servP1 .leftNav .hot_tags .hot_bq .hot_bq_box:hover {
    background-color: #467CBF;
    color: #ffffff;
}

.servP1 .leftNav .hot_tags .hot_bq .hot_bq_box.active {
    background-color: #467CBF;
    color: #ffffff;
}
.servP1.news_old .leftNav {
    background-color: #ffffff;
    padding-bottom: 20px;
}
.news_old.servP1 .rightNr .hot_tags {
    display: none;
    /*margin-top: 14px;*/
}
.news_old .select_label {
    display: none;
}
@media (max-width: 768px) {
    .servP1.news_old .leftNav .hot_tags {
        display: none;
    }
    /*分类*/
    .news_old.servP1 .rightNr .hot_tags {
        background-color: rgb(246, 247, 249);
        display: block;
        /*margin-top: 14px;*/
    }

    .news_old.servP1 .rightNr .hot_tags .hot_tit {
        line-height: 60px;
        padding: 0 ;
        /*font-size: 24px;*/
        font-size: 15px;
        font-weight: bold;
        color: #333333;
    }

    .servP1.news_old .rightNr .hot_tags .hot_border {
        display: none;
        height: 1px;
        width: 100%;
        background-color: #1b1e21;
        opacity: 0.1;
        margin-bottom: 14px;
    }

    .news_old.servP1 .rightNr .hot_tags .hot_bq {
        display: flex;
        margin: 0;
        flex-wrap: wrap; /* 允许换行 */
        font-size: 14px;
        font-weight: 500;
        color: #434241;
    }

    .news_old.servP1 .rightNr .hot_tags .hot_bq .hot_bq_box {
        margin-right: 7px;
        padding: 7px;
        background-color: #f1f1f1;
        margin-bottom: 14px;
        border-radius: 5px;
    }

    .news_old.servP1 .rightNr .hot_tags .hot_bq .hot_bq_box:hover {
        background-color: #467CBF;
        color: #ffffff;
    }

    .news_old.servP1 .rightNr .hot_tags .hot_bq .hot_bq_box.active {
        background-color: #467CBF;
        color: #ffffff;
    }


    .servP1.news_old .leftNav {
        background-color: rgb(246, 247, 249);
        padding-bottom: 0;
    }
    .servP1.news_old .leftNav .hot_tags {
        display: none;
    }
    .news_old .rightNr .nr_select .me_el_select .el-input__inner {
        background-color: rgb(246, 247, 249);
    }
    .newsP1.servP1 .leftNav .lnErji a.noShow {
        display: none;
    }

    .news_old .servP_D {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .news_old .rightNr .nr_select {
        background-color: rgb(246, 247, 249);
        padding-top: 0;
    }
    .newsP1.servP1 .leftNav .lnErji a.on {
        background: rgb(246, 247, 249);
        color: #333333;
        font-weight: bold;
        font-size: 16px;
    }

    .news_old.newsP1.servP1 .leftNav .tit {
        display: none;
        margin-bottom: 0;
    }

    .newsP1.servP1 .leftNav .lnErji {
        background-color: rgb(246, 247, 249);
    }

    /*    new_old 列表*/
    .news_old.newsP1 .newsList li .imgBox {
        width: 100%;
        position: relative;
        height: 100%;
        background: center no-repeat;
        background-size: cover;
    }

    .news_old.newsP1 .newsList li .textBox {
        width: 100%;
        margin-left: 0;
        padding: 0 7px 14px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* 设置阴影效果 */
    }

    .news_old.newsP1 .newsList li .textBox .tit {
        font-size: 16px;
        -webkit-line-clamp: 2;
        padding-top: 14px;
    }

    .news_old.newsP1 .newsList li .textBox .desc {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }

    .news_old.newsP1 .newsList li .textBox .bottom_fix {
        display: flex;
        justify-content: space-between;
    }

    .news_old.newsP1 .newsList li .textBox .bottom_fix .readMore {
        display: block;
        color: #648eca;
    }

    /*.newsP1 .newsList li .imgBox img{display: none;}*/
    .news_old.newsP1 .newsList li .imgBox .tip {
        background: #e77918;
        border-radius: 0 0 10px 0;
        font-size: 12px;
        bottom: unset;
        top: 0;
        padding: 0 4px;
    }
    .news_old.newsP1 .newsList{
        background-color: rgb(246, 247, 249);
    }
    /*.newsP1 .pageNum2{display: none;}*/
    .news_old.newsP1 .newsList li {
        padding: 10px 0;
        border: 0;
        display: flex;
        flex-direction: column;
    }

    .news_old.newsP1 .newsList li:first-child {
        padding-top: 0;
    }



    .servP.news_old .leftNav .split_box {
        display: none;
    }
    .servP1.news_old .servBody{
        margin-top: 0;
        padding: 20px 20px 0;
    }
}
