﻿/* pc端 */
.cont{
    width: 100%;
    background-color: #f3f3f3; position: relative;
}
.cont .wrap.l-m-c{z-index: 10;}
.cont_wrap{
    position: relative;
    padding: 90px 0 718px 0;
}
.contbox li{
    border-bottom: 1px solid #d1d1d1;
}
.contbox li:nth-last-of-type(1){
    /* border: none; */
}
.li_title{
    line-height: 40px;
}
.li_title p:nth-last-of-type(1){
    color: #717171;
}
.li_con{
    color: #717171;
    line-height: 40px;
    margin-bottom: 40px;
}
.li_con p{
    position: relative;
    padding-left: 28px;
}
.li_con span{
    color: #ffbf29;
    position: absolute;
    top: 0;
    left: 0;
}

.contbox{
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.contbox .li_title{
    background: #edece8;
    padding: 10px 35px;
}
.contbox .li_con{
    padding: 20px 35px;
    margin-bottom: 0;
}
/* ipad */
@media only screen and (max-width: 1024px){
    .cont_wrap{
        position: relative;
        padding: 80px 0 60px 0;
    }
}

/* 手机端 */
@media only screen and (max-width: 767px){
    .cont{
        background: url(../images/phone_map_bg.jpg) center center repeat;
    }
    .cont_wrap{
        position: relative;
        padding: 20px 0 10px 0;
    }
    .li_title{
        line-height: 30px;
    }
    .li_con{
        line-height: 30px;
        margin-bottom: 30px;
    }
    .cont_title{margin-bottom: 0}
}

