.video--item {
  display: block;
  float: left;
  background: #FFF;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  border-radius: 5px;
  padding-bottom: 20px;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 20px; }
  .video--item:nth-of-type(4n) {
    margin-right: 0; }
  .video--item > .video {
    display: block;
    width: 286px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .video--item > .video:before {
      content: '';
      display: block;
      position: absolute;
      left: 123px;
      top: 80px;
      width: 40px;
      height: 40px;
      background: url(../images/icon_play.png) no-repeat center center;
      background-size: cover;
      filter: drop-shadow(2px 2px 3px #333); }
  .video--item > .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 18px 0;
    color: #333;
    text-align: center; }
  .video--item > .button--panel {
    text-align: center; }
    .video--item > .button--panel > .view-count {
      display: inline-block;
      width: 120px;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
      color: #1787FB;
      border-radius: 25px;
      background: #E7F3FF url(../images/icon_view.png) no-repeat left 16px top 6px;
      text-align: right;
      padding-right: 16px;
      box-sizing: border-box; }
    .video--item > .button--panel > .job-list {
      display: inline-block;
      /*margin-left: 18px;
      width: 120px;*/
      width: 90%;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
      color: #FFF;
      background-color: #1787FB;
      border-radius: 25px;
      text-align: center; }
    .video--item > .button--panel > .view--play {
      display: inline-block;
      margin-left: 18px;
      width: 120px;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
      color: #1787FB;
      background-color: #E7F3FF;
      border-radius: 25px;
      text-align: center; }
