.container{
	padding-top: 30px;
}
/* 头条 */
.headlines{
	width: 100%;
	height: 110px;
	margin-bottom: 40px;
	background-image: url(../images/headlinesBg.png);
	position: relative;
	text-align: center;
}
.headlines_tit{
	font-size: 34px;
	color: #0f72ca;
	font-weight: bold;
	line-height: 70px;
}
.headlines_des{
	font-size: 20px;
	color: #0f72ca;
}
.headlines_more{
	position: absolute;
	font-size: 14px;
	color: #999999;
	right: 20px;
	bottom: 20px;
}
/* 动态 */
.dynamic::after{
	display: block;
	content: "";
	clear: both;
}
.dynamic_1{
	display: block;
	float: left;
	width: 588px;
	height: 160px;
}
.dynamic_2{
	display: block;
	float: right;
	width: 590px;
	height: 160px;
}
.dynamic_1 img,
.dynamic_2 img{
	width: 100%;
	height: 100%;
}
/* 新闻 */
.Newslist{
	margin-top: 30px;
}
.Newslist::after{
	display: block;
	content: "";
	clear: both;
}
.listpanel{
	float: left;
	width: 380px;
	margin-left: 30px;
}
.listpanel:first-child{
	margin-left: 0;
}
.list_tit{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	line-height: 42px;
}
.listTit{
	color: #0f72ca;
	font-size: 18px;
	font-weight: bold;
}
.listMore{
	float: right;
	color: #999999;
	font-size: 12px;
}
.listul{
	padding: 10px 0;
}
.listul li{
	position: relative;
	padding-right: 110px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
}
.listul li span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #333;
}
.listul li a{
	font-size: 16px;
	color: #333;
}
.listul li a:hover{
	font-weight: bold;
}
/* 横幅 */
.banner{
	width: 100%;
	height: 110px;
	margin: 10px 0;
}
.banner img{
	width: 100%;
	height: 100%;
}
.focusBox { 
	position: relative; 
	width:100%; 
	height:100%; 
	overflow: hidden; 
}
.focusBox .pic li{
	width: 100%;
	height: 110px;
	position: relative;
}
.focusBox .pic img { 
	width:100%;
	height:100%; 
	display: block; 
}
.focusBox .hd { 
	position:absolute; 
	bottom:5px; 
	right:5px;
}
.focusBox .hd li{
	list-style:none;
	float:left;
	width:12px;
	height:7px; 
	FILTER:alpha(opacity=80);
	opacity:0.8;
	border:1px solid #006C88;
	background-color:#DAE0E7;
	cursor:pointer;
	margin-right:4px;
	padding-top:2px;
}
.focusBox .hd li:hover,
.focusBox .hd .on{ 
	border:1px solid #006C88;
	background-color:#337DAB;
}/* 校园风采 */
.part4{
	margin: 10px 0;
	 height: 237px;;
}
.part4_top{
	height: 45px;
	width: 100%;
}
.zyzl{
	display: block;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	color: #0f72ca;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
}

.part4_content{
	margin-top: 13px;
}
.picScroll-left{ width:1200px;  overflow:hidden; position:relative;}
.picScroll-left .bd{ padding:0px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{margin-right: 24px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:224px; height:150px; display:block;}
/* 友情链接 */
.links{
	margin-top: 20px;
}
.links_tit{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	color: #0f72ca;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
}
.linksList{
	background-color: #F5F5F5;
	width: 100%;
	min-height: 100px;
	margin-top: 10px;
	margin-bottom: 72px;
	padding: 34px 15px;
}
.linksList a{
	font-size: 18px;
	color: #999999;
	margin: 0 15px;
	line-height: 30px;
}
.linksList a:hover{
	font-weight: bold;
}