body {
  line-height: 1.5;
}
.cont {
  padding: 2% 0;
}
.cont .swiper-container {
  padding-bottom: 50px;
  --swiper-theme-color: #bc9480;
  --swiper-navigation-color: #bc9480;
  --swiper-navigation-size: 30px;
}
.cont .swiper-container .swiper-slide {
  width: 40%;
  box-shadow: 0 8px 20px #ddd;
  background: #fff;
}
.cont .swiper-container .swiper-slide .img {
  width: 100%;
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}
.cont .swiper-container .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont .swiper-container .swiper-slide .txt {
  padding: 15px;
}
.cont .swiper-container .swiper-slide .txt p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  text-align: center;
  font-size: 16px;
  color: #231815;
  transition: all 0.3s;
}
.cont .swiper-container .swiper-slide:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cont .swiper-container .swiper-slide:hover .txt p {
  color: #bc9480;
}
.cont .news {
  width: 100%;
}
.cont .news li {
  width: 100%;
  position: relative;
}
.cont .news li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/9c3d3000-ed2c-4131-9d9b-9f4a9a8ce101.jpg?d=1698736421213');
  background-size: cover;
  opacity: 0;
  transition: all 0.3s;
}
.cont .news li:hover .w1440 {
  border-bottom: 1px solid transparent;
}
.cont .news li:hover::after {
  opacity: 1;
}
.cont .news li:hover .txt p {
  color: #fff;
}
.cont .news li:hover .txt span {
  color: rgba(255, 255, 255, 0.6);
}
.cont .news li:hover .txt .btm {
  opacity: 1;
}
.cont .news li:hover .txt .btm a {
  color: #bd9480;
  background-color: #fff;
}
.cont .news li:hover .txt .btm p {
  color: rgba(255, 255, 255, 0.6);
}
.cont .news li .w1440 {
  padding: 3% 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 2;
}
.cont .news li .img {
  width: 50%;
  overflow: hidden;
}
.cont .news li .img img {
  transition: all 0.5s;
}
.cont .news li .img:hover img {
  transform: scale(1.05);
}
.cont .news li .txt {
  padding: 2% 0% 2% 5%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.cont .news li .txt .tit {
  width: 100%;
}
.cont .news li .txt .tit p {
  position: relative;
  width: 100%;
}
.cont .news li .txt .tit p::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s;
}
.cont .news li .txt .tit p:hover::after {
  width: 100%;
}
.cont .news li .txt p {
  display: block;
  color: #231815;
  transition: all 0.3s;
}
.cont .news li .txt span {
  display: block;
  color: rgba(35, 24, 21, 0.6);
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.87;
  height: 5.61em;
  margin-top: 1%;
  transition: all 0.3s;
}
.cont .news li .txt .btm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #231815;
  opacity: 0.6;
  transition: all 0.3s;
}
.cont .news li .txt .btm a {
  padding: 12px 45px;
  border-radius: 100px;
  background-color: transparent;
  transition: all 0.3s;
}
.cont .news li:nth-child(2n) .txt {
  padding: 2% 5% 2% 0%;
}
.cont .news li:nth-child(2n) .img {
  order: 2;
}
.cont .news li:nth-last-child(1) .w1440 {
  border: 0;
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont .news li .w1440 {
    flex-wrap: wrap;
  }
  .cont .news li .w1440 .img,
  .cont .news li .w1440 .txt {
    width: 100%;
    order: 2;
  }
  .cont .news li .w1440 .txt {
    padding: 15px 0;
  }
  .cont .news li .txt .btm a {
    padding: 12px 0;
  }
  .cont .news li:hover .txt .btm {
    margin-top: 20px;
  }
  .cont .news li .w1440 {
    padding: 30px 0;
  }
  .cont .news li:hover .txt .btm a {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 768px) {
  .cont {
    padding: 30px 0;
  }
  .cont .swiper-container .swiper-slide {
    width: 100%;
  }
  .cont .swiper-container .swiper-slide .txt {
    padding: 15px;
  }
  .cont .swiper-container .swiper-slide .txt p {
    display: block;
    height: auto;
    font-size: 14px;
  }
  .cont .swiper-container {
    padding-bottom: 15px;
  }
}