/*视频+  轮播图*/
/*.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-flash li {
    position: relative;
    height: 100vh;
    overflow: hidden; }
    .index-flash li video {
      position: absolute;
      left: 50%;
      top: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%); }
    .index-flash li .video-btn {
      background: url("../image/btn108.png") center no-repeat;
      background-size: 100%;
      width: 1.08rem;
      height: 1.08rem;
      position: absolute;
      z-index: 1;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-left: -.54rem;
      margin-top: -.54rem;
      cursor: pointer;
      opacity: 0; }
    .index-flash li .img a {
      position: relative;
      display: block;
      height: 100vh;
      overflow: hidden; }
      .index-flash li .img a:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 5;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: url("../image/bg20.png") center bottom repeat-x;
        background-size: auto 5.19rem; }
      .index-flash li .img a img {
        position: absolute;
        left: 50%;
        top: 50%;
        min-height: 100%;
        min-width: 100%;
        max-width: 1000%;
        transform: translate(-50%, -50%); }
    .index-flash li .name a {
      display: block;
      color: #fff;
      text-align: center;
      font-weight: bold;
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      top: auto;
      bottom: 1.1rem;
      font-size: .24rem;
      padding: 0 .3rem;
      height: 1.3em;
      line-height: 1.3em; }
  .index-flash .btn {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.6rem; }
    .index-flash .btn .dots span {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 8px;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.78);
      opacity: 1; }
    .index-flash .btn .dots span.swiper-pagination-bullet-active {
      background: #dcc55a; }
    .index-flash .btn a {
      font-size: 12px;
      color: #fff;
      height: 14px;
      line-height: 14px;
      border-left: rgba(255, 255, 255, 0.65) solid 1px;
      margin-left: 12px;
      padding-left: 17px; }
      .index-flash .btn a:hover {
        color: #dcc55a; }
  .index-flash .arrow a {
    display: block;
    width: .53rem;
    height: .53rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.26rem;
    opacity: 0; }
    .index-flash .arrow a.prev {
      left: .28rem;
      background-image: url("../image/prev53_2.png"); }
    .index-flash .arrow a.next {
      right: .28rem;
      background-image: url("../image/next53_2.png"); }
  .index-flash:hover .arrow a {
    opacity: .5; }
    .index-flash:hover .arrow a:hover {
      opacity: 1; }
*/

/*新加入属性开始*/

@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-type: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;

 /*新加入灰色背景f9f9f9 
    background: #e7eaea;*/


}


 /*新加入背景图*/

.bgimg{
      
 
      background: url(../images/cloud.png) no-repeat;
       
  }






a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
   /* color: #014788; */
  color: #f49209;


  
    text-decoration:none;
}
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: 1200px;
    margin: 0 auto;
    position: relative;
}

/*新加入属性结束*/

/*通用样式*/
  
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipse{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-width: 1400px;
    z-index: 999;
}





.top{
    height: 48px;
    line-height: 48px;
    text-align: right;
  /*  background-image: linear-gradient(to right, #9c713f, #744003);
    background-image: linear-gradient(to right, #4b2b2c, #713d40);*/
}
.top a{
    color: #fff;
    opacity: .5;
}
.top a:hover{
    opacity: 1;
}
.top span{
    color: #fff;
    padding: 0 15px;
    opacity: .5;
}
.logo{
    padding: -20px 0;
    overflow: hidden;
}


/*
.logo i{
    display: inline-block;
    width: 768px;
    height: 103px;
    background: url(../images/logo_dky.png) no-repeat center center;
    animation: zoomIn .5s;
}*/ 


/*+天气预报 */ 
.logo .tqyb{
    float: right;
    position: relative;
    top: -15px;

    /*+ background: rgba(19,51,149,.1);*/ 
    border-radius: 20px;
      border: 0px solid #ffffff; 
}

