/*下拉列表开始 */
.selectBoxSer {
width: 90px;
height: 30px;
position: relative;
text-indent: 1em;
float: left;
}
.selectTitleSer {
width: 100%;
height: 22px;
line-height: 20px;
margin-top: 5px;
border-left: 1px #e8e8e8 solid;
}
.selectCont01 {
width: 89px;
display: none;
position: absolute;
top: 31px;
left: 0;
z-index: 100;
line-height: 24px;
border: #c8c8c8 1px solid;
background-color: #fff;

}

.selectCont01>a:hover {
	background-color:#eee;
}
.selectDataSer {
color: #c8c8c8;
font-size: 12px;
line-height: 20px;
}
.seclectBgSer {
width: 12px;
height: 12px;
display: block;
text-indent: 200em;
overflow: hidden;
float: right;
margin-top: 5px;
margin-right: 12px;
background-color: #f00;
background: url(../../../images2/left_list.png) no-repeat;
background-position: -70px -54px;
}
.selectCont01>a {
	display: block;
	cursor: pointer;
	text-indent: 1em;
  font-size:14px;
	
  
}

/*下拉列表结束 */