@charset "utf-8";
/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #8D0708;
    text-decoration:none;
}




/*新加属性1014*/
/*.col_box{padding: 10px; float: left;
}*/
.col_box{padding: 0px; float: left;
}



.col-1-12{width:8.3333%; }
.col-2-12{width:16.6667%; }
.col-5-12{width: 41.6667%;}
.col-6-12{width: 50%;}
.col-3-12{width: 25%;}
.col-4-12{width: 33.3333%;}
.col-8-12{width: 66.6667%;}
/*.col-9-12{width: 75%;}*/
.col-9-12{width: 100%;}
.col-12-12{width: 100%;}
 /*新加属性1014*/


.clearfix:after,.wrapper:after,.home_box:after {
visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;
}

.clearfix,.wrapper,.home_box{
*zoom:1;
}




input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    transition: .3s;
    max-width: 100%;
}

/* WebKit browsers*/
input::-webkit-input-placeholder{
    color:#9D9D9D;
}
/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder{
    color:#9D9D9D;
}
/* Mozilla Firefox 19+*/
input::-moz-placeholder{
    color:#9D9D9D;
}
/* Internet Explorer 10+*/
input:-ms-input-placeholder{
    color:#9D9D9D;
}

/*通用样式*/
.lf{
    float: left;
}
 
.rt{
    float: right;
}

.kuang,
.container{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header{
    height: 166px;
    background: #1462ac;
}



/*新加背景*/


.wrapper{
	
	margin: 0 auto;
}

.wrapper_side{
	width: 285px;
	float: left;
	padding-top: 10px;
	margin-right: 20px;
}
.wrapper_right{
	width: 895px;
	float: right;
	padding-top: 20px;
}

.wrapper_home{
	width: 1220px;
	padding-top: 10px;
}

.wrapper_content{
	width: 1220px;
}

.mobile{
	display: none;
}

.header .wrapper{
	
     

	height: 166px;
}

.nav .nav_container{
		
}

/*新加背景结束*/

 

.header .wrapper .right a{
	color: #fff;
	padding: 0 15px;
	display: block;
	float: right;
	height: 14px;
	line-height: 14px;
	border-right: solid #fff 0px;
}

.header .wrapper .right a:first-child{
	border:none;
	padding-right: 0;
}


.header .wrapper .right{
	padding-top: 15px;
}

.header .wrapper .right div{
	padding-bottom: 15px;
}










.header .top{
    height: 30px;
    line-height: 30px;
    background: #801B14;
}
.header .top a{
    color: #fff;
}
.header .logo{
    float: left;
    line-height: 136px;
    animation: zoomIn 1s;
    margin-top: 15px;

}


/*新加顶部信息链接*/
.header .right{
	width:22%;
	float:right;
}
.header .toplink{
    float: right; 

    line-height: 25px;
    font-size: 13px;
   color: #fff;
    margin-top: 10px;

}
  .toplink a {
          color: #fff;
      }

      .toplink img{
          position: relative;
          top: -2px;
      }


 



.search{
    float: right;
}
.search form{
    position: relative;
    margin-top: 15px;
}
.search input[type='text']{
   width: 260px;
    height: 27px;
    line-height: 27px;
    padding: 0 50px 0 15px;
    border: none;
    font-size: 14px;
    border-radius: 25px;

 

}
.search input[type='submit']{
    position: absolute;
    top: 1px;
    right: 0;
    width: 50px;
    height: 20px;
    cursor: pointer;
    border: none;
    background: url(../images/search.png) no-repeat center center;
}
.toggle{
    display: none;
}
/*导航栏*/
.nav{
    height: 58px;
    background: #fff;
    border-bottom: 1px solid #1462ac;
    box-sizing: border-box;
}
.menu>li{
    display: inline-block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    position: relative;
}
.menu>li>a{
    display: block;
    font-size: 18px;
	padding:0 50px;
}
.menu>li>a:hover{
color:#1462ac;
}
.menu>li:hover{

    border-bottom: 3px solid #1462ac;
}
.menu>li>a:hover{
    font-weight: bold;
}
.menu>li>span{
    display: none;
}
.second-menu{
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    line-height: 35px;
    padding: 10px 0;
   /*  黑色半透明 background: rgba(0,0,0,.6);*/

    background: rgba(20,98,172,.5);
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
  /*字体白色  color: #fff;*/
    color: #ffffff;
    font-size: 16px;
}
.second-menu a:hover{
    color: #fff;

    font-weight:  bold;

/* new add*/
    background: rgba(20,98,172,1);

}

.section{
    position: relative;
    min-height: 500px;
	overflow:hidden;
	margin-bottom:20px;
}

.title{
    height: 30px;
    line-height: 30px;
    padding: 30px 0;
}
.title h3{
    position: relative;
    padding-left: 0px;
	padding-right:20px;
    font-size: 26px;
    font-weight: bold;
}
.title h3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 35px;
    
}

.box{
    overflow: hidden;
    background: url(../images/tcta.jpg) repeat center;
}
/*新闻动态*/
.news{
    float: left;


 /*原 width: 790px;*/

    width: 450px;
}
.albumBox{
    float: left;
    width: 430px;
    position: relative;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 15px;
    width: 100px;
    z-index:1;
}
.albumBox .hd ul{
    text-align: right;
}
.albumBox .hd ul li{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-left: 1px;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background: #1462ac;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 296px;
}
.albumBox .bd li>a{
    display: block;
    position: relative;
    overflow: hidden;
}
.albumBox .bd img:hover{
    transform: scale(1.05);
}
.albumBox .bd .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.5);
}
.albumBox .bd .info p{
    padding: 0 100px 0 15px;
}
.albumBox .bd .info a{
    color: #fff;
    font-size: 16px;
}

