.ctn1 {
  padding: 120px 0 40px;
  overflow: hidden;
}
.ctn1 .swiper-slide {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-top: 36px;
}
.ctn1 .swiper-slide .tu {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  border-radius: 20px;
  overflow: hidden;
}
.ctn1 .swiper-slide .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .swiper-slide .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .swiper-slide .text {
  width: 68%;
  border-radius: 20px;
  background: #f5f7fc;
  padding: 80px 90px 100px 24%;
}
.ctn1 .swiper-slide .text h3 {
  color: #999;
}
.ctn1 .swiper-slide .text h2 {
  margin: 14px 0 20px;
}
.ctn1 .swiper-slide .text h2 a {
  color: #444;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .swiper-slide .text h2 a:hover {
  color: var(--color);
}
.ctn1 .swiper-slide .text p {
  text-align: justify;
  color: #999;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 4.5em;
}
.ctn1 .swiper-slide .text .mores {
  margin-top: 36px;
}
.ctn1 .swiper-slide .text .mores a:hover {
  background: var(--color);
  color: #fff;
}
.ctn1 .swiper-pagination {
  padding-right: 90px;
  text-align: right;
  bottom: 50px;
}
.ctn1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--blue);
  opacity: 0.5;
  margin: 0 0 0 10px;
}
.ctn1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ctn2 {
  padding-bottom: 80px;
  overflow: hidden;
}
.ctn2 .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn2 .ctn-list ul li {
  width: 32%;
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.ctn2 .ctn-list ul li .tu {
  overflow: hidden;
}
.ctn2 .ctn-list ul li .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li .text {
  padding: 30px 40px 34px;
  background: rgba(238, 241, 250, 0.6);
}
.ctn2 .ctn-list ul li .text h2 {
  color: #444;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.ctn2 .ctn-list ul li .text p {
  color: #999;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 10px 0 14px;
}
.ctn2 .ctn-list ul li .text h3 {
  color: #999;
}
.ctn2 .ctn-list ul li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.ctn2 .ctn-list ul li:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 .ctn-list ul li:hover .text h2 {
  color: var(--color);
}
@media screen and (max-width: 1680px) {
  .ctn1 {
    padding: 6vw 0 2vw;
  }
  .ctn1 .swiper-slide {
    padding-top: 30px;
  }
  .ctn1 .swiper-slide .text {
    padding: 4vw 4.5vw 5vw 23%;
  }
  .ctn1 .swiper-slide .text h2 {
    margin: 10px 0 14px;
  }
  .ctn1 .swiper-slide .text .mores {
    margin-top: 30px;
  }
  .ctn1 .swiper-pagination {
    padding-right: 4.5vw;
    bottom: 2.5vw;
  }
  .ctn2 {
    padding-bottom: 4vw;
  }
  .ctn2 .ctn-list ul li {
    margin-top: 1.5vw;
  }
  .ctn2 .ctn-list ul li .text {
    padding: 24px 30px 28px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn2 .ctn-list ul li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding: 40px 0 16px;
  }
  .ctn1 .swiper-slide {
    display: block;
    padding-top: 0;
  }
  .ctn1 .swiper-slide .tu {
    position: relative;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .ctn1 .swiper-slide .text {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 20px 20px 30px;
  }
  .ctn1 .swiper-slide .text h2 {
    margin: 4px 0 10px;
  }
  .ctn1 .swiper-slide .text .mores {
    margin-top: 20px;
  }
  .ctn1 .swiper-pagination {
    bottom: 30px;
    padding-right: 20px;
  }
  .ctn1 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .ctn2 {
    padding-bottom: 40px;
  }
  .ctn2 .ctn-list ul li {
    width: 48.5%;
    margin-top: 14px;
    border-radius: 10px;
  }
  .ctn2 .ctn-list ul li .text {
    padding: 14px;
  }
  .ctn2 .ctn-list ul li .text p {
    margin: 8px 0 10px;
  }
  .ctn2 .ctn-list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .ctn2 .ctn-list ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
}
