
/* 容器-基准 */
.wrap-base{
    width: 1200px;margin: auto;
}

/* 清除浮动 */
.wrap-clear{
    *zoom: 1;
}
.wrap-clear:after{
    content: '\\20';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.city-head{
     height: 40px;
         background-color: #f7f7f8;
        border-bottom: 2px solid #294697;
}

.city-nav-inner{
    display: inline-block;
    width: 145px;
    height: 38px;
    position: relative;
    top: 2px;
    padding-top: 8px;
    cursor: pointer;
    color: #25448a;
    font-size: 16px;
    text-decoration: none;
    padding: 0;
    border: 2px solid #294697;
    border-bottom: none;
    background: #fff;
        text-align: center;
    line-height: 38px;
    
}
/* 热门城市 */
.page-hotcity{
    height: 65px;
    line-height: 65px;
    font-size: 14px;color: #666;
    background-color: #e4e6e8;border-bottom: 1px solid #d6d7d9;
}
.page-hotcity a{
    margin-right: 30px;
    color: #666;font-weight: bold;
    text-decoration: none;
}
.page-hotcity a:hover{
    color: #0099ff;
    text-decoration: underline;
}

/* 城市列表 */
.page-citylist{
    margin-bottom: 20px;
    background-color: #fff;
}
.page-citylist-inner{
    border: 1px solid #e3e3e3;border-top: none;
}
.page-citylist .select-city{
    height: 26px;padding: 30px;
}



/* 城市列表 */
.page-citylist .city-list-item{
    padding: 10px 0 10px 2px;line-height: 26px;
        border-bottom: #eeeff2 1px dotted;
}
.page-citylist .city-list-item-hover{
    background-color: #f6f6f6;
}
.page-citylist .city-list-item .label{
    margin-right: 15px;
    float: left;
    text-align: center;
    line-height: 26px;font-size: 14px;color: #666;font-weight: bold;
    display: block;
    background-color: #eeeff2;border: 1px solid #dcdee3;
        width: 28px;height: 28px;
    overflow: hidden;
    line-height: 28px;
    text-align: center;
}
.page-citylist .city-list-item-hover .label{
    color: #fff;
    background-color: #4072d7;border: 1px solid #295bbf;
}
.page-citylist .city-list-item .citys{
    overflow: hidden;   
}
.page-citylist .city-list-item a{
    margin-right: 30px;
    display: inline-block;
    font-size: 14px;color: #666;
    text-decoration: none;
}
.page-citylist .city-list-item a:hover{
    color: #0099ff;
    text-decoration: underline;
}


.hot-city-list{
    height: 64px;line-height: 64px;padding-left: 30px;
    color: #555;
    border: 1px solid #d6d7d9;
    border-width: 1px 0;
}
.hot-city-list label{
    float: left;
}
.hot-city-list a{
    margin-right: 30px;
    float: left;
    color: #555;
    text-decoration: none;
}
.hot-city-list a:hover{
    color: #0099ff;
    text-decoration: underline;
        line-height: 65px;
}


.city-list{
    padding: 0 30px;
}




