.s-title h2 {
  color: #2a2a2a;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
.mores {
  margin-top: 3vw;
}
.ctn1 {
  padding-top: 6vw;
}
.ctn1 .ctn-list {
  margin-top: 2vw;
  display: flex;
  justify-content: space-between;
}
.ctn1 .ctn-list .left {
  width: 60.9%;
}
.ctn1 .ctn-list .left .swiper-container {
  height: 100%;
}
.ctn1 .ctn-list .left .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.ctn1 .ctn-list .left .swiper-slide a:before{
    content:'';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0) 40%);
    position:absolute;
    left:0;
    top:0;
    z-index: 2;
}
.ctn1 .ctn-list .left .swiper-slide a {
  display: block;
  position: relative;
  height: 100%;
}
.ctn1 .ctn-list .left .swiper-slide a 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;
  position: relative;
  z-index: 1;
}
.ctn1 .ctn-list .left .swiper-slide a .text {
  position: absolute;
  left: 1.5vw;
  top: 1.5vw;
  color: #fff;
  z-index: 3;
}
.ctn1 .ctn-list .left .swiper-slide:hover a img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .ctn-list .left .swiper-pagination {
  bottom: 20px;
}
.ctn1 .ctn-list .left .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.ctn1 .ctn-list .left .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ctn1 .ctn-list .right {
  width: 37%;
  background: #f5f6f7;
  padding: 30px;
}
.ctn1 .ctn-list .right ul li {
  margin-top: 2vw;
}
.ctn1 .ctn-list .right ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctn1 .ctn-list .right ul li a .tu {
  width: 35%;
  overflow: hidden;
}
.ctn1 .ctn-list .right 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;
}
.ctn1 .ctn-list .right ul li a .text {
  width: 58%;
}
.ctn1 .ctn-list .right ul li a .text h2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  color: #444;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .right ul li a .text h3 {
  color: #888;
  margin-top: 10px;
}
.ctn1 .ctn-list .right 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);
}
.ctn1 .ctn-list .right ul li:hover a .text h2 {
  color: #004ea2;
}
.ctn2 {
  padding-top: 6vw;
}
.ctn2 .ctn-top {
  margin-top: 2vw;
}
.ctn2 .ctn-top a {
  display: flex;
  justify-content: space-between;
}
.ctn2 .ctn-top a .left {
  width: 50%;
  background: #f8f8f6;
  padding: 3vw 3vw 3vw 2.5vw;
}
.ctn2 .ctn-top a .left h2 {
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-top a .left p {
  text-align: justify;
  color: #777;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 6em;
  line-height: 1.6;
  height: 6.4em;
  margin: 1.5vw 0 2vw;
}
.ctn2 .ctn-top a .left h3 {
  color: #777;
}
.ctn2 .ctn-top a .right {
  width: 50%;
  overflow: hidden;
}
.ctn2 .ctn-top a .right 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;
}
.ctn2 .ctn-top:hover a .left h2 {
  color: #004ea2;
}
.ctn2 .ctn-top:hover a .right img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 .ctn-bottom {
  margin-top: 2.5vw;
}
.ctn2 .ctn-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn2 .ctn-bottom ul li {
  width: 23%;
}
.ctn2 .ctn-bottom ul li:not(:nth-child(4n)) {
  margin-right: 2.666%;
}
.ctn2 .ctn-bottom ul li a {
  display: block;
  border-top: 1px solid #eaeaea;
  padding: 1.5vw 1vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom ul li a h3 {
  color: #004ea2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom ul li a h2 {
  color: #444;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 8px 0 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom ul li a 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;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom ul li a h4 {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #9c9c9c;
  margin-top: 30px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom ul li a h4:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid #9c9c9c;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: -2px;
  top: -3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom ul li:hover a {
  background: #004ea2;
}
.ctn2 .ctn-bottom ul li:hover a h3 {
  color: #fff;
  opacity: 0.5;
}
.ctn2 .ctn-bottom ul li:hover a h2 {
  color: #fff;
}
.ctn2 .ctn-bottom ul li:hover a p {
  color: #fff;
  opacity: 0.7;
}
.ctn2 .ctn-bottom ul li:hover a h4 {
  background: #fff;
}
.ctn2 .ctn-bottom ul li:hover a h4:after {
  border-left: 10px solid #fff;
}
.ctn3 {
  padding: 6vw 0 7vw;
}
.ctn3 .ctn-list {
  margin-top: 2vw;
}
.ctn3 .ctn-list ul {
  display: flex;
}
.ctn3 .ctn-list ul li {
  width: 32.5%;
}
.ctn3 .ctn-list ul li:not(:nth-child(3n)) {
  margin-right: 1.25%;
}
.ctn3 .ctn-list ul li .tu {
  border-radius: 6px 6px 0 0;
  height: 238px;
  overflow: hidden;
}
.ctn3 .ctn-list ul li .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn3 .ctn-list ul li .text {
  padding: 1.5vw 1.5vw 2vw;
  background: #f5f6f7;
}
.ctn3 .ctn-list ul li .text h3 {
  color: #777;
}
.ctn3 .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;
  margin: 0.8vw 0 1.5vw;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.ctn3 .ctn-list ul li .text h4 {
  color: #004ea2;
}
.ctn3 .ctn-list ul li .text h4 span {
  margin-left: 6px;
}
.ctn3 .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);
}
.ctn3 .ctn-list ul li:hover .text h2 {
  color: #004ea2;
}
@media screen and (max-width: 1600px) {
  .ctn2 .ctn-bottom ul li a h4 {
    width: 50px;
  }
  .ctn3 .ctn-list ul li .tu {
    height: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .ctn3 .ctn-list ul li .tu {
    height: 184px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn2 .ctn-bottom ul li a h4 {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mores {
    margin-top: 30px;
  }
  .ctn1 {
    padding-top: 40px;
  }
  .ctn1 .ctn-list {
    margin-top: 20px;
    display: block;
  }
  .ctn1 .ctn-list .left {
    width: 100%;
  }
  .ctn1 .ctn-list .left .swiper-slide a .text {
    left: 0;
    top: 0;
    padding: 14px;
  }
  .ctn1 .ctn-list .left .swiper-pagination {
    bottom: 10px;
  }
  .ctn1 .ctn-list .right {
    width: 100%;
    padding: 6px 20px 20px;
  }
  .ctn1 .ctn-list .right ul li {
    margin-top: 14px;
  }
  .ctn1 .ctn-list .right ul li a .text h3 {
    margin-top: 6px;
  }
  .ctn2 {
    padding-top: 40px;
  }
  .ctn2 .ctn-top {
    margin-top: 20px;
  }
  .ctn2 .ctn-top a {
    flex-wrap: wrap;
  }
  .ctn2 .ctn-top a .left {
    width: 100%;
    order: 2;
    padding: 20px;
  }
  .ctn2 .ctn-top a .left p {
    margin: 10px 0 14px;
  }
  .ctn2 .ctn-top a .right {
    width: 100%;
  }
  .ctn2 .ctn-bottom {
    margin-top: 0;
  }
  .ctn2 .ctn-bottom ul {
    flex-wrap: wrap;
  }
  .ctn2 .ctn-bottom ul li {
    width: 100%;
    margin-top: 20px;
  }
  .ctn2 .ctn-bottom ul li a {
    padding: 20px;
  }
  .ctn3 {
    padding: 40px 0;
  }
  .ctn3 .ctn-list {
    margin-top: 0;
  }
  .ctn3 .ctn-list ul {
    flex-wrap: wrap;
  }
  .ctn3 .ctn-list ul li {
    width: 100%;
    margin-top: 20px;
  }
  .ctn3 .ctn-list ul li .text {
    padding: 20px;
  }
  .ctn3 .ctn-list ul li .text h2 {
    margin: 8px 0 14px;
  }
}
/*# sourceMappingURL=news.css.map */
<!--ºÄÊ±1787060569.1639Ãë-->