@charset "utf-8";
/* CSS Document */
img{ margin:0; padding:0; border:0;}
body{ margin:0; padding:0;}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
text-decoration: none;
color:#000;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:active {color: red;
text-decoration: underline;
}

#container {
	padding:0;
	width:988px;
	margin:0 auto;
}
.site-list{
	border: 1px solid #09F;
	background-color: #ECF7FF;
	height:100%;
	margin:0;
	padding:0;
}
.site-list h2 {
	padding-left:8px;
	color:#1949A6;
	font-size:16px;
	line-height:30px;
	clear:both;
	background-color:#C1DDFF;
	margin:0;
}
ul.clearfix li {
    display: inline;
    float: left;
}
.site-list li {
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    width: 20%;
}
#header{
	margin: 0 auto;
	height:80px;
	background-image: url(../images/nav-background.png);
	background-repeat: repeat-y;
}
#searchbox{
	float:left;
	width:820px;
	height:60px;
	padding-top:20px;
	}
#keyword{
	border: 1px solid #85B0FA;
	width:400px;
	height:28px;
	margin:0;
	padding:0;
	float:left;
}
#middle {
	height:30px;
	width:499px;
	border: 2px solid #CFE1FE;
	margin:0 auto;
}

#sousuo {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	width:97px;
	height:30px;
	border:0;
	float: left;
	margin:0;
}