<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> body,html {
	background-color: #fff;
}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfix{zoom:1} 

.main-container {
    width: 1170px;
    margin: 0 auto;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.listTitle {
	border-bottom: 2px solid #2A63A8;
	margin-top: 20px;
}
.listTitle h3 {
	margin: 0;
    font-size: 18px;
    font-family: å¾®è½¯é›…é»‘;
    line-height: 20px;
    float: left;
    color: rgb(255, 255, 255);
    padding: 10px;
    background: #2A63A8;
}

.listContainer {
    border: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.listContainer ul.list li {
    padding: 7px 0px;
    height: 20px;
    width: 48%;
    float: left;
    margin: 0px 10px;
}
.listContainer ul.list li a:visited {
    color: #888;
}
.listContainer ul.list li a {
    max-width: 90%;
    overflow: hidden;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 0px 0px 25px;
}


.js-load-more {
	width: 1200px;
	overflow: hidden;
}
.js-load-more-btn {
	display: block;
	margin: 20px auto 10px auto;
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 12px;
	cursor: pointer;
}
.loading {
	display: none;
	margin: 20px auto;
}</pre></body></html>