<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*topnews*/
.wrap-topnews,
.wrap-content{
	padding:10px;
	background:#fff;
	overflow:hidden;/*当块元素上有 “overflow:hidden” 时，会创建 Block Formatting context，这时，元素在计算其高度时，浮动的子元素会被计算在内。*/
}
.wrap-picnews{
	width:610px;
	float:left;
}
/*hiSlider start*/
.hiSlider{
	overflow: hidden;
	height: 610px;
	width: 342px;
	background: #eee;
}
.hiSlider-item{
	float: left;
}


.hiSlider-pages,.hiSlider-title{
	position:absolute;
	z-index:3
}
.hiSlider-btn-prev,.hiSlider-btn-next{
	position:absolute;
	z-index:5;
	top:50%;
	height:30px;
	width:30px;
	background:url(hislider-arrow_grrc.png) no-repeat;
	margin-top:-15px;
	text-indent:-200px;
	overflow:hidden;
	opacity:.6;
	filter:alpha(opacity:60)
}
.hiSlider-btn-prev{
	left:10px
}
.hiSlider-btn-next{
	right:10px;
	background-position:-30px 0
}
.hiSlider-btn-prev:hover,.hiSlider-btn-next:hover{
	opacity:1;
	filter:alpha(opacity:100)
}
.hiSlider-title{
	bottom:0;
	width:100%;
	padding:6px 0;
	color:#fff;
	text-indent:10px;
	background:rgba(0,0,0,.6);
	z-index:2;
	font:14px/2 "Microsoft YaHei",Arial,Tahoma
}
.hiSlider-pages{
	bottom:10px;
	right:10px;
	text-align:right
}
.hiSlider-pages a{
	height:12px;
	width:12px;
	margin:0 6px;
	display:inline-block;
	overflow:hidden;
	text-indent:-100px;
	font-size:0;
	border-radius:50%;
	background:#ddd
}
.hiSlider-pages a.active{
	background:#5472BF
}
/*hiSlider end*/

.wrap-topnewslist{
	width:430px;
	float:right;	
}
.wrap-topnewslist span a{
	float:right;
	color:#878787;
	line-height:36px;
}
.wrap-topnewslist span i{
	padding-left:5px;
}
.wrap-topnewslist h2{
	float:left;
	color:#b30126;
	font-size:20px;
	font-weight:bold;
	padding-right:7px;
	margin: 6px 0 20px 0;
}
.wrap-topnewslist h3{
	color:#c4c4c4;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	padding-top:5px;
}
.column-topnewslist{
	clear:both;
	margin-bottom:30px;
}
.column-topnewslist:last-child{
	margin-bottom:0px;
}

.column-topnewslist span {
    border-right: 1px solid #c4c4c4;
    float: left;
	padding:10px 20px 10px 0;
	margin-right:20px;
}
.column-topnewslist span b {
	color:#035097;
	text-align:center;
	line-height:40px;
    display: block;
    font-size: 30px;
}
.column-topnewslist span em {
	color:#0464bd;
	font-size:14px;
	line-height:20px;
    font-style: normal;
}
.column-topnewslist a{
	font-weight:bold;
	line-height:26px;
}
.column-topnewslist p{
	color:#9c9c9c;
	line-height:20px;
	padding-top:10px;
}

.wrap-content{
	padding-bottom:0;
}
.wrap-content .column-title{
	border-bottom:1px solid #2858aa;
}
.wrap-content span a{
	float:right;
	color:#878787;
	line-height:32px;
}
.wrap-content span i{
	padding-left:5px;
}
.wrap-content h2{
	float:left;
	color:#2858aa;
	font-size:18px;
	font-weight:bold;
	padding-right:7px;
}
.wrap-content h3{
	color:#c4c4c4;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	padding-top:2px;
}
.wrap-content .news-pic{
	display:table;
	margin-bottom:10px;
}
.wrap-content .news-pic img{
	border:1px solid #cacaca;
	padding:1px;
	float:left;
	margin-right: 20px;
}
.wrap-content .news-pic span{
	color:#fe2307;
	font-size:16px;
	padding-right:8px;
}
.wrap-content .news-pic b{
	color:#aaa;
	font-size:12px;
}
.wrap-content .news-pic .title{
	color:#333;
	font-weight:bold;
	line-height:30px;
}
.wrap-content .news-pic .abs{
	color:#9c9c9c;
	line-height:22px;
	margin-bottom:26px;
}
.wrap-content .news-pic .more{
	font-size:12px;
	text-align:center;
	padding:5px 15px;
	border-radius:3px;
	color:#FFF;
	background-color:#2858aa;
}
.wrap-content .news-list li{
	background:url(ico_square_blue_grrc.gif) no-repeat 8px 10px;
	padding-left: 18px;
	line-height:24px;
}
.wrap-content .news-list li span{
	float:right;
	color:#aaa;
}
.rowlist-2 li {
	width: 50%;
	float: left;
	display: block;
	line-height:32px;
}
.rowlist-2 li i{
	padding-right:6px;
}

/*tab*/
.hasMoreTab{
}
.hasMoreTab .hd{
	background:#f7f7f7;
	border:1px solid #dcdcdc;
	border-bottom:1px solid #2858aa;
	line-height:38px;
	height:38px;
	position:relative;
}
.hasMoreTab .hd .more a{
	float:right;
	padding-right:10px;
	line-height:38px;
}
.hasMoreTab .hd ul{
	z-index:5;
	position:absolute;
	height:40px;
	overflow:hidden;
	zoom:1;
}
.hasMoreTab .hd li{
	float:left;
	padding:0 15px;
	cursor:pointer;
	margin-left:-1px;
}
.hasMoreTab .hd li.on{
	font-weight:bold;
	height:39px;
	line-height:39px;
	background:#fff;
	border:1px solid #dcdcdc;
	border-top:0;
	border-bottom:1px solid #fff;
	font-weight:bold;
}
.hasMoreTab .bd{
	padding:10px;
	clear:both;
	position:relative;
}
.hasMoreTab .hd li h2{
	line-height:38px;
}
.hasMoreTab .hd li h3{
	line-height:38px;
	float:right;
}
.hasMoreTab .bd .conWrap{
	position:relative;
}

.wrap-info{
	background:#ffffff;
}
.wrap-info li{
	width:245px;
	float:left;
	margin:10px;
	border:1px solid #dcdcdc;
	padding:1px;
}
.wrap-info li div{
	background:#f7f7f7;
}
.wrap-info li div img{
	margin:10px 10px 8px 10px;
	float:left;
}
.wrap-info li div span{
}
.wrap-info li div dd h4{
	margin:0;
	padding-top:18px;
	font-size:16px;
	color:#fff;
} 
.wrap-info li div dd h4 .sh{
	margin:-1px 0 0 -1px;
	color:#646464;
	position:absolute;
} 
.wrap-info li div dd h5{
	margin:0;
	padding-top:3px;
	font-size:14px;
	color:#fff;
} 
.wrap-info li div dd h5 .sh{
	margin:-1px 0 0 -1px;
	color:#c1c1c1;
	position:absolute;
} 

.wrap-links{
	border-top:2px solid #2858aa;
	background:#fff;
	padding:5px 0;
}
.wrap-links li{
	line-height:24px;
}
.wrap-links li span{
	font-weight:bold;
	color:#2858aa;
	padding:0 10px;
}</pre></body></html>