.video_list {
  width: 40vw;
  float: left;
  margin: 10px;
  border-bottom: 1px solid #dbdada;
}

.video_list .vedio-info-box .vedio-img {
  width: 40vw;
  height: 75vw;
  border-radius: 1px;
}

.video_list .vedio-more-box {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 18px;
  flex: 1;
}

.video_list .vedio-more-box .vedio-more-brief {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 3px;
}

.video_list .vedio-more-box .vedio-more-brief {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 3px;
}

.video_list .vedio-more-box .vedio-more-brief .vedio-more-brief-time {
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  line-height: 15px;
  margin: 5px;
}

.video_list .vedio-more-box .vedio-more-brief {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 3px;
}

.video_list .vedio-more-box .vedio-more-brief-tag {
  background: #fcefe9;
  border-radius: 13px;
  color: #ff6000;
  padding: 5px 10px;
  margin: 3px;
  font-size: 12px;
}

