.ws_video {
  position: relative;
}
.ws_video .video_gray {
  width: 28%;
  background: #e3e3e3;
}
.ws_video .border_left {
  border-radius: 0 8px 8px 0;
}
.ws_video .border_right {
  border-radius: 8px 0px 0px 8px;
}
.ws_video .video {
  width: 40%;
}
.ws_video .video video {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.ws_video .video_img {
  top: 0;
  position: absolute;
  width: 40%;
  border-radius: 5px;
  background: url('../img/void.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.ws_video .video_img .icon_border {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #d43030;
}
.ws_video .video_img .icon_border .icon_star {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
}
.ws_video .video_img .video_text {
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 0px;
}
