/* 版心 */
*,*:before,*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.wrap{
	width: 75%;
    max-width: 1200px;
    margin: 0 auto!important;
}
body {
    overflow-x:hidden;
    width:100%;
}
.row{
    margin: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
    /* float: initial; */
}
/* 导航 */
.nav{
    width: 100%;
     height: 151px;
 
 }
 .nav img{
     float: left;
     margin-left: 62px;
     margin-right: 85px;
     margin-top: 35px;
   max-width: 340px;
 }
 .nav_list{
     margin-top: 84px;
     float: left;
     display: flex;
     justify-content: space-evenly;
 }
 .nav_list li{
     margin: 0 32px;
 }
 .nav_list a {
     font-size: 25px;
     color: #282828;
 }
 .nav_r{
     float: right;
     margin-right: 38px;
 }
 .language{
    margin-top: 23px;
    font-size: 18px;
    color: #6B6B6B;
}
.language a{
    color: #000;
    font-size: 16px;
}
.baoming{
    float: right;
    margin-top: 52px;
}
.baoming a{
    font-size: 18px;
    border-radius: 8px;
    padding: 6px 23px;
    background: #0A0E69;
    color: #fff;
}
.navbar-default{
    background: rgba(0,0,0,0);
}
.navbar-header{
     background-color: #09489F;
}
.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;
   
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #b3cbdf!important;
}
.navbar-nav li a{
    color: #fff!important;
    text-decoration: none;
}

.navbar{
    width: 100%;
    display: none;
    border: 0;
    position: absolute;
    /* top: 88px; */
    right: 0;
    z-index: 999;
    margin: 0;
    /* 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;
}
.header{
    /* height: 337px;
    background: url(./listheader.png)no-repeat center 0;
    background-size: 100% auto; */
    text-align: center;
}
.header img{
    width: 100%;
}
/* 文章页 */
.detailtitle{
    text-align: center;
}
.detailtitle p{
    
    font-size: 30px;
    /* font-weight: bold; */
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 27px;
    padding: 0 125px;
}
.detailtitle span{
    margin-right: 10px;
    color: #9E9E9E;
}
.detailtitle span:nth-child(4){
    margin-right: 30px;
}
.hr-line{ 
    height: 1px;
    background-color: #A5ACB1;
    margin: 0 51px!important;  
    box-sizing: border-box;
    margin-top: 31px!important;
    margin-bottom: 19px!important;
}
.content_img{
    text-align: center;
    margin-top: 42px!important;
    
}

.detailcontent{
    margin-top: 42px!important;
    margin-bottom: 20px!important ;
	
}
.detailcontent p{ 
    font-size: 18px;
    color: #333;
    line-height: 36px;
    margin-left: 63px;
    margin-right: 63px;
    box-sizing: border-box;
    text-align: justify;
	word-break: break-all;
	text-justify: inter-character;
}
.detailcontent p img{ 
   margin-top: 30px;
   margin-bottom: 30px;
   
}


.footer{
    background-color: #09489F;
    color: #fff;
    padding-left: 69px;
    padding-top: 68px;
    padding-bottom: 72px;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}
.footer p{
    display: inline-block;
}
.footer a{
    font-size: 20px;
    color: #fff;
}
.footer img{
    vertical-align:middle;
}
@media (max-width: 1800px) {
    .nav{
        min-width: 1366px;
         height: 110px;
     
     }
     .nav img{
         width: 240px;
         float: left;
         margin-left: 45px;
         margin-right: 62px;
         margin-top: 26px;
     }
     .nav_list{
         margin-top: 61px;
        
     }
     .nav_list li{
         margin: 0 15px;
     }
     .nav_list a {
         font-size: 22px;
     }
     .nav_r{
         float: right;
         margin-right: 23px;
     }
     .language{
         margin-top: 17px;
         font-size: 13px;
         color: #6B6B6B;
     }
     .language a{
         color: #000;
         font-size: 13px;
     }
     .baoming{
         float: right;
         margin-top: 20px;
     }
     .baoming a{
         font-size: 18px;
         border-radius: 8px;
         padding: 5px 15px;
         background: #0A0E69;
         color: #fff;
     }
     .header img{
       min-width: 1366px;
    }
  
    .footer{
        min-width: 1366px;
    }
}
@media (max-width: 499px) {
    .nav{
        display: none;
    }
    .navbar{
        display: block;
    }
    .wrap{
        width: auto;
    }
    .header{
        padding-top: 50px;   
        overflow: hidden; 
    }
    .header img{
        min-width: auto;
        height: 130px;
        width: auto;
     }
     .detailtitle  p{
   
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        line-height: 30px;
        text-align: center;
        margin-top: 35px;
        margin-bottom:35px;
        padding: 0 10px;
    }
    
    .detailtitle span{
        font-size: 14px;
    }
    .hr-line{ 
        width: 100%;
        height: 1px;
        background-color: #A5ACB1;
        margin: 0 !important;  
        /* box-sizing: border-box; */
        margin-top: 31px!important;
        margin-bottom: 15px!important;
    }
    .detailcontent p img{
        margin: 0;
    }
    
    .detailcontent p{ 
        font-size: 14px;
        color: #2F2F2F;
        line-height: 28px;
        margin: 0 20px;
        box-sizing: border-box;
        margin-bottom: 0px;
      
    }
    #h-ckplayer-contain0 {
        width: 90%!important;
        height: auto!important;
    }
    .detailcontent img{
        width: 100%!important;
        height: auto!important;
        margin: 0;
    }
    .footer{
        font-size: 18px;
        line-height: 18px;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        min-width: auto;
    }
    .footer a,p{
        display: block!important;
        font-size: 18px;
    }
}