/* .pages {
	text-align: center;
	font-size: 14px;
	clear: both;
	margin: 30px auto;
	text-align: center;
}

.pages a {
	line-height: 30px !important;
	font-size: 14px !important;
}

.pages li {
	margin-right: 10px !important;

}

.pages .page-active {
	border: 1px solid #ab000d;
	background-color: #cc0202;
	color: #FFFFFF;
}

.pages .page {
	width: 30px !important;
	height: 30px !important;
	text-align: center;
	font-size: 13px;
	padding: 0 !important;
	float: none !important;
}

.page-previous,
.page-next {
	width: 50px !important;
	float: none !important;
	text-align: center;
	font-size: 13px;
	padding: 0 !important;
}

.pages .page-active a,
.page-previous a,
.page-next a {
	height: 30px !important;
	text-align: center;
	float: none !important;
}

.pages .page-active a {
	color: #fff !important;
}

.page-previous a {
	width: 50px !important;
}

.page-next a {
	width: 50px !important;
}

.pages .page a {
	display: block;
	width: 100%;
	height: 100%;
}

.pages>li a {
	color: #333;
}

.pages>li {
	border: 1px solid #ccc;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px 5px;
}
 */
* {
	box-sizing: border-box;
}

.bsBox{
	box-sizing: content-box;
}


.clearfix {
	display: block;
	content: '';
	clear: both;
}

.pages {
	width: 1200px;
	height: 40px;
	line-height:40px;
	font-size:18px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}



.pages .page {
	display: inline-block;
	width: 37px;
	height: 40px;
	/* padding: 9px 14px 6px; */
	color: #333;
	background: #ededed;
	border-radius: 4px;
	font-family: PingFangSC-Semibold, PingFang SC;
	margin-right: 12px;
	box-sizing: border-box;
}

.pages .page-active {
	background: #0968BA;
	color: #FFFFFF;
}

.pages .page-active a {
	color: #fff;
}

.pages .page-previous,
.pages .page-next {
	width: 95px;
	height: 40px;
	outline: none;
	border: none;
	background: #ededed;
	/* padding: 9px 19px 6px 18px; */
	border-radius: 4px;
	margin: 0 20px;
	box-sizing: border-box;
}

.page-all{
	margin: 10px;
}

/* 
.pages .page-previous a,
.pages .page-next a {
	font-size: 18px;
	color: #a4a4a4;
	font-family: PingFangSC-Semibold, PingFang SC;
}
 */