.foot {
  height: auto;
}
img{
  display: inline-block;
}
.wd16 {
  max-width: 16rem;
  margin: 0 auto;
}
.video-contain {
  padding: 0.9rem 0;
  background-color: #fafafa;
}
.video-contain .wd16 .flac {
  display: flex;
}
.video-contain .wd16 .flac .big {
  width: 11.67rem;
}
.video-contain .wd16 .flac .big .out {
  height: 6.56rem;
  display: none;
}
.video-contain .wd16 .flac .big .out .shipin {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-contain .wd16 .flac .list {
  flex: 1;
  height: 6.56rem;
  background-color: #fff;
}
.video-contain .wd16 .flac .list .item {
  width: 100%;
  height: 25%;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0.3rem 0.1rem 0.3rem 0.3rem;
  display: flex;
  align-items: center;
  position: relative;
}
.video-contain .wd16 .flac .list .item img {
  width: 1.48rem;
  height: 1.11rem;
  object-fit: cover;
  margin-right: 0.22rem;
}
.video-contain .wd16 .flac .list .item .info {
  font-size: 0.16rem;
}
.video-contain .wd16 .flac .list .item .info .tit {
  line-height: 0.26rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-contain .wd16 .flac .list .item .info .time {
  color: #999999;
  margin-top: 0.1rem;
}
.video-contain .wd16 .flac .list .item .fu {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #fafafa;
  box-shadow: 0rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.15);
  z-index: 1;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.3s;
}
.video-contain .wd16 .flac .list .item .fu .fu-tit {
  font-size: 0.24rem;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-contain .wd16 .flac .list .item .fu .bot {
  display: flex;
  color: #999;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  justify-content: space-between;
}
.video-contain .wd16 .flac .list .item .fu .bot .bo {
  display: flex;
  align-items: center;
}
.video-contain .wd16 .flac .list .item .fu .bot .bo img {
  width: 0.16rem;
  height: 0.17rem;
}
.video-contain .wd16 .flac .list .opacity .fu {
  opacity: 1;
}
.video-contain .wd16 .video-box {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.video-contain .wd16 .video-box .son {
  width: 5.13rem;
  padding: 0.23rem;
  margin-right: 0.3rem;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 0.6rem;
  position: relative;
}
.video-contain .wd16 .video-box .son .gaishang {
  width: 4.67rem;
  height: 3.5rem;
  object-fit: cover;
  position: absolute;
  left: 0.23rem;
  top: 0.23rem;
  z-index: 1;
}
.video-contain .wd16 .video-box .son > video {
  width: 100%;
  height: 3.5rem;
  object-fit: cover;
}
.video-contain .wd16 .video-box .son .info {
  padding-top: 0.4rem;
}
.video-contain .wd16 .video-box .son .info .title {
  font-size: 0.24rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.video-contain .wd16 .video-box .son .info .line{
  width: 100%;
  height: 0.01rem;
  margin-top: 0.18rem;
  background-color: #dddddd;
}
.video-contain .wd16 .video-box .son .info .time {
  color: #999;
  font-size: 0.16rem;
  margin-top: 0.16rem;
}
.video-contain .wd16 .video-box .son:nth-of-type(3n) {
  margin-right: 0;
}
.news_html .turn_page {
  margin-bottom: 0;
}
.turn_page .jvzhong .xuanzhong {
  color: #fff;
  background: #1758a7;
  border: solid 1px #1758a7;
}
.wai-videos {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 12rem;
  z-index: 10;
  height: 7rem;
  display: none;
  transform: translate(-50%, -50%);
}
.wai-videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wai-videos .vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  cursor: pointer;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .wd16 {
    padding: 0 0.15rem;
  }
  .video-contain .wd16 .flac .big {
    width: 7.5rem;
  }
  .video-contain .wd16 .video-box {
    justify-content: space-between;
  }
  .video-contain .wd16 .video-box .son {
    width: 48%;
    margin-right: 0;
  }
  .video-contain .wd16 .video-box .son .gaishang {
    width: 3.35rem;
  }
  .video-contain .wd16 .video-box .son > video,
  .video-contain .wd16 .video-box .son .gaishang {
    height: 2.5rem;
  }
  .video-contain .wd16 .video-box .son .gaishang {
    display: none;
  }
  .video-contain .wd16 .video-box .son > video {
    height: auto;
  }
  .video-contain .wd16 .flac .list .item .info {
    font-size: 0.22rem;
  }
  .wai-videos{
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .video-contain .wd16 .video-box .son {
    margin-bottom: 0.3rem;
  }
  .video-contain .wd16 .flac {
    display: block;
  }
  .video-contain .wd16 .flac .big {
    width: 100%;
  }
  .video-contain .wd16 .flac .big .out {
    height: auto;
  }
  .video-contain .wd16 .video-box .son .info .title {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .video-contain .wd16 .video-box .son {
    width: 100%;
    padding: 0.1rem 0.1rem 0.2rem;
  }
  .video-contain .wd16 .video-box .son .info {
    padding-top: 0.2rem;
  }
  .video-contain {
    padding: 0.5rem 0;
  }
  .news_html{
    width: auto;
  }
}
