.newsPage{
    width:100%;
    display:flex;
    flex-direction:column;
    position: relative;
}

.newsPage .banner{
    height:630px;
}


/**newsPage 动画部分**/
.newsPage .banner{
    opacity: 0;
    transform: translateY(50px);
}
.newsPage .leftNav{
    opacity: 0;
    transform: translateY(50px);
}

.newsPage.DSActive .banner{
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 1.6s, transform 1.6s;
}
.newsPage.DSActive .leftNav{
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 1.6s, transform 1.6s;
}
/***/

.newsPage .gus{
    width:100%;
    background-image: url("/n/images/n/usbg.png");
    width:100%;
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
}
.newsPage .gus .content{
    width:1310px;
    margin:0 auto;
    
    font-weight: 400;
    font-size: 45px;
    color: #0E161E;
    line-height: 90px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    height:430px;
}

.newsPage .news-content{
    background-color: #fff;
    width:100%;
}
.newsPage .news-content .hbg{
    width:100%;
    height:430px;
    background: #F9F9F9;
}
.newsPage .content-wrap{
    margin:0 auto;
    width:1310px;
    margin-top:-430px;
}
.newsPage .content-wrap>h1{
    height:190px;
    
    font-weight: 300;
    font-size: 22px;
    color: #0E161E;
    line-height: 190px;
    text-align:center;
}

.newsPage .news-content .content-list{
    border-top:6px #0E161E solid;
    background-color: #fff;
}
.newsPage .news-content .content-list .item{
    justify-content: space-between;
    border-bottom: #E4E4E4 1px solid;
    padding:45px;
}
.newsPage .news-content .content-list .item .img{
    padding:0px;
    width:308px;
    height:200px;
    margin-right:70px;
}
.newsPage .news-content .content-list .item .img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.newsPage .news-content .content-list .item .con{
    flex:1;
    justify-content: space-between;
    cursor: pointer;
}
.newsPage .news-content .content-list .item .con>h2{
    
    font-weight: 400;
    font-size: 24px;
    color: #0E161E;
    line-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height:78px;
}
.newsPage .news-content .content-list .item .con > .des{
    
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height:95px;
}
.newsPage .pagebox{
    padding:40px 0;
    height:200px;
}
.newsPage .el-pager li{
    background: none!important;
    margin:0 10px;
    font-size:15px;
}
.newsPage .btn-next,.btn-prev{
    background:none!important;
}
.newsPage .el-pager .active{
    background: none!important;
    border-bottom:2px #000 solid;
    color:#000!important;
}

/**详情页*/
.detail .content-box{
    width:100%;
    background: #fff;
}
.detail .content-box .hbg{
    width:100%;
    height:430px;
    background: #F9F9F9;
}
.detail .content{
    width:1310px;
    margin:0 auto;
    margin-top:-430px;
}
.detail .content>h1{
    
    font-weight: bold;
    font-size: 60px;
    color: #0E161E;
    line-height: 80px;
    padding:70px 0;
    text-align:center;
}
.detail .content>.time{
    
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    background-image: url("/n/images/n/time.png");
    background-repeat: no-repeat;
    text-indent: 40px;
    height:40px;
}
.detail .content-container{
    border-top:6px #0E161E solid;
    padding:60px 30px;
    background-color: #fff;
}
.detail .content-container img{
    display:block;
    margin:0 auto;
}


/**手机页**/
.mobile-newsPage .bander{
    width:7.5rem;
    height:7rem;
}
.mobile-newsPage .bander img{
    width:7.5rem;
    height:7rem;
}

.mobile-newsPage .news-content{
    background-color: #fff;
    width:100%;
    margin-top:-1.82rem;
}
.mobile-newsPage .content-wrap{
    margin:0 auto;
    width:6.7rem;
}
.mobile-newsPage .content-wrap>h1{
    height:1.6rem;
    
    font-weight: 400;
    font-size: .3rem;
    color: #0E161E;
    line-height: .44rem;
    padding-top:.5rem;
}

.mobile-newsPage .news-content .content-list{
    border-top:.06rem #0E161E solid;
    background-color: #fff;
}
.mobile-newsPage .news-content .content-list .item{
    display:flex;
    flex-direction:column;
    border-bottom: #E4E4E4 1px solid;
    padding:.4rem 0;
    width:6.7rem;
}
.mobile-newsPage .news-content .content-list .item .img{
    padding:0px;
    width:6.7rem;
    height:4.47rem;
    margin-right:0;
}
.mobile-newsPage .news-content .content-list .item .img img{
    width:6.7rem;
    height:4.47rem;
}
.mobile-newsPage .news-content .content-list .item .con{
    flex:1;
    justify-content: space-between;
    cursor: pointer;
}
.mobile-newsPage .news-content .content-list .item .con>h2{
    
    font-weight: 400;
    font-size: .42rem;
    color: #0E161E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height:1.98rem;
    margin:.2rem 0;
}
.mobile-newsPage .news-content .content-list .item .con > .des{
    
    font-weight: 400;
    font-size: .26rem;
    color: #999999;
    line-height: .36rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height:1.5rem;
}
.mobile-newsPage .news-content .content-list .item .con > .time{
    
    font-weight: 400;
    font-size: .24rem;
    color: #999999;
    line-height: .36rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top:.2rem;
}

.mobile-newsPage .pagebox{
    padding:.4rem 0;
    height:2rem;
}
.mobile-newsPage .el-pager li{
    background: none!important;
    margin:0 .1rem;
    font-size:.15rem;
    min-width: .3rem!important;
}
.mobile-newsPage .btn-next,.btn-prev{
    background:none!important;
}
.mobile-newsPage .el-pager .active{
    background: none!important;
    border-bottom:2px #000 solid;
    color:#000!important;
}

/**手机详情页**/
.mobile-detail .content-box{
    width:100%;
    background: #fff;
}
.mobile-detail .content-box .hbg{
    width:100%;
    height:4.3rem;
    background: #F9F9F9;
}
.mobile-detail .content{
    width:6.7rem;
    margin:0 auto;
    margin-top:-4.3rem;
}
.mobile-detail .content>h1{
    
    font-weight: bold;
    font-size: .5rem;
    color: #0E161E;
    line-height: .8rem;
    padding:.47rem 0;
    text-align:left;
}
.mobile-detail .content>.time{
    
    font-weight: 400;
    font-size: .18rem;
    color: #999999;
    background-image: url("/n/images/n/time.png");
    background-repeat: no-repeat;
    text-indent: .4rem;
    height:.4rem;
}
.mobile-detail .content-container{
    border-top:.06rem #0E161E solid;
    padding:.6rem 0rem;
    background-color: #fff;
}
.mobile-detail .content-container img{
    display:block;
    margin:0 auto;
    width:100%!important;
    height:auto!important;
    text-indent:0!important;
}
.mobile-detail .content-container div{
    padding:0px;
    margin:0px;
    line-height:.3rem;
    text-indent:0!important;
}
.mobile-detail .content-container p{
    line-height:.3rem;
    text-indent:0!important;
}