/*-----筛选-------*/
.sx_all{ overflow:hidden; line-height:30px;}
.sx_all p{ width:auto; float:right; padding-right:50px;}
.sx_all p span{ margin:0px 3px;color:#FF3300}

.select{ overflow:hidden; padding:0px 5px}
.select li{list-style:none;padding:2px 0 2px 60px}
.select .select-list{border-bottom:#eee 1px dashed}
.select dl{zoom:1;position:relative;line-height:24px;}
.select dl:after{content:" ";display:block;clear:both;height:0;overflow:hidden}
.select dt{width:100px;margin-bottom:5px;position:absolute;top:0;left:-100px;text-align:right;color:#333;height:24px;line-height:24px; font-size:14px; font-weight:bold}
.select dd{float:left;display:inline;margin:0 0 5px 2px;}
.select a{display:inline-block;white-space:nowrap;height:24px;padding:0 8px;text-decoration:none;color:#666;border-radius:2px;}
.select a:hover{color:#fff;background-color:#42BE9C}
.select .selected a{color:#fff;background-color:#42BE9C}
.select-result dt{font-weight:bold}
.select-no{color:#999}
.select .select-result a{padding-right:20px;background:#42BE9C url("../images/close.gif") right 9px no-repeat;  color:#FFFFFF}
.select .select-result a:hover{background-position:right -15px}