@charset "utf-8";
.search form {
	position: relative;
	margin-top: 10px;
}

.search .keyword {
	border: 0;
	height: 28px;
	line-height: 28px;
	outline: none;
	padding: 0 15px 0 20px;
	float: left;
	width: 100%;
	border-radius: 900px;
	color: #000000;
}

.search .tjiao {
	width: 19px;
	height: 20px;
	background: url("../images/search.png");
	float: left;
	border: 0;
	outline: none;
	content: "";
	position: absolute;
	right: 3%;
	margin-top: 4px;
}
.pages{
}
.pages ul{
	float:left;

}
.pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.pages ul li.thisclass,
.pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}