@charset "utf-8";
/* CSS Document */
.page{
	padding:30px 0 40px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;
}
.page a{
	text-decoration:none;
	color:#8698b6;
	background:#fff;
	border:1px solid #CCCCCC;
	padding:3px 8px;
	margin-right:3px;
	display: inline-block;
}
.page a.active{
	background:#e60012;
	border:1px solid #e60012;
	color:#fff
}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#e60012;
	border:1px solid #e60012;
}

@media (max-width: 1024px){
	.page{
		padding:.3rem 0 .4rem;
		font-size:12px;
		font-weight:bold;
		line-height:22px;
		text-align:center;
		clear:both;
	}
}