.news-info{
    float: right;
    width: 340px;
}
.news-info li{
    padding-bottom: 10px;
    margin-bottom: 11px;
    border-bottom: 1px dotted #EFD0B2;
}
.news-info li:last-child{
    margin: 0;
}
.news-info li a{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}
.news-info li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C7C7C7;
}
.news-info li a:hover:before{
    background: #1462ac;
}

/*通知公告*/
.notice{
    float: right;
   /* 原width: 370px;*/


    width: 710px;

}
.notice .title h3:before{
    width: 32px;
    height: 39px;
    background-position-x: -37px;
}
.notice ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;

/*新加属性1014*/
        width: 48%;
      /*padding: 0 10px;*/
	float: left;
/*新加属性1014*/
      /* border-bottom: solid #ddd 1px;*/
        padding: 13px 0;

   /*原 border-bottom: 1px dashed #BF8F5F; */



}


/*新加属性 div 1014*/
.notice ul li div{
		border-bottom: solid #ddd 1px;
		padding: 13px 0;
}
/*新加属性1014*/





.notice ul li:last-child {
    margin-bottom: 0;
}
.notice ul li p{


  /*  height: 25px;
    line-height: 25px;*/

    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
}
.notice ul li span{
    padding-left: 25px;
    color: #B79166;
   





}





/*通知公告新格式=========================*/

.notice_container{
	/*background: #fafafa;*/
	height: 292px;
	padding-left: 10px;
	padding-right: 0;
}

.notice_container h2{
	padding:10px;
}
  
.notice_container ul li{
	width: 48%;
	padding: 0 10px;
	float: left;
} 






.notice_container ul li div{
		border-bottom: solid #ddd 1px;


             /*     padding: 13px 0;  */

		padding: 5px 0;
}

.notice_container ul li a{
	font-size: 16px;
	color: #444;
	white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow:ellipsis;
    display: block;
    padding-bottom: 15px;
  /*  line-height: 30px;*/

    line-height: 26px;
}

.notice_container ul li span{
	font-size: 12px;
	color: #fff;
	/*background: #c9151e;*/
	padding: 2px 10px;
	line-height: 22px;

    padding-left: 25px;
    color: #B79166;
 




}

.notice_container ul li span.n_teacher{
	background: #f1ddb0;
	color: #5b3f00;
}

.notice_container ul li em{
	font-size: 14px;
	color: #999;
	padding-left: 5px;
	line-height: 22px;
}

/*通知公告新格式-END================*/









.mid_zt_body{
    height: auto;
	min-height:500px;
    margin: 0px 0 20px;
  


}




/*新闻动态、学习园地、活动预告*/
.mid{
    height: 365px;
    margin: 0px 0 10px;
   

}
.mid .title {
    padding: 30px 0 25px;
    margin-bottom: 10px;
    border-bottom: 2px solid #368de0;
}
.mid .title h3 a{
    color: #801B14;
}
.sbgl{
	margin-right:2%;
	}
.mid .container>div{
    float: left;
    width: 32%;
}
.mid ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #368de0;
}
.mid ul li a:hover{
	color:#1462ac;
	}
.mid ul li span{
    float: right;
    color: #666;
}
.mid ul li p{
    position: relative;
    padding: 0 15px;
    font-size: 16px;
}
.mid ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1462ac;
}


.mid22{
    height: 720px;
    margin: 0px;
   background:url(../images/tzggbg.jpg) no-repeat top center /cover;

}

/*新闻动态*/
.zbcg {
   
}
.zbcg .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}
/*学习园地*/
.sbgl .title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}
/*活动预告*/
.sysgl .title h3:before{
    width: 37px;
    height: 31px;
    background-position-x: -142px;
}






/*学术报告*/



  .clearfix {
          *zoom: 1;
      }
      
      .clearfix:after {
          content: '';
          display: block;
          height: 0;
          visibility: hidden;
          clear: both;
      }

  .fl,
      .lf {
          float: left;
      }
      
      .fr,
      .rt {
          float: right;
      }
      
      .active {
          display: block;
      }

      .main-1-r {


        /*原width: 390px;*/
          width: 360px;
      }
      
      .main-1-r>ul>li {
          width: 100%;
          padding: 12px 0;
          border-bottom: 1px solid #c4c4c4;
      }
      
      .main-1-r>ul>li:first-child {
          padding: 0 0 12px;
      }
      
      .main-1-r>ul>li:last-child {
          border-bottom: none;
      }


      .main-1-r-text {
          width: 95%;
      }
      
      .main-1-r-text a {
          display: block;
          line-height: 25px;
          max-height: 45px;
          font-size: 16px;
          overflow: hidden;
          margin-top: 3px;
      }





        /*学术报告列表页;*/
      .xsbg {
          width: 98%;
 
          



      }
      
      .xsbg>ul>li {
          width: 100%;
          padding: 12px 0;
          border-bottom: 1px solid #c4c4c4;
      }
      
      .xsbg>ul>li:first-child {
          padding: 0 0 12px;
      }
      
      .xsbg>ul>li:last-child {
          border-bottom: none;
      }


      .xsbg-text {
          width: 85%;
      }
      
      .xsbg-text a {
          display: block;
          line-height: 30px;
          max-height: 60px;
          font-size: 16px;
          overflow: hidden;
          margin-top: 3px;
      }




      
      .time {
        /*  background-color: #fff;66a1d8*/
          background-color: #f7f2ed;
          text-align: center;
          padding-top: 5px;
          width: 68px;
          height: 60px;
          border: 1px solid #875c3a;  /*c09f80*/
      }
      
      .time span {
          font-weight: bold;
          color: #94070a;
      }
      
      .time .span1 {
          font-size: 26px;

          color: #94070a;
         margin-right:20px;

      }
      .time .span2 {
          display: block;
          line-height: 25px;
          margin-top: 2px;   
         margin-right:12px;
          color: #5e5e5e;
          font-size: 12px;
        /*  background: #ffffff; */
      }
          

      .time .span3 {
          font-size: 28px;

         margin-right:10px;

      }
      .time .span4 {
          display: block;
          line-height: 25px;
          margin-top: 2px;   
         margin-right:1px;
          color: #0061ba;
          font-size: 12px;
        /*  background: #ffffff; */
      }
    















