/*全局样式开始*/
html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,span,i,em,a,img{
	margin:0;padding:0;
}
html{
	font-size:12px;
}
a{
	display:inline-block;
	text-decoration: none;
	/* color: #ffffff; */
	color:#333;
}
a:hover{
	text-decoration: none;
}
ul,ol li{
	list-style-type: none;
}
i,em{
	font-style:normal;
}
.box{ 
	width:1200px;
	margin:0 auto;
	background:#ffffff;
}
.clear{
	clear:both;
}
/*全局样式结束*/

/*最外面大盒子控制渐变的背景色*/
.big{
	width:100%;
	min-width:1200px;
	/* filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#58b1ed,endcolorstr=#abe6f6,gradientType=0);	
	-ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#58b1ed,endcolorstr=#abe6f6,gradientType=0);	
	background:red; 一些不支持背景渐变的浏览器  
	background:-moz-linear-gradient(top,#58b1ed , rgba(171, 230, 246, 0.5));  
	 */
	 background:#83cbf3;
	 background:-ms-gradient(linear, 0 0, 0 bottom, from(#58b1ed), to(rgba(171, 230, 246, 0.8)));
	 background:-o-gradient(linear, 0 0, 0 bottom, from(#58b1ed), to(rgba(171, 230, 246, 0.8)));
	 background:-moz-gradient(linear, 0 0, 0 bottom, from(#58b1ed), to(rgba(171, 230, 246, 0.8)));
	 background:-webkit-gradient(linear, 0 0, 0 bottom, from(#58b1ed), to(rgba(171, 230, 246, 0.8)));FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff6600, endColorStr=#339900);
}
/*头部logo图*/
.top_logo{
	width:1200px;
	height:auto;
	vertical-align: top;
}
/*头部导航*/
.nav{
	width:100%;
	height:50px;
	line-height: 50px;
	background:#348ad5;
	/*margin-top:-10px;*/
}
.nav a{
	diaplay:inline-block;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	cursor:pointer;
	padding:0 20px;
}
.nav a:nth-child(1){
	margin-left:40px;
}
.nav a:hover{
	color:#0148a1;
}
/*中间内容大盒子控制高度*/
.content{
	height:1630px;
}
.float{
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	display:inline;
	display:table;
 
}
.float_height01{
	height:354px;
	overflow:hiddden;
}
.float_height02{
	height:292px;
	overflow:hiddden;
}
/*学校概况*/
.gaikuang{
	width:291px;
	height:176px;
	background:url("../../../images/L/gaikuang.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing:border-box;
	padding-top:6px;
}
.gaikuang h4{
	font-size:14px;
	color:#fff;
	padding-left:20px;
	padding-top:6px;
}
.gaikuang p{
	padding-top: 16px;
	padding-left:30px;
	padding-right:25px;
	line-height:20px;
}
/*所有标题的宽度*/
.title01{
	width:868px;
}
.title02{
	width:291px;
}
.title03{
	width:424px;
}
.title04{
	width:1180px;
}
/*所有标题的相同的样式*/
.con_title{
	height:34px;
	border-bottom:1px solid #bebebe;
	box-sizing: border-box;
}
.con_title h4{
	height:100%;
	display:inline-block;
	font-size:16px;
}
.con_title h4 *{
	display:inline-block;
	vertical-align: middle;
}
.con_title a{
	display:inline-block;
	width:60px;
	height:25px;
	line-height: 25px;
	border-radius: 3px;
	color:#ffffff;
	float:right;
	text-align: center;
	cursor:pointer;
}
/*橙色*/
.con_title .orange_font_bor{
	color:#efa63f;
	border-bottom:1px solid #eaa643;
}
.con_title .orange_bg{
	background:#efa63f;
}
/*蓝色*/
.con_title .blue_font_bor{
	color:#2d8de4;
	border-bottom:1px solid #2e8de7;
}
.con_title .blue_bg{
	background:#2d8de4;
}
/*红色*/
.con_title .red_font_bor{
	color:#a3060d;
	border-bottom:1px solid #aa0516;
}
.con_title .red_bg{
	background:#a3060d;
}
/*紫色*/
.con_title .purple_font_bor{
	color:#7a65aa;
	border-bottom:1px solid #7b69a3;
}
.con_title .purple_bg{
	background:#7a65aa;
}
/*绿色*/
.con_title .green_font_bor{
	color:#51a63f;
	border-bottom:1px solid #58a44c;
}
.con_title .green_bg{
	background:#51a63f;
}
/*深蓝*/
.con_title .blue01_font_bor{
	color:#0f2463;
	border-bottom:1px solid #0f2463;
}
.con_title .blue01_bg{
	background:#0f2463;
}

/*图文结构里的图片*/
.small_pic{
	margin-left:0;
}

/*标题一ul的样式*/
.ul01{
	width:326px;
	height:300px;
}
/*所有ul的样式*/
.item{
	margin-left:20px;
	margin-right:0;
}
.item li{
	margin-left: 5px;
	font-size: 14px;
	margin-bottom:10px;
}
.item li span{
	float:right;
	font-size: 14px;
	color:#9f92a3;
}
.item li a{
	width:100%;
	cursor:pointer;
	color:#4e4e4e;
}
.item li a:hover{
	color:#2a91d3;
}
.item li a:hover span{
	color:#2a91d3;
}
/*标题一ul li的列表样式*/
.ul01 li{
	list-style-image: url("../../../images/L/li_style01.jpg");
}
.ul02{
	margin-top: 20px;
}
.ul02 li{
	list-style-type: square;
}
/*图文结构下的文字部分*/
.p{
	width:230px;
	margin-right:0;
}
.p h5{
	font-size:14px;
	color:#085b8d;
}
.p p{
	padding-top:10px;
	line-height:20px;
}
.p a{
	color:#2ca1e6;
}
/*标题三及之后标题的同样的宽度*/
.ul03{
	width:400px;
}
/*友情链接*/
.friend p{
	text-align: center;
	margin-top:10px;
}
.friend p:nth-child(1){
	margin-top:20px;
}
.hui{
	width:100%;
	min-width:1200px;
	height:60px;
	background:#f3f3f3;
}
/*资源协调中心的内容*/
.lis{
	height:60px;
	margin-top:10px;
}
.lis .left{
	width:60px;
	height:54px;
	background:#2d8de4;
	color:#ffffff;
	font-size:16px;
	text-align: center;
	float:left;
	padding-top:6px;
}
.lis .right{
	width:360px;
	height:100%;
	background:#e9eef2;
	float:left;
}

.lis .right a{
	color:#4e4e4e;
}
	
.lis .right p{
	margin-top:8px;
	padding-left:10px;
}
.lis .right p:nth-child(2){
	color:#ccc;
}
/*照片墙*/
.pictures{
	width:100%;
	height:200px;
	border:1px solid red;
	padding:20px 0;
}
.pictures img{
	margin-left:20px;
	box-sizing:border-box;
	float:left;
}
.pictures img:nth-child(1){
	margin-left:0;
}

/*摄影照片*/
.Box {position: relative;margin-top:10px;}
.Box .content_sy {width: 1180px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 105px;cursor: pointer;}
.Box .Box_con .btnl {background: url("../../../images/L/ys_jt01.png") no-repeat center;left: 0;}
.Box .Box_con .btnr {background: url("../../../images/L/ys_jt02.png") no-repeat center;right: 0;}
.Box .Box_con .conbox {position: relative;overflow: hidden;width:1000px;margin-left: 90px;    height: 250px;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 235px;height: 250px;margin-left: 20px;overflow: hidden;text-align: center;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 235px;height: 200px;}

.Box .BoxSwitch {margin-top: 30px;text-align: center;}

/*二级页面样式及三及页*/
/*左边切换tabs*/
.content02{
	position:relative;
	padding-top:20px;
	padding-bottom: 20px;
	min-height:500px;
}
.list_tabs{
	width:250px;
	height:400px;
	box-sizing: border-box;
	position:absolute;
	left:10px;
	top:20px;
}
.list_tabs h4{
	height:30px;
	line-height: 30px;
	background:url("../../../images/L/tab_bg01.png");
	background-repeat: no-repeat;
	background-size:100% 100%;
	color:#fff;
	font-size:14px;
	padding-left:20px;
}
.list_tabs ul li{
	height:28px;
	line-height: 28px;
	background:url("../../../images/L/list_bg.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
	padding-left:30px;
	color:#0b59bd;
	font-size:14px;
}
.list_tabs ul li i{
	float:right;
	margin-right:20px;
	color:#0b59bd;
}
.list_tabs ul li a{
	width:100%;
	height:100%;
	cursor:pointer;
}
.list_tabs ul li a:hover{
	color:#fa3d03;
}
.list_tabs ul li a:hover i{
	color:#fa3d03;
}
/*主题内容*/
.sec_content{
	width:910px;
	box-sizing: border-box;
	margin-left:280px;
}
.con_h2 a{
	color:#ffffff;
}
.con_h2{
	width:100%;
	height:35px;
	line-height: 35px;
	background:url("../../../images/L/title_bg.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
	box-sizing:border-box;
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	font-size:16px;
}
.con_h2 span{
	float:right;
	font-weight: normal;
	font-size:12px;
}
.bor_box{
	border-top:2px solid #195db5;
	border-bottom:2px solid #195db5;
	border-left:1px solid #195db5;
	border-right:1px solid #195db5;
	margin-top:5px;
	box-sizing: border-box;
	padding:20px 0;
	height:800px;
	position:relative;

}
.item02{
	width:94%;
	margin-left:4%;
}
.item02 li{
	height:30px;
	line-height: 30px;
	box-sizing: border-box;
	border-bottom: 1px dashed #221b1e;
	list-style-image: url("../../../images/L/blue_jt.jpg");
}
.item02 li a{
	width:100%;
	cursor: pointer;
	color:#4e4e4e;
}
.item02 li a:hover{
	color:#034ca8;
}
.item02 li a:hover span{
	color:#034ca8;
}
.item02 li span{
	float:right;
}
.small_tit{
	width:96%;
	height:32px;
	line-height: 32px;
	border-bottom:2px solid #358bfb;
	margin-left:2%;
	font-size:14px;
	color:#034ca8;
}
.pages{
	text-align: center;
	margin-top: 20px;
	position:absolute;
	bottom:15%;
	left:50%;
	transform: translateX(-50%);
	/*margin-left:-109.195px;*/
}
.pages button{
	padding:5px 10px;
	border-radius: 5px;
	color:#fff;
	background:#998e8e;

}
.pages .top_page{
	background:#1c7af4;
}
.pages .next_page{
	background:#1c7af4;
}
/*详情页样式*/
/*中间文章内容*/
.article{
	width:90%;
	margin-left:5%;
}
.art_th{
	text-align: center;
	font-size:16px;
	margin-top:40px;
	margin-bottom:10px;
}
.time_th{
	text-align: center;
	font-size:14px;
	margin-bottom:10px;
	padding-bottom:20px;
	box-sizing:border-box;
	border-bottom:1px solid #348ad5;
}
/*.article p{
	text-indent: 24px;
	font-size:14px;
	margin-top:50px;
	line-height:42px;
}*/
/*底部样式*/
.footer{
	width:100%;
	min-width:1200px;
	background:#338ad1;
	padding:20px 0;
}
.footer p{
	text-align: center;
	color:#ffffff;
	margin-bottom:10px;
}
.footer p *{
	display:inline-block;
	vertical-align: middle;
}

/*校园相册轮播start*/
.scroll table{empty-cells:show;border-collapse:collapse;border-spacing:0;}
.scroll{width:880px;color:#333333;margin: 7px 0 0 10px;overflow:hidden;}
.scroll img{border:solid 1px #ddd;margin: 20px 0 0 6px;}
.scroll a:hover img{border:solid 1px #990000;}
/*校园相册轮播end*/

.return{width:100%;box-sizing:border-box;padding-left:20px;font-size:16px;color:#333;}
.return a{cursor:pointer;}
.return a:hover{}

/*二级页面图片展示*/
.bor_box{
	border-top:2px solid #195db5;
	border-bottom:2px solid #195db5;
	border-left:1px solid #195db5;
	border-right:1px solid #195db5;
	margin-top:5px;
	box-sizing: border-box;
	padding:20px 0;
	height:800px;
	position:relative;

}
    .bor_box2{
      padding-top:1px;
      padding-bottom:20px;
      padding-left:10px;
      padding-right:8px;
      height:auto;
      min-height: 1000px;
      border-top:2px solid #195db5;
	  border-bottom:2px solid #195db5;
	  border-left:1px solid #195db5;
	  border-right:1px solid #195db5;
    }
    .bor_box2 a{
      display:inline-block;
      margin:20px 10px 0 10px;
      text-align: center;
    }
    .bor_box2 a img{
      width:199.8px;
      height:200px;
      display:inline-block;
      vertical-align:middle;
       
    }
    .bor_box2 a span{
      font-size:14px;
    }
/*二级页面图片展示*/