section {
    /* background: #fff; */
}

.charitable {
    width: 100%;
    background-image: url(083a470ad.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    height: 120%;
    padding: 20% 0;
    box-sizing: border-box;
}

.charitable p {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: bold;

}

.operate-box {
    margin-top: 2%;
    margin: 3% 6% 0 6%;
}

.operate-item {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 1px #e7e7e7;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
    color: #333;
}

.operate-item+.operate-item {
    margin-top: 3%;
}

.operate-item .left {
    width: 40%;
    flex-shrink: 0;
}

.operate-item .right {
    flex: 1;
    margin: 3%;
}

.operate-item .title {
    font-size: 32px;
    font-weight: bold;
}

.operate-item .stitle {
    font-size: 24px;
    margin-top: 1%;
}

.operate-item p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 4%;
    color: #666;
    display: -webkit-box;
    display: -webkit-line-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    white-space: normal;
    word-break: break-all;
}

.operate-item .more {
    width: 140px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0A6460;
    border: 1px solid #0A6460;
    border-radius: 4px;
    margin-top: 10%;
    text-align: center;
    box-sizing: border-box;
    float: right;
}

.operate-item:hover {
    box-sizing: border-box;
}

.operate-item:hover .more {
    border: 2px solid #0A6460ba;
    background-color: #0A6460;
    color: #fff;
}

.operate-item .imgBox {
    height: 0;
    padding-bottom: 100%;
}

.operate-item .imgBox img {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    left: 50%;
}

.operate-item .imageContainer:hover .imgBox img {
    transform: scale(1.1) translate(-50%, -50%) !important;
}

@media screen and (max-width: 1420px) {

    .charitable p {
        font-size: 42px;

    }

    .operate-item .title {
        font-size: 26px;
    }

    .operate-item .stitle {
        font-size: 20px;
    }

    .operate-item p {
        font-size: 16px;
    }


}

@media screen and (max-width: 1080px) {


    .charitable p {
        font-size: 36px;

    }

    .operate-item .title {
        font-size: 22px;
    }

    .operate-item .stitle {
        font-size: 17px;
    }

    .operate-item p {
        font-size: 14px;
    }

    .operate-item .more {
        width: 120px;
        height: 24px;
        /* font-size: ; */
    }
}

@media screen and (max-width: 880px) {


    .charitable p {
        font-size: 30px;

    }

    .operate-item .title {
        font-size: 18px;
    }

    .operate-item .stitle {
        font-size: 14px;
    }

    .operate-item p {
        font-size: 12px;
    }

    .operate-item .more {
        width: 100px;
        height: 20px;
    }


}

@media screen and (max-width: 780px) {

    .charitable p {
        font-size: 24px;

    }

    .operate-item .title {
        font-size: 17px;
    }

    .operate-item .stitle {
        font-size: 14px;
    }

    .operate-item p {
        font-size: 14px;
    }

    .operate-item .more {
        width: 70px;
        height: 18px;
        font-size: 14px;
    }

}

@media screen and (max-width: 640px) {

    .charitable p {
        font-size: 20px;

    }


    .operate-item .more {
        width: 70px;
        height: 18px;
        font-size: 12px;
        background: #0A6460;
        color: #fff;
    }


}

@media screen and (max-width: 540px) {

    .charitable {
        padding: 14% 0;
    }

    .operate-item .more {
        width: 60px;
        height: 16px;
        font-size: 12px;
    }

    .operate-box {
        margin: 3% 3% 0 3%;
    }

}

/*# sourceMappingURL=charitable.css.map*/