.section{
    background: #17499f;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flow-root;
    box-sizing: border-box;
}
.img-container
{
    overflow: hidden;
}

.card img{
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.card:hover img{
    transform: scale(1.03); /* 放大倍数可以根据需要调整 */
}

.type {
    color: #1C9C69;
    font-size: 20px;
    font-weight: 500;
}