/*新加入搜索按钮样式 */ 
.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0px 0 0 0.875rem;position: relative;top: -2px;}
.search_btn img{ margin:0 0.875rem}
.logo .search_btn{display:inline-block;float: none;font-size: 14px;color: #fff;}






/*--
.logo .search{
    float: right;
    position: relative;
    top: 5px;
}
    input[type='text']{
    width: 110px;
    height: 35px;
    line-height: 35px;
    padding: 0 50px 0 15px;
    background: rgba(255,255,255,.6);
    border-radius: 20px;

}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 35px;
    background: url(../images/search.png) no-repeat center center;
    cursor: pointer;
}
-*/






.search{
    float: right;
    
     right:220px;
    top:80px;
 display: block;
      position: absolute;

}
.search form{
    position: relative;
   /* margin-top: 15px; */
    margin-top: 20px;



}
.search-input[type='text']{
    width: 100px;
    height: 27px;
    line-height: 27px;
    padding: 0 0px 0 15px;
    border: none;
    font-size: 14px;
 

 border-radius: 25px;
    

}
.search-input[type='submit']{
    position: absolute;
    top: 2px;
    right: 0;
    width: 50px;
    height: 26px;
    cursor: pointer;
    border: none;
    background: url(../images/searchico.png) no-repeat center center;
}
.toggle{
    display: none;
}








/*新加入头部渐变层header_box*/
.header_box_li{height:130px;position: relative;z-index: 1;}

.header_box{height:0;position: relative;z-index: 10000;}
 
.header_box_li:before{content:"";position:absolute;background: url(../images/jianbian.png) center top no-repeat;height: 12.8125rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background-size: 100% 100%;}









/*导航栏*/
.nav{
    height: 58px;
    background: #133395;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;color: #ffffff;
}
.menu>li{
    display: inline-block;
 
    width: 105px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    position: relative;
 color: #ffffff;
 font-size: 17px;

}
.menu>li>a{

 font-weight: bold;
    display: block;
    font-size: 16px;
 color: #fff;
}
.menu>li:hover{
  /*  border-bottom: 3px solid #0063be;  */

      border-bottom: 3px solid #f49209;



}
.menu>li>a:hover{
    font-weight: bold;
     color:#f49209;

}
.menu>li>span{
    display: none;
}
.second-menu{
    font-size: 14px;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    line-height: 35px;
    padding: 10px 0;
    background: rgba(1,53,191,.5);
    z-index: 999;
    display: none;
}
.second-menu a{
    font-size: 14px;
    position: relative;
    display: block;
    color: #fff;
   
}
.second-menu a:hover{
   /*二级导航字段选中色原红色9C2017 现桔色f49209*/
    font-size: 14px;
  color: #f49209;
  font-size: 15px;
   background: rgba(1,53,191,.9);


}
 







/*大轮播图*/
.slide{
    position: relative;
   /* height: 100vh; 
 height: 458px;*/

 height: 348px;

    z-index: 1;
    transition: .5s;
}
.slideBox{
    width:100%;
   /* height: 100vh;*/
 height: 348px;
 /*padding-top: 48px;*/
    padding-top: 0px;
    overflow:hidden;
    position:relative;
    text-align: center;
    box-sizing: border-box;
}



.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 12%;
    z-index:1;
}

/* 显示轮播图数字
.slideBox .hd ul{
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.slideBox .hd ul li{
    position: relative;
    margin: 0 10px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    transition: .3s;


 list-style: none; 
}
.slideBox .hd ul li:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: .3s;
}
.slideBox .hd ul li.on{
    padding-right: 80px;
    font-size: 26px;
}
.slideBox .hd ul li.on:after{
    width: 75px;
}
 */ 





