.customNav {
    display: none;
}

.color-blue {
    color: #005bac;
    font-size: 14px;
}

.list dl {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    overflow: hidden;
    zoom: 1;
}

.list dl dt {
    float: left;
    width: 263px;
    height: auto;
}

.list dl dt img {
    width: 100%;
    height: auto;
}

.list dl dd {
    float: right;
    width: 410px;
}

.list dl dd h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.list dl dd p {
    margin-top: 20px;
    line-height: 21px;
    text-align: justify;
}

.city-list {
    position: relative;
    padding-top: 20px;
}

.city-list .city-row .city-3 {
    overflow: hidden;
    zoom: 1;
}

.city-list .city-row .city-3 h5 {
    font-size: 16px;
    color: #333;
    position: relative;
    width: 33.3%;
    float: left;
    cursor: pointer;
    padding: 5px 0;
}

.city-list .city-row .city-3 h5.active {
    color: #005bac;
}

.city-list .city-row .city-3 h5.city02 {
    text-align: center;
}

.city-list .city-row .city-3 h5.city03 {
    text-align: right;
}

.city-list .tip-box2 {
    border: 1px solid #ccc;
    background: #f8f8f8;
    color: #005bac;
    text-align: justify;
    padding: 5px 10px;
    position: absolute;
    margin-top: 13px;
    display: none;
    width: 193px;
    z-index: 1000;
    bottom: auto;
    top: 10px;
}

.city-list .tip-box {
    border: 1px solid #ccc;
    background: #f8f8f8;
    padding: 10px 20px;
    position: relative;
    margin-top: 13px;
    display: none;
}

.city-list .tip-box ul {
    zoom: 1;
}

.city-list .tip-box ul li {
    width: 33.33%;
    float: left;
    padding: 2px 0;
    position: relative;
}

.city-list .tip-box ul li a {
    color: #333;
}

.city-list .tip-box ul li a:hover {
    color: #005bac;
}

.city-list .tip-box ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.city-list .tip-box b {
    width: 26px;
    height: 13px;
    background: url(../../images/estate/190408/arr.png) no-repeat;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: -13px;
}

.city-list .tip-box.tip-01 b {
    left: 0;
    margin-left: 9px;
}

.city-list .tip-box.tip-03 b {
    right: 0;
    margin-right: 9px;
    left: auto;
}
