.servP {
    /*padding-top:20px;*/
}

.crumbs_box {
    background-color: #F6F7F9;
}

/*.resources_mbx {*/
/*    width: 100%;*/
/*    background-color: #F6F7F9;*/
/*    margin: 0;*/
/*    !*padding: 12px 250px 0;*!*/
/*}*/

/*.resources_mbx .pcBox{*/
/*    !*background-color: #F6F7F9;*!*/
/*    margin: 0 15.8rem;*/
/*    !*padding: 12px 250px 0;*!*/
/*}*/
.servP1.news_plus .leftNav .tit {
    font-size: 15px;
}

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

.rightNr .lnErji {
    margin-top: 34px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}

.rightNr .lnErji a {
    padding: 14px;
}

.rightNr .lnErji a.on {
    border-bottom: 3px solid #467CBF;
}

.rightNr .nr_select {
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: space-between;
    padding: 1rem 0;
    /*margin-top: 14px;*/
}

.rightNr .nr_select .top_number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    color: #333333;
    opacity: 0.6;
}
.rightNr .nr_select .top_number .seled-tag{
    color:#000;
    font-size: 1rem;
    font-weight: bold;
    max-width: 20rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;

}
@media (max-width: 768px) {
    .rightNr .nr_select .top_number .seled-tag {
        max-width: 5rem;
    }
}

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

.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.news_plus .leftNav {
    background-color: #ffffff;
    padding-bottom: 20px;
}

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

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

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

