@charset "utf-8";
/**
 * Project: 视频样式
 * Version: 1.0.0
 * Date:2018/9/29
 * Author:linji
 */

.banner-video {
  height: 650px;
  position: relative;
  background: url("../img/video/banner.jpg") center 0 no-repeat;
  padding-top: 250px;
  z-index: 1;
}

.banner-video__title {
  width: 1030px;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.banner-video__en {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding-top: 15px;
}

.banner-video__en::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -50px;
  display: block;
  width: 100px;
  height: 4px;
  background-color: #cc160d;
}

.block-video {
  position: relative;
  border-color: #cc160d;
  border-width: 4px;
  z-index: 5;
  margin-top: 35px;
  margin-bottom: 80px;
}

.block-video-first {
  margin-top: -140px;
  margin-bottom: 0;
}

.video-recommend {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
}

.video-recommend dt {
  position: relative;
  height: 480px;
  overflow: hidden;
}

.video-recommend dt img {
  width: 100%;
  height: 480px;
}

.video-recommend__play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -67px;
  margin-top: -67px;
  width: 134px;
  height: 134px;
  background: url(../img/video/icon-play-big.png) 0 0 no-repeat;
}

.video-recommend dd {
  background-color: #cc160d;
  color: #fff;
  height: 150px;
  padding: 20px;
}

.video-recommend dd strong {
  font-size: 26px;
}

.video-recommend dd div {
  font-size: 18px;
  line-height: 30px;
  padding-top: 5px;
}

.video-layout {
  width: 1100px;
  margin: 0 auto;
}

.video-layout2 {
  width: 1100px;
  margin: 0 auto;
}

.video-channel {
  margin-top: 30px;
  position: relative;
  height: 46px;
}

.video-channel i {
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #dadada;
  z-index: 1;
}

.video-channel__title {
  position: relative;
  z-index: 2;
  border-bottom: 3px solid #c8160d;
  padding-bottom: 10px;
  font-size: 24px;
  color: #000000;
}

.video-channel__more {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 16px;
  color: #7e7e80;
  padding-right: 20px;
  background: url(../img/video/icon-more.png) right center no-repeat;
}

.video-list {
  margin-left: -20px;
  padding-bottom: 50px;
}

.video-list-nodata {
  text-align: center;
  font-size: 14px;
  color: #999;
  padding: 30px 0;
  padding-bottom: 155px;
}

.video-list-album-none {
  padding-bottom: 10px;
}

.video-list li {
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  width: 260px;
}


.video-list-album li {
  margin-left: 25px;
  width: 350px;
}

.video-list-album-v2 {
  margin-left: -20px;
}

.video-list-album-v2 li {
  margin-left: 20px;
}


.video-item dt {
  position: relative;
  height: 146px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.video-list li:hover .video-item dt {
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.45);
}

.video-item dt img {
  height: 146px;
  width: 100%;
  vertical-align: top;
}

.video-item__album {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 31px;
  width: 100%;
  background: url(../img/video/bg-hui.png) 0 0 repeat-x;
}

.video-item__album-count {
  float: left;
  display: inline;
  margin-left: 12px;
  height: 31px;
  line-height: 31px;
  color: #fff;
  background: url(../img/video/icon-count.png) 0 center no-repeat;
  padding-left: 22px;
  font-size: 14px;
}

.video-item__album-play {
  float: right;
  display: inline;
  margin-right: 12px;
  height: 31px;
  line-height: 31px;
  color: #fff;
  background: url(../img/video/icon-play.png) 0 center no-repeat;
  width: 17px;
}

.video-item__album-time {
  float: right;
  display: inline;
  margin-right: 12px;
  height: 31px;
  line-height: 31px;
  color: #fff;
  font-size: 14px;
}

.video-item__title {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: block;
  padding-top: 10px;
  height: 58px;
  overflow: hidden;
}

.video-list li:hover .video-item__title {
  color: #c8160d;
}

