﻿/*index settings*/
h2{
	display:block;
	color:#fff;
	position:relative;
}


/*页面导航*/
.pagenav{
	width:950px;
	height:27px;
	line-height:27px;
	color:#C33;
	background:#e5e5e5;
	padding:0 15px;
	margin:0 auto;
	font-weight:400;

}
.pagenav a{
	width:950px;
	
	color:#C33;
	

}
.pagenav em{
	color:#C33;
	font-style:normal;
	font-weight:bold;
}


/*侧边导航*/
.snav{
	width:100%;
}
.snav h2{
	width:240px;
	height:31px;
	line-height:31px;
	color:#fff;
	background:url(imagesh2_bg4.gif) 0 0 no-repeat #333;
}
.snav span{
	margin-left:30px;
}


.snav ul{
	display:block;
	width:208px;
	padding:15px;
	padding-bottom:40px;
	border:1px solid #d5d5d5;
	border-top:none;
}
.snav li{
	display:block;
	width:100%;
	border-bottom:1px solid #ddd;
	margin-top:4px;
}
.snav ul a,.snav ul a:link,.snav ul a:visited{
	display:block;
	width:180px;
	height:30px;
	line-height:25px;
	color:#656565;
	background:url(../images/page_list.gif) -185px 0 no-repeat;
	padding-left:0px;
	margin:0 auto;
}
a.nowpage:link,a.nowpage:visited{
	text-decoration:none;
	font-weight:bold;
	color:#fff !important;
	background:url(../images/page_list.gif) 0 0 no-repeat !important;
}

a.nowpages:link,a.nowpages:visited{
	text-decoration:none;
	font-weight:bold;
	color:#fff !important;
	background:url(../images/1.gif) 0 0 no-repeat !important;
}


/*页面主体*/
.pagebox{
	width:100%;
}
.pag2th{
	display:block;
	width:100%;
	height:31px;
	background:url(imagesh1_bg2.gif) 0 0 no-repeat;
}

.pag3th{
	display:block;
	width:100%;
	height:39px;
	background:url(imagesh2_bg.gif) 0 0 no-repeat;
	
}
.pag3th span{
	display:block;
	width:135px;
	height:31px;
	line-height:31px;
	text-align:center;
	color:#fff;
}
.pag2th span{
	display:block;
	width:135px;
	height:31px;
	line-height:31px;
	text-align:center;
	color:#fff;
}
.pcontant{
	margin:0;
	border:1px solid #dcdcdc;
	border-top:none;
	padding:30px 40px;
	min-height: 260px;
}
.pcontant_ksdj{
	margin:0;
	border:1px solid #dcdcdc;
	border-top:none;
	padding:30px 10px;
	min-height: 260px;
}

/*文章列表*/
.listext{
	display:block;
	width:100%;
}
.listext li{
	display:block;
	height:29px;
	line-height:29px;
	background:url(../images/list_bg.gif) 5px center no-repeat;
	padding:0 5px;
	margin:0;
	clear:both;
}
.listext li:hover{
	background:url(../images/list_bg.gif) 5px center no-repeat #dde5ec;
}
.listext li a{
	margin-left:10px;
}
.listext li span{
	color:#a7a7a7;
	float:right;
}




/*下载表格*/
.tbbox{
	width:100%;
}
.tbbox table{border-collapse:collapse;border:1px solid #d2d2d2;background:#fff;width:100%; text-align:left}
.tbbox th{padding:3px 0;line-height:40px; color:#ccc; font-weight:normal;border:1px solid #d2d2d2; background:#f2f2f2;}
.tbbox td{padding:1px 0;line-height:40px;border:1px solid #d2d2d2;}
.tbbox tr:hover{ background:#fcf2e4}
.tbbox table span{ margin-left:20px;}
a.download:link,a.download:visited{
	display:block;
	width:60px;
	height:28px;
	line-height:28px;
	color:#848383;
	text-align:left;
	background:url(../images/download_btn.gif) 0 0 no-repeat;
	padding-left:25px;
}
a.download:hover{
	color:#186f01;
	text-decoration:none;
	background:url(../images/download_btn.gif) -85px 0 no-repeat;
}

/*正文*/
.text{
	width:860px;
	background:url(../images/text_bg.gif) 0 0 no-repeat;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:0 40px;
	padding-top:12px;
	margin:0 auto;
}
.text h1{
	height:74px;
	line-height:74px;
	color:#444;
	text-align:center;
	font-size:18px;
	margin-bottom:25px;
}
