.page{
	text-align: center;
	/*margin:0 0 130px;*/
}
.page a{
	display: inline-block;
	min-width: 60px;
	height: 34px;
	line-height: 34px;
	/*border:1px solid #f4f4ff;*/
	font-size: 15px;
	font-weight: bold;
	color: #98a9b2;
	text-align: center;
	margin: 0;
	cursor: pointer;
	background: #e5e9eb;
	float: left;
}
.page a:hover{
	color: #000;
	background: #d9dadc;
}
.page a.active{
	color: #000;
	background: #d9dadc;
}
.page-first,.page-last{
	padding: 0 0.12rem;
}
.page .page-next{
	background:#e5e9eb url('../images/fa-arrow-right.png') no-repeat center center;
	background-size:13px;
}
.page .page-next:hover{
	background:#d9dadc url('../images/fa-arrow-right1.png') no-repeat center center;
	background-size:13px;
}
.page .page-prev{
	background: #e5e9eb url('../images/fa-arrow-left.png') no-repeat center center;
	background-size:13px;
}
.page .page-prev:hover{
	background:#d9dadc url('../images/fa-arrow-left1.png') no-repeat center center;
	background-size:13px;
}


.page-first,.page-last{
	padding: 0 10px;
}
.page .page-prev{
	margin-right:15px;
}
.page .page-next{
	margin-left:15px;
}






/* 小屏幕 */
@media (max-width: 768px){ 
.page a{
	margin: 0;
	font-size: 14px;
}
.page{
	text-align: center;
	margin:20px 0 50px;
}


.page-first,.page-last{
	display: none !important;
}
}