.nans_videos {
  padding: clamp(30px, 5.208vw, 100px) 0;
  background: #f8f8f8;
  position: relative;
}
.nans_videos .titles{
   position: relative;
   display: flex;
   justify-content: space-between;
}

.nans_videos  .main-href a {
	display: inline-block;
	margin: 30px 0;
	/* background: var(--color-primary); */
	color: var(--color-primary);
	font-size: clamp(14px, 0.94vw, 18px);
	cursor: pointer;
	border-radius: 0;
	font-family: var(--title-font-family);
	border-bottom: 1px solid #006432;
}
.nans_videos h2 {
  text-align: left;
  font-size: clamp(24px, 2.04vw, 39px);
  position: relative;
  z-index: 1;
}
.nans_videos h2::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #006432;
}
.nans_videos .list {
  margin-top: 40px;
}

.nans_videos .swiper-slide li {
  border-radius: 5px;
  overflow: hidden;
  width: 50% !important;
  padding: 20px;
}
.nans_videos .swiper-slide li:nth-child(1) {
  width: 38%;
}
.nans_videos .swiper-slide li:nth-child(2) {
  width: 60%;
}
.nans_videos .swiper-slide li:nth-child(3) {
  width: 60%;
}
.nans_videos .swiper-slide li:nth-child(4) {
  width: 38%;
}

.nans_videos .swiper-slide li .v {
  position: relative;
  display: block;
  padding: 0 !important;
  overflow: hidden;
}
.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 .swiper-slide 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;
  position: relative;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nans_videos .swiper-slide 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;
  display: none;
}

.nans_videos .swiper-slide li p {
  position: relative;
  font-size: 18px;
  color: #000;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 10px 0;
  display: none;
}

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

.nans_videos .page {
  text-align: right;
  margin-top: 20px;
}

.nans_videos .page .swiper-button {
  position: static;
  color: var(--color-primary);
  overflow: hidden;
  display: inline-block;
  width: 43px;
  height: 43px;
  border: 1px solid var(--color-primary);
  background: 0 0;
  border-radius: 0;
  margin-top: 0;
  text-align: center;
  vertical-align: top;
}

.nans_videos .page .swiper-button-next {
  margin-left: 13px;
}

.nans_videos .page .swiper-button i {
  color: inherit;
  font-size: 22px;
  line-height: 45px;
}

.nans_videos .page .swiper-button:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

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

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

@media screen and (max-width: 991px) {

  .nans_videos .swiper-slide li {
    margin-bottom: 10px;
    width: 100% !important;
    padding: 0;
  }
  .nans_videos .swiper-slide li p {
    font-size: 14px;
  }

  .nans_videos .page {
    margin-top: 10px;
  }
  .nans_videos .page .swiper-button {
    width: 36px;
    height: 36px;
  }
  .nans_videos .page .swiper-button i {
    font-size: 18px;
    line-height: 36px;
  }
  .nans_videos .titles{
	  flex-direction: column;
  }

  .nans_videos .main-href a {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 576px) {

  .nans_videos .swiper-slide li .v::after {
    font-size: 50px;
  }
  .nans_videos .swiper-slide li p {
    font-size: 13px;
  }
};