/* CSS Document */
body{
	margin:0;
	font-size:12px;
	line-height:22px;
	color:#7d7d7d;
	background:url(../images/bg.png) center top repeat-y #d0d0d0;
}
*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#7d7d7d;
}
img{
	border:none;
}
li{
	list-style:none;
}
p{
	line-height:18px;
}
.l{
	float:left;
}
.r{
	float:right;
}
.c{
	height:1px;
	margin-top:-1px;
	clear:both;
	overflow:hidden;
}

#wrapper{
	margin:0 auto;
	width:1002px;
}
.header{
	height:97px;
}
.menu{
	width:990px;
	margin:0 auto;
	height:41px;
	line-height:41px;
	font-family:"微软雅黑", "黑体", "宋体";
	background:url(../images/navbg.png) left top repeat-x;
}
.menu li{
	float:left;
	padding:0 25px 0 25px;
	background:url(../images/navl.png) right top no-repeat;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.menu li a{
	color:#fff;
}
.menu li a:hover{
	font-weight:lighter;
	text-decoration:underline;
}
.banner{
	width:990px;
	margin:5px auto 15px;
}

.content{
	width:990px;
	margin:0 auto;
}

.tit{
	height:34px;
	line-height:34px;
	background:url(../images/tl.png) left top no-repeat;
	padding-left:40px;
	font-size:14px;
	color:#FFF;
}
.tit a{
	color:#FFF;
	
}
.tit span{
	float:right;
	background:url(../images/tr.png) right top no-repeat;
	padding:0 10px 0 0;
	font-size:12px;
}
.tit span a:hover{
	text-decoration:underline;
}


.w230{
	width:230px;
}
.newslist{
	border:#e3ddd1 1px solid;
	border-top:none;
	padding:10px;
	
}
.newslist img{
	padding:4px 0;
}
.newslist p{
	padding-bottom:3px;
}
.newslist li{
	height:24px;
	line-height:24px;
	border-bottom:#CCC 1px dotted;
}
.newslist li span{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}
.newslists{
	border:#e3ddd1 1px solid;
	border-top:none;
	padding:10px 15px;
	
}
.w745{
	width:745px;
}
.prolist{
	border:#e3ddd1 1px solid;
	border-top:none;
	padding:10px 11px 7px 9px;
}

.footer{
	width:999px;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
	padding:15px 0;
	background:url(../images/ftbg.png) left top repeat-x;
}