.hotsearch {
	clear: both;
	width: 638px;
	margin: 15px auto 40px auto;
	border: 1px solid #e3e3e3;
	background-color: #FFF;
}

.hotsearch .hothead {
	height: 28px;
	background-color: #fff5f7;
	border-bottom: 1px solid #e3e3e3;
}
.hotsearch .hothead a.current {
	background-color: #FFFFFF;
	height: 29px;
	color: #D4294E;
}
.hotsearch .hothead a:hover {
	text-decoration: none;
	color: #F60;
}
.hotsearch .hothead a {
	display: inline-block;
	float: left;
	height: 28px;
	width: 90px;
	text-align: center;
	line-height: 28px;
	border-right: 1px solid #e3e3e3;
	font-size: 14px;
	color: #000;
}
a {
	color: #2464B2;
	text-decoration: none;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hotsearch ul {
	margin: 10px 0 0 10px;
}
.hotsearch li {
	height: 27px;
	line-height: 27px;
	width: 280px;
	_width: 175px;
	margin-left: 10px;
	display: inline-block;
	float: left;
	overflow: hidden;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hotsearch li .top1 {
	background-color: #D23141;
}
.hotsearch li .num {
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 6px;
	background-color: #F9B9C3;
	line-height: 16px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hotsearch li a {
	color: #000;
	font-size: 14px;
	display: inline-block;
	float: left;
	margin-left: 5px;
	width: 250px;
	overflow: hidden;
}
.hotsearch li a:hover{
	text-decoration:underline;
}
.hotsearch li .top2 {
	background-color: #F9B9C3;
}
.cl10 {
	clear: both;
	overflow: hidden;
	height: 10px;
}