/* 模块标题 */
.module-title {
  font-weight: bold;
  font-size: 28px;
  color: #222222;
  line-height: 32px;
  margin: 40px 0 20px;
}

/* 相关短视频 */
.related-short-movie {
  width: 100%;
  background: #FFFFFF;
  margin-top: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.related-short-movie .video-box {
  padding: 15px 0 15px 15px;
  margin-left: -20px;
}
.related-short-movie .video-item {
  width: 254px;
  float: left;
  margin-left: 20px;
}
.body_1280 .related-short-movie .video-item {
  width: 215px;
  margin-left: 19px;
}
.body_1024 .related-short-movie .video-item {
  width: 227px;
}
.body_1024 .related-short-movie .video-item.hide-small {
  display: none;
}

.related-short-movie .video-item .short-video-bgcover {
  width: 100%;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.body_1280 .related-short-movie .video-item .short-video-bgcover {
  height: 157px;
}
.body_1024 .related-short-movie .video-item .short-video-bgcover {
  height: 166px;
}

.related-short-movie .video-item .video-item-img:hover .mask {
  display: block;
}
.related-short-movie .video-item .video-item-img .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.related-short-movie .video-item .video-item-img .mask .mask-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(//yingshi-stream.2345cdn.net/commresource/images/v6/icon-play.png) no-repeat;
  background-size: contain;
}

.related-short-movie .video-item .video-item-img {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.related-short-movie .video-item .video-item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(//yingshi-stream.2345cdn.net/commresource/images/v6/detail/mask.png) repeat-x left bottom;
}
.related-short-movie .video-item .video-item-img .time {
  position: absolute;
  right: 10px;
  bottom: 9px;
  z-index: 10;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.related-short-movie .video-item .video-item-des-p {
  width: 100%;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0px;
  overflow: hidden;
  margin-top: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.body_1280 .related-short-movie .video-item .video-item-des-p {
  margin-top: 10px;
}
.body_1024 .related-short-movie .video-item .video-item-des-p {
  margin-top: 10px;
}
.related-short-movie .video-item:hover .video-item-des-p {
  color: #0091FF;
}

.related-short-movie .video-item .video-item-img .dy-box {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 3px 6px;
  background: #000000;
  border-radius: 4px;
}
.related-short-movie .video-item .video-item-img .dy-box .dy-icon {
  width: 44px;
  height: 18px;
  background-size: cover;
}
/* 最新爆剧 */
#sideNavRowHotTv {
  display: none;
}
.new-hot-tv {
  width: 100%;
  height: 598px;
  background: #FFFFFF;
  padding: 15px 0 15px 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.body_1280 .new-hot-tv {
  height: 590px;
}
.body_1024 .new-hot-tv {
  height: 582px;
}

.new-hot-tv .hot-tv-box {
  margin-left: -20px;
}

.new-hot-tv .hot-tv-item {
  width: 151px;
  float: left;
  margin-left: 20px;
}
.body_1280 .new-hot-tv .hot-tv-item {
  width: 148px;
  margin-left: 19px;
}
.body_1024 .new-hot-tv .hot-tv-item {
  width: 145px;
}

.new-hot-tv .hot-tv-item .pic {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.new-hot-tv .hot-tv-item .pic-img {
  width: 100%;
  height: 212px;
}
.body_1280 .new-hot-tv .hot-tv-item .pic-img {
  height: 208px;
}
.body_1024 .new-hot-tv .hot-tv-item .pic-img {
  height: 204px;
}

.new-hot-tv .hot-tv-item .total{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 9px 10px;
  width: 100%;
  height: 40px;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  font-size: 14px;
  color: #FFFFFF;
  text-align: right;
  box-sizing: border-box;
}

.new-hot-tv .hot-tv-item .pic:hover .mask {
  display: block;
}
.new-hot-tv .hot-tv-item .pic .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.new-hot-tv .hot-tv-item .pic .mask .mask-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(//yingshi-stream.2345cdn.net/commresource/images/v6/icon-play.png) no-repeat;
  background-size: contain;
}

.new-hot-tv .hot-tv-item .txt {
  position: relative;
  padding-bottom: 20px;
}

.new-hot-tv .hot-tv-item .txt .score {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #ff6200;
  font-weight: normal;
}

.new-hot-tv .hot-tv-item .txt .sTit-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  line-height: 24px;
  padding-right: 30px;
  margin: 12px 0 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.body_1280 .new-hot-tv .hot-tv-item .txt .sTit-title {
  margin: 10px 0 4px;
}
.body_1024 .new-hot-tv .hot-tv-item .txt .sTit-title {
  margin: 10px 0 4px;
}
.new-hot-tv .hot-tv-item .txt .sTit-title:hover {
  color: #0091ff;
}

.new-hot-tv .hot-tv-item .txt .sTit-div {
  height: 22px;
  line-height: 22px;
  color: #999999;
  font-size: 14px;
  overflow: hidden;
}
.new-hot-tv .hot-tv-item .txt .sTit-div a {
  color: #999999;
}
.new-hot-tv .hot-tv-item .txt .sTit-div a:hover {
  color: #0091ff;
}