.video-item__desc {
  overflow: hidden;
  font-size: 14px;
  color: #7e7e80;
  height: 16px;
  overflow: hidden;
}

.video-item__time {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/video/bg-hui2.png) 0 bottom repeat-x;
  height: 150px;
  text-align: right;
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  padding-right: 12px;
  padding-top: 120px;
}

.video-channel-title {
  margin-top: 30px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 16px;
  font-size: 24px;
  color: #292f37;
  font-weight: bold;
}

.video-channel-stitle {
  position: relative;
  font-weight: normal;
}

.video-channel-stitle span {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  color: #919191;
}

.video-channel-title__back {
  font-size: 14px;
  color: #979797;
  font-weight: normal;
  padding-left: 20px;
  background: url(../img/video/icon-back.png) 0 center no-repeat;
}

.video-album-details {
  padding: 22px 0;
}

.video-album-show dt {
  float: left;
  display: inline;
  width: 417px;
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}

.video-album-show__play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: url(../img/video/icon-play-big.png) 0 0 no-repeat;
  background-size: contain;
}

.video-album-show dt img {
  width: 417px;
  height: 250px;
}

.video-album-show dd {
  float: left;
  display: inline;
  margin-left: 40px;
  width: 609px;
}

.video-album-show__title {
  font-size: 24px;
  color: #000000;
}

.video-album-show__time {
  font-size: 12px;
  color: #919191;
  padding: 10px 0;
  padding-top: 8px;
}

.video-album-show__desc {
  font-size: 16px;
  color: #919191;
  padding: 5px 0;
  padding-top: 15px;
}

.video-album-show__desc div {
  padding-top: 5px;
  font-size: 14px;
}

.video-icons div {
  float: left;
  display: inline;
  margin-right: 20px;
  height: 18px;
  color: #505050;
  font-size: 14px;
  background: url(../img/video/icon-red-count.png) 0 center no-repeat;
  padding-left: 22px;
  line-height: 17px;
  position: relative;
}


.video-icons div:hover {
  color: #c8160d;
}

.video-icons div i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.video-icons div.video-icons__count {
  background-image: url(../img/video/icon-red-play.png);
  background: none;
}

.video-icons div.video-icons__play {
  background-image: url(../img/video/icon-red-play.png);
  background: none;
}

.video-icons div.video-icons__zan {
  background-image: url(../img/video/icon-red-zan.png);
  background: none;
  line-height: 15px;
}

.video-icons div.video-icons__zan i {
  font-size: 16px;
}

.video-icons div.video-icons__sns {
  background-image: url(../img/video/icon-red-sns.png);
  background: none;
}

.video-icons div.video-icons__sns i {
  font-size: 16px;
}

.video-icons div.video-icons__cmt {
  background-image: url(../img/video/icon-red-cmt.png);
  background: none;
}

.video-icons div.video-icons__cmt i {
  font-size: 16px;

}

.video-album-videos {
  padding-bottom: 70px;
}

.video-album-videos li {
  height: 145px;
  background-color: #f8f8f8;
  border-left: 7px solid #c8160d;
  padding: 15px 20px;
  margin-top: 20px;
}

.video-item-about {
  position: relative;
}

