#pages {
	clear: both;
	padding: 10px 10px 10px 10px;
	text-align: center;
	/* font: 14px 'Microsoft YaHei'; */
}
#pages a {
	display: inline-block;
	padding: 0px 12px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	margin-right: -1px;
}
#pages a.a1 {
	padding: 0px 12px;
	height: 30px;
	line-height: 30px;
	margin-top: 0px;
}
#pages a:hover {
	background: #37CAFF;
	color: #fff;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	padding: 0px 12px;
	height: 30px;
	line-height: 30px;
	/* background: #3285ff;
	border: 1px solid #3285ff;
	color: #fff; */
	border: 1px solid #e3e3e3;
	text-align: center;
}

#pages .current{
    color: #fff;
	background: #37CAFF;
	border: 1px solid #3285ff;
}
