@font-face {
    font-family: 'p';
    src : url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'pb';
    src : url('../fonts/Poppins-Bold.ttf');
}
body{
        font-family: p;
}
.NewsDetail_top{
    width: 100%;
    height: 6.50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/NewsDetail.jpg');
}
.AboutUs_contenr_title{
    font-size: .48rem;
    color: #ffffff;
    text-align: center;
}
.AboutUs_contenr_msg{
    margin-top: .25rem;
    font-size: .20rem;
    color: #ffffff;
    text-align: center;
}
.NewsDetail_top>img{
    height: 6.50rem;
}
.NewsDetail_content{
    width: 100%;
    /* min-height: 24.80rem; */
    /* position: relative; */
}
.NewsDetail_bock{
    width: 16.0rem;
    /* min-height: 25.49rem; */
    /* position: absolute; */
    /* top: -.7rem; */
    /* left: 50%; */
    transform: translate(-50%, 0);
    background: #ffffff;
    border-radius: .2rem; padding-top: 0.2rem;
}

.NewsDetail_top_box{
    display: none;
}
.NewsDetail_top_img{
    display: block;
}
.detailBox_LI{
    width: 14.02rem;
    display: flex;
    margin-top: .66rem;

    justify-content:space-between;
}
.detailBox_LIImg{
    width: 6.46rem;
    height: 3.62rem;
    /* margin: .66rem 0; */
}
.detailBox_LIImg>img{
    width: 100%;
    height: 100%;
}
.detailBox{
    /* display: flex; */
    justify-content: center;
    font-size: 0.2rem;
    padding-left: 1rem;
    padding-right: 1rem; color: #666666;
}
.detailBox h2{ font-family:pb; margin:0; padding:0; font-size:0.2rem;}
.detailBox img{
    width:100%;
    display: block;
}
.newsCenter_R{
    width: 7.13rem;
    height: 100%;
}
.newsCenter_R_title{
    font-size: .30rem;
}
.newsCenter_R_Msg{
    font-size: .18rem;
    color: #666666;
    word-wrap: break-word;
    line-height: .30rem;
    margin-top: .39rem;
}
.newsCenter_R_But{
    width: 1.72rem;
    height: .50rem;
    background-image: linear-gradient(50deg,#f4541a,#fd8a5d);
    border-radius: .4rem;
    font-size: .18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-top: .6rem;
}
.newsCenter_ButUl{
    display: flex;
}
.detailBox_Ul{
    padding-bottom: .66rem;
    border-bottom: .01rem dashed #cacaca;
}
.newsCenter_ButLi{
    width: .42rem;
    height: .42rem;
    text-align: center;
    line-height: .42rem;
    font-size: .22rem;
}
.newsCenter_ButLi:first-child{
    color: #ffffff;
    background: #f4541a;
}

/*  */
.swiper_nav{
    width: 100%;
    /* height: 1.12rem; */
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
    border-bottom:0.01rem solid rgba(239,239,247,0.1) ;
    background: #ffffff;
    transition: all 0.5s
}
.swiper_nav_center>img{
    width: 1.80rem;
    height: .52rem;
}
.swiper_nav_center{
    width: 13rem;
    height: 1.12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper_nav_Tbar{
    display: flex;
}
.swiper_nav_Tbar>div{
    margin: 0 .18rem;
    font-size: .26rem;
    color: #333333;
    cursor:pointer;
}

.NewsDetail_top{
    width: 100%;
    height: 1.50rem;
}
.NewsDetail_top>img{
    height: 6.50rem;
}
.NewsDetail_content{
    width: 100%;
    /* min-height: 24.80rem; */
    /* position: relative; */
}
.NewsDetail_bock{
    width: 13.95rem;
    margin: 0 auto;
    margin-left: 50%;
    /* min-height: 30.41rem; */
    /* position: absolute; */
    /* top: -5.64rem; */
    /* left: 50%; */
    transform: translate(-50%, 0);
    background: #ffffff;
    border-radius: .2rem;
}
.NewsDetail_bock_Ticon{
    width: .42rem;
    height: .42rem;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(50deg,#f4541a,#fd8a5d);
}
.NewsDetail_bock_TiconBox{
    display: flex;
    line-height: .42rem;
    margin: .34rem 0 0 .65rem;
}
.NewsDetail_bock_Ticon>img{
    width: .20rem;
    height: .17rem;
}
.NewsDetail_bock_Ticontitle{
    font-size: .24rem;
    text-indent: .17rem; color: #666666;
}
.NewsDetail_bock_content{
    /* width: 100%; */
    /* padding: ; */
}
.AbundantDiv{
    padding: .52rem .72rem 0 0.72rem;
    width: 10rem;
    height: auto;
    line-height: .3rem; padding-bottom: 0.2rem;
    font-size:0.2rem;
    border-bottom: .01rem dashed #cacaca;
    margin: 0 auto;
    margin-bottom: 0.32rem;
}
.AbundantDiv_title{
    font-size: .3rem;
    /* text-indent: 1.05rem; */
    /* padding: 0 0.2rem; */
    width: 100%;
    font-family: 'pb';
    line-height: 0.44rem; color: #333333;
}
.AbundantDiv_msg{
    font-size: 0.2rem !important;
    color: #666;
}