@charset "utf-8";
/*--通用定义--*/
* {
	margin:0;
	padding:0;
}
img {
	display:inline-block;
	border:none
}
body {
	font: normal normal normal 12px/150% Arial, "宋体", Helvetica, sans-serif;
	color:#666;
	background:#becbcd url(Images/bodyBg.gif) repeat-x;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
	color:#666;
}
.clearbox {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	border-top: 0px;
	margin-top: 0px;
	height: 0px;
	clear: both;
	background: none;
	font-size: 0px;
	visibility: hidden;
}/*clearbox：清除浮动，撑开边框*/

/*布局开始*/
#wrapper{ width:968px; height:705px;background:url(images/index2.jpg) no-repeat; position:relative; left:50%; margin-left:-484px;}
#flash{ position:absolute; right:0px; top:0px;}
#Hgg{ position:absolute; right:20px;top:105px; z-index:0; /*border:1px; border-style: solid;*/ width:620px;}

#Hgg a{ color:#FF3300;}
#content{ position:absolute; right:20px; top:170px;
         background:url(images/xydt.png) no-repeat; width:394px; height:193px; z-index:1;}
	
#content ul{ margin-top:10px;  line-height:20px; float:left;}	 
#content li{ line-height:20px; text-indent:5px; text-align: left;list-style:none;border-bottom: dashed;border-width: 1px thin; margin-left:0px;}
#content li span{float:right;text-align:right;margin-right:5px;margin-top:-17px} /*日期右对齐*/
/*.news{ text-align:left;}*/
#xydt{ display:block;width:50px; height:20px; position:absolute; z-index:3; right:290px; top:0px;margin-top:-8px;}
#more{ display:block; width:45px; height:12px; position:absolute; z-index:4; right:27px; top:0px;margin-top:-6px;}
#gonggao{ position:absolute; right:20px; top:385px;
         background:url(images/xygg.png) no-repeat; width:394px; height:145px; z-index:5;}
		 
.r_navigation {
	height:140px;
	line-height:30px;
	border:1px solid #d2e5ee;
	padding-left:1px;
	font-size:12px;
	color:#0A7BBF;
    overflow:hidden;
}
.r_navigation a{color:#0A7BBF;}

#marqueebox{margin-left:-15px;}
#marqueebox a{display:block;height:30px;line-height:30px; text-decoration:none; }
#marqueebox li{ list-style-type: none;}

#gonggao ul{ margin-top:10px;}	 
#gonggao  li{ line-height:20px; text-indent:60px; list-style:none; }
#moreg{ display:block; width:45px; height:20px; position:absolute; z-index:6; right:27px; top:0px; margin-top:-6px;}
#Login{ position:absolute;left:0px; height:40px; top:532px; width:968px; background:url(images/footerbg.jpg) repeat-y;}

#LoginFrom li{ display:block; float:left; margin-left:30px; margin-top:10px;}
#menu{position:absolute; left:0px; top:572px; width:968px; height:35px; background:url(Images/WZ_indexmenubg.jpg) repeat-x;}
#clear{ clear:both;}
#footer{ position:absolute; left:0px; bottom:0px;width:968px; background:url(images/footerbg.jpg) repeat-y; }
.yejiao{ font-size:13px; text-align:left; text-decoration: none; line-height:18px; color:333; margin-left:250px;}
.yejiao a{ text-decoration:none; color:333;}
.yejiao a:visited,yejiao a:hover,yejiao a:link{ text-decoration:none; color:333;}

/*布局结束*/

/*--顶部样式定义--*/
#globalNav {
	height:40px;
	height:100%;
	overflow:hidden;
}
#globalNav li {
	float:left;
}
#globalNav a span {
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	padding:0 13px;
	color:#236F8F;
	display:inline-block;
}
#globalNav a:hover, #topTabOn a {
	background:url(Images/navHoverBgRight.gif) right top no-repeat;
	color:#fff;
	display:inline-block;
}
#globalNav a:hover span, #topTabOn a span {
	background:url(Images/navHoverBgLeft.gif) left top no-repeat;
	cursor:pointer;
	display:block;
	color:#fff;
	_display:inline-block;
}

