.mod-hd {
    position: relative;
    /*z-index: 10;*/
    height: 36px;
    border-bottom: 2px solid #3983e5;
    text-align: left;
}
.mod-hd .title {
    font: 16px/26px "Microsoft YaHei",SimHei,SimSun,Tahoma,Verdana,Arial,sans-serif;
}
.mod-hd .title span {
    position: relative;
    bottom: -3px;
    float: left;
    margin-right: 30px;
    height: 36px;
    color: #333;
    line-height: 30px;
    cursor: pointer;
}
.mod-hd .title .current,
.mod-hd .title:hover {
    color: #06c;
    cursor: default;
}
.mod-hd .title i {
    position: absolute;
    bottom: 3px;
    left: 50%;
    display: inline-block;
    overflow: hidden;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-top: 0 none;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #3983e5;
    border-left: 6px solid transparent;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.hot-places-detail {
    padding: 1em;
    margin: 0 0.125em 1em;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    background: white;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    transition: box-shadow .3s;
}
.hot-places-detail:hover {
    -moz-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.hot-places-detail img {
    width: 100%;
    min-height: 50px;
}
.hot-places-detail .preview {
    position: relative;
}
.hot-places-detail .title {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3px 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot-places-detail .content {
    padding: 10px;
    padding-top: 1em;
    margin-top: 0.5em;
    border-top: 1px solid #cccccc;
    color: #4c4c4c;
}

.hot-places {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-width: 24em;
    -webkit-column-width: 24em;
    column-width: 24em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    padding-top: 10px;
}



.hot-cities {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.hot-cities-detail {
    width: 278px;
    flex: 1;
    margin: 10px 5px 0;
    border: 1px solid #efefef;
}
.hot-cities-detail .preview {
    height: 160px;
    background-size: cover;
    background-position: center;
}
.hot-cities-detail .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 2px 0;
    padding: 0 5px;
}
.hot-cities-detail .name {
    padding: 4px 5px;
    color: #8c8c8c;
    font-weight: bold;
}


.cities {
    padding-top: 7px;
}
.cities a {
    border-left: 1px solid #ddd;
    padding: 0 1px 0 5px;
    display: inline-block;
    margin: 0 1px 0 1px;
}
.cities a:first-child {
    border: none;
}

.wrap > .container {
    padding-top: 20px;
}