.video-list .con {
  padding-top: 40px;
  padding-bottom: 40px; }

.video-list li {
  width: 318px;
  margin-bottom: 15px;
  margin-right: 23px;
  float: left; }
  .video-list li:nth-child(3n) {
    margin-right: 0; }
  .video-list li .img {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000; }
    .video-list li .img.played {
      background: #000 !important; }
    .video-list li .img .play {
      width: 100%;
      height: 100%;
      cursor: pointer;
      background: url("../img/play.png") no-repeat center center;
      background-size: 40px auto; }
  .video-list li .name {
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 5px; }

@media (max-width: 1000px) {
  .video-list .con {
    padding-top: 20px;
    padding-bottom: 20px; }
  .video-list li {
    width: 100%;
    margin-right: 0; }
    .video-list li .name {
      font-size: 14px;
      height: 30px;
      line-height: 30px; } }
