<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*pages*/
.pagination-wrapper {
	margin: 20px -123px;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 34px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}
.fanye{
    clear: both;
    position: absolute;
    right: 5px;
    top: 0;
    color: #818181;
    height: 35px;
    line-height: 35px;
    list-style: none;
}
.fanye li{
    display: inline-block;
    margin-left: 10px;
}
.fanye li:hover a{
    color: #006ebc;
}
@media (max-width: 768px) {
    .fanye {
        top: 50px;
        left: 0px;
    }
}
.newss,.company{
    margin-bottom: 25px;
}</pre></body></html>