body{
    background-color: #f8f8f8;
}
.banner_wen{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}
.banner_title{
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 55px;
    letter-spacing: 4px;
    text-align: center;
}
.banner_desc{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
    letter-spacing: 2px;
    text-align: center;
    opacity: 0.8;
}
.common-box{
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.06);
    border-radius: 4px;
}
.salon_list ul{
    margin-left: -20px;
    margin-top: -20px;
    padding-bottom: 40px;
    overflow: hidden;
}
.salon_list li{
    width: 298px;
    height: 260px;
    float: left;
    margin-left: 20px;
    margin-top: 40px;
    position: relative;
}
.salon_list li:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: -20px;
    z-index: 1;
    height: 1px;
    background-color: #e6e6e6;
}
.salon_list li .img_wrap{
    height: 168px;
    border-radius: 4px;
    overflow: hidden;
}
.salon_list li .bottom_btn{
    width: 196px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: -15px;
    z-index: 2;
    background: #FAF6E8;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.city{
    padding-left: 20px;
    background-image: url(../images/salon/p.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.date{
    padding-left: 20px;
    background-image: url(../images/salon/l.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.salon_news ul{
    margin-left: -20px;
}
.salon_news ul li{
    width: 404px;
    height: 408px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.salon_news li{
    padding: 20px;
    position: relative;
}
.salon_news li .img_wrap{
    height: 205px;
    background: #D8D8D8;
    border-radius: 4px;
    overflow: hidden;
}
.btn_more{
    width: 95px;
    height: 30px;
    display: block;
    border-radius: 4px;
    border: 1px solid #D0A71F;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #D0A71F;
}
.btn_more:hover{
    color: #D0A71F;
}
.salon_news li .absolute_bottom{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
@media screen and (max-width: 1600px) {
    .salon_list li{
        width: 273px;
    }
    .salon_news ul li{
        width: 370px;
    }

}
