<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page {
	clear: both;
	padding: 10px;
    margin: 15px auto 5px;
	text-align: center;
}

.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: #296ac0;
	border: #0d4692 solid 1px;
	color: #fff;
	text-decoration: none;
}
.page .pageList .nowPage {
	background: #296ac0;
	border: #0d4692 solid 1px;
	color: #fff;
	margin-right: 5px;
}</pre></body></html>