.info22_wrapper {
    padding: 80px 0 80px;
}

.info22_content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.info22_content_main_wrapper {
    width: 31.3333%;
    margin: 0 1%;
}
.info22_content_main {
    width: 100%;
    transition: all 0.5s;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    height: 380px;
    position: relative;
}
.info22_content_main:hover {
    transform: translateY(-20px);
}
.info22_content_main > img {
    margin-bottom: 70px;
    width: 56px;
    height: 56px;
}
.info22_content_main > h3 {
    font-size: 20px;
    color: #005aa4;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 20px;
}
.info22_content_main > p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    max-height: 150px;
    white-space: pre-line;
}
.info22_getmore {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
.info22_getmore > img {
    width: 14px;
    height: 14px;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .info22_content {
        display: block;
        padding: 20px;
    }
    .info22_content_main_wrapper {
        width: 100%;
    }
    .info22_content_main {
        width: 100%;
        margin-bottom: 36px;
    }
    .info22_wrapper {
        background-size: cover !important;
    }
}
