body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}

#header {
	background-color: #FFF;
	width: 1000px;
	height: 192px;
}

#banner {
	background: url(../../zt_lzqh/images/banner.jpg) no-repeat;
	width: 1000px;
	height: 160px;
}

#navi {
	background: url(../../zt_lzqh/images/title-t.jpg) repeat-x;
	width: 950px;
	height: 27px;
	padding-left: 50px;
}

#navi a {
	width: 150px;
	float: left;
	text-decoration: none;
	font-size: 15px;
	font-family: "黑体";
	color: #FFF;
	padding-top: 5px;
}

#navi a:hover {
	color: #000
}

.time {
	float: right;
	margin-right:10px;
}



.content {
	width: 485px;
	height: 300px;
	background-color: #FFF;
	margin-top: 8px;
	margin-left:10px;
	float: left;
	border: #C03 1px solid;
}

.content .title {
	width: 485px;
	height: 26px;
	/*background: url(../../zt_lzqh/images/title-l.jpg) no-repeat;*/
}

.content .title .tt {
	width: 200px;
	height: 30px;
	font-family: "黑体";
	font-size: 16px;
	color:red;
	float: left;
	padding-top: 5px;
	padding-left: 30px;
	font: bold;
}

.content .title .more {
	margin-top: 6px;
	float: right;
	margin-right: 15px;
}

.content .title .more a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

.content .title .more a:hover {
	color: #C00
}

.content .list {
	width: 485px;
	height: 230px;
	float: left;
	background-color: #FFF;
	padding-top: 10px;
}

.content .list ul li {
	list-style: none;
	width: 485px;
	height: 29px;
	float: left;
	background: url(../../zt_lzqh/images/fh2.jpg) no-repeat;
	background-position: 10px 3px;
}

.content .list ul li a {
	text-decoration: none;
	color: #000;
	overflow: hidden;
	font-size: 12px;
	margin-left: 30px;
	
}

.content .list ul li a:hover {
	color: #C00
}
.title1
{width:485px;
height:30px;
float:left;
margin-top:5px;

}
.title1 ul li  {
width:100px;
height:30px;
float:left;
padding-left:20px;

}


#footer {
	clear: both;
	float: left;
	background-color: #FFF;
	width: 1000px;
	height: 50px;
	margin-top: 30px;
	font-size: 12px;
	font: "宋体";
	text-align: center;
	line-height: 20px;
	border-top: #C00 2px solid;
	padding-top: 20px;
}