.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	height:0;
    overflow:hidden;
}
.clearfix {
	zoom:1;
}
#container {
	min-width:1000px;
	background-image:url(bg_top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto;
	background-color:#fff;	
}
#header{
	margin:0 auto;
	width:1000px;
	height:330px;
}
#header p{
	float:right;
	padding:20px 40px 0 0;
	height:100px;
	font-size:16px;
}
#header p a{
	color:#fff;
}
#main{
	margin:0 auto;
	width:930px;
	padding:30px 20px 50px 20px;
}
#list{
}
#list ul li{
	float:left;
	width:265px;
	line-height:30px;
	font-size:14px;
	padding-left:15px;
	margin:0 30px 10px 0;
	font-family:"微软雅黑";
        height:60px;
        overflow:hidden;
}

#list ul li a{
	color:#333;
}
#list ul li.active{
    background-color:#6b8dbc;
}
#list ul li.active a{
	color:#fff !important;	
}
#list ul li a:hover{
	color:#333;
	text-decoration:none;
}
#main .kuang{
	margin:15px auto 0;
	width:930px;
	padding:5px 0;
	background-color:#d3e6f5;
	border:1px solid #164794;
}
#main .kuang p{
	font-size:14px;
	color:#333;
	font-weight:bold;
	line-height:28px;
	text-align:center;
}