.app{
    width: 100%;
    height: 100%;
}
.header{
    position: relative;
    width: 100%; 
    background: url(../NewsCenter/img/banner.png) no-repeat;
    background-size: 100% 100%;
    height: 567px;
    overflow: hidden;
}
.butt{
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 59px;
    background: rgba(0, 0, 0, .3);
}
.header h2{
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 264px;
}
.header h3{
    font-size: 31px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;  
    text-transform:uppercase;  
    text-align: center;  
    margin: 13px 0 20px;
}
.header .sign{
    width: 35px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 auto;
}
.butt ul{
    width: 460px;
    margin: 0 auto;
    border-left: 1px solid #F1F1F1;
}
.butt ul li{
    width: 230px;
    height: 59px;
    box-sizing: border-box; 
    border-right: 1px solid #F1F1F1;
    float: left;
    text-align: center; 
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
    line-height: 59px;
    cursor: pointer;
}
.active{
    background: #1874CD;   
}
.min{
    width: 100%;
    height: 60px;
    background: #F1F1F1;
}
.conten1{
    width: 100%;
    padding: 165px 0  50px;
}
.conten1 h2{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1D1D1D;  
    text-align: center;
}
.conten1 h3{
    text-transform:uppercase; 
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #1874CD;
    text-align: center;
}
.conten1 div{
    width: 28px;
    height: 1px;
    background: #313131;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 62px;
}
.conten1 p{
    width: 783px; 
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #303030;
    line-height: 36px;  
    margin: 0 auto;  
}



.news{
    width: 100%;
    padding: 50px 0;
}
.news .new{
    width: 1260px;
    margin: 0 auto;
}
.news .new .detail {
    display: inline-block;
    width: 358px;
    float: left;
    margin: 0 30px;
    margin-bottom: 40px;
    height: 410px;
    overflow: hidden;
}
.news .new .detail img{
    width: 100%;
    max-height: 292px;
}
.news .new .detail h4{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
}
.news .new .detail .thumb{
    width: 100%;
    height: 260px;

    display: flex;
    align-items: center;
    overflow: hidden;
}
.news .new .detail .time{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #CECECE;
    line-height: 29px;
}
.news .new .detail p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #999999;
    line-height: 29px;
}
.btn{
    display: block;
    margin: 0 auto;
    width: 74px;
    height: 25px;
    background: url(../NewsCenter/img/moer.png) no-repeat;
    background-size: 100% 100%;
}

.con_but {
    padding: 67px 50px;
    box-sizing: border-box;
    width: 1300px;
    margin: 49px auto;
    background: #fff;
    margin-bottom: 235px;
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.14); 
}
.con_but ul{
    
}
.con_but li{ 
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #AAAAAA;
    float: left;
    padding-bottom: 40px;
    margin-right: 72px;
    cursor: pointer;
}
.con_but .nomar{
    margin-right: 0;
}
.con_but .active3{ 
    border-bottom: 6px solid #0F599B;
    color: #333; 
}

.swipt_box{
    margin-top: 70px;
    display: none;
    overflow: hidden;
    overflow:auto;   

    overflow-y:scroll;
    
    height:822px;
}
.swipt_box::-webkit-scrollbar { width: 12px;}/* 滚动槽 */
.swipt_box::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px;}/* 滚动条滑块 */
.swipt_box::-webkit-scrollbar-thumb { border-radius: 10px; background: #0F599B; -webkit-box-shadow: inset 0 0 6px #0F599B;}::-webkit-scrollbar-thumb:window-inactive { background: #0F599B;}
.on{
    display: block;
}
.swipt_box img{
    display: block;
    width: 100%;
}
.swipt_box p{ 
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333333;
    line-height: 30px;
    text-align: left;
    padding: 19px 13px;
    box-sizing: border-box;
}
.swipt_box .swiper-slide .p_cpn{
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #AAAAAA;
}
.swip_cpn{
    display: block; 
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.14);
    width: 360px;
    height: 376px;
    float: left;
    margin-bottom: 40px;
    margin-right: 36px;
}
.swip_cpn:hover{
    
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.28);
}
.swiper-container{
    padding-bottom: 182px;
}
.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0F599B;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 34px;
}


.information{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 389px;
}
.information .info_l{
    float: left;
    margin-right: 18px;
    position: relative;
    height: 529px;
}
.information .info_l .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 74px;
    height: 25px;
    background: url(../NewsCenter/img/moer.png) no-repeat;
    background-size: 100% 100%;
}
.information .info_l ul{

}
.information .info_l ul li{
    width: 185px;
    height: 40px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #303030;
    line-height: 40px;
    padding-left: 13px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 40px;
    position: relative;
}

.information .info_l ul .sign{
    background: #1874CD;
    color: #fff;
}
.information .info_l ul .sign::after{
    content: "";
    display: block;
    width: 3px;
    height: 40px;
    background: #1874CD;
    position: absolute;
    top: 0;
    right: -20px;
}
.information .info_r{
    float: left;
    width: 760px;
}
.information .info_r .conten{
    padding-left: 29px;
    border-left: 1px solid #BFBFBF;;
    display: none;
}
.information .info_r .conten a{
    display: block;
    float: left;
    margin-right: 11px;
    margin-bottom: 11px;
    text-align: center;
}
.information .info_r .conten a p{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;   
    background: #C1C1C1;
}
.information .info_r .conten a:nth-child(3){
    margin-bottom: 0;
}
.information .info_r .conten a:nth-child(4){
    margin-bottom: 0;
}

.newscontent{
    width: 1300px;
    margin: 0 auto;
    padding-top: 130px;
}
.page{
    width: 100%;
    height: 60px;
    background: #F1F1F1;
    line-height: 60px;
    margin: 130px 0;
}
.page .mar{
    width: 1300px;
    margin: 0 auto;
}
.page_l{
    float: left;
    padding-left: 20px;
    position: relative;
}
.page_l::after{
    content: "";
    display: block;
    width: 18px;
    height: 31px;
    background: url(../NewsCenter/img/l.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: pointer;
}
.page_r{
    float: right;
    padding-right: 20px;
    position: relative;
}
.page_r::after{
    content: "";
    display: block;
    width: 18px;
    height: 31px;
    background: url(../NewsCenter/img/r.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 14px;
    right: 0;
    cursor: pointer;
}

 #pull_right{
        text-align:center;
    }
    .pull-right {
        /*float: left!important;*/
    }
    .pagination_box{
        width: 62.5vw;
        height: 60px;
        text-align: center;
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 2vw 0 0 28vw;
        border-radius: 4px;
    }
    .pagination > li {
        display: inline;
    }
    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #428bca;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        font-size: 12px;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #2a6496;
        background-color: #eee;
        border-color: #ddd;
    }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }
    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }
    .clear{
        clear: both;
    }