@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-09-02 14:28:16
 * @version $Id$
 */
body{
	/*background:#f0f0f0;*/
	background:#fff;
}
.header{
	background: url(../images/headerbg.png) center no-repeat;
}
.nav{
	height:38px;
	background: #fff;
	border-bottom: 3px solid #f26530;
	width: 100%;
	margin-bottom: 15px;
}
.nav ul li a{
	color: #000;
}
.nav ul li{
	width: 109px;
	float: left;
	height:38px;
	line-height:38px;
	text-align: center;
}
.nav ul li.active a{
	background:#f26530; 
	color: #fff;
}
.nav ul li.active a:hover{
	color: #fff;
}
.nav ul li:hover a{
	color: #ff6600;
}
.left_nav .title{
	background:#363636 url(../images/left_title.png) bottom repeat-x;
	height: 38px!important;
	font-size: 14px;
	line-height: 38px!important;
}
h1{
	color: #ffffff;
}
.name p {
    color: #ffffff;
}
.header{
	color: #fff;
}
.top a{
	color: #fff;
}
.left_nav ul.list li{
	border-top: 1px dotted #aeaeae;
}
.right_main .title{
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;
}
.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: #f26530;
}
.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;
}
.column{
	background: #fff!important;
}
.right_main .title h4{
	margin-left: 0!important;
}
.content_box{
	background: #fff;
}
.detail_list{
	background: #fff!important;
	margin: 0 auto!important;
	width: 100%!important;
}
.pagelist{
	background: #fff!important;
}
.footer{
	background: #363636;
	width: 100%;
	height: 106px;
	text-align: center;
	color: #8e8e8e;
	padding-top: 25px;
}
