.page-box{
	width: 100%;

	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;

}
.page-box a{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	background: #e6e6e6;
	color: #b3b3b3;
	margin-top: 20px;
	margin-right: 10px;
}
.page-box a:hover{
	color: #fff;
	background: #ee3b3b;
}
.page-box .active{
	color: #fff;
	background: #ee3b3b;
}