html,body {
    background: #F4F5F8;
    font-size: 14px;
}
.ui-selector-city .mod-hot-cities a{
    padding: 0!important;
    margin: 0 10px!important;
}

.ui-selector-city .mod-hot-cities .hot-icon {
    background: #f65e73;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    position: relative;
    top: -6px;
    padding: 1px;
}
.ui-selector-city .hot-city-list a.easy span {
    max-width: 50px!important;
}
.section-header {
    padding: 30px 0 18px;
    width: 100%
}
.section-header h2 {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}
.section-content {
    width: 100%;
}

.main-container {
    margin: 0 auto;
    width: 1190px;
    position: relative;
}

.left-container {
    position: absolute;
    top: 20px;
    float: left;
    width: 140px;
    margin-right: 20px;
}

.right-container {
    padding-left: 180px;
    width: 1010px;
}

.wrap-box {
    background-color: #ffffff;
    margin-bottom: 20px;
}
.wrap-box.mb-0{
    margin-bottom: 0;
}
.wrap-box .box-head {
    /* margin-bottom: 33px; */
    padding: 24px 42px;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    border-bottom: 1px solid #EDEDED;
}
.wrap-box .box-head .line {
    margin: -1px 16px 0;
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #E3E4E7;
}
.wrap-box .box-head span {
    padding: 3px 0;
    font-size: 14px;
    line-height: 20px;
    color: #9C9F9F;
}
.wrap-box .box-content {
    padding: 0 42px;
}

.article-section .box-content {
    padding-bottom: 33px;
}
article {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
article h5 {
    margin: 10px;
    font-weight: 700;
}
article p {
    margin: 0 33px 24px;
}
article p.article-tips {
    font-weight: 700;
}
article h5.spec {
    margin: 0 10px 24px;
    font-weight: 700;
}