.banner h1{
	float: left;
	margin-top: 224px;
	margin-left: 360px;
	color: #0A61AF;
	font-size: 64px;
	font-family: "Arial";
	-webkit-box-reflect: below -24px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.1, transparent), to(rgba(10,97,175,0.2)));
}
.banner h1 span{
	color: #0A61AF;
	font-size: 64px;
	font-weight: bold;
	font-family: "Arial";
	-webkit-box-reflect: below -24px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.1, transparent), to(rgba(10,97,175,0.2)));
}
.content{
	width: 1200px;
	margin: 50px auto 130px;
}
.content-top{
	font-size:14px;
	color:#333333;
	padding-bottom: 10px;
}
.content-top span{
	font-size:14px;
	color: #0A61AF;
}
.content-center{
	padding: 50px 0 80px;
	text-align: center;
	/* border-top: 1px solid #e6e6e6; */
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	padding-top: 0;
}
.content-center h4{
	font-size:18px;
	color: #333333;
}
.content-center h6{
	font-size: 14px;
	color: #666666;
	margin: 20px 0 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: inherit;
}
.content-center p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	text-indent: 27px;
	text-align: left;
}
.news-details-img{
	margin-top: 50px;
	overflow: hidden;
}
.news-details-img img{
	max-width: 100%;
}
.content-bottom{
	overflow: hidden;
	margin-top: 20px;
}
.content-bottomLeft{
	float: left;
}
.last{
	font-size: 14px;
	color: #0A61AF;
}
.next{
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}
.content-bottomRight{
	float: right;
}
.content-bottomRight img{
	width: 30px;
}
.content-bottomRight h6{
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}
