﻿@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;}
body{color: #000000;	font-family:"Arial","宋体";  font-size:14px; background:#CAE6F9 url(../images/mainbg1.png) repeat-x left top; }
div{margin: 0px;padding: 0px;border: 0px;}
form{margin: 0px;padding: 0px;border: 0px;}
img{vertical-align:middle;margin: 0px;padding: 0px;border: 0px; }/*设置图片初始化为垂直居中，因为默认的是左上角对齐*/
table,tr,td,dr,th {margin: 0px;padding: 0px;border: 0px;}
table{ border-collapse:collapse; border-spacing:0; }/*合并重复的边线*/
ul,ol,li,dl,dt,dd{margin: 0px;padding: 0px;list-style-type:none; }

a:link,a:visited,a:active{ color:#2d2d2d; text-decoration:none; }
a:hover{ color:#FF6600; text-decoration: none;}

a.link_white{ color:#FFFFFF; text-decoration:underline;}
a.link_white:hover{ color:#FF0000; text-decoration:underline;}

.clearboth{font-size: 0;margin: 0;padding: 0;	clear: both;height: 0;border: 0; line-height:0;}
.line_dashed_t{ border-top:1px dashed #888888; font-size:1px; height:10px;}

h2{ text-align:center; line-height:50px;}
h4{ text-align:center; line-height:25px; font-weight:normal;}


/*===============================index=======================*/
.mainbg2{ width:100%; min-width:1003px;background:url(../images/mainbg2.jpg) no-repeat center top; padding-top:34px;}
/*-------------------------top----------------------*/
#top{width:1003px; height:88px; background:#ffffff; margin:0px auto;}/*加上一个最小宽度，避免浏览器窗口压缩的很窄的时候背景变形或填充不完整的问题*/
	.top_logo1{ width:551px; height:70px; padding-top:10px; padding-left:20px; float:left;}
	.top_logo2{ width:63px; height:66px; padding-top:10px; padding-right:20px; float:right;}


	
/*--------------------foot-----------------------*/
.foot1{width:1003px; height:5px; font-size:1px; background:#21C258; margin:0 auto;}
.foot2{ width:1003px; height:46px; line-height:46px;background: #222222;  margin:0 auto;text-align:center; color:#7A7A7A; font-size:14px;}
.foot2 a{ text-decoration: underline;width:1003px; height:46px; line-height:46px;background: #222222;  margin:0 auto;text-align:center; color:#7A7A7A; font-size:14px;}



/*===============================内页=======================*/

.subbigpic{ width:1003px; height:34px; margin:0 auto 0px auto; padding-top:22px; border-bottom:8px solid #194A59; background:url(../images/subbigpic.png) no-repeat left top;}
	.yhzx1{ min-width:108px;  height:34px; line-height:34px; float:left; margin-left:20px;}
		.yhzx1 dd{ width:10px; height:34px; background:url(../images/yhzxbg1.png) no-repeat right bottom; float:left;}
		.yhzx1 dt{ height:34px; padding-right:10px; text-align:center; background:url(../images/yhzxbg2.png) no-repeat right bottom; float:left; font-size:14px; color:#FFF; font-weight:bold;}
	.yhzx2{height:34px; line-height:34px; margin-right:20px; float:right; color:#FFF;}
		.yhzx2 a{ font-weight:bold; font-size:16px;color:#FFF; text-decoration:underline;}
		.yhzx2 a:hover{ color:#FF6600;}
		
.sub_wrap{ width:983px; padding:10px; margin:0 auto; height:auto; background:#ffffff;}
.subcont_k{border:1px solid #cccccc; padding:30px;height:auto!important; height:350px; min-height:350px;}



.f_size12{ font-size:12px;}
.f_gray{ color:#999999;}


		
/*列表页*/	
.subpage_list{}
.subpage_list dd{ height:24px; border-bottom:1px dashed #50AAB5; clear:both; padding: 8px 5px 0px 0px;}
.subpage_list dd a{ font-size:14px;}
.subpage_list dd .text{ width:630px; text-overflow:ellipsis; overflow:hidden;white-space: nowrap; text-align:left; float:left; }
.subpage_list dd span{ display:block; float:right; color:#666;}

/*翻页*/
.pageturn{width:500px!important; margin:20px auto 0 auto; height:30px;}
	.pageturn li{ margin-right:5px; float:left;}
	.pageturn li:hover{}
		.pageturn li a{ display:block; padding:3px 5px; color:#000000;border: solid 1px  #CECECE; background:#ffffff; text-align:center;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;}
		.pageturn li a:hover,
		.pageturn .pagenow{border: solid 1px  #4dd07a; background:#d7f8e2;}
		.pageturn .padding_t4{ padding-top:4px;}

/*文章展示页*/
.subpage_article{ text-indent:2em; line-height:25px;}