/**/

.data-center .title h3:before{
    width: 39px;
    height: 35px;
    background-position-x: -180px;
}
.data-center ul li{
    float: left;
    width: 280px;
    height: 130px;
    margin: 15px 25px 10px 0;
}
.data-center ul li:nth-child(4n){
    margin-right: 0;
}
.data-center ul li a{
    display: block;
    color: #fff;
    background: #CE9428;
    border-radius: 10px;
    overflow: hidden;
}
.data-center ul li .lf{
    width: 90px;
    line-height: 130px;
    text-align: center;
    background: #B18023;
}
.data-center ul li h3{
    margin-left: 90px;
    padding: 40px 20px;
    font-size: 18px;
    text-align: center;
}

.data-center ul li a:hover{
    color: #FFDB02;
}
.data-center ul li a:hover img{
    animation: slideInLeft 1s;
}







/*快速通道链接*/
  .main-3 {
          margin-bottom: 5px;

          list-style:none;


      }
      
      .main-3-top {
          text-align: center;
          margin-bottom: 0px;
      }
      
      .main-3-top>div {
          font-family: 'microsoft yahei';
         font-size: 28px; 
          color: #999;
          text-transform: uppercase;
          position: relative;
          top: 10px;

    font-weight:  normal;
      
     }
      
      .main-3-top>h3 {
          border-bottom: 2px solid #A42116;

 /* border-bottom: 2px solid #A42116;*/


      }
      
      .main-3-top>h3>a {
       font-size: 28px;
          position: relative;
          top: 14px;
          background-color: #fff;
          padding: 0 20px;
          
    font-weight:  normal;
      }







/*快速通道链接*/
   .kstdlink  {
                     
         
            /*以下新加属性 width:1200px;
            
             margin: 0 auto;*/
             position: relative;
         


      }
      
      .kstdlink ul {
          text-align: center;
          margin-left: 10px;
      }
      
      .kstdlink ul>li {
          width: 115px;


       height;130px;


          float: left;
          margin-right: 90px;
      }
      
      .kstdlink ul>li:hover div {
          transform: rotateY(360deg);
      }
      
      .kstdlink ul>li>div {
          width: 104px;


         /* height: 114px;*/
          height: 130px;
          text-align: center;
          border-radius: 50%;
          margin-bottom: 25px;
          transition: 0.5s;
      }
      
      .kstdlink ul>li>div>a {
          display: inline-block;
          font-size: 17px;
          color: #fff;
          padding-top: 10px;
      }
      
      .kstdlink ul>li p a {
          font-size: 16px;
          color: #666;
      }
      
      .kstdlink ul>li:last-child {
          margin-right: 0;
      }
      
      .kstdlink ul>li:first-child>div {
          border: 2px solid #ffbdab;
          background-color: #de5530;
      }
      
      .kstdlink ul>li:nth-child(2)>div {
          border: 2px solid #b7ffbf;
          background-color: #38c946;
      }
      
      .kstdlink ul>li:nth-child(3)>div {
          border: 2px solid #a9e0ff;
          background-color: #128fd6;
      }
      
      .kstdlink ul>li:nth-child(4)>div {
          border: 2px solid #ffdd8c;
          background-color: #dea724;
      }
      
      




/*版权LOGO、联系信息、链接*/
.mid2{
  /* height: 265px; 

  background: #0061ba;  */

  background: #1462ac;

    margin: 20px 0 0px;
  



}


   /*新加背景*/
.mid2 .wrapper{
	     
            background: #1462ac ;
}


.mid2 .title {
    padding: 50px 0 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #A42116;
}
.mid2 .title h3 a{
    color: #801B14;
}
.mid2 .container>div{
    float: left;
    width: 32%;
}
.lxxx{
	margin-top:40px;
margin-left:50px;
	}
.xxiang{
	float:right !important;
	width:16% !important;
	text-align:center;
	}
.xxiang img{
	width:120px;
}
	
.mid2 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.mid2 ul li span{
    float: right;
    color: #666;
}
.mid2 ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid2 ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
   /* background: #8D0708;*/
}

/*BQLOGO*/

