/*通用部分*/
body {
	font-family: "微软雅黑";
}
a, a:visited {
	color: #333;
	font-size: 13px;
}
a:hover {
	color: #125aae;
}
.img-box {
	width: 1200px;
	margin: 0px auto;
	margin-top: 50px;
}
.clearfix { 
	zoom: 1;
}
.clearfix:after { 
	content: "";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

.banner {
	height: 686px;
	background: url("hy156_bg_01.jpg") no-repeat top center;
}
.news-box {
	width: 1241px;
	height: 600px;
	background: url("hy156_bg_02.png") no-repeat;
	margin: 0px auto;
	margin-top: -132px;
	padding-top: 90px;
}
.news-cat {
	height: 123px;
	text-align: center;
}
.news-cat a {
	display: inline-block;
	width: 323px;
	height: 123px;
	background: url("hy156_bg_03.png") no-repeat;
}
.news-list {
	margin-top: 30px;
}
.news-list ul {
	width: 1100px;
	margin: 0px auto;
}
.news-list ul li {
	display: inline-block;
	width: 500px;
	height: 42px;
	float: left;
	margin: 0px 25px;
	position: relative;
	padding-left: 15px;
}
.news-list ul li a {
	line-height: 42px;
	font-size: 19px;
}
.news-list ul li span {
	display: inline;
	line-height: 42px;
	font-size: 19px;
	color: #999;
	position: absolute;
	top: 0px;
	right: 0px;
}
.news-list ul li i {
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 20px;
	background: #333;
}