.slideBox .bd,
.slideBox .bd>div,
.slideBox .bd ul{
   /*全屏 height: 100%;    */ 
 height: 348px;
}
.slideBox .bd li{
  /*全屏 height: 100%;    */ 
    height: 348px;
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
  /*全屏 height: 100%;    */ 
    height: 348px;
}
.slide .down{
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    animation: fadeInDown 2s linear infinite;
    cursor: pointer;
}
.slide .down:hover{
    animation-play-state: paused;
}

 





  /* ==========加入新版搜索框===========   */
.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition:.6s;
}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
}
.search-dialog-box .search-bg{

	position: absolute;
	left: 50%;
	top: 50%;
	width: 120vw;
	height: 120vw;
	margin: -60vw 0 0 -60vw;
	background: #3c59bb;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 100%;
	/* z-index: 1; */
	transform: scale(0);
	transform-origin: center center;
	transition: transform .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition:.6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #a2b5f6;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{
	background-color: #a2b5f6;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	
}
.search-dialog .search-tit{
	font-size: 2.75rem;

	line-height: 3.5rem;

	color: #fff;
	text-align: center;
	overflow: hidden;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 3.35rem;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(0,0,0,.1);
	border-radius: 1.65rem;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 3.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;


    padding: 0 0px 0 5px;
    border: none;
 border-radius: 25px;
    



}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 3.5rem;
	width: 3.5rem;
}
.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.75rem;
	background-image: url('../images/search-btn.svg');
 
 
       position: absolute;
    border: none;
     top: 22px;
    
    height: 26px;
     

}


.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit]{

}

.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;
	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;

}
.search-dialog .hot-link{
	margin-left: 1rem;
}
.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{transform: scale(1);}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 10;
    right: 1.125%;
    top: 1.35rem;
    background-color: rgba(0,0,0,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}








































/*新主体相关属性开始*/

.section{

   background: url(../images/bottom.png) no-repeat;
    position: relative;
    min-height: 500px;

   /*新加背景图*/
    position: relative;
   /* background: #fff url(../images/cloud.png) no-repeat right bottom;*/
 background:#fff url(../images/bottom.png) no-repeat center bottom;
    transition: 1s;


  }








.title{
    height: 30px;
    line-height: 30px;
    padding: 30px 0;
}
.title h3{
    position: relative;
    padding-left: 50px;
    font-size: 22px;
    font-weight:  normal;
}
.title h3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 35px;
    background: url(../images/list-icon.png) no-repeat 0 0;
}

.box{
    overflow: hidden;
    background: url(../images/cloudn.png) no-repeat right bottom;
}



/*新闻动态*/
.news{
    float: left;
   /* width: 790px;原宽度新闻动态*/
 width: 100%:

 /*background: url(../images/cloud.png) no-repeat ;*/

}


  /*new add*/


.news .title {
   /* padding: 50px 0 25px;*/
    padding: 10px 0 5px;
   /* margin-bottom: 30px;*/
    margin-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
}




.albumBox{
    float: left;

/*    width: 430px; */
margin: 0 10 0 5px; 
/*    width:48%;   */

  width: 580px;

   height: 360px;
    position: relative;
}
.albumBox .hd2{
    position:absolute;
    right: 0;
    bottom: 15px;
    width: 100px;
    z-index:1;
}
.albumBox .hd2 ul{
    text-align: right;
}
.albumBox .hd2 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 .hd2 ul li.on{
    background: #0063be;
}
.albumBox .bd2 li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd2 img{
    display:inline-block;
    width: 100%;
     /*  原 height: 296px;*/
     height: 360px;
margin: 0 0px; 

}
.albumBox .bd2 li>a{
    display: block;
    position: relative;
    overflow: hidden;
}
.albumBox .bd2 img:hover{
    transform: scale(1.05);
}
.albumBox .bd2 .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.5);
}
.albumBox .bd2 .info p{
    padding: 0 100px 0 15px;
}
.albumBox .bd2 .info a{
    color: #fff;
    font-size: 16px;
}




