.news_bg{
    background: url(../images/news/banner.png) no-repeat!important;
    background-size: 100% 100%!important;
}
.news_right{
    width: 77%;
    padding-bottom: 0.5rem;
}
.news_right_content{
    padding: 0.3rem 0;
}
.news_right_items{
    width: 100%;
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 0.01rem dashed #eee;
}
.news_right_items:last-child{
    border-bottom: 0;
}
.news_imbox{
    width: 3.17rem;
    height: 1.84rem;
    overflow: hidden;
    border-radius: 0.1rem;
}
.news_imbox>img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.news_imbox:hover>img{
    transform: scale(1.05);
}
.news_text{
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_text_tit{
    width: 6.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #222;
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 0.18rem;
    display: block;
}
.news_text_tit:hover{
    opacity: .9;
}
.news_text_txt{
    width: 6.6rem;
    text-align: justify;
    color: #222;
    font-size: 0.16rem;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news_data{
    padding-bottom: 0.1rem;
    color: #222;
    font-size: 0.16rem;
}
.news_auto_content{
    margin-top: 0.2rem;
    /* margin-bottom: 0.5rem; */
    position: relative;
}
.news_auto_content .per_name{
    width: 2.9rem;
    color: #222;
    font-size: 0.16rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_auto_content .next-last{
    top: 3.3rem!important;
}
.news_auto_content .prev-last{
    top: 3.3rem!important;
}
.news_auto_content .pagin-last{
    top: 3.3rem!important;
}
.per_text{
    text-align: justify;
    color:#222;
    font-size: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 1.7;
}
/* 新闻详情 */
.news_right_padding{
    padding:0 0 0.25rem 0 ;
    border-bottom:0.01rem solid #DBDBDB;
    margin-bottom: 0.3rem;
}
.news_right_title{
    font-weight: bold;
    font-size: 0.24rem;
    color: #333;
    margin-bottom: 0.15rem;
    text-align: center; 
}
.news_right_data{
    color: #222;
    font-size: 0.16rem;
}
.news_right_data span{
    margin-right: .15rem
}
.news_right_js{
    text-align: justify;
    font-size: 0.16rem;
    color: #222;
    padding: 0.2rem 0;
    line-height: 1.7;
}
.news_right_trans{
    width: 100%;
    height: 4.45rem;
    overflow:hidden;
}
.news_right_trans>img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.news_right_trans:hover>img{
    transform: scale(1.05);
}
.news_right_xtxt{
    border-bottom: 0.01rem dashed #EEEEEE;
    padding-bottom: 0.2rem;
}
.news_right_up{
    width: 100%;
    display: flex;
    justify-content:space-between;
    padding: 0.25rem 0;
}
.news_right img{
    margin: 0 auto;
    max-width: 100%;
}
#full_text img{
    max-width: 100%;
}
.news_right p{
    /*line-height: 1.7;*/
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 12px
}
.news_up_a{
    display: flex;
}
.news_up_txt{
    display: flex;
}
.news_up_items{
    width: 2.22rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0.07rem;
    color: #222;
    font-size: 0.16rem;
}
.news_up_items:hover{
    text-decoration: underline;
}
.news_up_im{
    width: 0.21rem;
    height: 0.21rem;
    display: block;
    margin-left: 0.1rem;
    position: relative;
}
.news_up_im_1,.news_up_im_2{
    position: absolute;
    top: 0;
    left: 0;
}
.news_up_im_2{
    display: none;
}
.news_up_a:hover{
    color: #0E88CC;
}
.news_up_a:hover .news_up_items{
    color: #0E88CC;
}
.news_up_a:hover .news_up_im_1{
    display: none;
}
.news_up_a:hover .news_up_im_2{
    display: block;
}
.product_between{
    display: flex;
    justify-content: space-between;
}
.pro_many{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    font-size: 0.16rem;
    color: #0d88cc;
}
/* 相关新闻 */
.news_news{
    margin-top:0.3rem ;
}
.news_news_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}
.news_news_items{
    width: 48%;
    display: flex;
    /*flex-direction: column;*/
    margin-right: 4%;
    margin-bottom: 0.35rem;
}
.news_news_items:nth-child(2n){
    margin-right: 0;
}
.news_news_date{
    width: 0.94rem;
    height: 0.94rem;
    border-radius: 0.07rem;
    border: 0.02rem solid #9FCFEB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news_news_title,.news_news_text{
    width: 3.7rem;   
}
.news_new_txtbox{
    flex: 1;
    margin-left: 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_news_date{
    display: flex;
    flex-direction: column;
}
.new_weight {
    font-size: 0.28rem;
    color: #0E88CC;
}
.news_year {
    font-size: 0.16rem;
    color: #0E88CC;
}
.news_news_title{
    font-weight: bold;
    margin-bottom: 0.07rem;
    font-size: 0.16rem;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_news_text{
    /*margin: 0.1rem 0;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /*line-height: 1.7;*/
}
.news_news_text,.news_news_date{
    font-size: 0.16rem;
    color: #222;
}
.label_tit{
    display: flex;
    justify-content: space-between;
}
.label-many{
    color: #0E88CC;
    font-size: 0.16rem!important;
    font-weight: normal!important;
}
.label-many:hover{
    opacity: .85s;
}
.news_ele_im{
    width: 0.26REM;
    height: 0.21rem;
}
.news_ele_right{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.news_ele_im img{
    width: 100%;
    height: 100%;
}
.news_ele_app{
    margin-left: 0.1rem;
    font-size: 0.16rem;
    color: #0E88CC;
}
.news_ques{
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
}
.news_ques_content{
    width: 48%;
    margin-right: 4%;
    border: 0.01rem solid #eee;
    border-radius: 0.03rem;
    padding: 0 0.2rem 0.2rem 0 ;
    margin-bottom: 0.5rem;
}
.news_ques_content:nth-child(2n){
    margin-right: 0;
}
.news_ques_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_ques_im{
    width: 2.19rem;
    height: 0.54rem;
    display: block;
    position: relative;
}

.news_ques_imgs{
    width: 2.19rem;
    height: 0.54rem;
    position: absolute;
    top: 0;
    left:-0.11rem;
}
.news_ques_name{
    z-index: 2;
    position: relative;
    width: 100%;
    height: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.2rem;
}
.news_ques_bottom{
    margin-top: 0.05rem;
    padding-left:0.2rem;
    /* background: pink; */
}
.news_ques_itm{
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
}
.news_img_left{
    width: 0.35rem;
    height: 0.35rem;
    min-width: 0.35rem;
    display: block;
    margin-right: 0.15rem;
}
.news_img_left>img{
    width: 100%;
    height: 100%;
}
.news_txt_right{
    font-size: 0.16rem;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_txt_text{
    font-size: 0.14rem;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news_lastbox{
    margin-top: 0.5rem;
    width: 100%;
    position: relative;
}

.news_lastbox .swiper-slide {
    padding-top:0.88rem;
    /*padding-top: 0.1rem;*/
    display: flex;
    justify-content: flex-start!important;
    flex-wrap: wrap!important;
    opacity: 1!important;
}

.news_lastbox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.news_lastbox .swiper-pagination{
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #DBDBDB;
    top:.1rem !important;
    bottom: auto;
}
.news_lastbox .swiper-pagination-bullet {
    width: auto;
    height: auto;
    font-size:0.16rem;
    color: #222;
    opacity: 1;
    background:transparent;
    border-radius: 0!important;
    margin: 0 0.15rem!important;
  }

.news_lastbox .swiper-pagination-bullet-active {
    color: #0E88CC;
    position: relative;
  }
  .news_lastbox .swiper-pagination-bullet-active::after{
    content: '';
    display: block;
    width: 50%;
    height: 0.04rem;
    background: #0E88CC;
    border-radius: 0.05rem;
    position: absolute;
    left: 50%!important;
    bottom: -0.22rem!important;
    transform: translateX(-50%)!important;
  }
.last_abox{
    display: flex;
    align-items: center;
    width: 45%;
    /* background: red; */
    margin-right: 10%;
    margin-bottom: 0.3rem;
}
.last_abox:nth-child(2n){
    margin-right: 0;
}
.last_img{
    width: 0.35rem;
    height: 0.35rem;
    display: block;
    margin-right: 0.15rem;
}
.last_img img{
    width: 100%;
    height: 100%;
}
.last_span{
    width: 3.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left!important;
}
.next_last,.prev_last{
    width: 0.36rem!important;
    height: 0.36rem!important;
    border-radius: 50%!important;
    border: 0.01rem solid #0e88cc!important;
    top:0.35rem!important;
}
.next_last{
    right: 0!important;
}
.prev_last{
    left: 0!important;
}
.next_last::after{
    font-size: 0.16rem!important;
}
.prev_last::after{
    font-size: 0.16rem!important;
}
.next_last:hover{
    background: #0e88cc;
    color: #fff;
}
.prev_last:hover{
    background: #0e88cc;
    color: #fff;
}

.ques_list_items{
    width: 100%;
    display: flex;
    padding: 0.15rem 0;
    border-bottom: 0.01rem dashed #E5E5E5   ;
}
.ques_list_title{
    font-size: 0.18rem;
    color: #222;
    font-weight: bold;
}
.ques_list_ele{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0.1rem;
}
.ques_list_a{
    font-size: 0.16rem;
    color: #222;
    margin-right: 0.5rem;
}
.ques_list_a:hover{
    color: #0E88CC;
    text-decoration: underline;
}
.problem_top{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.problem_askbox,.problem_answerbox{
    display: flex;
    margin-bottom: 0.3rem;
    /* align-items: center; */
}

.ask_box,.answer_box{
    width: 0.4rem;
    height: 0.4rem;
    background: #0E88CC;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.22rem;
    color: #fff;
    border-radius: 0.05rem;
}
.answer_box{
    background:rgba(14,136,204,.5);
}
.ask_title{
    font-size: 0.24rem;
    color: #222;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.ask_title,.answer_text{
    margin-left: 0.1rem;
    flex: 1;
}
.answer_p1{
    margin-bottom: 0.25rem;
    line-height: 1.7;
    text-align: justify;
}
/* 类似问题 */
.similar_content{
    width: 100%;
}
.similar_bottom{
    width: 100%;
    margin-top: 0.3rem;
}
.similar_items{
    display: flex;
    padding: 0.2rem 0;
    border-bottom: 0.01rem dashed #DCDCDC;
}
.similar_num{
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.32rem;
    margin-right: 0.15rem;
    background: #C8C8C8;
    transition: all .25s;
}
.similar_quesbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.similar_items:hover .similar_num{
    background: #0E88CC;

}
.similar_items:hover .showimg1{
    display: none;
}
.similar_items:hover .showimg2{
    display: block;
}
.similar_items:hover .similar_hide{
    display: block;
}
.similar_title{
    height: 0.32rem;
    display: flex;
    justify-content: space-between;
}
.simial_question{
    line-height: 0.32rem;
    font-weight: bold;
    font-size: 0.16rem;
    color: #222;
    cursor: pointer;
}
.similar_hide{
    display: none;
}
.similar_text{
    display: flex;
    align-items: baseline;
    color: #222;
    font-size: 0.16rem;
    line-height: 1.5;
}
.similar_text::before{
    content: '答:';
    display: block;
    color: #0E88CC;
    font-size: 0.2rem;
    font-weight: bold;
    padding-right: 0.05rem;
}
.similar_showimg{
    width: 0.16rem;
    height: 0.32rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.similar_showimg img{
    position: absolute;
}
.showimg1{
    width: 0.09rem;
    height: 0.16rem;
}
.showimg2{
    width: 0.16rem;
    height: 0.09rem;
    display: none;
}
/* .simial_question */
.similar_span{
    display: flex;
    flex-direction: column;
    align-items:flex-end;
}
.similar_a{
    color: #0E88CC;
    font-size: 0.16rem;
}
/* 相关推荐 */
.recommend{
    width: 100%;
    margin-top: 0.5rem;
}
.recommend_content{
    width: 100%;
    display: flex;
    /* margin-top: 0.3rem; */
    flex-direction: column-reverse;
}
.recommend_items{
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 0.01rem dashed #EEEEEE;
}
.recommend_items:last-child{
    border-bottom: 0;
}
.recommend_imgbox{
    width: 3.17rem;
    height: 1.84rem;
    overflow: hidden;
    border-radius: 0.05rem;
}
.recommend_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.recommend_imgbox:hover>img{
    transform: scale(1.03);
}
.recommend_textbox{
    flex: 1;
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.recommend_tit{
    width: 6.5rem;
    font-size: 0.16rem;
    color: #222;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.recommend_txt{
    color: #222;
    font-size: 0.16rem;
    margin-top: 0.1rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.recommend_date{
    padding-bottom:0.1rem;
    color: #222;
    font-size: 0.16rem;
}

@media screen and (max-width:1024px){
    .news_right{
        width: 100%;
        margin-top: 15px;
    }
    .news_ques_content{
        width: 100%;
        margin-right: 0;
    }
    .news_txt_right{
        font-size: 14px;
    }
    .news_txt_text{
        font-size: 14px;
        flex: 1;
    }
    .news_ques_itm{
        align-items: flex-start;
        margin-bottom: 0.5rem;
    }
    .news_ques_top {
        padding-bottom: 0.5rem;
    }
    .news_ques_im{
        width: 7rem;
        height: auto;
    }
    .news_ques_name{
        /*width: 4.5rem;*/
        height: 1.35rem;
        font-size: 14px;
        white-space: nowrap;
    }
    .news_ques_imgs{
        width: 100%;
        height: auto;
        left: -0.25rem;
    }
    .news_right_items{
        flex-wrap: wrap;
    }
    .news_imbox,.news_text{
        width: 100%;
    }
    .news_imbox{
        height: auto;
    }
    .news_text{
        padding: 0.3rem 0;
        margin-left: 0;
    }
    .news_text_tit,.news_text_txt,.news_data,.per_name,.per_text{
        font-size: 14px!important;
    }
    .news_text_tit{
        width: auto !important;
        white-space: wrap;
    }
    .news_text_ti,.news_text_txt,.news_auto_content .per_name{
        width: auto!important;
    }
    
    .per_name{
        margin-top: 0.3rem;
        white-space: wrap!important;
        
    }
    .news_right p{
        font-size: 14px;
    }
    .news_right_title,.news_right_data{
        font-size: 14px;
    }
    .ask_box, .answer_box{
        width: 22px!important;
        height: 22px!important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }
    .ask_title{
        font-size: 14px;
    }
    .answer_text p{
        font-size: 14px;
    }
    .similar_num{
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .simial_question,.similar_span,.similar_a,.news_ele_app{
        font-size: 14px;
    }
    .news_ele_im{
        width: 0.62rem;
        height: auto!important;
    }
    .similar_showimg{
        width: auto;
        height: auto;
    }
    .showimg1,.showimg2{
        width: auto!important;
        height: auto!important;
    }
  
    .news_news_date{
        width: auto!important;
        height: auto!important;
    }
    .news_news_title, .news_news_text{
        width: 12.5rem!important;
        font-size: 14px;
    }
    .news_news_content{
        margin-top: 0.6rem;
    }
    .news_news_items{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.6rem;
    }
    .new_weight{
        font-size: 18px;
    }
    .news_year{
        width: 3rem;
        font-size: 14px;
        text-align: center;
    }
    .news_up_a{
        align-items: center;
    }
    .news_up_im{
        width: 17px!important;
        height: 17px!important;
    }
    .news_up_im img{
        width: 100%;
        height: 100%;
    }
    .news_up_txt strong,.news_up_items{
        font-size: 14px;
    }
    .news_new_txtbox{
        line-height: 1.7;
        margin-left: 0.5rem;
    }
    .similar_items{
        /*align-items: center;*/
        padding: 0.5rem 0;
    }
    .similar_quesbox{
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .similar_hide{
        margin-top: 0.5rem;
    }
    .similar_text::before{
        font-size: 14px;
    }
    .recommend_items{
        flex-wrap: wrap;
        padding: 0.5rem 0;
    }
    .recommend_imgbox{
        width: 100%;
        height: 100%;
    }
    .recommend_textbox{
        width: 100%;
        flex: none;
        margin-left: 0!important;
    }
    .recommend_tit,.recommend_txt,.recommend_date{
        font-size: 14px;
    }
    .recommend_tit{
        width: auto!important;
        /*white-space:normal;*/
        padding: 0.3rem 0;
         /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
        /*-webkit-line-clamp: 1;*/
    }
    .recommend_date{
        padding-top: 0.3rem;
    }
    .similar_title{
        height: auto!important;
    }
    .simial_question{
        line-height: normal!important;
        margin-left: 0.15rem;
    }
    .news_right p img{
        max-width: 100%;
        max-height: 100%;
        object-fit: contain!important;
    }
    .news_right_data{
        flex-wrap:wrap;
    }
    .size_box{
        width: 100%;
    }
    .news_right_data span{
        margin-right: 0.32rem;
    }
    
    .news_img_left{
        width: 1rem;
        height: auto;
    }
    .news_ques_date{
        font-size: 14px;
    }
    .news_lastbox .swiper-pagination{
        display: flex;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    .news_lastbox .swiper-pagination-bullet{
        font-size: 14px;
        white-space: nowrap;
        margin-right: 15px!important;
    }
    .news_lastbox .swiper-pagination-bullet-active::after{
        height: 2px;
    }
    .news_lastbox .swiper-wrapper{
        padding-top:2.5rem;
    }
    .next_last,.prev_last{
        display: none;
    }
    
    .last_span{
        font-size: 14px;
    }
    .last_img{
        width: 17px;
        height: auto!important;
    }
    
    .last_span{
        flex: 1;
        width: auto;
        white-space: normal!important;
         display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }
    .news_lastbox{
        margin-top: 1rem;
    }
    .recommend_txt{
        line-height: 1.7;
    }
}

