/* Extracted from 默认新闻列表模板_后台粘贴版.html, block 1 */
.vFootball_main,
        .vBasketball_main {
            border-top: 1px solid #f2f2f2;
            border-bottom: 1px solid #f2f2f2;
            margin-bottom: 10px;
        }

        @media (min-width: 1004px) {
            .vFootball_main,
            .vBasketball_main {
                border-radius: 3px;
                border: 1px solid #f2f2f2;
                margin-bottom: 20px;
            }
        }

        .vSide_liveList,
        .vSide_videoList {
            background: #fff;
        }

        .vSide_liveItem {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
            align-items: center;
            gap: 8px;
            min-height: 104px;
            padding: 14px 0;
            border-bottom: 1px solid #f2f2f2;
            color: #333;
        }

        .vSide_liveItem:hover,
        .vSide_videoItem:hover .title {
            color: #ff8c32;
        }

        .vSide_liveMeta {
            text-align: center;
            font-size: 12px;
            color: #999;
        }

        .vSide_liveMeta b {
            display: block;
            max-width: 82px;
            margin: 8px auto 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #999;
            font-weight: normal;
        }

        .vSide_liveMeta em {
            display: inline-block;
            height: 28px;
            line-height: 28px;
            margin-top: 8px;
            padding: 0 10px;
            background: #fff2c7;
            color: #ff7a00;
            font-style: normal;
            font-size: 14px;
        }

        .vSide_liveTeam {
            min-width: 0;
            text-align: center;
        }

        .vSide_liveTeam img {
            display: block;
            width: 42px;
            height: 42px;
            margin: 0 auto 8px;
            object-fit: contain;
        }

        .vSide_liveTeam span {
            display: block;
            min-height: 36px;
            font-size: 14px;
            line-height: 18px;
            overflow: hidden;
            word-break: break-all;
        }

        .vSide_videoItem {
            display: flex;
            gap: 10px;
            padding: 12px 0;
            border-bottom: 1px solid #f2f2f2;
            color: #333;
        }

        .vSide_videoItem .picture {
            flex: 0 0 92px;
            width: 92px;
            height: 69px;
            overflow: hidden;
            background: #f5f5f5;
        }

        .vSide_videoItem .picture img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .vSide_videoItem .content {
            min-width: 0;
            flex: 1;
        }

        .vSide_videoItem .title {
            display: -webkit-box;
            height: 40px;
            overflow: hidden;
            font-size: 14px;
            line-height: 20px;
            font-weight: normal;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .vSide_videoItem .time {
            display: block;
            margin-top: 8px;
            font-size: 12px;
            color: #999;
        }

        .vFooter2,
        .vFooter,
        footer,
        .vFooter2 *,
        .vFooter *,
        footer * {
            text-align: center;
        }

        .vFooter2,
        .vFooter,
        footer {
            width: 100%;
        }

.vNews_pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 18px 10px;
    background: #fff;
}

.vNews_pagination a,
.vNews_pagination span {
    min-width: 34px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    text-align: center;
    font-size: 14px;
}

.vNews_pagination a:hover,
.vNews_pagination .cur {
    border-color: #008eff;
    background: #008eff;
    color: #fff;
}

.vNews_pagination .disabled,
.vNews_pagination .ellipsis {
    color: #aaa;
}

.vNews_section {
    background: #fff;
}

.vNews_section + .vNews_section {
    margin-top: 10px;
}

.vNews_sectionHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    padding: 0 14px;
    border-bottom: 1px solid #f2f2f2;
}

.vNews_sectionHeader h2 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.vNews_sectionHeader h2:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    margin-right: 8px;
    border-radius: 2px;
    background: #008eff;
    vertical-align: -2px;
}

.vNews_sectionHeader a,
.vNews_more {
    color: #999;
    font-size: 13px;
}

.vNews_more {
    display: block;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #f2f2f2;
    text-align: center;
}

.vNews_sectionHeader a:hover,
.vNews_more:hover {
    color: #ff8c32;
}

@media (min-width: 1004px) {
    .vNews_section + .vNews_section {
        margin-top: 20px;
    }
}
