.page{
	text-align: center;
	margin:0 0 60px;
}
.page span{
	display: inline-block;
	min-width: 30px;
	height: 30px;
	line-height: 28px;
	border:1px solid #e0e0e0;
	font-size: 12px;
	color: #606060;
	text-align: center;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 0;
}
.page span:hover{
	color: #13499a;
	border: 1px solid #13499a;
}
.page a{
	display: inline-block;
	min-width: 33px;
	height: 33px;
	line-height: 31px;
	border:1px solid #e0e0e0;
	font-size: 12px;
	color: #606060;
	text-align: center;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 0;
}
.page a:hover{
	color: #13499a;
	border: 1px solid #13499a;
}
.page-first,.page-last{
	padding: 0 0.12rem;
}
.page-next{
	background:url('../images/page-right.png') no-repeat center center;
	background-size:7px;
}
.page-next:hover{
	background:url('../images/page-right2.png') no-repeat center center;
	background-size:7px;
}
.page-prev{
	background:url('../images/page-left.png') no-repeat center center;
	background-size:7px;
}
.page-prev:hover{
	background:url('../images/page-left2.png') no-repeat center center;
	background-size:7px;
}
.page .active{
	color: #fff;
	border: 1px solid #13499a;
	/*background: linear-gradient(90deg,#b59a6a,#4c88ee);*/
	background: #13499a;
}

.page-first,.page-last{
	padding: 0 15px;
}






/* 小屏幕 */
@media (max-width: 768px){ 
.page span{
	margin: 0 2px;
	font-size: 14px;
}
.page a{
	margin: 0 2px;
	font-size: 14px;
}
.page{
	text-align: center;
	margin:20px 0 50px;
}
.page-first,.page-last{
	display: none !important;
}
}