/*单页单独设置*/
header.jwell-header,.jwell-foot-form,#jwell-footer,.jwell-copyright,.jwell-sitetop,#jwell-footBar{
  display: none!important;
}


.nans_videos {
}

.nans_videos h2 {
  text-align: center;
}

.nans_videos .list {
  /* margin-top: 20px; */
}

.nans_videos  li {
  /* margin-bottom: 20px; */
  border-radius: 5px;
  overflow: hidden;
  width: 50%;
  padding: 10px;
}


.nans_videos li .v {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
}
/* .nans_videos .swiper-slide li:nth-child(2) .v,
.nans_videos .swiper-slide li:nth-child(3) .v {
  padding-bottom: 38%;
}
.nans_videos .swiper-slide li:nth-child(1) .v,
.nans_videos .swiper-slide li:nth-child(4) .v {
  padding-bottom: 60%;
} */

.nans_videos  li .v img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s
}

.nans_videos  li .v::after {
  content: "\e6fd";
  font-family: "qico";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 70px;
  color: white;
}

.nans_videos  li p {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 22px;
  color: #000;
  text-align: center;
  /* height: 50px;
  line-height: 50px; */
  padding: 0 5px;
  z-index: 20;
  /* background: rgba(0, 0, 0, .5); */
  text-transform: capitalize;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  margin: 10px 0;
}

.nans_videos  li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}





@media screen and (max-width: 1200px) {
  .nans_videos h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .nans_videos h2 {
    font-size: 26px;
  }
  .nans_videos li .v::after {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .nans_videos {
    /* padding: 30px 0; */
  }
  .nans_videos h2 {
    font-size: 24px;
  }

  .nans_videos  li {
    /* margin-bottom: 10px; */
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  

  .nans_videos .list{
    margin-top: 0;
  }


}

@media screen and (max-width: 576px) {
  .nans_videos h2 {
    font-size: 22px;
  }
  .nans_videos  li .v::after {
    font-size: 50px;
  }
 
}