/*LOGO*/
.mid2.xxlogo{
   /* width: 35px;
    height: 35px;
    background-position-x: -106px;*/


width: 45%;
	float: left;
	padding-top: 12px;
	 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




/*联系信息*/
.mid2.lxxx{   
    font-size: 9pt;
width: 30%;
	float: left;
	line-height: 40px;
	color: #fff;
        padding: 0 60px;
	 	border-left: 1px solid #db636a;
	border-right: 1px solid #db636a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 120px;
 }


 
.mid2.xxiang{
    width: 37px;
    height: 31px;
    background-position-x: -142px;
}










/*尾部*/
.footer{
    color: #fff;
    margin-top: 0px;
    padding: 30px 0;
    background: #1462ac;



   /*  新增线条*/
    border-top: 1px #ccc solid; padding-top: 15px; padding-bottom: 15px;



 

}



.footer .container>.rt{
    margin-top: 20px;
    display: none;
}
.footer .rt img{
   margin-left: 5px;
}
.footer .container>p{
    width: 80%;
    line-height: 25px;
    margin-top: 40px;
    font-size: 14px;
}
.footer .container>p span{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px;
}
.footer .link{
    line-height: 45px;
  border-bottom: 2px solid #A42116;

}
.footer .link span{
    font-size: 24px;
    position: relative;
    padding-left: 40px;
}
.footer .link span:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 27px;
    height: 27px;
   
}
.footer select{
    width: 280px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    margin-left: 18px;
    border: none;
    background: #fff;
}
.footer select option{
    padding: 5px 0;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    text-decoration: underline;
}

/*幻灯片*/
.slideBox{
    overflow:hidden;
    position:relative;
    text-align: center;
    margin-bottom: 0px;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:10px;
    height:10px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    background: #E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    max-width: 100%;
}
.slideBox>a{
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    z-index: 99;
}
.slideBox .next{
    margin-left: 60px;
    border-left-color: #fff;
    border-right-color: transparent;
}
.slideBox .prev:hover{
    border-right-color: #8F0100;
}
.slideBox .next:hover{
    border-left-color: #8F0100;
}

/*左侧导航*/
.side{
    float: left;
    width: 278px;
    margin-top: 30px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
  



}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #1462ac;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #1462ac;
}

/*右侧主体*/
.column{
    margin: 30px 0 0 310px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #9A9A9A;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #1462ac;
}

/*通用：列表页*/
.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 15px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #cecece;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #1462ac;
}


/*详情页*/
.detail{
  /*  margin: 20px 0;*/
width:95%; line-height:2em; color:#585858;margin:15px auto 0 auto;
font-size:14px;


}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #666;
    margin: 0 10px;
}
.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;
}
.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #1462ac;
}
.content table{

    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}

/*简介页*/
.profile{
    padding: 30px 0;
    min-height: 300px;
    width:95%; line-height:2em; color:#585858;margin:15px auto 0 auto;
font-size:14px;
}

/*师资队伍*/
.teacher p{
    margin: 30px 0;
    color: #1462ac;
    font-size: 24px;
}
.teacher ul{
    margin-bottom: 20px;
    overflow: hidden;
}
.teacher li{
    float: left;
    width: 20%;
    padding-left: 25px;
    line-height: 40px;
    font-size: 18px;
}

/*师资队伍*/
.leader{
    margin: 50px 0;
}
.leader ul{
    margin: 0 -23px;
    overflow: hidden;
}
.leader li{
    float: left;
    width: 422px;
    height: 225px;
    margin: 0 23px 46px;
    background: #eee;
}
.leader li>a{
    float: left;
    width: 169px;
    height: 225px;
    overflow: hidden;
}
.leader li img{
    display: inline-block;
    width: 169px;
    height: 225px;
    transition: .3s;
}
.leader li img:hover{
    transform: scale(1.1);
}
.leader li .info{
    margin-left: 169px;
    padding: 30px;
}
.leader li .info h2{
    font-size: 24px;
    font-weight: normal;
}
.leader li .info h2 span{
    font-size: 18px;
    padding-left: 5px;
}
.leader li .info p{
    color: #666;
    height: 75px;
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
}

/*搜索结果页*/
.search-list{
    margin: 30px 0;
}
.search-list li{
    margin-bottom: 25px;
}
.search-list li h3{
    font-size: 18px;
}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
    color: #666;
}
.search-list li span{
    color: #999;
}






/*友情链接*/


 .yqlink {
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;*/
             position: relative;


 

      }

 .yqlink .mytitle{
	line-height: 50px; border-bottom-color:#1462ac; border-bottom-width: 2px; border-bottom-style: solid;
	}

 
      
      .yqlink a {
          font-size: 15px;
		  padding-right:20px;
      }
      
     
      
      .yqlink ul li:last-child span {
          display: none;
      }
      

 


