body {
	margin: 0px;
	width: 100%;
	background-image: url(bj.gif);
	background-repeat: repeat;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #333;
}


#navigation {
	color: #000;
	background-color: #FFF;
}#navigation ul {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation ul li {
	font-family: "宋体";
	font-size: 0.875em;
	line-height: 3em;
	float: left;
	width: 24%;
}
#topic {
	background-image: url(topic.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 577px;
}
.content {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.content  ul{
	padding: 0px;
	width: 100%;
	list-style-type: none;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content ul li{
	float: left;
	width: 232px;
	margin-right: 12px;
	margin-left: 11px;
	margin-top: 10px;
}
.content ul li .title14{
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	background-color: #DE4A3E;
	margin-top: 5px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 232px;
}
.content ul li .title14 a{
	color: #FFF;
}
.clear {
	clear: both;
}


#footer {
	font-family: "宋体";
	font-size: 0.875em;
	line-height: 1.6em;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: center;
}
