﻿#hot {
    width: 1230px;
    line-height: 15px;
    margin: 47px auto 0;
    text-align: left;
}
#hot-title {
    float: left;
    margin-right: 18px;
    color: #ff552e;
    font-size: 15px;
    font-weight: 600;
}
a.hot-city {
    margin: 0 10px;
    color: #666;
    font-size: 15px;
}
.hot-city:hover{ 
    color:#ff552e;
}
#selector {
    width: 1230px;
    margin: 27px auto 0;
    height: 30px;
    text-align: left;
}
.selector-title {
    float: left;
    line-height: 30px;
    margin-right: 29px;
    color: #555;
    font-size: 15px;
    font-weight: 600;
}

/*选择城市的selector*/
.slt-one {
    width: 118px;
    height: 28px;
    border: 1px solid #D2D5DA;
    outline: none;
    float: left;
    cursor: pointer;
    font-size: 15px;
}

.slt-tow {
    width: 118px;
    height: 28px;
    border: 1px solid #D2D5DA;
    outline: none;
    margin-left: 12px;
    float: left;
    cursor: pointer;
    font-size: 15px;
}
.selector {
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 118px;
    height: 28px;
    margin-right: 8px;
    border: solid 1px #DDD;
    border-radius: 2px;
    color: #999;
    font-size: 15px;
}
.selector-result {
    height: 28px;
    padding-left: 15px;
    line-height: 28px;
    font-size: 14px;
}
.selector-arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 11px;
    height: 7px;
    background-image: url(../image/changecity_down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.selector-box {
    display: none;
    position: absolute;
    top: 28px;
    left: -1px;
    width: 118px;
    border: solid 1px #DDD;
    font-size: 12px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}
.selector-list {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    color: #999;
    box-sizing: border-box;
}
#selector-city {
    margin-right: 39px;
}
#selector-search {
    float: left;
    width: 168px;
    height: 30px;
    border: solid 1px #DDD;
    border-radius: 2px;
  /*  overflow: hidden;*/
    position:relative;
}
#selector-search-input {
    float: left;
    width: 113px;
    height: 28px;
    line-height: 26px;
    padding: 0 0 0 6px;
    border: 0;
    outline: 0;
    font-size: 15px;
    color: #999;
}
#selector-search-btn {
    cursor: pointer;
    float: left;
    width: 53px;
    height: 28px;
    line-height: 26px;
    border-left: solid 1px #DDD;
    color: #555;
    font-size: 15px;
    text-align: center;
    background-color: #f5f5f5;
}
.selector-search-btn2 {
    cursor: pointer;
    float: left;
    width: 53px;
    height: 28px;
    line-height: 26px;
    border-right: solid 1px #DDD;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    color: #555;
    font-size: 15px;
    text-align: center;
    margin-right: 34px;
    background-color: #f5f5f5;
}
/*搜索弹出框*/
.search_ajax {
    width: 100%;
    height:200px;
    overflow-y: auto;
    position: absolute;
    top: 30px;
    display: none;
    z-index:2;
}

.groupli {
    width: 100%;
    line-height: 32px;
    color: #000;
    font-size: 16px;
    border-bottom:1px solid #e5e5e5;
    background: #fff;
    padding-left: 15px;
}
#content {
    width: 1230px;
    margin: 33px auto 0;
    text-align: left;
    overflow:hidden;
}
#content-title {
    line-height: 16px;
    color: #555;
    font-size: 16px;
    font-weight: 600;
}
#content-box {
    float: left;
    width: 1230px;
    margin-top: 23px;
    border: solid 1px #eee;

}
.content-letter {
    float: left;
    border-bottom: solid 1px #eee;
}
.content-letter-panel {
    float: left;
    width: 40px;
    height: 100%;
    color: #999;
    font-size: 18px;
    font-weight: 700;
    background-color: #f5f5f5;
    text-align: center;
}
.content-province {
    float: left;
    position: relative;
    z-index: 1;
    width: 1230px;
}
.content-province:hover{
    background:#f5f5f5;
}
.content-province-triangle {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background-image: url(../image/changecity_triangle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.content-province-title {
    float: left;
    /*width: 67px;*/
    height: 100%;
    line-height: 46px;
    padding-left: 26px;
    padding-right: 26px;

    /*border-left-style: solid;
    border-right-style: solid;*/
    border-width: 1px;
    border-color: #eee;
    color: #0088ca;
    font-size: 16px;
}
.content-cities {
    float: left;
    width: 1100px;
    padding: 12px 0;
    overflow: hidden;
    border-left:1px solid #eee;
}
.content-city {
    display: inline-block;
    line-height: 20px;
    color: #333 !important;
    font-size: 15px;
    margin: 0 12px;
    cursor: pointer;
}
.content-city:hover{ 
    color:#fe552e !important;
}