
.news-list {
    &-msg {
      flex-direction: row;
      box-sizing: border-box;
	  width: 450rpx;
      &-show {
        width: 600rpx;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 10px;
        font-size: 14px;
      }
    }
    &-video {
      width: 130px;
      height: 130px;
      align-items: center;
      justify-content: center;
      &-cont {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        background-color: rgba($color: #000000, $alpha: 0.6);
        &-image {
          width: 20px;
          height: 20px;
        }
      }
    }
    &-image {
      border-radius: 10px;
    }
  }