.slideBox{ width:100%; height:450px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:45%; bottom:14px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;text-align: center; }
.slideBox .hd ul li{float: left; margin-right:2px;  width:12px; height:12px; border-radius: 50%;:center; background:#fff; cursor:pointer;margin-right: 20px; }
.slideBox .hd ul li.on{ background:rgba(255, 255, 255, 0.5) }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:450px; display:block;  }
.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;
}
/* 新闻轮播 */
.Rotation::after{
	display: block;
	content: "";
	clear: both;
}
.Rotation_left{
	width: 607px;
	height: 370px;
	float: left;
}
.focusBoxA { position: relative; width: 607px; height: 370px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left;}
.focusBoxA .picA img { width: 607px; height: 370px; display: block; }
.focusBoxA .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 40px; width:100%;  background: #333; filter: alpha(opacity=50); opacity: 0.5; overflow: hidden; }
.focusBoxA .txtA { position: absolute; bottom: 0; z-index: 2; height: 40px; width:100%; overflow: hidden; }
.focusBoxA .txtA li{ height:40px; line-height:40px; position:absolute; bottom:-40px; }
.focusBoxA .txtA li a{ width: 607px; display: block; color: white; padding: 0 110px 0 20px; font-size: 14px; text-decoration: none;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.focusBoxA .numA { position: absolute; z-index: 3; bottom: 14px; right: 8px; }
.focusBoxA .numA li{ float: left; position: relative; width: 10px; height: 10px; margin-right: 12px; cursor: pointer; background-color: #fff; border-radius: 50%; }
.focusBoxA .numA li.on{ background-color:#0F72CA;  }
.Rotation_right{
	width: 573px;
	float: right;
	height: 370px;
	overflow: hidden;
}
.right_nav{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	position: relative;
}
.navItem,.listpanelnavItem,.listpanernavItem{
	font-size: 16px;
	color: #333;
	margin-right: 50px;
}
.navItem.active,.listpanelnavItem.active,.listpanernavItem.active{
	font-weight: bold;
	border-bottom: 1px solid #0f72ca;
	color: #0f72ca;
	height: 30px;
	display: inline-block;
}
.right_Body,.listpaneright_Body,.listpanelright_Body{
	position: relative;
}
.right_more{
	color: #999999;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: -30px;
}
.right_Body,.listpaneright_Body,.listpanelright_Body{
	display: none;
}
.right_Body.active,.listpaneright_Body.active,.listpanelright_Body.active{
	display: block;
}
.registrationsystem{
	margin-top: 30px;
	background: url(../images/registrationsystemBg.png);
	background-position: bottom center;
	padding-bottom: 63px;
	background-repeat: no-repeat;
}
.registrationsystem a{
	display: block;
}
.registrationsystem a img{
	display: block;
	width: 100%;
	height: 110px;
}
.Newslist{
	margin-top: 30px;
}
.Newslist::after{
	display: block;
	content: "";
	clear: both;
}
.listpanel{
	float: left;
	width: 582px;
	margin-left: 26px;
}
.listpanel:first-child{
	margin-left: 0;
}
.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;
}
/* 友情链接 */.links{
	margin-top: 30px;
}
.links_tit{
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
	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;
}