.video-item-about dt {
  position: absolute;
  left: 0;
  top: 0;
  width: 175px;
  height: 115px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.video-item-about dt img {
  width: 175px;
  height: 115px;
}

.video-item-about .video-item__album-play {
  float: left;
  margin-left: 12px;

}

.video-item-about dd {
  padding-left: 205px;
}

.video-item-about__title {
  float: left;
  display: inline;
  margin-right: 30px;
  font-size: 16px;
  color: #c8160d;
  line-height: 16px;
}

.video-item-about__desc {
  font-size: 14px;
  color: #919191;
  line-height: 24px;
  padding-top: 15px;
}

.video-tags a {
  float: left;
  display: inline;
  margin-right: 15px;
  margin-top: 10px;
  text-align: center;
  line-height: 22px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  padding: 0 10px;
  color: #505050;
  font-size: 12px;
}

.video-album-videos .video-tags a {
  background-color: #f8f8f8;
  border-color: #c0c0c0;
}

.video-tags a:hover,
.video-tags a.current {
  border-color: #c8160d;
  color: #fff;
  background-color: #c8160d;
}

.video-tags a.current {
  color: #fff;
  background-color: #c8160d;
}

.video-tags a.video-tags__switch {
  border-color: #c8160d;
  color: #c8160d;
  padding-left: 25px;
  background: url(../img/video/icon-san.png) 10px center no-repeat;
}

.video-tags a.video-tags__switch-close {
  background-image: url(../img/video/icon-san2.png);
}


.video-list-search {
  padding-top: 30px;
}

.video-list-search h2 {
  font-size: 24px;
  color: #292f37;
  font-weight: bold;
  float: left;
  display: inline;
}

.video-seach-input {
  float: right;
  display: inline;
  height: 40px;
}

.video-seach-input input {
  height: 40px;
  border: 1px solid #dfdfdf;
  float: left;
  display: inline;
  padding: 0 20px;
  padding-right: 40px;
  font-size: 14px;
  color: #979797;
  border-bottom-left-radius: 19px;
  border-top-left-radius: 19px;
  border-right: none;
  width: 250px;
}

.video-seach-input button {
  border: none;
  background: url(../img/video/icon-search.png) 0 0 no-repeat;
  outline: none;
  float: left;
  display: inline;
  width: 79px;
  height: 40px;
  margin-left: -20px;
}

.video-list-tag {
  padding-top: 15px;
}

.video-list-tag strong {
  float: left;
  display: inline;
  font-size: 18px;
  color: #000000;
  margin-top: 15px;
  font-weight: normal;
}

.video-list-tag .video-tags {
  float: left;
  display: inline;
  width: 900px;
}

.video-list-tag .video-tags a {
  margin-right: 10px;
  margin-top: 15px;
}

.video-list-type {
  margin-top: 50px;
  position: relative;
}

.video-list-type i {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dadada;
  z-index: 1;
}

.video-list-type a {
  float: left;
  display: inline;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}

.video-list-type a.current {
  border-bottom: 3px solid #c8160d;
  color: #c8160d;
}

.video-details-play {
  margin: 20px 0;
  height: 600px;

  background: url(../img/video/logo.png) center center no-repeat #e1e1e5;
}

.video-details-play-container {
  width: 1100px;
  height: 600px;
}

.video-details {
  padding: 10px 0;
  padding-top: 5px;
}

.video-details__title {
  font-size: 20px;
  color: #000000;
}

.video-details__time {
  font-size: 12px;
  color: #999;
  padding: 15px 0;
  padding-top: 5px;
}

.video-details__desc {
  font-size: 16px;
  color: #212121;
  padding: 5px 0;
  padding-top: 15px;
}

.video-details__desc div {
  padding-top: 5px;
  font-size: 12px;
}

.video-cmts li {
  position: relative;
  margin-top: 40px;
  padding-left: 90px;
  min-height: 64px;
}

.video-cmts__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border: 2px solid #c8160d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;

}

