@charset "utf-8";


.video_wrapper{
  width: 100%;
  height: auto;
  text-align: center;
}

.video_title{
  color: #666;
  line-height: 30px;
  margin-top: 15px;
  font-size: 20px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common_video{
  width: 95%;
  height: auto;
  margin: 20px auto;
}
