.page {
	width: 100%;
	background: #FFFFFF;
	padding: 20px 0;
}

.page-box {
	min-width: 1200px;
	padding: 0 20px;
}

.page-cont {
	width: 1200px;
	margin: 20px auto;
	text-align: center;
}

.page-cont a {
	margin-right: 20px;
	font-size: 16px;
	color: #666666;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 5px;
}

.page-cont a:nth-of-type(2),
.page-cont a:nth-last-of-type(3) {
	background: #004EA2;
	background-image: url(../images/12_03.png);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: 30%;
}
.page-cont a:nth-last-of-type(3) {
    background-image: url(../images/15_03.png);
    background-size: 40%;
}
.page-cont a:nth-last-of-type(1) {
    width: auto;
}
.ispage{
	border: 1px solid #004EA2;
	box-sizing: border-box;
	color: #004EA2 !important;
}
