@charset "utf-8";
/* CSS Document */
.page{
	padding: 50px 0 50px;
	font-size:14px;
	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: 4px 8px;
	margin: 0 3px;
	transition: all 0.3s ease 0s;
}
.page a.active{
	background: #cd0002;
	border: 1px solid #cd0002;
	color: #fff
}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#cd0002;
	border:1px solid #cd0002
}