@charset "gb2312";
/* 首页 2级 3级公共CSS  */
body {
	font-family: "宋体", "黑体";
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	background-repeat: repeat-x;
	
}
/*连接效果
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
*/
A {
	COLOR: #000; 
	TEXT-DECORATION: none;
	font-size:12px;
}
A:hover {
	COLOR: #f00;
	 TEXT-DECORATION: underline;
	 font-size:12px;
}
ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
li {
	line-height: 24px;
	width: auto;
	text-indent: 10px;
	font-family: "宋体";
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	background-image: url(/images/dian.jpg);
	background-position: left center;
}
/*容 器*/
#box {
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.clear {clear:both}
#box #header {
	height: 64px;
}
#logo {
	float: left;
	height: 41px;
	width: 495px;
	margin-top: 14px;
	margin-left: 25px;
}
#topnav {
	float: right;
	line-height: 34px;
	padding-right: 15px;
}
#box #mainnav {
	background-image: url(/images/dh_b1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 1002px;
	background-position: center;
}
#mainnav_Z {
	float: left;
	height: 30px;
	width: 770px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
#mainnav_Y {
	float: left;
	height: 30px;
	padding-top:5px;
	width: 232px;
}
#mainnav_Y_1 {
	float: left;
	height: 23px;
	width: 145px;
}
.ss {
	border: 1px solid #a41100;
	height: 19px;
	width: 141px;
	float: right;
}
#mainnav_Y_2 {
	float: left;
	height: 23px;
	width: 58px;
}
#box #banner {
	height: 150px;
	width: 1002px;
	margin-top: 2px;
}
#box #content {
	height: auto;
	width: 1002px;
}
.footer {
	background-image: url(/images/d_bj.jpg);
	background-repeat: repeat-x;
	height: 72px;
	width: 1002px;
	line-height: 26px;
	padding-top: 20px;
}

/** 新闻列表样式 **/
.ListStyles
{
	margin-left:4px;
	margin-right:4px;
	
	}
	
	/** dot 新闻列表底边虚线  **/
	
.dots
{
	background-image:url(../../images/dot.gif);
}
.content
{
font-size:14px;color:black;line-height:25px;text-indent:2em;
}

/** 新闻正文样式 **/
.content
{
font-size:14px;color:black;line-height:25px;text-indent:2em;
}


