.short-video {
  margin-right: -100px;
}

.short-video-itm {
  width: 183px;
  float: left;
  margin-right: 20px;
}

.body_1440 .short-video-itm.hide_small {
  display: none;
}

.short-video-img {
  width: 100%;
  height: 102px;
  position: relative;
}
.short-video-img:hover::before {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.short-video-img:hover::after {
  content: '';
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px;
  background: url(../images/icon-play.png) center center no-repeat;
  background-size: contain;
}

.short-video-img img {
  width: 100%;
  height: 102px;
  border-radius: 4px;
}

.short-video-season {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 28px;
  color: #ffffff;
  z-index: 2;
  background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6));
  border-radius: 4px;
  text-align: right;
  padding-right: 8px;
}

.short-video-title {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin: 8px 0 20px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.short-video-title:hover {
  text-decoration: none;
  color: #0091ff;
}

.short-video-bgcover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
}
