footer .con-top {
  background: #fff;
}
.video-top {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background: #f4f4f4;
}
.video-top .con .title .left {
  float: left;
}
.video-top .con .title .left h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  position: relative;
  top: 0.8rem;
}
.video-top .con .title .right {
  float: right;
}
.video-top .con .title .right .select-year {
  float: left;
  width: 10rem;
  position: relative;
  margin-right: 1.2rem;
}
.video-top .con .title .right .select-year h2 {
  line-height: 3.5rem;
  border: 1px solid #ddd;
  padding: 0 1.2rem;
  font-size: 0.9rem;
  color: #777;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.video-top .con .title .right .select-year h2:before {
  content: '\e603';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #004da1;
  position: absolute;
  right: 1.2rem;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-top .con .title .right .select-year ul {
  position: absolute;
  width: 100%;
  right: 0;
  top: 3.6rem;
  z-index: 10;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: none;
}
.video-top .con .title .right .select-year ul li {
  text-align: center;
  line-height: 2.6rem;
  background: #fff;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-top .con .title .right .select-year ul li:hover {
  background: #004a92;
  color: #fff;
}
.video-top .con .title .right .select-year.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.video-top .con .title .right .search-box {
  float: left;
  width: 22.5rem;
  height: 3.5rem;
  border: 1px solid #ddd;
  position: relative;
}
.video-top .con .title .right .search-box input {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  color: #777;
  border: none;
  padding: 0 3rem 0 1.5rem;
}
.video-top .con .title .right .search-box span {
  position: absolute;
  right: 1rem;
  line-height: 3.5rem;
  top: 0;
  font-size: 1.2rem;
  color: #004a92;
  cursor: pointer;
}
.video-top .con .video-list {
  margin-top: 1.5rem;
}
.video-top .con .video-list > ul > li {
  float: left;
  width: 18.4%;
  margin-top: 1.6rem;
  cursor: pointer;
}
.video-top .con .video-list > ul > li:not(:nth-child(5n)) {
  margin-right: 2%;
}
.video-top .con .video-list > ul > li .top {
  height: 0;
  padding-bottom: 57%;
  overflow: hidden;
  position: relative;
}
.video-top .con .video-list > ul > li .top img {
  width: 100%;
}
.video-top .con .video-list > ul > li .top .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
.video-top .con .video-list > ul > li .top .mask span {
  font-size: 2.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.video-top .con .video-list > ul > li .bottom {
  background: #fff;
  padding: 1.2rem;
}
.video-top .con .video-list > ul > li .bottom h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.video-top .con .video-list > ul > li .bottom .txt {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.video-top .con .video-list > ul > li .bottom .txt h3 {
  font-size: 0.8rem;
  color: #999;
}
.video-top .con .video-list > ul > li .bottom .txt h3 .iconfont {
  font-size: 0.8rem;
  margin-right: 2px;
}
.video-top .con .video-list > ul > li .bottom .txt h4 {
  font-size: 0.8rem;
  color: #999;
}
.video-top .con .video-list > ul > li .bottom .txt h4 .iconfont {
  font-size: 0.8rem;
  margin-right: 2px;
}
.video-top .con .video-list > 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-top .con .video-list > ul > li:hover .bottom h2 {
  color: #004a92;
}
#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: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#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: 1200px) {
  .video-top .con .video-list > ul > li {
    width: 23.5%;
  }
  .video-top .con .video-list > ul > li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .video-top .con .video-list > ul > li:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .video-top .con .title .right .select-year ul {
    top: 3.7rem;
  }
  #videoPopup .video-box {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .video-top {
    padding-top: 30px;
    padding-bottom: 30px;
    background: none;
  }
  .video-top .con .title .left h2 {
    font-size: 18px;
    top: 0;
  }
  .video-top .con .title .right {
    width: 100%;
    margin-top: 20px;
  }
  .video-top .con .title .right .select-year {
    width: 100%;
  }
  .video-top .con .title .right .select-year h2 {
    line-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .video-top .con .title .right .select-year h2:before {
    right: 14px;
    font-size: 16px;
  }
  .video-top .con .title .right .select-year ul {
    top: 46px;
  }
  .video-top .con .title .right .select-year ul li {
    line-height: 42px;
    font-size: 14px;
  }
  .video-top .con .title .right .search-box {
    width: 100%;
    margin-top: 10px;
    height: 44px;
  }
  .video-top .con .title .right .search-box input {
    font-size: 14px;
    padding: 0 30px 0 14px;
  }
  .video-top .con .title .right .search-box span {
    right: 10px;
    line-height: 44px;
    font-size: 16px;
  }
  .video-top .con .video-list {
    margin-top: 10px;
  }
  .video-top .con .video-list > ul > li {
    width: 48.5%;
    margin-top: 10px;
  }
  .video-top .con .video-list > ul > li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .video-top .con .video-list > ul > li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .video-top .con .video-list > ul > li .bottom {
    border: 1px solid #eee;
    padding: 10px;
  }
  .video-top .con .video-list > ul > li .bottom h2 {
    font-size: 16px;
  }
  .video-top .con .video-list > ul > li .bottom .txt {
    display: block;
  }
  .video-top .con .video-list > ul > li .bottom .txt h3 {
    font-size: 12px;
  }
  .video-top .con .video-list > ul > li .bottom .txt h3 .iconfont {
    font-size: 14px;
  }
  .video-top .con .video-list > ul > li .bottom .txt h4 {
    font-size: 12px;
  }
  .video-top .con .video-list > ul > li .bottom .txt h4 .iconfont {
    font-size: 18px;
    position: relative;
    top: 2px;
  }
  #videoPopup .video-box {
    width: 90%;
  }
}
/*# sourceMappingURL=news_video.css.map */