#pagetitle{
	background:url('../images/news/h2.jpg') no-repeat top center;
}
main article{
	border:1px solid #aac4ba;
	width:960px;
	box-sizing:border-box;
	padding:30px 20px;
	margin:0 auto 80px;
	position:relative;
}
main article h4{
	font-size:20px;
	border-bottom:3px solid #f3d886;
}
main article time{
	text-align:right;
	margin:0 0 30px;
	display:block;
}
img.aligncenter{
	margin:0 auto;
	display:inline-block;
	text-align:center;
}
main article .inner{
	padding:0 80px;
}
.cat19{
	position:absolute;
	top:10px;
	right:10px;
	border-radius:5px;
	width:80px;
	text-align:center;
	background:#0068b7;
	line-height:40px;
	color:#fff;
}
.cat20{
	position:absolute;
	top:10px;
	right:10px;
	border-radius:5px;
	width:80px;
	text-align:center;
	background:#25b6a0;
	line-height:40px;
	color:#fff;
}
.cat21{
	position:absolute;
	top:10px;
	right:10px;
	border-radius:5px;
	width:80px;
	text-align:center;
	background:#eb8813;
	line-height:40px;
	color:#fff;
}
.cat22{
	position:absolute;
	top:10px;
	right:10px;
	border-radius:5px;
	width:80px;
	text-align:center;
	background:#ba7b30;
	line-height:40px;
	color:#fff;
}
.cat17{
	position:absolute;
	top:10px;
	right:10px;
	border-radius:5px;
	width:80px;
	text-align:center;
	background:#fb84e9;
	line-height:40px;
	color:#fff;
}
#news_nav{
	width:600px;
	margin:0 auto;
	padding:40px 0;
}
#news_nav ul{
	list-style:none;
	display:flex;
	justify-content:center;
}
#news_nav ul li{
	width:150px;
	padding:0 20px;
	box-sizing:border-box;
}
#news_nav ul li a{
	display:block;
	color:#fff;
	line-height:35px;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}
#news_nav ul li:nth-child(1) a{
	background:#0068b7;
}
#news_nav ul li:nth-child(2) a{
	background:#25b6a0;
}
#news_nav ul li:nth-child(3) a{
	background:#eb8813;
}
#news_nav ul li:nth-child(4) a{
	background:#ba7b30;
}

#news_nav ul li:nth-child(1) a:hover{
	background:#4d9fde;
}
#news_nav ul li:nth-child(2) a:hover{
	background:#60e8d3;
}
#news_nav ul li:nth-child(3) a:hover{
	background:#f8b15d;
}
#news_nav ul li:nth-child(4) a:hover{
	background:#dca869;
}
.wpulike {
	display:none;
}