.video-cmts__thumb img {
  vertical-align: top;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.video-cmts__name {
  font-size: 14px;
  color: #6d757a;
}

.video-cmts__name span {
  padding-right: 50px;
}

.video-cmts__reply {
  background-color: #f8f8f8;
  margin-top: 10px;
  padding: 20px;
  color: #919191;
  line-height: 24px;
}

.video-cmts__txt {
  padding-top: 10px;
  font-size: 14px;
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;

}

.video-cmts__action {
  text-align: right;
  font-size: 14px;
  color: #919191;
  padding-top: 10px;
}

.video-cmts__action a {
  font-size: 12px;
  color: #000000;
}

.video-cmts__action a:hover {
  color: #c8160d;
}

.video-cmts__action a span {
  padding: 0;

}

.video-cmts__action span {
  padding: 0 5px;
  font-size: 10px;
}

.video-cmts-form {
  position: relative;
  padding-left: 90px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.video-cmts-form__content {
  height: 70px;
  position: relative;
}

.video-cmts__replyer {
  position: absolute;
  top: -30px;
  left: 0;
  color: #ccc;
  font-size: 12px;
  background-color: #f8f8f8;
  padding: 0 10px;
  line-height: 24px;
  height: 24px;
  display: none;
}

.video-cmts__replyer-del {
  color: #7e7e80;
}

.video-cmts__login {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  top: 0;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #919191;
  background-color: #f8f8f8;
}

.video-cmts__login a {
  display: inline-block;
  background-color: #c8160d;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  margin: 0 5px;
  line-height: 26px;
}

.video-cmts__textarea {
  float: left;
  display: inline;
  height: 70px;
  /*border: none;*/
  padding-top: 5px;
  padding-left: 15px;
  transition: 0s;
  background-color: #f8f8f8;
  width: 920px;
  background-color: #fff;
  border-color: #e40c0c;
  border-radius: 4px;
}

.video-cmts__submit {
  float: right;
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #c8160d;
  line-height: 18px;
  padding-top: 17px;
}

.video-cmts__submit-forbid {
  background-color: #7e7e80;
}


.pages {
  display: block;
  padding: 60px 0;
  height: 30px;
  text-align: center;
}

.pages li {
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  text-decoration: none;
  margin: 0 5px 0 0;
  color: #000;
  line-height: 28px;
}

.pages li a {
  display: block;
  color: #000;
}

.pages li.active {
  border-color: #000;
  color: #000;
  font-weight: 700;
  background-color: #eee;
}

.pages li.disabled {
  border-color: #eee;
  background-color: #eee;
  color: #999;
}

.pages li.active .page-link {
  color: #fff;
}


.pages li.disabled .page-link {
  color: #999;
}

.video-details .video-tags a {
  margin-top: 18px;
}

.J_zan_video {
  cursor: pointer;
}

.J_do_sns {
  position: relative;
  cursor: pointer;
}

.lin_sns {
  display: none;
  position: absolute;
  right: -150px;
  top: -20px;
  background-color: #fff;
  width: 136px;
  padding: 5px 0;
  padding-left: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.lin_sns li {
  color: #c8160d;
  font-size: 14px;
  display: inline;
  float: left;
  height: 34px;
  line-height: 34px;
  margin-right: 10px;
}

.lin_sns_ico {
  background: url(../img/video/icon-sns.png) no-repeat scroll 0 0 transparent;
  display: block;
  height: 32px;
  width: 32px;
}

.lin_sns_ico_sina {
  background-position: 0 0;
}

.lin_sns_ico_qq {
  background-position: -66px 0;
}

.lin_sns_ico_douban {
  background-position: -33px 0;

}


/**
 * Project: 视频首页样式
 * Version: 1.0.0
 * Date:2018/10/11
 * Author:linji
 */

.video-bottom {
  height: 400px;
  margin-top: 40px;
  background: url(../img/video/bg-bottom.png) 0 center no-repeat;
  padding-top: 50px;
}

.footer {
  margin-top: 0;
}

.video-white {
  margin-top: 20px;
  background-color: #fff;
}

.video-channel-v2 {
  text-align: center;
  margin-top: 30px;

}

.video-channel-v2 strong {
  display: inline-block;
  font-size: 20px;
  padding-top: 8px;
  border-top: 6px solid #ff0000;

}

.video-list-v2 {
  margin-left: -30px;
}

.video-list-v2 li {
  float: left;
  display: inline;
  position: relative;
  width: 380px;
  height: 208px;
  overflow: hidden;
  margin-left: 30px;
  margin-top: 30px;
}

.video-list-v2 li img {
  width: 100%;
  height: auto;
}

.video-list-v2 li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 55px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(31, 35, 51, 0.6);
  color: #fff;
  padding: 0 20px;
  z-index: 2;
  overflow: hidden;
}

.video-list-v2 li i {

  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -30px;
  top: -60px;
  width: 60px;
  height: 60px;
  background: url(../img/video/icon-play-v2.png) center center no-repeat;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
}

.video-list-v2 li em {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 51, 0.4);
  z-index: 1;
}

.video-list-v2 li a:hover i {
  top: 60px;
}

.video-list-v2 li a:hover em {
  display: block;
}

.recommend-album {
  height: 530px;
  position: relative;
  margin-top: 20px;
  z-index: 2;
}

.recommend-album__title {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: -50px;
  height: 100px;
  width: 1000px;
  background-color: #1f2333;
  text-align: center;
}

.recommend-album__title a {
  display: inline-block;
  color: #fff;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
  background: url(../img/video/icon-play-v2.png) 0 center no-repeat;
  background-size: 26px;
}

.recommend-album__title::before,
.recommend-album__title::after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 60px;
  left: 10px;
  top: 50%;
  margin-top: -30px;
  background-color: #ff1b10;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.recommend-album__title::after {
  right: 10px;
  left: auto;
}

