﻿ 
 
 
/*资讯*/
  .zhixun{display: -webkit-flex;display: flex; justify-content:space-between; align-items: center;}
  .zxmiddle,.zxright{ height:250px; width:380px;}

  
  /* 焦点图css */
 
.swiper-container,.focus{  height:250px;width: 380px;position: relative; margin:0 auto; } 

.swiper-slide img ,.focus a img {
	width: 380px;
	border-radius: 3px;
	display: block;
  height:250px;

}
.swiper-container .swiper-slide a,.focus>a {
	background: #fff;
	display: block;
	border-radius: 3px;
	 position:relative;
	 width:100%;
}

.swiper-container .swiper-slide a span,.focus>a span{ position:absolute; display:inline-block; width:100%; height:30px; line-height:30px; text-indent:5px;
	                         z-index:100;  
	                         text-align:left; left:0; bottom:0; font-size:1.6em; padding:5px 0; letter-spacing:1px; color:White;    
                                background: -webkit-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,0.7)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(up, rgba(0,0,0,0),rgba(0,0,0,0.7)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(up,rgba(0,0,0,0),rgba(0,0,0,0.7)); /* Firefox 3.6 - 15 */
    background: linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0.7)); /* 标准的语法（必（必须放在最后）   背景色透明且渐变*/
     

}  
  
.swiper-container .swiper-pagination {
	position:absolute;
	bottom:0; 
	
}

.swiper-pagination-bullet {
	background: #00a0e9;
 
	width: 5px;
	height: 5px;
	opacity: 1;
 	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
}

.swiper-pagination-bullet-active {
	width: 5px;
	height: 3px;
	background: red;
  border-radius:1px;
 transform: scaleX(2);
}
 
 
  
	/*焦点图结束*/ 
 
.zxmiddle>li>a{display: -webkit-flex;display: flex;  align-items: center; margin:10px 0;width:100%; height:50px; justify-content:space-between; }	
 .zxmiddle>li>a  img{ width:60px; height:50px; }	
 .zxmiddle>li>a  span{ width:310px; height:50px; }	


 .zxright{ min-height:210px;display: -webkit-flex;display: flex; justify-content:space-between; align-items: center; flex-wrap:wrap;}
  .zxright>li>a{ position:relative;}
 .zxright>li>a>span{display:inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;width:360px;  }
 .zxright>li>a:before{ top:0; left:-10px; position:absolute; border-left:solid 5px #20C1FF; content:""; border-top:solid 5px transparent;border-bottom:solid 5px transparent; z-index:99;}

.zxright>li>a:hover:before{ border-left:solid 5px red;}		








	/*学校主体*/ 
.schs{min-height:400px; width:1200px; margin:35px auto;display: -webkit-flex;display: flex; justify-content:space-between; align-items: center; flex-wrap:wrap;}

	
.schs>div{  height:400px; width:370px; }
.schs>section{ height:400px; width:800px;}
.schs>div>div:last-child{ height:400px; width:370px;}
.schs>section>h2{ border-bottom:solid 1px #EDEDED; height:30px; width:100%;}
.schs>section>h2 a{ font-size:18px; border-bottom:solid 2px red; padding-bottom:6px;}

.xuexiao{ height:350px; width:100%;display: -webkit-flex;display: flex; justify-content:space-around; align-items: center; flex-wrap:wrap;}

.xuexiao>li>a{  width:250px; text-align:center;display: -webkit-flex;display: flex; justify-content:space-around; align-items: center; flex-wrap:wrap;}
.xuexiao>li>a  img{ height:120px; width:220px;}
 .xuexiao>li>a  .dzsm{ font-size:12px; color:#BF88FF;}

.xgnews>a{ display:block; height:30px; overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap; }
  .navs{ list-style:none;display: -webkit-flex;display: flex; justify-content:space-between; align-items: center; flex-wrap:wrap;margin:50px 0;}
    .navs>li{ border-radius:5px; background-color:BlanchedAlmond; margin:5px;}
    
    
