<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*二级页面开始*/
.SLeft{ width:230px; float:left;}
.SRight{ width:730px; float:right;border:1px solid #d9d9d9;}

.sidebar{
	float:left;
	width:228px;
	position:relative;
	overflow:hidden;
}

.reports a{margin-bottom:10px; display:block;}

.side_navi{margin-bottom:10px; overflow:hidden; _zoom:1;}
.side_navi li{float:left;}
.side_navi li.on a{ background:url(new_left_bg.jpg) no-repeat 0px -113px;}
.side_navi li.open a{ background:url(new_left_bg.jpg) no-repeat 0px 0px; border-top:solid 1px #fff;}
.side_navi a{padding-left:25px; float:left; width:207px; height:28px; line-height:28px; background:url(new_left_bg.jpg) no-repeat 0px -27px; color:#fff; font-weight:bold;}
.side_navi .open a{ background:url(new_left_bg.jpg) no-repeat;}

.side_navi ul{display:none;}
.side_navi ul a,.side_navi li.on ul a,.side_navi .open ul a{float:left;  height:27px; background:url(new_left_bg.jpg) no-repeat 0 -85px; color:#fff; padding-left:35px; line-height:27px; color:#666; font-weight:normal;}
.side_navi .open ul{display:block; float:left;}
.side_navi .open ul .current a{ background:url(new_left_bg.jpg) no-repeat 0 -57px; color:#fff; height:27px;}
.side_navi .openon ul{display:block; float:left;}
/*二级列表页面中间右侧*/
.crumbs{
	height:40px;
	line-height:40px;
	color:#9d9d9d;
	position:relative;
	background-repeat: no-repeat;
}
.crumbs a{color:#000;}
.crumbs span{color:#cf0000;}

.news_list{background:#fff; padding:0 20px;}
.news_list dl{
	overflow:hidden;
	_zoom:1;
	background:url(list_bg.jpg) bottom no-repeat;
}
.news_list dt{ margin:10px 0px 6px 0px; line-height:22px; position:relative;}
.news_list dl.last{background:none;}
.news_list dt a{
	color:#333;
	font-weight:bold;
	font-size:12px;
}
.news_list dt span{ color:#a5a5a5; font-size:11px; float:right; margin-right:5px; top:0;}

.pagination{
	clear:both;
	padding:10px 8px;
}

/*分页按钮*/
.pchouse_page {
	padding:25px 0;
	height:22px;
	text-align:center;
	font:400 14px;
}
.pchouse_page a {
	padding:4px 9px 4px 9px;
	margin:0 2px;
	border:1px solid #ccc;
	background:#fff;
	text-decoration:none;
	display:inline-block;
	font-size:14px;
}
.pchouse_page span {
	margin:0 2px;
	padding:5px 10px 5px 10px;
	color:#fff;
	background:#cc0000;
}
.pchouse_page a:hover {
	color:#b40000;
	border:1px solid #cc0000;
}
.pchouse_page .prev, .pchouse_page .next {
	background: url(houseTurnPageBg.png) no-repeat;
	border:none;
}
.pchouse_page .prev {
	background-position:0 1px;
	padding:5px 10px 4px 19px
}
.pchouse_page .next {
	background-position:-15px -60px;
	padding:5px 25px 4px 5px
}
.pchouse_page a:hover.prev {
	border:none;
	background-position:0 -29px;
}
.pchouse_page a:hover.next {
	border:none;
	background-position:-15px -90px;
}
/*内容页面*/
.content{float:left;border:1px solid #d9d9d9; width:978px;}
.news_detail{margin:0 20px;}
.news_detail_title{border-bottom:solid 1px #ccc; text-align:center; line-height:22px; padding:10px 0; margin-bottom:25px;}
.news_detail_content p { text-indent:20px; line-height:22px; color:#666; margin-bottom:20px;}
.news_detail_content h4{color:#000; font-weight:bold; margin-bottom:5px;}
.news_detail_title h3{color:#ba0000; font-size:20px; font-weight:bold;}
.news_detail_title p{color:#666; font-size:12px; }</pre></body></html>