<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-09-02 14:28:16
 * @version $Id$
 */
body{
	background: url(../images/bodybg.png) repeat-x;
}
.header{
	background: url(../images/headerbg.png) center no-repeat;
}
.nav{
	background: url(../images/navbg.png) repeat-x;
	height: 45px;
	width: 100%;
	margin-top: -3px;
	margin-bottom:5px;
	font-size: 14px;
}
.nav ul li{
	background: url(../images/navborder.png) left no-repeat;
	height: 35px;
	line-height: 35px;
	margin-top:3px;
}
.nav ul li.active a{
	background: url(../images/navhover.png) repeat-x;
}
.nav ul li:hover a{
	color: #fbfd09;
}
.left_nav .title{
	background:#3385c5;
	height: 38px!important;
	line-height: 38px!important;
	font-size: 14px;
}
h1{
	color: #052152;
}
.name p {
    color: #161616;
}
.nav ul li a{
    height: 35px;
    color: #fff;
}
.left_nav ul.list li{
	border-top:1px dotted #aeaeae
}

.rank{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.rank li a{
	display:block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 8px;
	color: #fff;
}
.rank li.active a{
	background: #fff;
	color: #333;
}
.newslist li{
	border-bottom: 1px dashed #ddd;
	line-height:3em;
	overflow: hidden;
}
.newslist li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 390px;
	font-size: 14px;
	float: left;
}
.newslist li span{
	float: right;
}
.newslist li span.rq{
	margin: 0 15px;
}
.newslist li span.time{
	width: 132px;
	text-align: right;
}
table.feedback{
	width: 100%;
	line-height: 2.5em;
	border: 1px solid #A2C5F9;
	margin-bottom: 15px;
}
table.feedback td{
	border: 1px solid #A2C5F9;
	border-collapse: collapse;
	padding: 0 15px;
}
table.feedback td.label{
    width:80px;
    background: #f2f8ff;
}
table.feedback td span{
	margin-left:55px;
	color: #666;
}
.footer{
	background: #d1ebfe;
	width: 100%;
	height: 106px;
	text-align: center;
	color: #1c1c01;
	padding-top: 25px;
}
</pre></body></html>