
.container {
    width: 1200px;
    margin: 33px auto 0;
    text-align: left;
}
#content-box {
    float: left;
    width: 1198px;
    margin-bottom: 30px;
    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-triangle {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background-image: url(/cx_images/changecity_triangle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.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 12px;
}