/*图片列表页左栏+右栏*/

      /* 二三级 */
      
      .banner,
      .banner img {
          width: 100%;
      }
      
     /* .bread {
          height: 45px;
          line-height: 45px;
          padding-left: 30px;
          overflow: hidden;
          margin: 20px 0;
          background: #fff;
          border: 2px solid #017fd8; 
      }*/
      
      .left_aside {
          float: left;
          width: 280px;
          text-align: center;
          background: #f5f5f5;
      }
      
      .left_aside p {
          color: #fff;
          font-size: 18px;
          line-height: 50px;
          background: #017fd8;
      }
      
      .left_aside ul li {
          line-height: 45px;
          font-size: 16px;
          border-bottom: 1px solid #ddd;
      }
      
      .left_aside ul li:last-child {
          border-bottom: 0;
      }
      
      .left_aside ul li a {
          display: block;
          position: relative;
      }
      
      .left_aside ul li a:after {
          position: absolute;
          top: 15px;
          right: 50px;
          line-height: 20px;
          content: "→";
          text-align: center;
          color: #ccc;
          font-size: 18px;
          transition: 0.3s;
      }
      
      .left_aside ul li a:hover {
          text-decoration: none;
          background: #ddd;
      }
      
      .left_aside ul li a:hover:after {
          color: #017fd8;
          right: 40px;
      }
      
      .left_aside ul li.on a {
          color: #017fd8;
          background: #ddd;
      }
      
      .left_aside ul li.on a:after {
          color: #017fd8;
      }
      
      .right_aside {
          margin-left: 310px;
          background: #fff;
      }
      
      .right_aside .head {
          font-size: 18px;
          line-height: 50px;
          border-bottom: 1px solid #ddd;
          position: relative;
          padding-left: 33px;
      }
      
      .right_aside .head:before {
          position: absolute;
          top: 15px;
          left: 0;
          width: 24px;
          height: 22px;
          content: "";
      
      }
      
      .right_aside .comment {
          padding: 20px 0;
          min-height: 500px;
      }
      
      .right_aside .comment>p {
          line-height: 30px;
      }
      
      .list li {
          height: 46px;
          line-height: 46px;
          padding: 0 10px;
          font-size: 16px;
          border-bottom: 1px dotted #8C8C8C;
      }
      
      .list li:hover {
          background: #F6F6F6;
      }
      
      .list li span {
          float: right;
          color: #999;
          font-size: 15px;
      }
      
      .list li p {
          margin-right: 120px;
      }
      
      .list li a {
          position: relative;
          padding-left: 20px;
          text-decoration: none;
      }
      
      .list li a:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 0;
          width: 5px;
          height: 5px;
          background: #666;
          border-radius: 50%;
      }
      
      .list li a:hover:before {
          background: #017fd8;
      }
      
      .article {
          min-height: 500px;
          padding: 0 30px;
          background: #fff;
      }
      
      .article .caption {
          text-align: center;
          padding: 30px 0;
      }
      
      .article .caption h2 {
          color: #017fd8;
          font-size: 24px;
          font-weight: 500;
          margin-bottom: 15px;
      }
      
      .article .caption p span {
          color: #999;
          margin: 0 10px;
      }
      
      .article .content {
          padding-bottom: 20px;
          font-size: 16px;
      }
      
      .article .content p {
          line-height: 30px;
          text-align: justify;
      }
      /*图片列表页*/
      
      .list-img {
          overflow: hidden;
      }
      
      .list-img li {
          float: left;
          width: 25%;
          text-align: center;
          margin: 10px 0;
      }
      
      .list-img li>a {
          display: inline-block;
          width: 94%;
          height: 220px;
          overflow: hidden;
      }
      
      .list-img li img {
          display: inline-block;
          width: auto;
          max-height: 100%;
      }
      
      .list-img li img:hover {
          transform: scale(1.1);
      }
      
      .list-img li p {
          font-size: 18px;
          line-height: 30px;
          height: 30px;
          overflow: hidden;
      }
      /*图文列表页*/
      





/*ie7fixed*/
.header .wrapper{
	*position: relative;
}
.header .right{
	*position: absolute;
	*width: 270px;
	*right: 0;
}






/*新闻中心*/
.in_xyxw_bt {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 50px;
	color: #A42116;
}
.in_xyxw_bt span {
	font-size: 36px;
	font-weight: bold;
}
.in_xyxw_nr {
	margin-top: 50px;
}
.in_xyxw_nr_li {
	width: 24%;
	margin-right: 1.3%;
}
.in_xyxw_nr_li:last-child{margin-right: 0px;}
.in_xyxw_nr_li:nth-child(4n){margin-right: 0px;}

.in_xyxw_nr_lix {
	background-color: #fff;
padding-bottom:14px;
}

.in_xyxw_nr_lix:hover {
	background-color: #A42116;
}

.in_xyxw_nr_lix:hover .in_xyxw_nr_lix_wz {
	color: #fff;
}

