body {
    background: #fafafa
}

.com_list_warp .title {
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 24px
}

.com_list_warp .com_bodys {
    margin-top: 39px;
    font-family: Arial
}

.com_list_warp .com_bodys p {
    line-height: 24px;
}

.com_list_warp .com_bodys img {
    margin-top: 15px
}

@media screen and (max-width:950px) {
    .com_list_warp .title {
        line-height: unset;
        font-size: 26px
    }

    .com_list_warp .com_bodys {
        line-height: 30px;
        margin-top: 20px
    }

    .com_list_warp .com_bodys p {
        line-height: 30px
    }
}