.news-info {

 margin: 0 0px; 
 float: right;
   /*  原 width: 595px; 新加比例测试：45%*/
 

 /*   width:48%;*/

   width: 595px; 



}
.news-info.title h3:before{
    width: 36px;
    height: 25px;
    background-position-x: -69px;
}
.news-info li{
 
    padding-bottom: 1px;
    margin-bottom: 1px;
    border-bottom: 1px dotted #EFD0B2;
    list-style-type:none;
    list-style:none;
  line-height:30px;


   margin-left:15px;
padding-left: 1px;
    }

.news-info li  .date{
    float: left;
    width: 51px;
    height: 40px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    text-align: center;

    position: relative;
    top: 1px;

 
    color: #B79166;
    background: url(../images/clock.png) no-repeat left center;


}
.news-info li .date span{
    display: inline-block;
   
    color: #B79166;
    background: url(../images/clock.png) no-repeat left center;



}



/*新加新闻属性2022-0323*/
.news-info ul li{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #BF8F5F;
}
.news-info ul li:last-child {
    margin-bottom: 0;
}
.news-info ul li p{
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 16px;
}
.news-info ul li span{
    padding-left: 25px;
    color: #B79166;
    background: url(../images/clock.png) no-repeat left center;
}










/*add*/
.newslist ul{
    margin-top: 22px;



 width: 370px;

  /* margin-left: 435px;*/

}
.newslist ul li{
    float: left;
    width: 98%;/*width:48%*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.newslist ul li:nth-child(even){
    float: right;
}
.newslist ul li p{
    height: 25px;
    line-height: 25px;
    margin-left: 5px;/* margin-left: 85px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newslist ul li a{
    font-size: 16px;
    position: relative;
}
.newslist ul li a:hover{
    color: #8F0100;
    text-decoration: none;
}
.newslist  .date{
    float: left;
    width: 70px;
    height: 44px;
    line-height: 22px;
    color: #333;
    font-size: 12px;
    text-align: center;
    background: #eeeeee;
    position: relative;
    top: 3px;
}
.newslist  .date span{
    display: inline-block;
    width: 17px;
    height: 16px;
    position: relative;
    top: 5px;
    background: url(../images/date.png) no-repeat;
}




/*内容区第一版newtest*/
.mode01{max-width:1200px;margin:30px auto;overflow:hidden;}
.mode01 .lf{width:48.25%;float:left;overflow: hidden;}
.mode01 .rt{width:48.5%;float:right;overflow: hidden;}


/*通知公告new*/
.articleList{}
.articleTitle{border-bottom: 1px solid #023b87;padding-bottom:10px;}
.articleTitle .more{float: right;margin-top:10px;color:#023b87;}
.articleTitle h2{font-size: 1.3em;color:#023b87;}


.articleTitle01{border:0;}
.EventsList{background:#f2f2f2;}
.EventsList li{border-top: 1px solid #ddd;overflow: hidden;}
.EventsList li a{padding:14px 20px;}
.EventsList li:first-child{border-top: none;}
.EventsList li .leftDate{float: left;overflow: hidden;width:13.73%;background: #0a5ece;text-align: center;font-family: "Book Antiqua"; padding: 2px 0;}
.EventsList li .leftDate i{margin:3px 0; font-size: 14px; color:#fff;border-bottom: 1px solid #fff;font-style: normal;padding-bottom: 4px;}
.EventsList li .leftDate strong{ font-weight: normal; color:#fff;display: block;font-size:26px;}
.EvensCon{float: right;overflow: hidden;width:80%;}
.EvensCon h2{margin-top:8px;font-size:14px;color: #464646;font-weight: normal;min-height: 43px;}
.EventsList li a{display: block;overflow: hidden;}
.EventsList li a:hover{background-color:#fafafa;}
.EventsList li a:hover h2{color:#003770;}






/*通知公告*/
.notice{
    float: right;
   /* width: 370px;*/

 width: 580px;
 list-style: none; 

 

}

    /*new add*/


.notice .title {
   /* padding: 50px 0 25px;*/
    padding: 20px 0 25px;
   /* margin-bottom: 30px;*/
    margin-bottom: 20px;
    border-bottom: 2px solid #0063be;
}


.notice .title h3:before{
    width: 32px;
    height: 39px;
    background-position-x: -37px;




}
.notice ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #BF8F5F;
 
}
.notice ul li:last-child {
    margin-bottom: 0;
}
.notice ul li p{
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 16px;
}
.notice ul li span{
    padding-left: 25px;
    color: #B79166;
    background: url(../images/clock.png) no-repeat left center;
}


/*通知公告、学术科研*/
.mid{
    height: 385px;
    margin: 10px 0 0px;
  /*教学动态、科研动态、学术报告原背景米黄色FAEDD7   新背景色淡蓝色deebf7  */


 /* background: #deebf7; */

 /* 使用背景图模式
background: url(../images/cloud.png);*/

  
}
.mid .title {
   /* padding: 50px 0 25px;*/
    padding: 10px 0 15px;
   /* margin-bottom: 30px;*/
    margin-bottom: 10px;
    border-bottom: 2px solid #0063be;
}
.mid .title h3 a{
    color: #083b6b;
}
.mid .container>div{
    float: left;
   /* width: 370px;*/
    width: 580px;
}
.mid ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.mid ul li span{
    float: right;
    color: #666;
}
.mid ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0063be;
}
/*通知公告*/




  .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: 60%;
      }
      
      .main-1-r-text a {
          display: block;
          line-height: 30px;
          max-height: 60px;
          font-size: 16px;
          overflow: hidden;
          margin-top: 3px;
      }






.zbcg {
  /*  margin: 0 45px;*/

 


margin: 0 10 0 5px;
 float: left;
 /*  width: 570px; */

  width:48%;

 
}
.zbcg .title h3:before{

 padding: 10px 0 5px;
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}

      
      .time {
        
background-color:#325587; 
	background: rgba(49,85,135);
	*background-color:#f4930a;
	filter:alpha(opacity=50)\9;
	height: 50px;
width: 51px;
	color: #fff;
	text-align: center;
	padding-top: 1px;
font-size: 14px;
 
 
 
      }
      
      .time span {
        /*   font-weight: bold; */
          color: #777;
font-size: 18px;
      }
      
      .time .span1 {
          font-size: 22px;

         margin-right:20px;

      }
      .time .span2 {
          display: block;
          line-height: 25px;
          margin-top: 2px;   
         margin-right:12px;
          color: #ffffff;
          font-size: 13px;
        /*  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; */
      }
    

 /* 新加入日期框样式 */
.time.month { width:51px; line-height:19px; display:block; border:1px solid #D2D2D2; background:#FFF; font-size:12px; color:#999; text-align:center;}
.time.datetime { width:53px; line-height:34px; display:block; background:#f1f1f1; color:#FFF; font-size:20px; text-align:center;}







/*学术科研*/

.sbgl {
   /* margin: 0 45px;*/


   /*  width: 570px; */
   
    width:48%;

 float: right;
margin: 0 15px; 
}



.sbgl .title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;

   
}


/*学术报告*/
.sysgl {
    
  float: right;
    width: 580px;
}



.sysgl .title h3:before{
    width: 37px;
    height: 31px;
    background-position-x: -142px;

}







/*招生就业、地学博物馆、视频地院*/
.mid3{
   /*  height: 400px;
   margin: 0px 0 10px; */

 margin: 0px 0 0px;

  

 /* background: #deebf7; */

 /* 使用背景图模式
background: url(../images/mbg.jpg);*/



  
}
.mid3 .title {
   /* padding: 50px 0 25px;*/
    padding: 0px 0 15px;
   /* margin-bottom: 30px;*/
    margin-bottom: 10px;
    border-bottom: 2px solid #0063be;
}
.mid3 .title h3 a{
    color: #083b6b;
}
.mid3 .container>div{
    float: left;
   /* width: 370px;*/
    width: 580px;
}


.mid3 ul li{


padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 0px dashed #F1D6BA;
}



.mid3 ul li span{
    float: right;
    color: #666;
}
.mid3 ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid3 ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0063be;
}
/*招生就业*/
.zsjy {
  /*  margin: 0 45px;*/

margin: 0 0px; 

 float: left;
  width: 580px;
}
.zsjy .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -141px;
}


.zsjy .bkszs{
  /*  margin: 0 45px;*/

margin: 0 10 0 5px; 

 float: left;
  width: 570px;
  border-bottom: 1px solid #cccccc;
}
.zsjy .yjszs{
  /*  margin: 0 45px;*/

margin: 0 10 0 5px;

 float: left;
  width: 570px;  border-bottom: 1px solid #cccccc;
}
.zsjy .jydt{
  /*  margin: 0 45px;*/

margin: 0 10 0 5px;

 float: left;
  width: 570px;  border-bottom: 1px solid #cccccc;
}





/*地学博物馆*/

.dxbwg {
   /* margin: 0 45px;*/
 width: 580px;
 float: right;

  margin: 0 20px; 

}



.dxbwg .title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -179px;

   
}


 



/*快速通道链接*/

.fast-link{
    margin-top: -10px;
    padding-bottom: 8px;
    }
.fast-link ul{
    margin: 0 -6px;
    overflow: hidden;
}
.fast-link ul li{
    float: left;
    width: 210px;
    height: 42px;
    margin: 0 25px 12px 0px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}
.fast-link ul li a{
    display: block;
    color: #333333;
  background: rgba(1,53,191,.1);

       border-radius: 3px;
}
.fast-link ul li a:hover{
    color: #fff;
    background: #315587;
}




   .kstdlink  {
                     
         
            /*以下新加属性 width:1200px;
            
             margin: 0 auto;*/
             position: relative;
           background: url(../images/tdbgn.jpg);


      }
      
      .kstdlink ul {
          text-align: center;
         /* margin-left: 70px;*/

 margin-left: 20px;

      }
      
      .kstdlink ul>li {
        /*  width: 180px;*/


          width: 190px;

          float: left;

         /*margin-right: 120px;*/
          margin-right: 50px;
          margin-bottom: 15px;
      }
      
      .kstdlink ul>li:hover div {
          transform: rotateY(360deg);
      }
      
      .kstdlink ul>li>div {
          width: 114px;
          height: 114px;
          text-align: center;
          border-radius: 50%;
          margin-bottom: 15px;
          transition: 0.5s;
      }
      
      .kstdlink ul>li>div>a {
          display: inline-block;
          font-size: 17px;
          color: #fff;
          padding-top: 40px;
      }
      
      .kstdlink ul>li p a {
          font-size: 16px;
          color: #666;
      }
      
      .kstdlink ul>li:nth-child(5) {
          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;
      }
      
      
      

  .main-3 {
          margin-bottom: 25px;

          list-style:none;


      }
      
      .main-3-top {
          text-align: center;
          margin-bottom: 40px;
      }
      
      .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 #3485ce;
      }
      
      .main-3-top>h3>a {
       font-size: 28px;
          position: relative;
          top: 14px;
          background-color: #ffffff;
          padding: 0 20px;
          
    font-weight:  normal;
      }


















/*版权LOGO、联系信息、链接*/
.mid2{
  /* height: 265px; 
background: #0a56b8; 
   */

background: url(../images/ftbg.png);
    margin: 50px 0 0px;

  
}
  .mid2 .title h3 a{
    color: #801B14;
}
.mid2 .container>div{
    float: left;
   
}
 




/*LOGO*/


.mid2.xxlogo{
  
  margin-bottom:25px;
width: 320px;
	float: center;
	padding-top: 5px;
	 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




/*联系信息*/
.mid2.lxxx{   
    font-size: 11pt;
 width:380px;
	float: center;
	line-height: 40px;
	color: #fff;
        
	 	border-left: 1px solid #0666c3;
	border-right: 1px solid #0666c3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 80px;
 }



.mid2.lxxx ul  {

     color: #fff;
    padding-bottom: 12px;
    margin-bottom: 25px;
    
}
.mid2.lxxx ul li{
    float: left;
    color: #fff;
}

 
.mid2.xxiang{
    


  margin-bottom:25px;
width: 320px;
	float: center;
	padding-top: 5px;
	 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  
}






/*友情链接*/


 .yqlink {
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;*/
             position: relative;
 


      }


.yqlink .title {
   /* padding: 50px 0 25px;*/
    padding: 20px 0 35px;
   /* margin-bottom: 30px;*/
    margin-bottom: 20px;
    border-bottom: 2px solid #0063be;
}





  .yqlink ul {
          margin: 10px 0 10px  20px;
      }
      
      .yqlink ul li {
          float: left;
      }
      
      .yqlink ul li a {
          font-size: 16px;
      }
      
      .yqlink ul li span {
          padding: 0 20px;
      }
      
      .yqlink ul li:last-child span {
          display: none;
      }
      

 










/*尾部*/
.footer{
    color: #fff;
 font-size: 10pt;
    margin-top: 0px;
    padding: 30px 0;
 /*尾部背景色原红色9F1B17   现蓝色0061ba
    background: #0b277c;*/
 background: #0b277c;
/* 开启使用背景图模式
background: url(../images/btbg.jpg);*/


   /*  新增线条*/
    border-top: 1px #357ad1 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;
}
.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;
    background: url(../images/list-icon.png) no-repeat -264px 0;
}
.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: 20px;
}
.slideBox .hd2{
    position:absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd2 ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd2 ul li{
    margin:0 5px;
    width:10px;
    height:10px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}



/*
.slideBox .hd2 ul li.on{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    background: #E50112;
}*/



.slideBox .bd2 li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd2 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;
   /* background: #0063be;*/
background: url(../images/slnavbg.png);

}
.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;*/
background: #E7E7E7;



    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 16px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
   /* background: #F6F6F6;*/

    background: #F6F6F6;
 /*后加测试缩进45像素   margin-left:45px;
    */
   padding-left:65px;


}
.side .sub-menu li a:hover,

.side .sub-menu li.on a{
    color: #0063be;

 /*new add*/
   background: #b2d2f8;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
   /* background: #fff;*/

   background: #b2d2f8;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #0063be;
}

/*右侧主体*/
.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: #0063be;
}

/*通用：列表页*/
.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: #c6c6c6;
}
.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: #0063be;
}


/*详情页*/
.detail{
    margin: 20px 0;

 font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 300%; line-height: 1.5em;

    }

.detail .teacherhomebg{
    width:300px; height:300px;
    line-height: 300%;

 background: url("../images/xhbg.png") no-repeat;


    }



.detail .p{
    line-height: 2em; text-indent: 96px; 
   }




/*new add*/
.detail .content{
    line-height: 1.5em; text-indent: 66px; 
   }


.detail .content .img{
     margin: 20px 20 20 20px;
   }

.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: #4d4f53;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #0063be;
}
.content table{

    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}

