.video-list-content[data-v-eeba93f2] {
    padding: 10px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px
}

.video-list-content .row[data-v-eeba93f2] {
    background: linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));
    border: 1px solid #eaeaea;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease;
    position: relative;
    cursor: pointer
}

.video-list-content .row .row-img[data-v-eeba93f2] {
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    overflow: hidden;
    height: 166px;
}

.video-list-content .row .row-cover-view[data-v-eeba93f2] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000001f
}

.video-list-content .row .row-title-view[data-v-eeba93f2] {
    margin-top: 10px;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    height: 50px;
    font-size: 14px
}

.video-list-content .row .row-title[data-v-eeba93f2] {
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.video-list-content .row .row-time[data-v-eeba93f2] {
    font-size: 12px;
    color: #999
}

.row[data-v-eeba93f2]:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px #0000001f;
    border-color: #238f8659
}

.row:hover .row-title[data-v-eeba93f2] {
    color: #238f86
}

@media (max-width: 1200px) {
    .video-list-content[data-v-eeba93f2] {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (max-width: 900px) {
    .video-list-content[data-v-eeba93f2] {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 640px) {
    .video-list-content[data-v-eeba93f2] {
        grid-template-columns:1fr
    }
}
