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

.info23_content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.info23_content_main_wrapper {
    width: 25.3333%;
    margin: 0 4%;
}
.info23_content_main {
    width: 100%;
    transition: all 0.5s;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    position: relative;
    border-radius: 8px;
    padding-bottom: 50px;
}
.info23_content_main:hover {
    transform: translateY(-20px);
}
.info23_content_main_number {
    width: 100%;
    text-align: left;
    color: #505050;
    font-size: 66px;
    font-weight: bold;
}
.info23_content_main_number > strong {
    font-family: "microsoft yahei", Verdana, Arial;
}
.info23_content_main > img {
    width: 250px;
    height: 146px;
    object-fit: cover;
}
.info23_content_main > h3 {
    font-size: 20px;
    color: #005aa4;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}
.info23_content_main > p {
    font-size: 12px;
    color: #666;
    line-height: 25px;
    max-height: 150px;
    white-space: pre-line;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
}
.info23_getmore {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}
.info23_getmore:hover {
    color: #666;
    text-decoration: none;
}
.info23_getmore > img {
    width: 14px;
    height: 14px;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .info23_content {
        display: block;
        padding: 20px;
    }
    .info23_content_main_wrapper {
        width: 100%;
        margin: 0;
    }
    .info23_content_main {
        width: 100%;
        margin-bottom: 36px;
    }
    .info23_wrapper {
        background-size: cover !important;
    }
}