/*简介页*/
.profile{
    padding: 30px 0;
    min-height: 300px;
  font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 300%;
}

.profile .p{
     line-height: 2em; text-indent: 96px; 


}




/*师资队伍*/
.teacher p{
    margin: 30px 0;
    color: #0063be;
    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;
}










/*+专*/

  .ztzl {
          padding: 0 0 50px;
      }
      
      .ztzl-top {
          margin-bottom: 26px;
          text-align: center;
      }
      
      .ztzl-top>div {
          font-family: 'Arial';
          font-size: 16px;
          color: #bbbabb;
      }
      
      .ztzl-top>h2 {
          border-bottom: 1px solid #cfcfcf;
          margin-bottom: 20px;
      }
      
      .ztzl-top>h2>a {
          font-size: 23px;
          position: relative;
          top: 14px;
          background-color: #fff;
          padding: 0 30px;
      }
      
      .ztzl .bd {
          overflow: hidden;
      }
      
      .ztzl ul li {
          float: left;
          width: 185px;
          height: 64px;
          overflow: hidden;
          margin-right: 18px;
          border: 1px solid #dedede;
      }
      
      .ztzl ul li:last-child {
          margin-right: 0;
      }
      
      .ztzl ul li img {
          display: inline-block;
          width: 100%;
          height: 100%;
      }
      
      .ztzl ul li img:hover {
          opacity: .8;
          transform: scale(1.1);
      }



