@charset "utf-8";
.body{
	width: 1208px;
    margin: 30px auto 0;
    border: solid 1px #ddd;
}
.hd {
    height: 60px;
    border-bottom: solid 1px #ddd;
    background: url(../images/city_repeat_bg.png) repeat-x 0 -260px;
}
.hd_left {
    float: left;
    width: 734px;
    height: 47px;
    margin-right: -5px;
    padding: 13px 20px 0;
    border-right: solid 1px #ddd;
    overflow: hidden;
}
.hd .site_enter {
    display: inline-block;
    width: 145px;
    height: 34px;
    font: bold 14px/34px "simsun";
    color: #fff;
    text-align: center;
    background: url(../images/city_bg_set.png) no-repeat 0 -160px;
}
.hd .fm_label {
    font-size: 14px;
    color: #444;
    margin-left: 10px;
}
.hd .fm_sel {
    padding: 2px;
    margin-right: 10px;
	border: 1px solid rgb(169,169,169);
}
.hd .fm_submit {
    width: 60px;
    height: 22px;
    border: none;
    background: url(../images/city_bg_set.png) no-repeat -40px 0;
    color: #fff;
    cursor: pointer;
}

.had_city {
    padding: 10px 20px;
    line-height: 32px;
    border-bottom: solid 1px #ddd;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}
.had_city a {
    margin-right: 20px;
    color: #37a;
}

.abc_filter {
    position: relative;
    padding: 14px 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    background: #f8f8f8;
}
.abc_filter a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    padding: 0 5px;
    color: #666;
    white-space: nowrap;
}
.abc_filter .arrow {
    position: absolute;
    left: 25px;
    bottom: -9px;
    width: 22px;
    height: 9px;
    background: url(../images/city_bg_set.png) no-repeat -478px 0;
}


.city_set {
    padding-top: 10px;
}
.city_set a:hover{color:#fff;background:#fb742c;text-decoration:none;}
.city_set .col_hs {
    color: #f00;
}
.city_set li {
    padding: 5px 20px 5px 70px;
    overflow: hidden;
}
.city_set li.hover{
	background-color:#f8f8f8;
}
.city_set li.hover .abc_star{border-color:#fb742c;background:#fb742c;color:#fff;}
.city_set .abc_star {
    display: inline;
    float: left;
    margin: 5px 0 0 -50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #ddd;
    background: #f8f8f8;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
.city_set a {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 6px 20px 6px 0;
    padding: 0 5px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}