.ctn1 {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: #fff5e6;
}
.ctn1 .ctn-list {
  margin-top: 70px;
}
.ctn1 .ctn-list .swiper-slide a {
  display: flex;
  justify-content: space-between;
}
.ctn1 .ctn-list .swiper-slide a .tu {
  width: 60.4%;
  height: auto;
  overflow: hidden;
}
.ctn1 .ctn-list .swiper-slide a .tu img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .swiper-slide a .text {
  width: 39.6%;
  height: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ctn1 .ctn-list .swiper-slide a .text .box {
  width: 80%;
}
.ctn1 .ctn-list .swiper-slide a .text .box h3 {
  color: #999;
}
.ctn1 .ctn-list .swiper-slide a .text .box h2 {
  font-family: HarmonyOS_Sans_Bold;
  color: #333;
  margin: 10px 0 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .swiper-slide a .text .box p {
  color: #777;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 4.5em;
  text-align: justify;
  line-height: 1.8;
  max-height: 5.4em;
}
.ctn1 .ctn-list .swiper-slide a .text .box h4 {
  margin-top: 80px;
  width: 180px;
  height: 48px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(204, 204, 204, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b2b2b;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .swiper-slide:hover a .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .ctn-list .swiper-slide:hover a .text .box h2 {
  color: var(--yellow);
}
.ctn1 .ctn-list .swiper-slide:hover a .text .box h4 {
  background: var(--yellow);
  color: #fff;
}
.ctn1 .ctn-list .swiper-pagination {
  position: relative;
  width: 100%;
  margin-top: 40px;
  bottom: 0;
}
.ctn1 .ctn-list .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cfa972;
  opacity: 0.3;
  margin: 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 5px;
  opacity: 1;
}
.ctn2 {
  padding: 100px 0 110px;
  overflow: hidden;
}
.ctn2 ul li {
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 ul li a .con {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #bfbfbf;
}
.ctn2 ul li a .con .date {
  width: 8.5%;
}
.ctn2 ul li a .con .date h3 {
  color: #666;
  padding-bottom: 4px;
  position: relative;
}
.ctn2 ul li a .con .date h3:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #bfbfbf;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ctn2 ul li a .con .date h2 {
  font-family: HarmonyOS_Sans_Bold;
  color: #cfa972;
}
.ctn2 ul li a .con .tu {
  width: 39%;
  overflow: hidden;
}
.ctn2 ul li a .con .tu img {
  width: 100%;
}
.ctn2 ul li a .con .text {
  width: 52.5%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ctn2 ul li a .con .text .box {
  width: 90%;
}
.ctn2 ul li a .con .text .box h2 {
  color: #333;
  font-family: HarmonyOS_Sans_Bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 ul li a .con .text .box p {
  color: #666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  line-height: 1.8;
  max-height: 3.6em;
  text-align: justify;
  margin: 40px 0;
}
.ctn2 ul li a .con .text .box h3 {
  width: 180px;
  height: 48px;
  border-radius: 24px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d7d7d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 ul li:hover {
  background: #f8f8f8;
}
.ctn2 ul li:hover a .con .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 ul li:hover a .con .text h2 {
  color: #cfa972;
}
.ctn2 ul li:hover a .con .text h3 {
  background: #cfa972;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .ctn1 {
    padding: 4.5vw 0;
  }
  .ctn1 .ctn-list {
    margin-top: 3.5vw;
  }
  .ctn1 .ctn-list .swiper-slide a .text {
    padding: 1.5vw 0;
  }
  .ctn1 .ctn-list .swiper-slide a .text .box h4 {
    margin-top: 4vw;
  }
  .ctn1 .ctn-list .swiper-pagination {
    margin-top: 2vw;
  }
  .ctn2 {
    padding: 5vw 0 5.5vw;
  }
  .ctn2 ul li a .con {
    padding: 30px 0;
  }
  .ctn2 ul li a .con .text .box p {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 1440px) {
  .ctn1 .ctn-list .swiper-slide a .text .box h4 {
    width: 150px;
    height: 44px;
  }
  .ctn2 ul li a .con .text .box h3 {
    width: 150px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 .ctn-list .swiper-slide a .tu img {
    height: 200px;
  }
  .ctn1 {
    padding: 60px 0 40px;
  }
  .ctn1 .ctn-list {
    margin-top: 20px;
  }
  .ctn1 .ctn-list .swiper-slide a {
    display: block;
  }
  .ctn1 .ctn-list .swiper-slide a .tu {
    width: 100%;
  }
  .ctn1 .ctn-list .swiper-slide a .text {
    width: 100%;
    padding: 20px 20px 30px;
    height: 256px;
  }
  .ctn1 .ctn-list .swiper-slide a .text .box {
    width: 100%;
  }
  .ctn1 .ctn-list .swiper-slide a .text .box h2 {
    margin: 10px 0 14px;
  }
  .ctn1 .ctn-list .swiper-slide a .text .box p {
    line-height: 1.6;
    max-height: 4.8em;
  }
  .ctn1 .ctn-list .swiper-slide a .text .box h4 {
    margin-top: 30px;
    width: 140px;
    height: 40px;
  }
  .ctn1 .ctn-list .swiper-pagination {
    margin-top: 14px;
  }
  .ctn1 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .ctn1 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
  .ctn2 {
    padding: 40px 0;
  }
  .ctn2 ul li a .con {
    padding: 20px 0 20px 60px;
    position: relative;
    display: block;
  }
  .ctn2 ul li a .con .date {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .ctn2 ul li a .con .date h3:after {
    width: 20px;
  }
  .ctn2 ul li a .con .tu {
    width: 100%;
  }
  .ctn2 ul li a .con .text {
    width: 100%;
    margin-top: 14px;
  }
  .ctn2 ul li a .con .text .box {
    width: 100%;
  }
  .ctn2 ul li a .con .text .box p {
    margin: 10px 0 20px;
    line-height: 1.6;
    max-height: 3.2em;
  }
  .ctn2 ul li a .con .text .box h3 {
    width: 140px;
    height: 40px;
  }
}
