/*初始化css样式*/
@charset "utf-8";

/*当前位置*/
.weizhi{
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
	padding-left: 5px;
}
.weizhi p{
	width: 1200px;
	margin: 0 auto;
	color: #666;
}
.weizhi p a{
	color: #666;
}


#shool_div{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}

.shool_div_main{
	border: 1px solid #ccc;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.shool_nav{
	background: #ddd;

}
.shool_nav_ul{
	height: auto;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.shool_nav_ul li{
	float: left;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	width: 20%;
	text-align: center;
	border-right: 1px solid #fff;
}
.shool_nav_ul li a{
	color: #333;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
.shool_nav_ul li a:hover{
	background: #186BD3;
	color: #fff;
}



.shool_center{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	background: #
}
.shool_center h3{
	text-align: center;
	line-height: 35px;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 20px;
}
.news_show_time{
	border-bottom: 1px solid #ccc;
	height: auto;
	overflow: hidden;
	width: 96%;
	margin-left: 2%;
}
.time_left{
	line-height: 45px;
	height: 45px;
	color: #999;
	width: 50%;
	float: left;
}
.time_share{
	/*border: 1px solid red;*/
	float: right;
	width: 18%;
}
.time_share b{
	display: block;
	float: left;
	font-weight: 500;
	line-height: 45px;
	color: #999;
}
.share_div{
	margin-top: 8px;
}


.shool_center p{
	padding: 10px 10px;
	line-height: 25px;
	color: #666;
}

/*校园风光*/
.school_fengguan{
	border: 1px solid #7FB1EE;
	width:1200px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.school_fengguan h3{
	background: #7FB1EE;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #fff;
}

/*分享按钮*/
.time_share{
	/*border: 1px solid red;*/
	margin-left: 1%;
}
.time_share b{
	float: left;
	margin-top: 5px;
	font-weight: 500;
}
.share_div{
	/*border: 1px solid red;*/
}

/*流量统计*/
.tongji{
	/*border: 1px solid red;*/
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
}
.tongji b{
	font-weight: 500;
	color: #196BD1;
}


/*子校站底部*/
.school_web_footer{
	background: #eee;
	 width: 1200px;
	 margin: 0 auto;
	 padding-bottom: 15px;
}
.school_web_footer p{
	clear: both;
	text-align: center; 
	line-height: 25px;
	color: #666;
	padding: 20px 0;
}

@media(max-width: 768px){
	#shool_div_bg{
		width: 1200px;
		background:#E7F3FF;
	}
}