@media screen and (max-width:640px){
    .content .flex .box{
        width: 100% !important;
    }
    .content{
        padding: 30px 20px !important;
    }
    .content .bt .dbt{
        padding: 0 !important;
    }
    .content .table .item{
        border-right: 1px dotted #999;
    }
    .content .table .kuai{
        margin-bottom: 10px;
    }

    .content .flex{
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .content .flex .box{
        height: auto !important;
    }
}
@media screen and (max-width:1200px){
    .content .flex .box{
        height: auto !important;
    }
    .content .flex .box .info{
        height: 60px;
    }
}   
.content{
    border-top: 8px solid #c4704c;
    min-height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 60px;
    box-shadow: 5px 10px 19px #999;
}
.content .flex{
    justify-content: space-around;
    margin-top: 70px;
    margin-bottom: 70px;
    align-items: flex-end;
    flex-wrap: wrap;
}
.content .bt{
    position: relative;
    padding-bottom: 13px;
    border-bottom: 1px solid #999;
}
.content .bt .dbt{
    position: absolute;
    left: 50%;
    top: 50px;
    transform:translateX(-50%);
    background: #fff;
    padding: 0 20px;
}
.content .flex .box{
    width: 230px;
    background: rgba(220, 178, 124, 1);
    padding: 0 20px 10px;
    margin-bottom: 20px;
}
.content .flex .box-1{
    height: 200px;
}
.content .flex .box-2{
    height: 230px;
}
.content .flex .box-3{
    height: 270px;
}
.content .flex .box-4{
    height: 320px;
}
.content .table .item{
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px dotted #333;
    border-left: 1px dotted #333;
}
.content .table .tlt{
    background: #c06d37;
    color: #fff;
}
.content .table .end{
    float: left;
}
.content .table .end .item{
    border-right: 1px dotted #999;
}