﻿
.hotwords{
	position:absolute;
	top:58px;
	z-index:999;
	background:#fff;
	width:358px;
	border:#D9D9D9 1px solid;
	border-top:0;
	left: 208px;
}
.hotwords li{
	display:block;
	height:28px;
	line-height:28px;
	float: left;
	text-align: left;
	padding: 2px 0;
}

.hotwords li a{
	width:175px;
	height:28px;
	line-height:28px;
	display:block;
	color: #039;
	float: left;
	font-size: 14px;
	padding-left: 4px;
}

.hotwords li a:hover{

}

.hotwords li:hover,.hotwords li:hover a,.hotwords li a:hover{
	text-decoration:none;
	background:#cfcfcf;
	color: #039;
}
