.select-box{
	height: 38px;
	position: relative;
	border: 1px solid #dadada;
	border-radius: 2px;
	font-size: 14px;
	color: #333333;
	z-index: 3;
}
.select-box .top{
	min-width: 82px;
	padding: 4px 28px 4px 14px;
	line-height: 30px;
	position: relative;
}
.select-box .top:after{
	content: '';
	position: absolute;
	right: 12px;
	top: 0;
	height: 100%;
	width: 8px;
	background: url(../img/x_ico5.png) no-repeat center;
}
.select-box .bot{
	position: absolute;
	left: -1px;
	top: 38px;
	width: 100%;
	border: 1px solid #dadada;
	z-index: 4;
	background: #fff;
	max-height: 180px;
	overflow: auto;
}
.select-box .bot li{
	padding: 0 12px;
	line-height: 30px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.select-box .bot li:hover,.select-box .bot li.hover{
	background: #333;
	color: #fff;
}




