/*基本元素属性设置*/
body, div, a, img, p, form, h1, h2, h3, h4, h5, h6, input, textarea, ul, li, dt, dd, dl { margin: 0px; padding: 0px; }
body {
	background: url("../images/xxgkzt/body.png") repeat-x rgb(238, 238, 238); 
	width: 100%; height: 100%; 
	line-height: 28px; font-family:"宋体"; font-size: 12px;
}
a {
	color: rgb(65, 65, 65); 
	text-decoration: none;
}
img {
	border: 0px currentColor;
}
ul, li {
	list-style: none;
}
/*页面设置*/
.header, .nav, .content, .footer {
	width: 1000px; 
	margin: 0px auto; 
}
/*页头设置*/
.header {
	height: 150px; overflow: hidden;
}
.header .logo {
	background: url("../images/xxgkzt/logo.png") no-repeat; 
	height: 125px; 
	top: 40px; position: relative;
}
.nav {
	background: url("../images/xxgkzt/nav_bg.png") repeat-x; 
	height: 38px; 
	overflow: hidden; position: relative;
}
.nav ul li {
	height: 38px; 
	line-height: 38px; float: left;
	font-family:"黑体"; 
}
.nav ul li a {
	color: rgb(0, 43, 94); 
	padding: 0px 52px; 
	line-height: 38px;  float: left;
	font-size: 16px; font-weight: bold;
}
.nav ul li a:hover {
	background: rgb(0, 90, 156); color: rgb(255, 255, 255);
}
/*正文设置*/
.content {
	background-color: rgb(244, 244, 244);
	margin-top: 5px; overflow: hidden;  
}
.content .con_index_01 {
	background-color: rgb(244, 244, 244);
	height: 340px; 
	margin-top: 15px; margin-left: 30px; 
}
.content .con_index_01 .lf01 {
	width: 475px; height: 340px; 
	margin-right: 5px; float: left;
}
.content .con_index_01 .rt01 {
	width: 475px; height: 340px; 
	margin-left: 5px; float: left;
}
.content .con_index_02 {
	background-color: rgb(244, 244, 244);
	height: 130px; 
	margin-top: 5px; margin-left: 30px; 
}
.content .con_index_02 .lf02 {
	width: 475px; height: 130px; 
	margin-right: 5px; float: left;
}
.content .con_index_02 .rt02 {
	width: 475px; height: 130px; 
	margin-left: 5px; float: left;
}
.content .con_index_03 {
	background-color: rgb(244, 244, 244);
	height: 120px; 
	margin-top: 15px; margin-left: 30px; 
}
.content .con_index_03 .lf03 {
	width: 450px; height: 150px;
	border-style: dashed; border-color: rgb(0, 90, 156); border-width: 1px;
	margin-right: 15px; margin-left: 5px; float: left;
	padding-left: 5px;
}
.content .con_index_03 .rt03 {
	width: 450px; height: 150px; 
	border-style: dashed; border-color: rgb(0, 90, 156); border-width: 1px;
	margin-left: 15px; margin-left: 5px; float: left;
	padding-left: 5px;
}

