<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.his_page{
	width:100%;
	margin:0 auto;
	/*float:right;
	margin-top:10px;
	height:30px;*/
	font-size:16px;
}
.his_page ul{
	/*float:left;*/
}
a.redwieght{color:red !important;}

.his_page ul li{
	width:35px;
	height:30px;
	list-style:none;
	float:left;
	line-height:30px;
	color:#333;
	text-align:center;
	border:1px solid #dcdcdc;
	margin:0 5px;
}
.his_page ul li a{
	text-decoration:none;
	color:#000; 
}

.his_page ul li.active{
	width:35px;
	text-align:center;
	color:#FF0000;
	border:0px;
}

.his_page .page{
	float:right;
}
.his_page .pageup{
    float:left;
    border:1px solid #dcdcdc;
    text-align:center;
    color:#000;height:30px; line-height:30px; 
}
.his_page .pagedown{
    float:left;
    border:1px solid #dcdcdc;
    text-align:center;
    color:#c7c7c7;
}

.his_page .pageup a{
    float:left;
    text-align:center;
    color:#000;
    text-decoration:none;
    margin:0px 5px;
}

.his_page .pagedown a{
	width:50px;
    float:left;
    text-align:center;
    color:#333;
    text-decoration:none;
	height:30px;
	line-height:30px; 
	margin:0px 5px;
}</pre></body></html>