.service_content {
    margin: 40px 0 20px;
}

.service_img {
    text-align: center;
}

.service_text {
    font-size: 16px;
}

.service_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 40px;
}

.service_list_l {
    flex: 1;
    padding: 0 10px;
}

.service_list_r {
    width: 600px;
    padding: 0 10px;
}

.service_list_r img {
    width: 100%;
}

.service_list_l_item {
    width: 85%;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.service_item_index {
    width: 55px;
    color: #00923F;
    font-size: 36px;
    font-weight: 700;
}

.service_item_text {
    flex: 1;
}

.service_item_h {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 1.8em;
}

.service_item_h:hover {
    color: #00923f;
}

.service_item_p {
    color: rgb(84, 84, 84);
    font-size: 14px;
}

.message_img {
    margin: 30px 0 20px;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .service_list {
        display: block;
    }

    .service_list_r {
        width: 100%;
        padding: 0;
    }
}