/*学术报告*/



  .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: 85%;
      }
      
      .main-1-r-text a {
          display: block;
          line-height: 30px;
          max-height: 60px;
          font-size: 16px;
          overflow: hidden;
          margin-top: 3px;
      }





        /*学术报告列表页;*/
      .xsbg {
          width: 95%;
      }
      
      .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;
      }




   

   /* 照片墙 */
      
      .mien .bd2 {
          width: 100%;
          min-height: 150px;
          margin-bottom: 40px;
          overflow: hidden;

         list-style:none; 
      }
      
      .mien li {
          float: left;
          width: 216px;
          margin-right: 30px;

         list-style:none; 
      }
      
      .mien li:last-child {
          margin-right: 0;

         list-style:none; 
      }
      
      .mien li>a {
          display: block;
          height: 286px;
          overflow: hidden;

         list-style:none; 
      }
      
      .mien li img {
          width: 100%;
          min-height: 286px;

         list-style:none; 
      }
      
      .mien li img:hover {
          transform: scale(1.1);

         list-style:none; 
      }
      
      .mien li p {
          height: 56px;
          line-height: 56px;
          padding: 0;
          text-align: center;

         list-style:none; 
        /*  border-bottom: 1px solid #ebeaea; */
      }
      
      .mien li:hover p {
          background-color: #e5ecf5;
          border-bottom: 3px solid #017fd8;


         list-style: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: "";
          background: url("../images/spirit.jpg") no-repeat;
      }
      
      .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: 33%;
          text-align: center;
          margin: 20px 0px 30px 0px;

                }
      
      .list-img li>a {
          display: inline-block;
          width: 94%;
          height: 235px;
          overflow: hidden;
      }
      
      .list-img li img {
          display: inline-block;
          width: auto;
          max-height: 100%;
            border-radius: 95%;/*开启圆形效果*/
          
          border: 1px solid #cfcfcf; 

      }
      
      .list-img li img:hover {
          transform: scale(1.1);
      }
      
      .list-img li p {
          font-size: 18px;
          line-height: 35px;
          height: 30px;
          overflow: hidden;
         margin: 10px; 
      }
      /*图文列表页*/
      
      .list-news {
          margin: 10px 0;
      }
      
      .list-news li {
          padding-bottom: 25px;
          margin-bottom: 25px;
          border-bottom: 1px solid #ddd;
      }
      
      .list-news li .lf {
          width: 178px;
          height: 107px;
          overflow: hidden;
          background: #eee;
      }
      
      .list-news li img {
          display: inline-block;
          width: 100%;
          height: 100%;
      }
      
      .list-news li img:hover {
          transform: scale(1.1);
      }
      
      .list-news .info {
          margin-left: 200px;
          height: 107px;
          color: #666;
          font-size: 14px;
      }
      
      .list-news h3 {
          font-size: 18px;
          font-weight: normal;
      }
      
      .list-news p {
          height: 40px;
          line-height: 20px;
          margin: 15px 0 10px;
          overflow: hidden;
      }