/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.no_video[data-v-4683fc43] {
  width: 100%;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.title[data-v-4683fc43] {
  line-height: 2.125rem;
  padding-left: 0.75rem;
  font-size: 0.7rem;
}
.list[data-v-4683fc43] {
  width: 100%;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list li[data-v-4683fc43] {
  width: 8.25rem;
  height: 8.4rem;
  background: #fff;
  margin-bottom: 0.575rem;
}
.list li .img[data-v-4683fc43] {
  width: 100%;
  height: 5rem;
}
.list li span[data-v-4683fc43] {
  display: block;
  height: 1rem;
  line-height: 1rem;
  margin-top: 0.25rem;
  color: #b30404;
  font-size: 0.6rem;
  padding: 0 0.25rem;
}
.list li p[data-v-4683fc43] {
  line-height: 0.95rem;
  font-size: 0.65rem;
  padding: 0 0.25rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

