
/* 新闻动态 */
img{
    -webkit-user-drag: none;
}
/* span{
    cursor: pointer;
} */
a{
    color: #000;
}
table{
    margin: 0 auto;
    width: 80%!important;
}
.swiper-slide{
    height:auto!important;
}

.news_trends{
    height: 500px;
    /* background: pink; */
    box-sizing: border-box;
    /* padding-top: 32px; */
    
}
.news_title{
    height: 50px;
    background: url(../images/new-title.png) no-repeat 7px center;
    padding-left: 25px;
    margin-bottom: 10px;
   
}
.news_title p{
    float: left;
    font-size: 30px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding-bottom: 20px;
}
.news_title p:nth-child(2){
    color: #AB3B3E;
}
.news_title span{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}
/* 分类标题 */
.list_title{
    height: 50px;
    background: url(../images/title.png) no-repeat 0 center;
    padding-left: 190px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.list_title p{
    float: left;
    /* text-align: center; */
    font-size: 30px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding-bottom: 20px;
}
.list_title p:nth-child(2){
    color: #AB3B3E;
}
.list_title span{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}
.list_content ul li{
    background: url(../images/list.png)no-repeat 0 10px;
    width: 520px;
    /* height: 40px; */
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    white-space: nowrap;
    padding-left: 13px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.list_content ul li span{
    font-size: 14px;
}
.list_content ul li a:hover{
    color: #114FB1;
    cursor: pointer;
    font-weight: 600;
}

.pressbook{
    display:flex ;
    justify-content:space-around;
}
.pressbook_list{
    width: 160px;
    /* text-align: center; */

}

.pressbook_list img{
    width: 100%;
    height: auto;
}
.pressbook_list p{
    width: 100%;
    /* padding: 0 10px; */
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}

.pressbook_list p:hover{
    color: #114FB1;
    cursor: pointer;
    font-weight: 600;
}

.free_training_list{
    padding-top: 27px;
}
.mailbox{
    width: 520px;
    height: 46px;
    background-color: #114FB1;
    color: #fff;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
}
.swiper-slide img{
    width: 100%;
    height: 380px;
}
.swiper-slide div{
    width:100%;
    height: 44px;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 44px;
    padding-left: 12px;
    box-sizing: border-box;
}

/*去掉默认样式*/
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:after{
    display: none;
}
/*自定义样式*/
.swiper-button-prev{
    position: absolute;
    width: 14px;
    height: 14px;
    right: 44px;
    left: auto;
    bottom: 14px;
    top:  auto;
    background-size: 100% auto;
}
 
.swiper-button-next{
    position: absolute;
    width: 14px;
    height: 14px;
    right: 14px;
    left: auto;
    bottom: 14px;
    top:  auto;
    background-size: 100% auto;

}
/* 新闻动态列表 */
.news_active_title{
    width: 499px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_active_content{
    width: 520px;
    height: 65px;
    font-size: 16px;
    font-weight: 400;
    color: #757474;
    line-height: 24px;
    margin-left: 9px;
    margin-bottom: 35px;
}

.news_active_content span a{
    color: #AC0005;
}

.news_list ul li{
    background: url(../images/list.png)no-repeat 0 center;
    text-indent: 15px;
    width: 520px;
    height: 40px;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    /* float: left; */
}
.news_list ul li a:hover{
    color: #114FB1;
    cursor: pointer;
    font-weight: 600;
}
.news_list ul li span{
    float: right;
   
    height: 40px;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
}



.news_list ul li p{
    float: left;
}
.header img{
    width: 100%;
}


/* 底部 */
.footer{
    width: 100%;
    height: 173px;
    background: url(../images/footer.png);
    padding-top: 51px;
    margin-top: 47px;
    box-sizing: border-box;
}
.footer p{
    text-align: center;
    line-height: 40px;
    color: #fff;
}   

.current_position{
    background-color: #F0F4F7;
    height: 44px;
    line-height: 44px;
    display: flex;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 9px!important;
}
.current_position p{
    margin-left: 5px;
}

.current_list ul{
    margin-top: 40px;
}
.current_list ul li{
    background: url(../images/list.png)no-repeat 10px center;
    text-indent: 25px;
    height: 50px;
    color: #000000;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}
.current_list ul li p{
     font-size: 18px;
}
.current_list ul li p a{
    color: #000;
}
#pages{
    margin-bottom: 125px!important;
}



/* 文章页 */
.content_title{
    text-align: center;
}
.content_title p{
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
}
.content_title span{
    margin-right: 10px;
    color: #000;
}
.content_title span:nth-child(4){
    margin-right: 20px;
}
.hr-line{ 
    height: 1px;
    background-color: #A5ACB1;
    margin: 0 51px!important;  
    box-sizing: border-box;
    margin-top: 31px!important;
    margin-bottom: 50px!important;
}
.content_img{
    text-align: center;
    margin-top: 42px!important;
    margin-bottom: 77px!important   ;
}


.content_main p{ 
    font-size: 18px;
    color: #2F2F2F;
    line-height: 36px;
    margin-left: 98px;
    margin-right: 63px;
    box-sizing: border-box;
    /* margin-bottom: 152px; */
}

/* 版心 */
    .wrap{
        width: 1200px;
        margin: 0 auto;
    }
/* 头部 */
    /* .header{
        width: 100%;
        background: url(../images/bd.png)no-repeat center 0;
        background-size: 100% auto;
        height: 430px;
    } */
    
/* 导航栏 */
    .nav{
        width: 100%;
        height: 96px;
        background-color: #12468F;  
    }
    .nav ul {
        display: flex;
        padding: 0 25px ;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .nav ul li{
        height: 96px;
        line-height: 96px;
        font-size: 24px;
        color: #fff;  
    }
 .nav ul li a{
 color: #fff;  
}

/* 新闻动态 */
    .news_trends{
        height: 500px;
        /* background: pink; */
        box-sizing: border-box;
        padding-top: 32px;
        
    }
    .news_title{
    height: 50px;
        background: url(../images/new-title.png) no-repeat 7px center;
        padding-left: 25px;
        margin-bottom: 10px;
       
    }
    .news_title p{
        float: left;
        font-size: 30px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        padding-bottom: 20px;
    }
    .news_title p:nth-child(2){
        color: #AB3B3E;
    }
    .news_title span{
        float: right;
        margin-top: 20px;
        margin-right: 35px;
    }
    .navbar{
        display: none;
    }



@media (min-width: 1401px) {
/* 版心 */
    .wrap{
        width: 1200px;
        margin: 0 auto;
    }
/* 头部 */
    /* .header{
        width: 100%;
        background: url(../images/bd.png)no-repeat center 0;
        background-size: 100% auto;
        height: 430px;
    } */
    
/* 导航栏 */
    .nav{
        width: 100%;
        height: 96px;
        background-color: #12468F;  
    }
    .nav ul {
        display: flex;
        padding: 0 25px ;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .nav ul li{
        height: 96px;
        line-height: 96px;
        font-size: 24px;
        color: #fff;  
    }
 .nav ul li a{
 color: #fff;  
}

/* 新闻动态 */
    .news_trends{
        height: 500px;
        /* background: pink; */
        box-sizing: border-box;
        padding-top: 32px;
        
    }
    .news_title{
    height: 50px;
        background: url(../images/new-title.png) no-repeat 7px center;
        padding-left: 25px;
        margin-bottom: 10px;
       
    }
    .news_title p{
        float: left;
        font-size: 30px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        padding-bottom: 20px;
    }
    .news_title p:nth-child(2){
        color: #AB3B3E;
    }
    .news_title span{
        float: right;
        margin-top: 20px;
        margin-right: 35px;
    }
    .navbar{
        display: none;
    }

}

























@media (max-width: 550px) {
   .wrap{
     width:auto;
    margin:0 auto;
}

    .nav ul{
        padding: 0;
      
    }
    .swiper-slide p{
        width: 24em;
    overflow: hidden;
    /* 显示省略符号来代表被修剪的文本。 */
    text-overflow:ellipsis; 
    /* 文本不换行 */
    white-space:nowrap;
    }
    .navbar{
        display: none;
    }
    .row{
        margin: 0!important;
    }
    .col-lg-6,.col-xs-12{
        padding: 0!important;
    }

}



/* 手机 */
@media (max-width:499px) {
    .header{
        width: 100%;
        background: url(../images/bd.png)no-repeat center 0;
        background-size: 100% auto;
        height: 88px;
    }
    .nav{
        height: 40px;
    }
    .nav ul{
        padding: 0;
        height: 40px;
    }
     .nav ul li{
        font-size: 12px;
        height: 40px;
        padding: 0;
        line-height: 40px;
    } 

    .row{
        margin: 0!important;
    }
    .col-lg-6,.col-xs-12{
        padding: 0!important;
    }
    .swiper-slide img{
        width: 100%;
        height: auto;
    }

    .swiper-slide p{
        font-size: 12px;
        /* width: 20em;
        overflow: hidden;
        text-overflow:ellipsis; 
        white-space:nowrap; */
    }



    /* 新闻动态列表 */
.news_active_title{
    width: auto;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height:normal;
    white-space:wrap;
    padding:0 10px ;
    margin-top: 10px;
    box-sizing: border-box;
}
.news_active_content{
    width: auto;
    height: 65px;
    font-size: 12px;
    font-weight: 400;
    color: #757474;
    line-height: 24px;
    white-space:wrap;
    box-sizing: border-box;
    padding:0 10px ;
    text-indent: 24px;
    margin: 0;
    margin-bottom: 5px;
}
.news_active_content span{
    color: #AC0005;
}

.news_list ul li{
    background: url(../images/list.png)no-repeat 5px center;
    /* text-indent: 20px; */
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #000000;
    line-height: 40px;
    
}
.news_list ul li p{
    width: 17rem;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;  
    white-space:nowrap;
}
.news_list ul li span{
   float: right;
    height: 40px;
    font-size: 8px;
    color: #000000;
    line-height: 40px;
    padding-right: 10px;
}

.news_title{
    height: 30px;
        background: url(../images/new-title.png) no-repeat 7px center;
        margin-top: 30px;
    }
    .news_title p{
        float: left;
        font-size: 20px;
        font-weight: 600;
        height: 30px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .news_title p:nth-child(2){
        color: #AB3B3E;
    }
    .news_title span{
        float: right;
        margin-top: 5px;
        margin-right: 15px;
    }

/* 分类标题 */
.list_title{
    height: 30px;
    /* width: auto; */
    background: url(../images/title.png) no-repeat 0 center;
    background-size: 85% auto;
    padding-left: 32%;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.list_title p{
    float: left;
    font-size: 20px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding-bottom: 20px;
}
.list_title p:nth-child(2){
    color: #AB3B3E;
}
.list_title span{
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}
.list_content ul li{
    background: url(../images/list.png)no-repeat 5px 10px;
    /* text-indent: 10px; */
    font-size: 12px;
    color: #000000;
    line-height: 24px;
    /* white-space: wrap; */
    padding-left: 13px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;  
    white-space:nowrap;
}
.list_content ul li span{
    font-size: 8px;
    padding-right: 10px;
}
.swiper-slide div{
    width:100%;
    height: 34px;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 34px;
    padding-left: 12px;
    box-sizing: border-box;
}

.swiper-button-prev{
    position: absolute;
    width: 10px;
    height: 10px;
    right: 44px;
    left: auto;
    bottom: 10px;
    top:  auto;
    background-size: 100% auto;
}
 
.swiper-button-next{
    position: absolute;
    width: 10px;
    height: 10px;
    right: 14px;
    left: auto;
    bottom: 10px;
    top:  auto;
    background-size: 100% auto;

}

.pressbook_list p{
    width: 100%;
    /* padding: 0 10px; */
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}
.mailbox{
    width: 100%;
    font-size: 12px;
}

.free_training_list img{
    width: 100%;
}


.footer{
    width: 100%;
    height: 133px;
    background: url(../images/footer.png)no-repeat;
    padding-top: 31px;
    margin-top: 47px;
    box-sizing: border-box;
}
.footer p{
    text-align: center;
    line-height: 20px;
    color: #fff;
}   



.nav{
    display: none;

}
.container-fluid{

    color: #fff;
}
.navbar-default{
    background: rgba(0,0,0,0);
}
.navbar-header{
     background-color: #12468F;
}
.navbar-brand{
    color: #fff!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

.navbar-nav li{
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    /* padding-left: 250px; */
    box-sizing: border-box;
   padding-bottom: 13px;
}
.navbar-nav li a{
    color: #fff!important;
}
body{
    position: relative;
}
.navbar{
    width: 100%;
    display: block;
    border: 0;
    position: absolute;
    top: 88px;
    right: 0;
    z-index: 999;
    /* float: right; */
}
.navbar-collapse{
    float:right;
    width: 100px!important;
    /* background-color: #12468f; */
    background: rgba(18,70,143,.5);
}
.navbar-default .navbar-toggle {
    border-color: #12468F;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #12468F;
}
.current_list ul{
    padding: 0 10px;
    margin-top: 20px;
}
.current_list ul li{
    background: url(../images/list.png)no-repeat 10px center;
    text-indent: 25px;
    width: auto;
    height: 40px;
    font-size: 12px;
    color: #000000;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}

.current_list ul li p{
    width: 16rem;   
    overflow: hidden;
    text-overflow:ellipsis;  
    white-space:normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.current_list ul li p a{
    font-size:14px;
}

.current_list ul li span{
  
    height: 40px;
    font-size: 8px;
    color: #000000;
    line-height: 40px;
}

.current_position{
    background-color: #F0F4F7;
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: flex;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top:50px!important;
}


.content_title p{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
}


.hr-line{ 
    width: 100%;
    height: 1px;
    background-color: #A5ACB1;
    margin: 0 !important;  
    /* box-sizing: border-box; */
    margin-top: 31px!important;
    margin-bottom: 50px!important;
}
.content_img{
    text-align: center;
    margin-top: 42px!important;
    margin-bottom: 37px!important;
    padding: 0 10px;
}
.content_main img{
    width: 100%!important;
    height: auto!important;
}

.content_main p{ 
    font-size: 18px;
    color: #2F2F2F;
    line-height: 36px;
    margin: 0 20px;
    box-sizing: border-box;
  
}

table{
    margin: 0 auto;
    width: 100%!important;
}
}
