.home-news053 {
  overflow: hidden;
}

.home-news053 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.4rem;
}

.home-news053 .layout .inner-box {
  display: flex;
  justify-content: space-between;
}

.home-news053 .layout .inner-box .news-box .bottom {
  padding: 0.19rem 0;
}

.home-news053 .layout .inner-box .news-box .bottom .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0.07rem;
  height: 0.54rem;
}

.home-news053 .layout .inner-box .news-box .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: #666;
}

.home-news053 .layout .inner-box .news-box ul li {
  border-bottom: 1px solid #ccc;
}

.home-news053 .layout .inner-box .news-box ul li a {
  display: block;
}

.home-news053 .layout .inner-box .news-box ul li a:hover img {
  transform: scale(1.1);
}

.home-news053 .layout .inner-box .news-box ul li a:hover .bottom .tit {
  color: var(--ruifox-color-primary-1);
}

.home-news053 .layout .inner-box .news-box ul li a .bottom .tit .aline_w {
  background-image: linear-gradient(var(--ruifox-color-primary-1), var(--ruifox-color-primary-1));
}


.home-news053 .layout .inner-box .news-box ul li a:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news053 .layout .inner-box .center-box {
  width: 45%;
}

.home-news053 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}

.home-news053 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news053 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide .bottom {
  padding: 0.2rem;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-news053 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide .bottom .tit {
  color: #fff;
}

.home-news053 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide .bottom .time {
  color: #fff;
}

.home-news053 .layout .inner-box .center-box .swiper-container .button {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  display: flex;
  justify-content: center;
}

.home-news053 .layout .inner-box .center-box .swiper-container .button .swiper-pagination {
  position: relative;
  width: fit-content;
  line-height: 1;
  bottom: 0;
  font-size: 0.16rem;
  color: #fff;
}

.home-news053 .layout .inner-box .center-box .swiper-container .button .swiper-button-prev,
.home-news053 .layout .inner-box .center-box .swiper-container .button .swiper-button-next {
  height: fit-content;
  color: #fff;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
}

.home-news053 .layout .inner-box .center-box .swiper-container .button .swiper-button-prev:after,
.home-news053 .layout .inner-box .center-box .swiper-container .button .swiper-button-next:after {
  font-size: 0.16rem;
}

.home-news053 .layout .inner-box .center-box ul li a .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news053 .layout .inner-box .center-box ul li a .bottom .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0 0.1rem 0 0;
  height: auto;
}

.home-news053 .layout .inner-box .left-box {
  width: 24%;
  margin-top: 0.4rem;
}

.home-news053 .layout .inner-box .right-box {
  width: 24%;
  margin-top: 0.4rem;
}
.home-news053 .layout .inner-box .right-box h1 {
  margin-bottom: 0.2rem;
}
    @media (max-width: 960px) {
      .home-news053 .layout h1 {
        margin-bottom: 20px;
      }
    .home-news053 .layout .inner-box .right-box h1 {
      margin-bottom: 0;
    }
      .home-news053 .layout .inner-box {
        display: block;
      }
  
      .home-news053 .layout .inner-box .news-box .bottom .content {
        display: none;
      }
  
      .home-news053 .layout .inner-box .center-box {
        margin-top: 20px;
        width: 100%;
      }
  
      .home-news053 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide .bottom {
        padding: 20px;
      }
  
      .home-news053 .layout .inner-box .left-box {
        width: 100%;
        margin: unset;
      }
  
      .home-news053 .layout .inner-box .right-box {
        width: 100%;
        margin-top: 20px;
      }
    }

/*# sourceMappingURL=home-news053.css.map */