.content .con_index_04 {
	height: 36px; 
	margin: 15px auto 10px; 
	line-height: 36px; 
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.content .con_art {
	width: 95%; 
	margin: 10px 20px; overflow: hidden; 
}
.content .con_list {
	width: 95%; 
	margin: 10px 20px; overflow: hidden; float: left;
}
.titl-index {
	background: url("../images/xxgkzt/icon01.png") no-repeat left; 
	width: 95%; 
	border-bottom-color: rgb(0, 114, 187); border-bottom-width: 2px; border-bottom-style: solid;
}
.titl-index a {
	color: rgb(0, 114, 187); 
	margin-right: 5px; display: block;
	line-height: 36px; float: right; 
	font-family:"新宋体"; font-size: 12px; 
}
.titl-index h1 {
	color: rgb(0, 114, 187); 
	margin-left: 10px; display: block;
	line-height: 36px; 
	font-family:"新宋体"; font-size: 18px; font-weight: 100; 
}
.titl-index h2 {
	color: rgb(0, 114, 187); 
	margin-left: 10px; display: block;
	line-height: 36px; 
	font-family:"新宋体"; font-size: 18px; font-weight: 100; 
}
.titl-index h2 a {
	color: rgb(250, 230, 0); 
	margin-right: 26px; float: left; display: block;
	line-height: 36px; 
	font-size: 18px; 
}
.titl-index h2 span.hover a {
	text-decoration: underline;
}
.titl-art {
	width: 100%; 
	text-align: center; 
}
.titl-art h1 {
	color: rgb(65, 65, 65); 
	line-height: 32px; 
	font-size: 18px;
}
.titl-art h2 {
	color: rgb(65, 65, 65); 
	line-height: 32px; 
	font-size: 14px;
}
.titl-list {
	width: 100%;
	text-align: center; 
}
.titl-list h1 {
	color: rgb(65, 65, 65); 
	line-height: 32px; 
	font-size: 18px;
}
.list-index {
	width: 95%;
}
.list-index ul {
	overflow: hidden; 
	margin-top: 5px;
}
.list-index ul li {
	background: url("../images/xxgkzt/icon02.png") no-repeat 0px; 
	height: 28px; 
	padding-left: 10px; 
	line-height: 28px; 
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: dashed;
}
.list-index ul li span {
	color: rgb(126, 127, 125); 
	margin-right: 0px;
	line-height: 28px;  float: right;
}
.list-index ul li a {
	color: rgb(65, 65, 65); 
	height: 28px; 
	line-height: 28px;
}
.list-index ul li a:hover {
	color: rgb(217, 18, 23);
}
.list-lis {
	width: 95%; height: 550px; overflow: hidden;
}
.list-lis ul {
	overflow: hidden;
	padding: 15px 20px; 
}
.list-lis ul li {
	background: url("../images/xxgkzt/icon02.png") no-repeat 5px; color: rgb(123, 123, 123); 
	line-height: 30px; 
	border-bottom-color: rgb(224, 208, 189); border-bottom-width: 1px; border-bottom-style: dashed;
}
.list-lis ul li a {
	color: rgb(65, 65, 65); 
	height: 30px; 
	padding-left: 30px; 
	line-height: 30px; 
}
.list-lis ul li span {
	color: rgb(126, 127, 125); 
	height: 30px; 
	line-height: 30px; float: right; display: block;
}
.list-lis ul li a:hover {
	color: rgb(217, 18, 23);
}
.list-cha01 {
	height:auto; overflow:auto; 
	padding: 15px 30px; overflow: hidden;
	border-bottom-color: rgb(224, 208, 189); border-bottom-width: 1px; border-bottom-style: dashed;
}
.list-cha01 h1 {
	background: url("../images/xxgkzt/icon03.png") no-repeat 0px; color: rgb(123, 123, 123); 
	margin-left: 10px; display: block;
	line-height: 30px; 
	font-size: 14px;
}
.list-cha01 a {
	color: rgb(65, 65, 65); 
}
.list-cha01 a:hover {
	color: rgb(217, 18, 23);
}
.list-cha02 {
	height:auto; overflow:auto; 
	padding-top:10px; padding-bottom:10px; padding-left:20px; padding-right:20px
}
.list-cha02 h1 {
	background: url("../images/xxgkzt/icon02.png") no-repeat 0px; color: rgb(123, 123, 123); 
	margin-left: 10px; display: block;
	line-height: 20px; 
	font-size: 12px;
}
.list-cha02 ul {
	padding: 5px 20px; overflow: hidden;
}
.list-cha02 ul li {
	background: url("../images/xxgkzt/icon02.png") no-repeat 5px; color: rgb(123, 123, 123); 
	height:auto; 
	padding-left: 30px; 
	line-height: 20px; 
	font-size: 12px;
}
.list-cha02 ul li a {
	color: rgb(65, 65, 65); 
}
.list-cha02 ul li span {
	color: rgb(126, 127, 125); 
	float: right; display: block;
}
.list-cha02 ul li a:hover {
	color: rgb(217, 18, 23);
}
.cur-pos {
	color: rgb(104, 104, 104); 
	height: 25px; 
	padding-left: 5px; overflow: hidden; 
	line-height: 25px; 
	text-align: left;
	border-color: rgb(204, 204, 204); border-style: dotted; border-width: 1px 0px;
}
.cur-pos a {
	color: rgb(104, 104, 104);
}
.cur-pos a:hover {
	color: rgb(217, 18, 23); 
	text-decoration: none;
}
.art-zuozhe {
	color: rgb(97, 96, 96); 
	padding: 5px 0px; 
	line-height: 30px; 
	text-align: center;
}
.art-zhengwen {
	color: rgb(65, 65, 65); 
	padding: 5px 20px; 	overflow: hidden; 
	line-height: 25px; 
	text-align: left;
}
.art-fujian {
	padding: 20px; overflow: hidden; 
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.art-fujian h1 {
	padding: 0px 0px 5px 5px; 
	color: rgb(16, 16, 16); 
	line-height: 40px; 
	font-family: ""; font-size: 14px;
}
.art-fujian ul li {
	background: url("../images/xxgkzt/icon02.png") no-repeat 10px; 
	height: 27px; 
	line-height: 27px; 
	padding-left: 33px;
}
.art-fujian ul li a {
	color: rgb(76, 76, 76); 
	line-height: 24px; 
}
.art-fujian ul li a:hover {
	color: rgb(217, 18, 23);
}
.select {
	width: 100%; height: 40px; text-align: center; color: rgb(51, 51, 51); line-height: 40px; clear: both; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.select a {
	height: 40px; color: rgb(94, 94, 94); line-height: 40px; font-family: ""; font-size: 12px;
}
.select a:hover {
	color: rgb(217, 18, 23);
}
/*页脚设置*/
.footer {
	background-color: rgb(1, 68, 119); color: rgb(255, 255, 255); 
	height: 60px; overflow: hidden; position: relative;
	padding-top: 20px;
	line-height: 20px; text-align: center; 
}