.home-news044 {
  margin-top: 0.8rem;
}

.home-news044 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-news044 .tabtit-component {
  margin-top: 0.4rem;
}
.home-news044 .layout .inner-box {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}

.home-news044 .layout .inner-box .left-box {
  width: 45%;
}

.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}

.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .r_img .inner-img {
  padding-bottom: 49.2%;
}

.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom {
  /* position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9)); */
  width: 100%;
  padding: 0.2rem;
  background-color: var(--ruifox-color-primary-1);
}

.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .tit,
.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .time {
  opacity: 0;
}
.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .bottom .tit,
.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .bottom .time {
  opacity: 1;
}
.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .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;
  height: 0.54rem;
  margin-bottom: 0.1rem;
  color: #fff;
}

.home-news044 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: #fff;
}

.home-news044 .layout .inner-box .left-box .swiper-container .button {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  display: flex;
  justify-content: center;
}

.home-news044 .layout .inner-box .left-box .swiper-container .button .swiper-pagination {
  position: relative;
  width: fit-content;
  line-height: 1;
  bottom: 0;
  font-size: 0.16rem;
  color: #fff;
}

.home-news044 .layout .inner-box .left-box .swiper-container .button .swiper-button-prev,
.home-news044 .layout .inner-box .left-box .swiper-container .button .swiper-button-next {
  height: fit-content;
  color: #fff;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
}

.home-news044 .layout .inner-box .left-box .swiper-container .button .swiper-button-prev:after,
.home-news044 .layout .inner-box .left-box .swiper-container .button .swiper-button-next:after {
  font-size: 0.16rem;
}

.home-news044 .layout .inner-box .right-box {
  width: 53%;
}

.home-news044 .layout .inner-box .right-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-news044 .layout .inner-box .right-box ul li {
  width: 49%;
  margin-bottom: 0.24rem;
}

.home-news044 .layout .inner-box .right-box ul li a {
  display: block;
  border-top: 4px solid var(--ruifox-color-primary-1);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.287rem;
}

.home-news044 .layout .inner-box .right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news044 .layout .inner-box .right-box ul li a .tit {
  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;
  height: 0.54rem;
  margin-right: 0;
  margin-bottom: 0.1rem;
}

.home-news044 .layout .inner-box .right-box ul li a .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;
  height: 0.54rem;
  margin-bottom: 0.1rem;
}

.home-news044 .layout .inner-box .right-box ul li a .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: #666;
}

@media (max-width: 960px) {
  .home-news044 .layout .tabtit-component {
      margin-top: 20px;
    }
  .home-news044 .layout .inner-box {
    display: block;
    margin-top: 20px !important;
  }

  .home-news044 .layout .inner-box .left-box {
    width: 100% !important;
  }

  .home-news044 .layout .inner-box .right-box {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .home-news044 .layout .inner-box .right-box ul li {
    width: 100% !important;
  }
}

/*# sourceMappingURL=home-news044.css.map */