.recommend-album__title:hover::before,
.recommend-album__title:hover::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(7deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.recommend-album__pic {
  height: 530px;
  background: url(../img/video/logo.png) center center no-repeat #e1e1e5;
  background-size: cover;
}

.recommend-album__pic a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-video {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../img/video/bg-new-video.png) 0 center no-repeat;
  background-size: cover;
}

.video-more {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 16px;
  color: #000000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 16px;
}

.video-more:hover {
  opacity: .8;
}

.video-more em {
  display: block;
  width: 54px;
  height: 5px;
  background: url(../img/video/icon-jt-red.png) 0 0 no-repeat;
  margin: 0 auto;
  margin-top: 2px;
  z-index: 2;
  position: relative;
}

.news-video-wrap {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.news-video-scroll {
  height: 290px;
}

.news-video-scroll2 {
  position: absolute;
  height: 260px;
  left: 0;
  top: 0;
  margin-left: 0;
}

.news-video-scroll2 li {
  margin-right: 30px;
  margin-left: 0;
}

.news-video-scroll__prev,
.news-video-scroll__next {
  position: absolute;
  top: 92px;
  font-size: 30px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  z-index: 2;
  opacity: 0.8;
}

.news-video-scroll__prev:hover,
.news-video-scroll__next:hover {
  color: #c8160d;
  opacity: 1;
}

.news-video-scroll__prev {
  left: 0;
}

.news-video-scroll__next {
  right: 0;
  left: auto;
}

.scroll_container {
  overflow: hidden;
  position: relative;
}

.news-video-wrap .scroll_absolute {
  position: absolute;
}

.news-video-wrap .scroll_horizontal_bar {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2c2c2d;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}


.news-video-wrap .scroll_cap {
  display: none;
}

.news-video-wrap .scroll_horizontal_bar .scroll_cap {
  float: left;
}

.news-video-wrap .scroll_track {
  position: relative;
  background-color: #e0e0e0;
  text-align: left;
}

.news-video-wrap .scroll_drag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: #2c2c2d;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.news-video-wrap .scroll_horizontal_bar .scroll_track,
.scroll_horizontal_bar .scroll_drag {
  float: left;
  height: 100%;
}

.news-video-wrap .scroll_arrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  background-color: #2c2c2d;
}

.news-video-wrap .scroll_horizontal_bar .scroll_arrow {
  width: 16px;
  float: left;
  height: 100%;
}

.video-album-left {
  float: left;
  display: inline;
  width: 390px;
  height: 440px;
  overflow: hidden;
  margin: 30px 0;
}

.video-album-right {
  margin: 30px 0;
  position: relative;
  float: right;
  display: inline;
  width: 800px;
  height: 440px;
  background: url(../img/video/logo.png) center center no-repeat #e1e1e5;
}

