.video-list{display:flex;justify-content:flex-start;flex-wrap:wrap}.video-list .video-item{width:264px;margin-right:14px;margin-bottom:15px;border-radius:10px}.video-list .video-item a{display:inline-block}.video-list .video-item a .video-item-img{width:264px;height:148px;border-radius:10px;position:relative}.video-list .video-item a .video-item-img .lock{width:14px;height:14px;background:url("../../images/video/lock.png") center center / cover no-repeat;position:absolute;bottom:5px;left:5px}.video-list .video-item a .video-item-img .live{font-size:12px;color:#fff;line-height:12px;background:#f37021;border-radius:3px;backdrop-filter:blur(5px);display:inline-block;padding:4px 5px 4px 20px;position:absolute;right:10px;top:10px}.video-list .video-item a .video-item-img .live::before{content:'';width:12px;height:12px;background:url("../../images/index/live.png") center center / cover no-repeat;position:absolute;top:4px;left:4px}.video-list .video-item .video-item-info{display:flex;justify-content:space-between;margin-top:5px}.video-list .video-item .video-item-info .publisher-icon{width:36px;height:36px;border-radius:50%}.video-list .video-item .video-item-info .publisher-icon img{width:36px;height:36px;border-radius:50%;object-fit:contain}.video-list .video-item .video-item-info .text-wrapper{width:215px}.video-list .video-item .video-item-info .text-wrapper .title a{font-size:15px;color:#000;line-height:20px;height:40px;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.video-list .video-item .video-item-info .text-wrapper .title a span{font-size:12px;padding:1px 9px 3px;display:inline-block;border-radius:12px;margin-right:5px}.video-list .video-item .video-item-info .text-wrapper .author{margin-top:5px;line-height:13px;font-size:13px;color:rgba(0,0,0,0.6)}.video-list .video-item:nth-child(4n){margin-right:0}.video-list .no-data{width:1100px;height:260px;display:flex;justify-content:center;align-items:center;font-size:14px;color:rgba(0,0,0,0.6);text-align:center}