.mores {
  margin-top: 3.5vw;
}
.ctn1 {
  padding: 5vw 0 2vw;
}
.ctn1 .s-title h2 {
  text-align: center;
}
.ctn1 .ctn-list {
  margin-top: 4vw;
}
.ctn1 .ctn-list .swiper-slide a {
  display: flex;
  background: #f7f7f7;
}
.ctn1 .ctn-list .swiper-slide a .text {
  width: 50%;
  padding: 3vw 4vw 3vw 2vw;
}
.ctn1 .ctn-list .swiper-slide a .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;
}
.ctn1 .ctn-list .swiper-slide a .text p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  color: #777;
  margin: 2vw 0 6vw;
}
.ctn1 .ctn-list .swiper-slide a .text h3 {
  color: #777;
}
.ctn1 .ctn-list .swiper-slide a .tu {
  width: 50%;
  overflow: hidden;
}
.ctn1 .ctn-list .swiper-slide a .tu img {
  width: 100%;
  height: 100%;
  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:hover a .text h2 {
  color: #004ea2;
}
.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-pagination {
  left: 53%;
  width: auto;
  bottom: 1.5vw;
}
.ctn1 .ctn-list .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.ctn1 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ctn2 {
  padding-bottom: 6vw;
}
.ctn2 .ctn-list ul li {
  margin-top: 2.5vw;
}
.ctn2 .ctn-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctn2 .ctn-list ul li a .tu {
  width: 30.8%;
  overflow: hidden;
}
.ctn2 .ctn-list ul li a .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 a .text {
  width: 64%;
}
.ctn2 .ctn-list ul li a .text h3 {
  color: #777;
}
.ctn2 .ctn-list ul li a .text h2 {
  color: #444;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  margin: 10px 0 1.2vw;
}
.ctn2 .ctn-list ul li a .text p {
  color: #777;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 2vw;
}
.ctn2 .ctn-list ul li a .text span {
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li:hover a .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 a .text h2 {
  color: #004ea2;
}
.ctn2 .ctn-list ul li:hover a .text span {
  color: #004ea2;
}
@media screen and (max-width: 768px) {
  .mores {
    margin-top: 30px;
  }
  .ctn1 {
    padding: 40px 0 0;
  }
  .ctn1 .ctn-list {
    margin-top: 20px;
  }
  .ctn1 .ctn-list .swiper-slide a {
    flex-wrap: wrap;
  }
  .ctn1 .ctn-list .swiper-slide a .text {
    width: 100%;
    order: 2;
    padding: 20px;
  }
  .ctn1 .ctn-list .swiper-slide a .text p {
    margin: 10px 0 14px;
  }
  .ctn1 .ctn-list .swiper-slide a .tu {
    width: 100%;
  }
  .ctn2 {
    padding-bottom: 40px;
  }
  .ctn2 .ctn-list ul li {
    margin-top: 20px;
  }
  .ctn2 .ctn-list ul li a {
    display: block;
  }
  .ctn2 .ctn-list ul li a .tu {
    width: 100%;
  }
  .ctn2 .ctn-list ul li a .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .ctn2 .ctn-list ul li a .text h2 {
    margin: 8px 0 10px;
  }
  .ctn2 .ctn-list ul li a .text p {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=news_list.css.map */<!--ºÄÊ±1787060560.7631Ãë-->