/*-----通用CSS------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0 none;
	font-family: "微软雅黑", sans-serif;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
}

input:focus {
	outline: 0 none;
}

body {
	background: url(../images/wgk_bg2.jpg) top center no-repeat;
}

a:focus,
*:focus {
	noFocusLine: expression(this.onFocus=this.blur());
	outline: none;
}

a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

img,
iframe {
	border: medium none;
}

ol,
ul {
	list-style: none outside none;
}

li {
	vertical-align: top;
}

/**解决IE6、7li与li之前的向下间距*/
input,
textarea,
select,
button {
	font-family: inherit;
	font-size: 100%;
}

.clearfix {
	overflow: hidden;
	_height: 1%
}

/*方法1必须加在浮动元素的父元素上，用于清楚内部浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

/*同上，方法2*/
.text-hidden {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.text_auto {
	word-break: break-all;
	word-wrap: break-word;
}

.mt_auto {
	overflow: auto;
}

/*用于解决css中，多层空div嵌套后（2层上以），遇到要设置margin-top,面发现margin-top或者margin-bottom失效，放在父元素上*/
.fr {
	float: right;
}

.fl {
	float: left;
}

/*************wgk_index*****************/
.head {
	width: 1000px;
	margin: 0 auto;
	margin-top: 410px;
}

.article_title {
	font-size: 24px;
	color: #831106;
}

.article_title a {
	color: #831106;
}

.article_content {
	font-size: 18px;
	text-indent: 2em;
	color: #333;
	margin-top: 20px;
	height: 98px;
}

.article_content a {
	font-size: 14px;
	color: #c8080c;
}

.container {
	width: 920px;
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 20px;
}

.section_atitle {
	width: 448px;
	height: 54px;
	background: url(../images/wgk_jcgk.png) no-repeat;
}

.s5_title {
	width: 100%;
	height: 54px;
	background: url(../images/wgk_jggk.png) no-repeat;
}

.myzjLink {
	text-align: right;
	line-height: 30px;
	font-size: 18px;
}

.s2 {
	width: 448px;
	height: 54px;
	background: url(../images/wgk_zxgk.png) no-repeat;
}

.s3 {
	width: 448px;
	height: 54px;
	background: url(../images/wgk_glgk.png) no-repeat;
}

.s4 {
	width: 448px;
	height: 54px;
	background: url(../images/wgk_fwgk.png) no-repeat;
}

.s5 {
	clear: both;
}

.section_acontent {
	width: 448px;
	height: 307px;
	border: 1px solid #d7d7d7;
	margin-top: 10px;
}

.section_acontent ul {
	margin-top: 18px;
	min-height: 250px;
}

.section_acontent ul li a {
	color: #333;
	float: left;
	line-height: 30px;
	display: block;
	background: url(../images/wgk_index_arrow.png) 5% center no-repeat;
	text-indent: 29px;
	font-size: 16px;
	width: 350px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.section_acontent ul li span {
	display: block;
	float: right;
	width: 90px;
	line-height: 30px;
	font-size: 14px;
}

.line_more {
	background: url(../images/wgk_more_line.png) 10% center no-repeat;
	height: 40px;
	clear: both;
}

.line_more a {
	line-height: 40px;
	float: right;
	font-size: 14px;
	margin-right: 15px;
	color: #cf2b28;
	font-weight: bold;
}

.s5_content {
	border: 1px solid #d7d7d7;
	margin-top: 10px;
	height: 316px;
}

.s5_content ul {
	margin-top: 18px;
	min-height: 250px;
}

.s5_content ul li {
	line-height: 30px;
}

.s5_content ul li a {
	color: #333;
	float: left;
	line-height: 30px;
	display: block;
	background: url(../images/wgk_index_arrow.png) 2% center no-repeat;
	text-indent: 29px;
	font-size: 16px;
	width: 817px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.s5_content ul li span {
	display: block;
	float: right;
	width: 90px;
	line-height: 30px;
	font-size: 14px;
}

.s5_more {
	background: url(../images/wgk_s5.png) 10% center no-repeat;
	height: 40px;
	clear: both;
}

.s5_more a {
	line-height: 40px;
	float: right;
	font-size: 14px;
	margin-right: 15px;
	color: #cf2b28;
	font-weight: bold;
}

/*************wgk_index end*****************/

/*************wgk_list*****************/
.list_contanier {
	width: 1000px;
	margin: 0 auto;
	margin-top: 376px;
}

.address {
	line-height: 33px;
	margin-left: 40px;
}

.address a {
	color: #f3210b;
	font-weight: bold;
}

.list_section {
	width: 1000px;
	margin: 0 auto;
}

.list_section_onet {
	height: 95px;
	border-bottom: 1px dashed #b1b1b1;
	text-align: center;
	color: #831106;
	font-size: 16px;
	font-weight: bold;
	line-height: 95px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list_section_onet a {
	color: #831106;
}

.list_section ul {
	width: 920px;
	margin: 0 auto;
	margin-top: 50px;
	min-height: 490px;
}

.list_section ul li {
	line-height: 30px;
}

.list_section ul li a {
	display: block;
	width: 835px;
	float: left;
	background: url(../images/wgk_list_arrow.png) left center no-repeat;
	color: #333;
	text-indent: 23px;
}

.list_section ul li span {
	display: block;
	width: 80px;
	float: right;
	font-size: 14px;
	color: #333;
}

/*分页*/
.page_num {
	padding: 40px 20px 20px 20px;
	overflow: hidden;
	font-size: 12px;
}

#page_div {
	line-height: 27px;
	color: #000;
}

#pagination_input {
	width: 30px;
	height: 27px;
	line-height: 27px;
	margin: 0 8px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
	background: #FFFFFF;
	border: 1px solid #d9d7d7;
	padding: 0 8px;
	margin-right: 10px;
	float: left;
	min-width: 30px;
	height: 27px;
	line-height: 27px;
	text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #000;
}

#page_div .pagination_index_last {
	width: 320px;
	float: right;
	text-align: right;
}

#page_div .pagination_index_num {
	margin-right: 10px;
	padding: 0px;
	width: 30px;
}

#page_div .currentIndex {
	background: #008ffe;
	border: 1px solid #008ffe;
	width: 30px;
	line-height: 27px;
	height: 27px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

/*************wgk_list end*****************/

.titleh h1 {
	text-align: center;
	color: #831106;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 50px 0px;
}

.titleh span.span {
	display: block;
	width: 20%;
	line-height: 30px;
	font-size: 12px;
	color: #333;
	text-align: left;
	float: left;
	margin-left: 10px;
}

.con {
	border-bottom: 1px dashed #b1b1b1;
	height: 30px;
}

.content {
	margin: 30px auto;
	width: 920px;
	margin-bottom: 0px;
}

.bottom {
	margin-top: 12px;
}

/*************wgk_content*****************/