.video-album__title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  position: relative;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 24px;
}

.video-album__title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 24px;
  background-color: #ff0000;
}

.video-album-container {
  height: 380px;
  position: relative;
  overflow: hidden;
  margin-top: 36px;
}


.video-album-container .div_scroll {
  width: 100%;
  height: 200px;
  overflow: auto;
  float: left;
}

.video-album-container .scroll_container {
  overflow: hidden;
  position: relative;
}

.video-album-container .scroll_absolute {
  position: absolute;
}

.video-album-container .scroll_vertical_bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #e0e0e0;
  margin: 0;
  padding: 0;
}

.video-album-container .scroll_track {
  position: relative;
  background-color: #e0e0e0;
}

.video-album-container .scroll_drag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: #2c2c2d;
}

.video-album-container .scroll_arrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  background-color: #2c2c2d;
}

.video-album-container .scroll_vertical_bar .scroll_arrow {
  height: 16px;
}

.video-album-v2 li {
  padding-right: 10px;
  height: 95px;
  position: relative;
}

.video-album-v2 li.current,
.video-album-v2 li:hover {
  background-color: #2c2c2d;
}

.video-album-v2__pic {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100px;
  height: 55px;
  overflow: hidden;
}

.video-album-v2__pic img {
  width: 120%;
  height: auto;
  vertical-align: top;
}

.video-album-v2__bd {
  padding-left: 130px;
  padding-top: 20px;
}

.video-album-v2__title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.video-album-v2__desc {
  font-size: 14px;
  color: #999999;
}

.video-album-v2__attr {
  font-size: 14px;
  color: #999999;
  padding-left: 20px;
  background: url(../img/video/icon-count-gray.png) 0 center no-repeat;
}

.video-album-v2 li.current .video-album-v2__title,
.video-album-v2 li:hover .video-album-v2__title,
.video-album-v2 li.current .video-album-v2__desc,
.video-album-v2 li:hover .video-album-v2__desc,
.video-album-v2 li.current .video-album-v2__attr,
.video-album-v2 li:hover .video-album-v2__attr {
  color: #fff;
}

.video-album-v2 li.current .video-album-v2__attr,
.video-album-v2 li:hover .video-album-v2__attr {
  background-image: url(../img/video/icon-count-bai.png);
}

.video-bottom-more {
  margin: 0 auto;
  position: relative;
  width: 216px;
  height: 300px;
  display: block;
  padding-top: 72px;

}

.video-bottom-more i {
  display: block;
  width: 216px;
  height: 98px;
  background: url(../img/video/icon-more2.png) 0 0 no-repeat;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.video-bottom-more em {
  display: block;
  width: 54px;
  height: 5px;
  background: url(../img/video/icon-jt.png) 0 0 no-repeat;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.video-bottom-more span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  font-weight: bold;
}

.video-bottom-more div {
  position: absolute;
  left: 50%;
  margin-left: -63px;
  top: 0;
  z-index: 1;
  width: 126px;
  height: 300px;
  background-color: #f3f3f3;
  opacity: 0.2;
}

.video-bottom:hover .video-bottom-more em {
  background-image: url(../img/video/icon-jt-red.png);
}

.video-bottom:hover .video-bottom-more i {
  background-image: url(../img/video/icon-more2-red.png);
}


.video-album-info-wrap {
  position: relative;
  height: 440px;
  overflow: hidden;
}

.video-album-info-wrap a {
  width: 100%;
  height: 440px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-album-info {
  position: absolute;
  bottom: 10px;
  left: 50px;
  width: 700px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0.45);
  text-align: center;
  padding: 0 140px;
  padding-right: 25px;
}

.video-album-info__title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.video-album-info__attr {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 110px;
  height: 60px;
  background-color: #ff1b10;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
}

.video-album-info__attr i {
  display: inline-block;
  background: url(../img/video/icon-count2-big.png) 0 0 no-repeat;
  width: 18px;
  height: 14px;
  margin-right: 10px;
}