.cl_22 {
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}

.cl_22_title {
    margin: 60px 0 20px;
    padding: 0 15px 20px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.cl_22_title h2 {
    font-size: 32px;
    margin: 0 30px 0 0;
    color: #36a390;
    text-transform: uppercase;
    transform: scale(1, 2);
    display: block;
    float: left;
    margin-right: 30px;
}

.cl_22_title h3 {
    font-size: 24px;
    display: inline-block;
    color: #333;
    color: #333;
    transform: scale(1, 1);
    line-height: 50px;
}

.cl_22_con {
    width: 256px;
    max-width: 1076px;
    height: auto;
    margin: 0 auto 40px;
    box-sizing: border-box;
}

.cl_22_con p {
    font-size: 16px;
    color: #777;
    line-height: 2;
}

@media screen and (max-width:1024px) {
    .cl_22 {
        box-sizing: border-box;
        padding: 15px;
    }

    .cl_22_title {
        margin: 60px 0 10px;
        padding: 0;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }

    .cl_22_title h2 {
        margin: 0;
        clear: both;
        line-height: 1;
    }

    .cl_22_title h3 {
        padding: 15px 0;
        padding-top: 25px;
    }
}

.cl_22_diy {
    width: 100%;
    max-width: 1170px;
    text-align: center;
    margin: 30px auto;
}

.cl_22_diy p {
    font-size: 16px;
    color: #777;
    line-height: 2;
    text-align: left;
}

@media screen and (max-width:1024px) {
    .cl_22_diy {
        padding: 15px;
        box-sizing: border-box;
        margin-top: 0;
    }
}