.in_xyxw_nr_list {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.in_xyxw_nr_lix_sj {
	background-color: #A42116;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
	padding: 0 10px;
}

.in_xyxw_nr_lix_wz {
	margin: 14px 10px;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in_xyxw_gd {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.in_xyxw_gd a {
	color: #A42116;
	border: 1px solid #A42116;
	border-radius: 50px;
	padding: 12px 40px;
}



.in_xkky_nr {
	padding-top: 50px;
}



.in_xkky_nr_li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 24px;
}

.in_xkky_nr_li:hover .in_xkky_nr_li_y_bt {
	color: #1a37a0;
}

.in_xkky_nr {
	padding-top: 50px;
}

.in_xkky_nr_li:nth-child(3n) {
	margin-right: 0;
}

.in_xkky_nr_li_z img {
	width: 150px;
	height: 120px;
}

.in_xkky_nr_li_y {
	width: calc(100% - 170px);
}

.in_xkky_nr_li_y_bt {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.in_xkky_nr_li_y_nr {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #777777;
	padding-top: 14px;
	padding-bottom: 6px;
	line-height:26px;
}

.in_xkky_nr_li_y_sj {
	font-size: 15px;
	color: #999999;
}


.in_xthdnr {
	margin-top: 30px;
}



/* 学团活动开始 */
.in_xthd {
	
	padding-bottom: 30px;
}

.in_xthdnr_li {
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 20px;
}

.in_xthdnr_li:nth-child(3n) {
	margin-right: 0;
}

.in_xthdnr_lis {
	height: 220px;
}

.in_xthdnr_lis img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.in_xthdnr_lix {
	background-color: #fff;
	border-left: 4px solid #af0525;
	padding: 10px 10px;
min-height:25px;
}

.in_xthdnr_lix:hover {
	background-color: #af0525;
}

.in_xthdnr_lix:hover .in_xthdnr_lix_sj {
	color: #fff;
	
}

.in_xthdnr_lix:hover .in_xthdnr_lix_bt {
	color: #fff;
}

.in_xthdnr_lix_sj {
	font-size: 14px;
	color: #999999;
	display:none;
}



.in_xthd_bt {
	color: #fff;
}



.center{
	max-width:1500px;
	width:95%;
	margin:0 auto;
	}
	
	.center{    
	
	overflow:hidden;
	}
.center .left{
	width:48%;
	margin-right:1%;
	float:left;
	}
	
	.red1 {
	position: relative;
	height: 460px;
	overflow: hidden;
}

.red1 img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.red1:hover img {
	transform: scale(1.2);
}

.red1 .tit1 {
	width: 100%;
	display: flex;
	align-items: center;
	height: 60px;
	position: absolute;
	bottom: 0;
	left:0px;
	padding: 0 40px;
	box-sizing: border-box;
}
.red1 .tit1 a {
	color: #fff;
	font-size: 20px;
	font-weight:600;
	position: relative;
}
.red1 .tit1 a::before {
	content: "";
	width: 5px;
	height: 20px;
	background-color: #D13632;
	position: absolute;
	top: 18%;
	left: -20px;
}

.center1{
	width:25%;
	float:left;
	
	}
.right{
	width:25%;
	float:right;
	}	
	
	.red2 {
	width: 100%;
	height: 225px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.red2 img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.red2:hover img {
	transform: scale(1.2);
}
.red2 .tit1 {
	width: 100%;
	display: flex;
	align-items: center;
	height: 60px;
	position: absolute;
	bottom: 0;
	left:0px;
	padding: 0 40px;
	box-sizing: border-box;
}
.red2 .tit1 a {
	color: #fff;
	font-size: 20px;
	font-weight:600;
	position: relative;
}
.red2 .tit1 a::before {
	content: "";
	width: 5px;
	height: 20px;
	background-color: #D13632;
	position: absolute;
	top: 18%;
	left: -20px;
}







/* sec1 */
.s1-left {
    float: left;
    width: 690px;
    padding-top:30px;
	margin-top:30px;
}

.ban1 .pic {
    padding-top: 0;
max-height:440px;

}

.ban1 .slick-prev {
    background: url(../images/ban1-prev.png) no-repeat center;
    width: 30px;
    height: 75px;
    z-index: 1;
    left: 0;
    top: 40%;
}

.ban1 .slick-next {
    background: url(../images/ban1-next.png) no-repeat center;
    width: 30px;
    height: 75px;
    z-index: 1;
    right: 0;
    top: 40%;
}

.ban1 a {
    position: relative;
}

.ban1 .text {
    position: relative;
    margin: 0 auto;
    bottom: 40px;
margin-bottom:-20px;
    width: 100%;
    background: #1462ac;
    padding: 2% 0;
}

.ban1 .text:hover p {
    font-weight: bold;
}

.ban1 .text p {
    font-size: 18px;
padding-left:15px;
    line-height: 40px;
    max-height: 40px;
    color: #ffffff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    white-space: normal;
}

.ban1 .text span {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: url(../images/s1-11.png) no-repeat left;
    padding-left: 32px;
    display: block;
}

.s1-right {
    position: relative;
    overflow: hidden;
    padding-left: 32px;
    padding-top:30px;
    margin-top:30px;
}

.s1-right ul{
	position: relative;
    overflow: hidden;
    padding-left: 0px;
    padding-top:10px;
	}
.s1-right ul li {
    float: left;
    width: 100%;
    border-bottom: solid 1px #eeeeee;
}

.s1-right ul li:hover p {
    color: #1462ac;
    font-weight: bold;

}

.s1-right ul li:hover span {
    color: #1462ac;
}

.s1-right ul li a {
    padding: 12px 0 10px 0;
	display:block;
}

.s1-right ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    white-space: nowrap;
float:left;
}

.s1-right ul li span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    
    padding-left: 2px;
    float:right;
}

/* TOP */
.top {
    margin-bottom: 10px;
	overflow:hidden;
	text-align:left;
	padding-bottom:10px;
	border-bottom:3px solid #368de0;
}

.top h2 {
    display: inline-block;
    font-size: 26px;
    line-height: 36px;
color:#1462ac;
    float:none;
	text-align:center;
padding:0;

}

.top a {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    float: right;
   
    padding-right: 0px;
}

.top a:hover {
    font-weight: bold;
}




.tabMenu01 {
	width:240px; height: 40px; line-height: 40px; float:left; position: relative;
	background:url(../images/fg.png) no-repeat center center;
	background-size:auto;
	
}

.tabMenu01 .til_tab {
	margin: 0; width: auto; font-size: 24px; font-weight:500; float: left; position: relative;
	border-bottom:0;
}

.tabMenu01 .til_tab a {
	color: #666666;
}
.tabMenu01 :first-child.til_tab i {
	padding-right: 5px; font-size: 22px; vertical-align: middle;
}


.tabMenu01 .on.til_tab a{
	color: #1462ac;
	font-weight:bold;
	}
.tabMore01 {
	padding-top:10px; right: 0px; float:right;
}
.tabMore01 a {
	color:#999; font-weight:normal; display: none;
}
.tabMore01 a:hover {
	color:#333; font-weight:normal; display: none;
}
.tabMore01 i {
	color: rgb(255, 255, 255); font-size: 25px; vertical-align: middle; display: inline-block;
}
.tabListBox {
	padding-top: 15px; display: none;
}
.clearFix {
    clear: both;
}








.he2_bgtbox {
    position: relative;
    margin-top: 60px;
    z-index: 10;
}

.he2_rgbteq {
    width: 420px;
    position: absolute;
    top: 155px;
    left: 60px;
    z-index: -1;
}

.he2_rgbteq img {
    width: 100%;
}

.he2_contezle {
    width: 250px;
}

.he2_contezri {
    width: calc(100% - 280px);
    margin-left: 30px;
    background: #fff;
    position: relative;
	background: rgba(246, 246, 246, 0.5);
}

.he2_contezri2 {
    width: 100%;
    margin-left: 0px;
    background: #fff;
    position: relative;
	background: rgba(246, 246, 246, 0.5);
}

.he2_cntzlet {
    background: rgba(1,67,141, 0.8);
    text-align: center;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.he2_cntzlet h4 {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5;
	font-size:24px;
}

.he2_cntzlet span {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.he2_cntzleb {
    padding: 15px 40px 90px;
    box-shadow: 2.5px 4.3px 14px 0px rgba(0, 0, 0, 0.07);
    background: rgba(246, 246, 246, 0.5);
}

.he2_cntzlebli a {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    transition: all 0.36s;
    padding: 13px 0px 11px;

}

.he2_cntzlebli.on a {
    color: #01438d;
}

.he2_cntzlebli {

    border-bottom: 1px solid #cfcfcf;
}

.he2_cntzrito {
    width: 100%;
    padding: 22px 36px 0px;
    border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.he2_cntitole {
    position: relative;
    padding-bottom: 21px;
}

.he2_cntitole h4 {
    color: #333333;
    position: relative;
	font-size:20px;
}

.he2_cntitole h4 span {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
}

.he2_cntitole::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #01438d;
    bottom: 0px;
    left: 0;
}

.he2_cnindefl {
   padding:0 2px;
}

.he2_cnindefl a {
    line-height: 20px;
    display: block;
}

.he2_cnindefl a img {
    width: 100%;
    display: inline-block;
}

.he2_cninderi a {
    display: block;
    font-size: 14px;
    line-height: 1.75;
    color: #999;
    transition: all 0.36s;
}

.he2_cninderi {
    margin-left: 7px;
}

.he2_cntitori {
    margin-top: 8px;
}

.he2_cntzribo {
    padding: 0px 37px;
}

.he2_cntzriboli {
    border-bottom: 1px solid #e6e6e6;
}

.he2_cntzriboli a {
    display: block;
    padding: 17px 15px 22px;
}

.he2_cnibole {
    width: 70px;
    text-align: right;
display:none;
}

.he2_cnibole h4 {
    color: #01438d;
    transition: all 0.36s;
}

.he2_cnibole span {
    transition: all 0.36s;
    color: #01438d;
}

.he2_cnibori {
    width: calc(100% - 70px);
}

.he2_cntzriboul {
    margin-top: 8px;
}

.he2_cniboriri {
    width: 36px;
    height: 36px;
    background: #01438d;
    position: relative;
}

.he2_cniboriri img {
    width: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he2_cniborile {
    width: 100%;
    padding-left: 75px;
    padding-right: 20px;
    position: relative;
	    box-sizing: border-box;
}

.he2_cniborile h4 {
    color: #333333;
    letter-spacing: 1px;
    position: relative;
    margin-top: 5px;
    transition: all 0.46s;
    max-height: 56px;
    overflow: hidden;
	font-size:18px;
	    font-weight: normal;
}

.he2_cntzriboli a:hover h4{
	font-weight: 600;
	}

.he2_cniborile::after {
    content: '';
    width: 36px;
    height: 1px;
    background: #01438d;
    position: absolute;
    top: 18px;
    left: 17px;
}

.he2_cniborile p {
    color: #999999;
    margin-bottom: 0px;
    letter-spacing: 1px;
    margin-top: 10px;
    max-height: 48px;
	line-height:24px;
    overflow: hidden;
}

.he2_fybox {
    margin-top: 40px;
    margin-bottom: 48px;
}
.erji li{
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}
.erji .sanji{
    display: none;

}




.he2_cntzrieto {
    padding: 0px 63px 60px;
}

.he2_czrietoim {
    padding: 40px 0px 30px;
    width: 100%;
}

.he2_czrietoim img {
    width: 100%;
}

.he2_czrietote p {
    color: #666666;
    margin-bottom: 0px;
}

.he2_cntzrieto2 {
    padding: 27px 35px 40px;
	min-height:300px;
}

.he2_ieto2 p {
    color: #444;
line-height:180%;
font-size:16px;
}

.he2_transla1 .he2_contezri {
    width: 100%;
}

.he2_transla1 .he2_cntitole h4 {
    font-weight: bold;
    color: #01438d;
}

.he2_cntisp {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}

.he2_transla1 .he2_cntzrito {
    padding: 15px 36px 0px;
    background: #fff;
}

.he2_transla1 .he2_cntitole h4::after {
    top: 64px;
}

.he2_transla1 .he2_cntitori {
    margin-top: 12px;
}

.he2_transla1 .he2_contezri {
    margin-left: 0px;
    background: rgba(255, 255, 255, 0.9);
}

.he2_cntzribtmb {
    padding: 33px 60px 65px;
}

.he2_cnrimbtit {
    text-align: center;
}

.he2_cnrimbtit h4 {
    color: #333333;
    letter-spacing: 1px;
	font-size:24px;
	font-weight:normal;
}

.he2_cnrbtbt {
    text-align: center;
    margin: 23px auto;
	border-bottom:1px solid #ccc;
	width:100%;
	padding-bottom:23px;
}

.he2_cnrbtbt span {
    font-sizE: 14px;
    line-height: 22px;
    color: #999999;
    display: inline-block;
}

.he2_cnrbtbt span:nth-child(2) {
    margin: 0 25px;
    letter-spacing: 1px;
}

.he2_edit p {
    color: #666;
	font-size:16px;
	margin-bottom:10px;
	line-height:180%;
text-indent:2em;
}

.he2_edit .vsbcontent_img{
text-indent:0em;
text-align: center;
}

.he2_swqieh {
    border-top: 1px solid #e9e9e9;
    position: relative;
}

.he2_swqieh::after {
    content: '';
    width: 54px;
    height: 1px;
    background: #01438d;
    position: absolute;
    top: -1px;
    left: 0;
}

.he2_swqit p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    width: calc(100% - 56px);
    float: left;
    transition: all 0..36s;
}

.he2_swqit span {
    color: #333;
    float: left;
    line-height: 20px;
    width: 56px;
}

.he2_swqit a {
    display: block;
    margin-top: 18px;
}

.he2_swqit {
    margin-top: 27px;
    font-size: 14px;
    line-height: 20px;
}

.he2_swqieh {
    margin-top: 50px;
}

.he2_yslist {
    padding: 35px 36px 0;
}

.he2_yslistul {
    margin: 0 -22px;
}

.he2_yslistli {
    padding: 0 22px;
    width: 33.333333%;
    margin-bottom: 38px;
}

.he2_yslistli a {
    display: block;
}

.he2_yslisim {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.he2_yslisim img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.he2_ysliste h4 {
    color: #333333;
    font-weight: bold;
    margin-top: 17px;
    max-height: 56px;
    overflow: hidden;
    transition: all 0.36s;
}
.he2_ysliste{
    height: 68px;
}
.he2_ysliste span {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    font-family: "iskpota" !important;
}

.he2_fyboxd {
    margin-top: 10px;
    margin-bottom: 55px;
}

.he2_rwbtobox {
    padding: 0 36px;
}

.he2_rwtobxul {
    margin: 0 -17px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.he2_rwtobxli {
    padding: 0 17px;
    width: 50%;
    margin-bottom: 33px
}

.he2_rwtobxli a {
    display: block;
    padding: 20px 18px;
    background: #f6f6f6;
}

.he2_rwtbxlto {
    border-bottom: 1px solid #01438d;
    padding-bottom: 27px;
    position: relative;
    padding-left: 10px;
    position: relative;
}

.he2_rwtltim {
    width: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.he2_rwtltim img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.he2_rwtltte {
    width: calc(100% - 90px);
    padding-left: 23px;
    padding-top: 20px;
}

.he2_rwtltte h4 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    transition: all 0.36s;
    height: 56px;
    overflow: hidden;
}

.he2_indb {
    position: relative;
    z-index: 10;
}

.he2_rwtepo {
    position: absolute;
    top: -6px;
    left: 90px;
    z-index: 2;
}

.he2_rwtepo span {
    font-size: 48px;
    line-height: 52px;
    color: rgba(139, 20, 20, 0.06);
    font-weight: bold;
    font-family: 'TT0037M_' !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.he2_rwtbxlbo p {
    color: #999;
    height: 72px;
    overflow: hidden;
    letter-spacing: 1px;
}

.he2_rwtbxlbo {
    padding: 20px 3px 0px;
}

.he2_xzbtxli {
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
    margin-bottom: 21px;
}
.he2_gbgt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.36s;
   
}
.he2_gbgt img{
    width: 100%;
    height: 100%;
}

.he2_xzbtobox {
    padding: 31px 36px 8px;
}

.he2_xzbtxli a {
    display: block;
    padding: 25px 26px 25px 33px;
    position: relative;
    z-index: 10;
}

.he2_xzbtxlri {
    width: 36px;
    height: 36px;
    background: #01438d;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 10px;
    transition: all 0.36s;
    margin-top: 10px;
    z-index: 10;
}

.he2_xzimgbox {
    width: 14px;
    position: relative;
    display: inline-block;
}

.he2_xzimgbox img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.36s;
}

.he2_xzbtxlle {
    width: calc(100% - 36px);
    padding-right: 15px;
    position: relative;
    z-index: 10;
}

.he2_xzbtxlle h4 {
    color: #464646;
    transition: all 0.36s;
    height: 28px;
    overflow: hidden;
}

.he2_xzxltim {
    width: 12px;
    position: relative;
    height: 12px;
    margin-top: 6px;
}

.he2_xzxltim img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.36s;
}

.he2_show {
    opacity: 1;
}

.he2_hide {
    opacity: 0;
}





.ca_news_item {
    padding: 24px 0px 26px;
    border-bottom: 1px solid #e9e9e9;
}
.ca_news_item a {
    display: block;
}
.ca_news_iteml {
    width: 70px;
}
.ca_news_itemr {
    position: relative;
    width: calc(100% - 70px);
    padding-left: 40px;
    padding-right: 115px;
}
.ca_news_date {
    padding: 2px 0px 6px 14px;
}
.ca_news_dd p,
.ca_news_ym p {
    text-align: right;
    color: #01438d;
}
.ca_news_dd {
    margin-bottom: 7px;
}
.ca_news_dd p {
    font-size: 36px;
}
.ca_news_ym p {
    font-size: 14px;
    line-height: 24px;
}
.ca_news_txt {
    margin-top: 8px;
}
.ca_news_txt p {
    max-height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
}
.ca_news_go {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #1b325c;
    transition: 0.36s all;
    border: 1px solid #1b325c;
}