html {
    background: #efefef;
}

.paging-wrap {
    padding: 30px 0 60px;
}

.list-wrap {
    padding: 60px 0 0;
}
.list-wrap .row a {
    display: block;
}
.list-wrap .wrap {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.list-wrap .cover {
    height: 240px;
    overflow: hidden;
}
.list-wrap .wrap:hover .cover img {
    transform: scale(1.1);
}
.list-wrap .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.list-wrap .desc {
    padding: 20px;
}
.list-wrap .desc h2 {
    margin: unset;
    font-size: 24px;
    color: #333;
}
.list-wrap .desc p {
    margin: 10px 0 0;
    color: #666;
}
.list-wrap .wrap:hover .desc h2 {
    color: var(--main-color);
}

@media screen and (max-width: 640px) {
    .list-wrap {
        padding: 30px 0 0;
    }
    .list-wrap .wrap {
        margin-bottom: 15px;
    }
    .paging-wrap {
        padding: 15px 0 30px;
    }
}
