.newslist-head-img {
	top: 59px;
	/*height: 330px;*/
	width: 100%;
	position: relative;
}

.newslist-box {
	height: 980px;
	/*width: 60%;*/
	margin: 80px 20% 20px 20%;
}

.newslist-box ul li {
	list-style: none;
}

.newslist-title {
	/*font-family: PingFangSC-Medium;*/
	font-family: "微软雅黑";
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.65px;
	font-weight: bold;
	float: left;
}
.newslist-title a, .newslist-abstract a  {
	color: #333333;
	text-decoration: none;
}
.newslist-title a:hover, .newslist-abstract a:hover {
	color: #0000FF;
	text-decoration: none;
}
.newslist-date {
	/*font-family: PingFangSC-Regular;*/
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.58px;
	text-align: right;
	float: right;
	margin-top: -20px;
	clear: both;
}

.newslist-abstract {
	/*font-family: PingFangSC-Regular;*/
	font-family: "微软雅黑";
	font-size: 15px;
	color: #666666;
	letter-spacing: 0.55px;
	float: left;
	clear: both;
	margin-top: 13px;
	width: 80%;
}

.newslist-hr hr {
	background: #E6E6E6;
	float: left;
	clear: both;
	width: 100%;
}

.newslist-page {
	margin-top: 30px;
	margin-bottom: 60px;
}
.newslist-page-num {
	/*font-family: PingFangSC-Medium;*/
	font-family: "微软雅黑";
	font-size: 18px;
	color: #999999;
	text-align: center;
}

.c-pages {
	text-align: center;
	/*display: block;*/
}
.cp-item {
	display: inline-block;
}
.cp-item button {
	border: 1px solid #62ADF0;
	background: #62ADF0;
	color: #FFFFFF;
}