.pager {
	
}	.pager a {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 6px;
		text-align: center;
		line-height: 20px;
	}
	.pager a.active, .pager-question a.active {
		background: #3978ba;
		text-decoration: none;
		color: #fff;
	}
.pager.center {
	padding-right: 3px;
	text-align: center;
}
.pager-question {
	float: left;
	margin-bottom: 10px;
	width: 700px;
}
.pager-question a {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	padding: 3px 4px 2px 5px;
	margin-left: 2px;
	float: left;
}
.pager-question a.submit {
	background: rgb(255, 173, 69);
	color: #fff;
}