.banner{
	margin-top: 100px;
	width: 100%;
	height: 600px;
}
.water_title{
	margin-top: 100px;
	font-size: 30px;
	color: #04979e;
	text-align: center;
	position: relative;
}
.water_title span{
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 3px;
	background-color: #04979e;
}
.news_list{
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.news_list a{
	text-decoration: none;
}
.newsListing{
	width: 580px;
	height: 150px;
	display: flex;
	margin-top: 20px;
}
.newsListing img{
	width: 195px;
	height: 100%;
}
.newsListing > div{
	background-color: #f8f8f8;
	width: 385px;
	height: 100%;
	padding: 20px 30px;
	font-size: 18px;
	color: #333333;
	position: relative;
}
.newsListing > div p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 0;
}
.newsListing > div .imgsrc{
	height: 18px;
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 18px;
	color: #04979e;
	display: flex;
	align-items: center;
}
.newsListing > div .imgsrc:hover{
	font-size: 24px;
}
.newsListing > div .imgsrc img{
	width: 32px;
	height: 18px;
	margin-left: 20px;
}

/* 分页  04979e*/ 
.fenye{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #04979e;
	border-color: #04979e;
}