/* 视频列表模块-无限加载：列宽/断点完全跟 common.css 的 .public-pic-a / .public-pic-b，这里不覆盖 width */
.vod-dj-module.dj-feed{
    position:relative;
    z-index:1;
    min-height:120px;
    padding-bottom:8px;
    box-sizing:border-box;
    overflow:hidden; /* 避免列表撑开时页脚绝对定位叠进网格 */
}
.vod-dj-module .dj-feed-list{
    display:flex;
    flex-wrap:wrap;
    min-height:40px;
    box-sizing:border-box;
}
.vod-dj-module .dj-feed-list .public-list-box{
    flex:0 0 auto;
    box-sizing:border-box;
}
.vod-dj-module .dj-feed-list .public-list-prb i{
    color:#ffc107;
    font-style:normal;
    font-weight:700;
}
.vod-dj-module .dj-feed-list .public-list-button{
    margin-top:8px;
}
.vod-dj-module .dj-feed-list .public-list-button .time-title{
    display:block;
    max-width:100%;
}
.vod-dj-module .dj-page-loader,
.vod-dj-module .dj-page-end{
    clear:both;
    position:relative;
    z-index:1;
    margin-top:8px;
    width:100%;
}
.vod-dj-module.is-pending .dj-page-end{display:none}
