﻿.banner {
  margin-top: 136px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text .con h2 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.banner .text .con p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  margin-top: 10px;
}
.video-top {
  background: #f9f9f9;
  padding-top: 90px;
}
.video-top .con {
  position: relative;
}
.video-top .con .left {
  float: left;
  width: 67.8%;
  overflow: hidden;
}
.video-top .con .left ul li {
  cursor: pointer;
}
.video-top .con .left ul li img {
  width: 100%;
}
.video-top .con .left ul li .bottom {
  position: absolute;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  padding: 0 66px 0 46px;
}
.video-top .con .left ul li .bottom h2 {
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-top .con .left ul li .video-btn {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-top .con .left ul li .video-btn span {
  line-height: 62px;
  font-size: 20px;
  color: #fff;
  position: relative;
  left: 2px;
}
.video-top .con .left ul:hover .video-btn {
  background: #4d9b4b;
}
.video-top .con .left ul:hover .bottom h2 {
  left: 20px;
}
.video-top .con .right {
  float: right;
  width: 30.7%;
  background: #fff;
  padding: 0 36px;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}
.video-top .con .right ul li {
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  cursor: pointer;
}
.video-top .con .right ul li h2 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-top .con .right ul li p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  color: #999;
  line-height: 1.8;
  height: 3.6em;
  margin-top: 22px;
}
.video-top .con .right ul li:before {
  content: '';
  width: 0;
  height: 3px;
  background: #4d9b4b;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-top .con .right ul li:hover h2 {
  color: #4d9b4b;
}
.video-top .con .right ul li:hover:before {
  width: 100%;
}
.video-top .con .right ul li.active h2 {
  color: #4d9b4b;
}
.video-top .con .right ul li.active:before {
  width: 100%;
}
.video-top .bx-wrapper {
  margin: 0;
}
.video-list {
  background: #f9f9f9;
}
.video-list .con > ul > li {
  float: left;
  width: 47.3%;
  cursor: pointer;
  margin-top: 40px;
}
.video-list .con > ul > li:not(:nth-child(even)) {
  margin-right: 5.4%;
}
.video-list .con > ul > li .top {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.video-list .con > ul > li .top img {
  width: 100%;
}
.video-list .con > ul > li .top .video-btn {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #4d9b4b;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-list .con > ul > li .top .video-btn span {
  line-height: 72px;
  font-size: 20px;
  color: #fff;
  position: relative;
  left: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-list .con > ul > li .bottom {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.video-list .con > ul > li .bottom h2 {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-list .con > ul > li .bottom span {
  color: #999;
}
.video-list .con > ul > li:hover .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.video-list .con > ul > li:hover .top .video-btn {
  background: #fff;
}
.video-list .con > ul > li:hover .top .video-btn span {
  color: #4d9b4b;
}
.video-list .con > ul > li:hover .bottom h2 {
  color: #4d9b4b;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 10%;
}
#videoPopup .video-box video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#videoPopup .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1680px) {
  .video-top .con .right ul li {
    padding: 24px 0;
  }
  .video-top .con .right ul li p {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    margin-top: 116px;
  }
  .video-top {
    padding-top: 60px;
  }
  .video-top .con .right ul li h2 {
    font-size: 22px;
  }
  .video-top .con .right ul li p {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1024px) {
  .video-top {
    padding-top: 40px;
  }
  .video-top .con .left ul li .video-btn {
    width: 60px;
    height: 60px;
  }
  .video-top .con .left ul li .video-btn span {
    line-height: 60px;
  }
  .video-top .con .right {
    padding: 0 28px;
  }
  .video-top .con .right ul li {
    padding: 20px 0;
  }
  .video-top .con .right ul li h2 {
    font-size: 18px;
  }
  .video-list .con > ul > li .top .video-btn {
    width: 60px;
    height: 60px;
  }
  .video-list .con > ul > li .top .video-btn span {
    line-height: 60px;
  }
  .video-list .con > ul > li .bottom {
    padding: 24px;
  }
  #videoPopup .video-box {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .banner .text .con h2 {
    font-size: 20px;
  }
  .banner .text .con p {
    margin-top: 4px;
  }
  .video-top {
    padding-top: 20px;
  }
  .video-top .con .left {
    width: 100%;
    overflow: initial;
  }
  .video-top .con .left .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #ccc;
  }
  .video-top .con .left .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4d9b4b;
  }
  .video-top .con .left ul li .bottom {
    height: 40px;
    padding: 0 40px 0 20px;
  }
  .video-top .con .left ul li .bottom h2 {
    line-height: 40px;
  }
  .video-top .con .left ul li .video-btn {
    width: 40px;
    height: 40px;
  }
  .video-top .con .left ul li .video-btn span {
    line-height: 38px;
    font-size: 16px;
  }
  .video-top .con .right {
    display: none;
  }
  .video-list .con > ul > li .top .video-btn {
    width: 40px;
    height: 40px;
  }
  .video-list .con > ul > li .top .video-btn span {
    line-height: 40px;
    font-size: 16px;
  }
  .video-list .con > ul > li .bottom {
    padding: 10px;
  }
  .video-list .con > ul > li .bottom span {
    font-size: 12px;
  }
}
/*# sourceMappingURL=news_video.css.map */