.wis_title_out {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lf_top_btn a {
    width: 167px;
    height: 68px;
    background: #FFFFFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #303030;
    line-height: 68px;
    text-align: center;
    border: none;
    outline: none;
    margin-left: 30px;
    display: inline-block;
}

.lf_top_btn a:hover {
    color: #FFFFFF;
    background: #CAA04A;
}

.lf_top_btn a.ac {
    color: #FFFFFF;
    background: #CAA04A;
}

.container {
    padding-top: 37px;
}

.lfc_title {
    margin-bottom: 43px;
}

.lfc_title .title {
    font-weight: bold;
    font-size: 40px;
    color: #BF902F;
}

.lfc_title .title::after {
    display: block;
    position: absolute;
    content: '';
    width: 50px;
    height: 10px;
    background: #BF902F;
    left: 10px;
    bottom: -20px;
}

.lfc_title .sub {
    font-weight: 400;
    font-size: 30px;
    color: #303030;
    margin-left: 24px;
}

.traffic_con {
    margin-top: 25px;
    background: #FFFDF3;
    padding: 35px 58px;
    margin-bottom: 50px;
}

.tra_items_top {
    width: 100%;
    height: 170px;
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/tra_items_top_bg.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 13px 50px 13px 0;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 75px;
}

.tra_items_top img {
    margin-right: 10px;
    width: 164px;
    height: 144px;
}

.tra_items_top .title {
    font-weight: bold;
    font-size: 28px;
    color: #FFF9EC;
    margin-bottom: 18px;
}

.tra_items_top .sub {
    font-weight: 400;
    font-size: 20px;
    color: #FFF9EC;
}

.tra_items {
    font-weight: 400;
    font-size: 20px;
    color: #303030;
    padding: 42px 0;
    border-bottom: 1px solid #747474;
    text-align: left;
}

.tra_items img {
    width: 138px;
    height: 138px;
    margin-right: 58px;
}

.tra_items .title {
    font-weight: bold;
    font-size: 28px;
    color: #303030;
    margin-bottom: 24px;
}