.banner{
	margin-top: 100px;
	width: 100%;
	height: 600px;
}
.weizhi{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
	padding-left: 360px;
	font-size: 14px;
}
.weizhi img{
	width: 14px;
	height: 12px;
	margin-right: 15px;
}
.weizhi span{
	color: #04979e;
}
.water_title{
	margin-top: 100px;
	font-size: 30px;
	color: #333333;
	text-align: center;
	position: relative;
}
.news_time{
	margin-top: 25px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}
.news_detail{
	width: 1200px;
	margin: 80px auto;
}
.news_content{
	font-size: 16px;
	color: #333333;
	margin-top: 80px;
}
.news_img{
	margin: 30px auto;
	width: 530px;
	height: 388px;
}
.news_bottom{
	margin-top: 80px;
	margin-bottom: 100px;
	font-size: 16px;
	color: #666666;
}
.news_bottom .news_prev span{
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	background-color: #edc407;
	margin-right: 20px;
}
.news_bottom .news_next{
	margin-top: 20px;
}
.news_bottom .news_next span{
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	background-color: #04979e;
	margin-right: 20px;
}