﻿/*===============全局风格定义==============*/
* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif, 宋体;
	font-size:12px;
	color:#444;
}
ul {
	list-style-type: none;
}


dt, dd,
{
    padding: 0px;
    margin: 0px;
}


img {
	border:0;
}
a {
	color:#555;
	text-decoration: none;
}
a:hover {
	color:#A60F1E;
	text-decoration: underline;
}
h4 {
	font-size:12px;
}
.clear {
	clear: both;
}
.hyc{
display:none;}
/*==================网站顶部风格定义=====================*/
#header {
	width:988px;
	margin:0 auto;
	position:relative;
	
}
#top_flash {
	height:190px;
}
/*=====主导航条=====*/
#nav {
	background:url(/common/images/theme/default/img/nav_bg.png) repeat-x;
	height:33px;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	color:#039;
	font-weight: bold;
	line-height:33px;
	margin:0 10px;
}
#date {
	float:left;
	width:181px;
	height:33px;
	line-height:33px;
	padding-left:20px;
	margin-right:30px;
	background:url(/common/images/theme/default/img/date_bg.png) no-repeat;
}
#footer {
	width:988px;
	height:88px;
	background:url(/common/images/theme/default/img/footer_bg.jpg) repeat-x;
	margin:0 auto;
	padding-top:10px;
}
#footer p {
	text-align:center;
	line-height:25px;
}
#footer p span {
padding:0 5px;
}
/*网站公告样式定义*/
#bulletin {
	height:33px;
	background:url(/common/images/theme/default/img/bulletin_bg.png) repeat-x;
}
#bulletin h4 {
	color:#090;
	line-height:33px;
	padding:0 30px;
	float:left;
	margin-right:10px;
	background:url(/common/images/theme/default/img/jgf.png) no-repeat right center;
}
.scroll_div {
	width:510px;
	height:33px;
	line-height:33px;
	overflow: hidden;
	white-space: nowrap;
}
#scroll_begin, #scroll_end, #scroll_begin ul, #scroll_end ul, #scroll_begin ul li, #scroll_end ul li {
	display:inline;
	margin-left:33px;
}
#scroll_begin ul li span {
	margin:0 5px;
}
#jgf {
	position:absolute;
	background:url(/common/images/theme/default/img/jgf.png) no-repeat left center;
	width:5px;
	height:33px;
	left: 641px;
	top: 223px;
}
#search {
	background:url(/common/images/theme/default/img/search_bg.png) no-repeat left center;
	width:216px;
	height:33px;
	position:absolute;
	left: 712px;
	top: 223px;
	padding-left:50px;
	line-height:33px;
}

