.cityBox {
    width: 325px;
    border: 1px solid #85BEE5;
    overflow: hidden;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
p.tip {
    color: #666;
    line-height: 20px;
    padding: 5px;
    margin: 0;
    text-indent: 3px;
}
.hotCity {
    margin-top: -1px;
    clear: left;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    _margin-bottom: 8px;
}
.cityBox ul li {
    float: left;
    list-style: none;
    padding: 2px 4px;
    border: 1px solid #85BEE5;
    font:normal 12px 微软雅黑;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 0px;
    display: inline;
    background: #E1EFFE;
}
.cityBox ul {
    margin: 0;
    padding: 0;
}
.cityBox ul li.on {
    background: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}
.cityTab dl dd {
    margin-left: 2px;
    float: left;
    width: 297px;
}
.cityTab dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.cityTab dl dt {
    float: left;
    padding-left: 3px;
    color: #F30;
    text-indent: 5px;
    font-family: "Lucida console","consolas","courier new";
    line-height: 22px;
    font-size: 14px;
    width: 20px;
}
.cityTab dl dd a {
    padding-left: 5px;
    width: 66px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font: normal 13px 微软雅黑;
    line-height: 22px;
}
.cityTab dl dd a:hover{
    color: red;
    text-decoration: underline
}
#cityBox ul {
	border-bottom: 1px solid #85bee5;height: 21px;
}
.hide {
    display: none;
}