.servP1 .leftNav .hot_tags .hot_border {
    height: 1px;
    width: 100%;
    background-color: #1b1e21;
    opacity: 0.1;
    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 .leftNav .hot_tags .hot_bq .hot_bq_box.on {
    background-color: #467CBF;
    color: #ffffff;
}

.author .rightNr {
    width: 100%;
}

.author .author_info {
    padding: 16px 30px 0;
}

.author .author_info .info_top_phone {
    display: none;
}

.author .author_info .info_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

.author .author_info .info_top .info_left {
    display: flex;
    align-items: center;
}

.author .author_info .info_top .info_left .info_img {
    width: 60px; /* 设置容器宽度 */
    height: 60px; /* 设置容器高度 */
    border-radius: 50%; /* 圆形边框 */
    overflow: hidden; /* 隐藏超出边框的部分 */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.author .author_info .info_top .info_left .info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 图片铺满容器 */
}

.author .author_info .info_top .info_left .info_text {

}

.author .author_info .info_top .info_left .info_text .info_name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.author .author_info .info_top .info_left .info_text .info_dis {
    font-size: 12px;
    color: #333333;
}

.author .author_info .info_top .info_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.author .author_info .info_top .info_right .info_number {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.author .author_info .info_top .info_right .info_topics {
    font-size: 12px;
    color: #333333;
}

.author .author_info .info_bottom {
    padding-top: 14px;
}

.author .author_info .info_bottom .info_article {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 14px;
}

.author .author_info .info_bottom .article_details {
    display: flex;
    padding: 14px;
    background-color: #F6F7F9;
}

.author .author_info .info_bottom .article_details .article_img {
    width: 210px;
    margin-right: 14px;
}

.author .author_info .info_bottom .article_details .article_img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover; /* 图片铺满容器 */
}

.author .author_info .info_bottom .article_details .article_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.author .author_info .info_bottom .article_details .article_text .article_title {
    font-size: 16px;
    color: #333333;
}

.author .author_info .info_bottom .article_details .article_text .article_shujv {
    display: flex;
    font-size: 12px;
    color: #333333;
    opacity: 0.6;
    padding: 14px 0;
}

.author .author_info .info_bottom .article_details .article_text .article_shujv .article_time {
    margin-right: 20px;
}

.author .author_info .info_bottom .article_details .article_text .article_shujv .article_lll {
    display: flex;
}

.author .author_info .info_bottom .article_details .article_text .article_shujv .article_lll img {
    width: 20px;
    height: auto;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author .author_info .info_bottom .article_details .article_text .article_shujv .article_lll p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.author .author_info .info_bottom .article_details .article_text .article_descriptive {
    font-size: 13px;
    color: #333333;
}

.author .select_label {
    display: none;
}

.news_plus .select_label {
    display: none;
}

 .bottom_fix .readMore {
    display: none;
}

.news_plus.servP1 .rightNr .hot_tags {
    display: none;
    /*margin-top: 14px;*/
}

@media (max-width: 768px) {
    .bottom_fix .readMore {
        display: block;
    }
    .servP1.news_plus .servBody {
        margin-top: 0;
        padding: 20px 20px 0;
    }

    .news_plus .servP_D {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    /*//news_plus*/
    .servP1.news_plus .leftNav {
        background-color: rgb(246, 247, 249);
        padding-bottom: 0;
    }

    .author .c_center {
        padding: 0;
    }

    .news_plus .rightNr .nr_select {
        background-color: rgb(246, 247, 249);
        padding-top: 0;
    }

    .news_plus.newsP1.servP1 .leftNav .tit {
        line-height: 40px;
    }

    .newsP1.servP1 .leftNav .tit p:after {
        width: 0;
        height: 0;
    }

    .news_plus .rightNr .nr_select .me_el_select .el-input__inner {
        background-color: rgb(246, 247, 249);
    }

    .servP.news_plus .leftNav .split_box {
        display: none;
    }

    .newsP1.servP1.news_plus .leftNav .tit {
        margin-bottom: 0;
    }

    .servP1.news_plus .leftNav .hot_tags {
        display: none;
    }

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

    .news_plus.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_plus.newsP1 .newsList li .textBox .tit {
        font-size: 16px;
        -webkit-line-clamp: 2;
        padding-top: 14px;
    }

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

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

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

    /*.newsP1 .newsList li .imgBox img{display: none;}*/
    .news_plus.newsP1 .newsList li .imgBox .tip {
        background: #e77918;
        border-radius: 0 0 10px 0;
        font-size: 12px;
        bottom: unset;
        top: 0;
        padding: 0 4px;
    }

    /*.newsP1 .pageNum2{display: none;}*/
    .news_plus.newsP1 .newsList li {
        padding: 10px 0;
        border: 0;
        display: flex;
        flex-direction: column;
    }

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

    /*分类*/
    .news_plus.servP1 .rightNr .hot_tags {
        background-color: rgb(246, 247, 249);
        display: block;
        /*margin-top: 14px;*/
    }

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

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

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

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

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

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


    .rightNr .nr_select .select_label {
        display: block;
        font-weight: 600;
        opacity: 0.7;
    }

    .news_plus .rightNr .lnErji {
        display: none;
    }

    .rightNr .nr_select .me_el_select .el-input__inner {
        height: 30px;
        border: none;
        font-weight: 600;
        opacity: 0.7;
    }

    .rightNr .nr_select .me_el_select .el-input__suffix-inner {
        line-height: 30px;
    }

    .rightNr .nr_select .me_el_select .el-input__icon {
        line-height: 25px;
    }

    .rightNr .nr_select .phone_box {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .author .author_info {
        padding: 16px 14px 16px;
        border-bottom: 1px solid #D9D9D9;
    }

    .author .author_info .info_top {
        display: none;
    }

    .author.newsP1.servP1 .rightNr {
        padding: 0 14px;
    }

    .author .author_info .info_top_phone {
        display: block;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 14px;
    }

    .author .author_info .info_top_phone .phone_left {
        display: flex;
        justify-content: space-between;
        margin-bottom: 7px;
    }

    .author .author_info .info_top_phone .info_left {
        display: flex;
        align-items: center;
    }

    .author .author_info .info_top_phone .info_left .info_img {
        width: 40px; /* 设置容器宽度 */
        height: 40px; /* 设置容器高度 */
        border-radius: 50%; /* 圆形边框 */
        overflow: hidden; /* 隐藏超出边框的部分 */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 14px;
    }

    .author .author_info .info_top_phone .info_left .info_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 图片铺满容器 */
    }

    .author .author_info .info_top_phone .info_left .info_text {

    }

    .author .author_info .info_top_phone .info_left .info_text .info_name {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }

    .author .author_info .info_top_phone .info_left .info_text .info_dis {
        font-size: 12px;
        color: #333333;
    }

    .author .author_info .info_top_phone .info_right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .author .author_info .info_top_phone .info_right .info_number {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }

    .author .author_info .info_top_phone .info_right .info_topics {
        font-size: 12px;
        color: #333333;
    }

    /*    bottom*/
    .author .author_info .info_bottom {
        padding-top: 14px;
    }

    .author .author_info .info_bottom .info_article {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        padding-bottom: 14px;
    }

    .author .author_info .info_bottom .article_details {
        display: flex;
        flex-direction: column;
        padding: 0;
        background-color: #f5f5f5;
    }

    .author .author_info .info_bottom .article_details .article_img {
        width: 100%;
    }

    .author .author_info .info_bottom .article_details .article_img img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover; /* 图片铺满容器 */
    }

    .author .author_info .info_bottom .article_details .article_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7px 7px 14px;
        flex: 1;
    }

    .author .author_info .info_bottom .article_details .article_text .article_title {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }

    .author .author_info .info_bottom .article_details .article_text .article_shujv {
        display: flex;
        font-size: 14px;
        color: #333333;
        opacity: 0.6;
        padding: 14px 0;
    }

    .author .author_info .info_bottom .article_details .article_text .article_shujv .article_time {
        margin-right: 20px;
    }

    .author .author_info .info_bottom .article_details .article_text .article_shujv .article_lll {
        display: flex;
    }

    .author .author_info .info_bottom .article_details .article_text .article_shujv .article_lll img {
        width: 20px;
        height: auto;
        margin-right: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .author .author_info .info_bottom .article_details .article_text .article_shujv .article_lll p {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .author .author_info .info_bottom .article_details .article_text .article_descriptive {
        font-size: 15px;
        color: #333333;
    }

    .author .rightNr .lnErji {
        display: none;
    }

    .author.newsP1 .newsList li .imgBox {
        width: 100%;
        position: relative;
        height: 100%;
        background: center no-repeat;
        background-size: cover;
    }

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

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

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

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

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

    /*.newsP1 .newsList li .imgBox img{display: none;}*/
    .author.newsP1 .newsList li .imgBox .tip {
        background: #e77918;
        border-radius: 0 0 10px 0;
        font-size: 12px;
        bottom: unset;
        top: 0;
        padding: 0 4px;
    }

    /*.newsP1 .pageNum2{display: none;}*/
    .author.newsP1 .newsList li {
        padding: 10px 0;
        border: 0;
        display: flex;
        flex-direction: column;
    }

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


/*详情页*/

.newsDetailP.news_detail_plus .rightNav {
    background-color: #F6F7F9;
    padding: 0;
}
.newsDetailP.news_detail_plus .rightNav .videos{
    background-color: #ffffff;
    padding: 10px;
}
.newsDetailP.news_detail_plus .rightNav .videos .lnErji{
    position: relative;
}
.newsDetailP.news_detail_plus .rightNav .videos .lnErji .play_box{
    background: #1b1e21;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    padding:10px 15px;
}
.newsDetailP.news_detail_plus .rightNav .videos .lnErji .play-button img{
    width: 20px;
}
.newsDetailP.news_detail_plus .tit{
}
.newsDetailP.news_detail_plus .lnErji{
    padding: 0;
}
.newsDetailP.news_detail_plus .rightNav .hottags{
    margin-top: 10px;
    background-color: #ffffff;
    padding: 10px;
}

.newsDetailP.news_detail_plus .lnErji{
    padding: 10px 0 ;
}

.newsDetailP.news_detail_plus .hottags .lnErji  {
    display: flex;
    margin: 10px 0;
    flex-wrap: wrap; /* 允许换行 */
    font-size: 14px;
    font-weight: 500;
    color: #434241;
}

.newsDetailP.news_detail_plus .lnErji  .hot_bq_box {
    margin-right: 7px;
    padding: 7px;
    background-color: #f1f1f1;
    margin-bottom: 14px;
    border-radius: 5px;
}

.newsDetailP.news_detail_plus .lnErji  .hot_bq_box:hover {
    background-color: #467CBF;
    color: #ffffff;
}

.newsDetailP.news_detail_plus .lnErji  .hot_bq_box.active {
    background-color: #467CBF;
    color: #ffffff;
}
.newsDetailP.news_detail_plus .popularity {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 10px;
}
.newsDetailP.news_detail_plus .popularity .lnErji a{
    line-height: 20px;
    padding: 10px 0;
}
.newsDetailP.news_detail_plus .popularity .lnErji .ovh1{
    white-space: pre-wrap;
}
/*.newsDetailP.news_detail_plus .popularity .lnErji .a_box{*/
/*    position: relative;*/
/*}*/
.newsDetailP.news_detail_plus .popularity .lnErji .a_box{
    border-bottom: 1px solid #E9ECF1;
    padding-bottom: 10px;
}
.newsDetailP.news_detail_plus .popularity .lnErji .a_box .article_lll{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*position: absolute;*/
    opacity: 0.6;
}
.newsDetailP.news_detail_plus .popularity .lnErji .a_box a{
    border-bottom: none;
}
.newsDetailP.news_detail_plus .popularity .lnErji .a_box .article_lll .min_box{
    display: flex;
    align-items: center;
}
.newsDetailP.news_detail_plus .popularity .lnErji .a_box .article_lll img{
    width: 18px;
}
/*底部Tag*/
.servP1 .leftNav .hot_tags {
    /*margin-top: 14px;*/
}

.newsDetailP.news_detail_plus .leftNr .hot_tags .hot_tit {
    line-height: 60px;
    /*padding: 0 40px;*/
    /*font-size: 24px;*/
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.newsDetailP.news_detail_plus .leftNr .hot_tags .hot_bq {
    display: flex;
    /*margin: 7px 14px 7px 20px;*/
    flex-wrap: wrap; /* 允许换行 */
    font-size: 14px;
    font-weight: 500;
    color: #434241;
}

.newsDetailP.news_detail_plus .leftNr .hot_tags .hot_bq .hot_bq_box_self {
    margin-right: 7px;
    padding: 7px;
    background-color: #f1f1f1;
    margin-bottom: 14px;
    border-radius: 5px;
}

.newsDetailP.news_detail_plus .leftNr .hot_tags .hot_bq .hot_bq_box_self:hover {
    background-color: #467CBF;
    color: #ffffff;
}

/*.newsDetailP.news_detail_plus .leftNr .hot_tags .hot_bq .hot_bq_box_self.active {*/
/*    background-color: #467CBF;*/
/*    color: #ffffff;*/
/*}*/
.new_footer{
    display: none;
}
.time a {
    color: #999999;
}
.time a:hover {
    color: #333;
    text-decoration: underline !important;
}
.hot_bq_box_self{

    cursor: pointer;
}
.hot_bq_box{

    cursor: pointer;
}
/*.readMore{*/
/*    display: none !important;*/
/*}*/
@media (max-width: 768px) {
    .newsDetailP .leftNr.fl .descBox{
        display: block;
        padding: 10px;
        margin-top: 0;
    }
    .newsDetailP .leftNr .titBox{
        margin-top:25px;
    }
    .newsDetailP .servBody  .leftNr{
        padding-bottom: 0;
    }
    .time a {
        color: #999999;
    }
    .newsDetailP.news_detail_plus .rightNav{
        display: none;
    }
    .clearfix.baibg.c_center.servBody{
        padding: 12px 20px 20px;
    }
    .new_footer{
        padding: 10px 14px 30px;
        background: #ffffff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top:20px ;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
    }
    .new_footer a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .new_footer a img{
        width: 32px;
        line-height: 32px;
        max-width: 100%;
        height: auto;
    }
    /*\*/
/*    个人中心*/
/*     .leftNav .lineBox*/
    .accountP .aside_footer .leftNav .myAcc{display: none}
    .accountP .aside_footer .leftNav .accMan {display: block;}
    .accountP .aside_footer .leftNav .accMan .infoBox {display: block;}
    .accountP .aside_header .leftNav .infoBox {display: block;}
    .rightAcc.address_book{
        padding: 0 10px 20px !important;
    }

}
/*#app1.accountP .lineBox a:first-child {*/
/*    background: #fff;*/
/*    color: #434241;*/
/*}*/

@media (min-width: 768px) {
    .aside_footer {
        display: none;
    }

}