.page {
	margin: 15px 0;
}

.page a {
	position: relative;
	z-index: 50;
	display:inline-block;
	margin: 0 5px;
	border:1px solid #ddd;
	border-radius: 5px;
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:1.6rem;
	color:#666;
	cursor: pointer;
	transition:all .35s;
}

.page a:hover {
	color: #12479b;
}

.page a.jp-previous { display: inline-block;vertical-align: middle; }
.page a.jp-next {display: inline-block;vertical-align: middle;}

.page a.jp-current, a.jp-current:hover {
	border-color: #12479b;
	background: #12479b!important;
	color: #fff;
}

.page a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.page a.jp-current, a.jp-current:hover,
.page a.jp-disabled, a.jp-disabled:hover {
	cursor: pointer;
	background: none;
}

.page span { position: relative;z-index: 1; margin: 0 5px; }


@media only screen and (max-width: 960px){

	.page a{width:28px;height:28px; line-height:28px;font-size:1.3rem;}

}




