html {
    width: 100%;
    font-family: "Hiragino Sans GB","MicroSofr YaHei",arial
}

body {
    text-align: center
}

ul,li,body {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #333
}

a:visited,a:active {
    color: #333
}

a:hover {
    color: #ff552e!important
}

#hot {
    width: 1200px;
    line-height: 14px;
    margin: 47px auto 47px;
    text-align: left
}

#hot-title {
    float: left;
    margin-right: 18px;
    color: #ff552e;
    font-size: 14px;
    font-weight: 600
}

a.hot-city {
    margin: 0 10px;
    color: #666;
    font-size: 14px
}


#content {
    width: 1200px;
    margin: 33px auto 40px;
    text-align: left
}

#content-title {
    line-height: 16px;
    color: #555;
    font-size: 16px;
    font-weight: 600
}

#content-box {
    float: left;
    width: 1198px;
    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: 1158px
}


.content-province-title {
    float: left;
    width: 54px;
    height: 100%;
    line-height: 46px;
    padding-left: 16px;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #eee;
    color: #333;
    font-size: 16px
}

.content-cities {
    float: left;
    width: 1086px;
    padding: 12px 0;
    overflow: hidden
}

.content-city {
    display: inline-block;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    margin: 0 10px
}

.content-letter:hover .content-letter-panel {
    color: #fff;
    background-color: #ff552e
}

.content-province:hover {
    background-color: #f5f5f5
}

.content-province:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: calc( 50% - 5px );
    left: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #ff552e;
    border-bottom: 5px solid transparent;
}

.content-province-triangle-hover {
    display: block
}

.clb {
    clear: both
}
