.page {
	clear: both;
	padding: 10px;
    margin: 9px auto 55px;
	padding-left: 0;
	font-size: 14px;
	color:#1c3e93;
}

.page .pageList {
	text-align: center;
}
.page .pageList a {
	padding: 0 12px;
    border: #DDD solid 1px;
    font-size: 14px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    background: #f8f8f8;
    color: #666;
    margin: 0 2px;
}
.page .pageList .fuiOmit {
	font-size: 28px;
}
.page .searPage {
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 5px;
	line-height: 30px;
}
.page .searPage input[type="text"] {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.page .searPage input[type="submit"] {
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.page .pageList a:hover {
	background: #2da58a;
	border: #108067 solid 1px;
	color: #fff;
	text-decoration: none;
}
.page .pageList .nowPage {
	background: #2da58a;
	border: #108067 solid 1px;
	color: #fff;
	margin-right: 5px;
}