.list-image001 {
    display: flex;
    gap: 1.33%;
    flex-wrap: wrap;
}

.list-image001 .img-item {
    width: 24%;
    margin-bottom: 0.4rem;
}

.list-image001 .img-item a.img-box {
    display: block;
    width: 100%;
    border: 1px solid #D7D7D7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 10px;
    border-radius: 0.1rem;
}

.list-image001 .img-item:hover p span {
    color: var(--ruifox-color-primary-1);
    font-weight: bold;
}

.list-image001 .img-item:hover a.img-box {
    box-shadow: 0 0 10px rgba(59, 69, 115, 0.3);
}

.list-image001 .img-item:hover a.img-box .r_img .inner-img img {
    transform: scale(1.1);
}

.list-image001 .img-item .bottom {
    margin-top: 0.1rem;
}

.list-image001 .img-item .bottom .tit {
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.27rem;
    max-height: 0.27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

@media (max-width: 960px) {
    .list-image001 {
        display: block;
    }

    .list-image001 .img-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
}

/*# sourceMappingURL=list-image001.css.map */