<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #pager ul.pages {
display:block;
border:none;
text-align:center;
font-size:10px;
margin-top:20px;
margin-left:180px;
padding:0;
}

#pager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}

#pager ul.pages li:hover {
border:1px solid #003f7e;
}

#pager ul.pages li.pgempty {
border:1px solid #eee;
color:#eee;
}

#pager ul.pages li.pgcurrent {
border:1px solid #003f7e;
color:#000;
font-weight:700;
background-color:#3988e9;
} */
.pagination{
	margin-top: 20px;
}
#pager {
	height: 40px;
	width: 875px;
	margin: 0 auto;
}

.pages {
	height: 40px;
	overflow: hidden;
	font-size: 12px;
}

.pages&gt;li {
	float: left;
	width: 60px;
	/* height: 100%; */
	border: 1px solid #ddd;
	text-align: center;
	margin-left: 5px;
	font-family: "microsoft yahei","helvetica neue", "roboto", "segoe ui", "pingfang sc", "hiragino sans gb", sans-serif;

	
}

.pgnext {
	width: 60px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #ebebeb;
}

.page-number, .beforepage, .afterpage {
	width: 34px;
	height: 34px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 34px;
}

.pgcurrent {
	background: #3988e9;
	color: #fff;
}</pre></body></html>