.home-news046 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news046 .layout .inner-box {
  margin-top: 0.4rem;
}

.home-news046 .layout .inner-box .time-box {
  display: flex;
  align-items: center;
}

.home-news046 .layout .inner-box .time-box i {
  font-size: 0.16rem;
  margin-right: 0.1rem;
}

.home-news046 .layout .inner-box .top-news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-news046 .layout .inner-box .top-news .left-box {
  width: 66%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.home-news046 .layout .inner-box .top-news .left-box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.home-news046 .layout .inner-box .top-news .left-box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .bottom {
  opacity: 1;
}

.home-news046 .layout .inner-box .top-news .left-box .swiper-container .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}

.home-news046 .layout .inner-box .top-news .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news046 .layout .inner-box .top-news .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;
  opacity: 0;
}

.home-news046 .layout .inner-box .top-news .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-news046 .layout .inner-box .top-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .time-box i {
  color: #fff;
}

.home-news046 .layout .inner-box .top-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: #fff;
}

.home-news046 .layout .inner-box .top-news .left-box .swiper-container .button {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  display: flex;
  justify-content: center;
}

.home-news046 .layout .inner-box .top-news .left-box .swiper-container .button .swiper-pagination {
  position: relative;
  width: fit-content;
  line-height: 1;
  bottom: 0;
  font-size: 0.16rem;
  color: #fff;
}

.home-news046 .layout .inner-box .top-news .left-box .swiper-container .button .swiper-button-prev,
.home-news046 .layout .inner-box .top-news .left-box .swiper-container .button .swiper-button-next {
  height: fit-content;
  color: #fff;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
}

.home-news046 .layout .inner-box .top-news .left-box .swiper-container .button .swiper-button-prev:after,
.home-news046 .layout .inner-box .top-news .left-box .swiper-container .button .swiper-button-next:after {
  font-size: 0.16rem;
}

.home-news046 .layout .inner-box .top-news .right-box {
  width: 32%;
}

.home-news046 .layout .inner-box .top-news .right-box a {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

.home-news046 .layout .inner-box .top-news .right-box a:hover img {
  transform: scale(1.1);
}

.home-news046 .layout .inner-box .top-news .right-box a:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news046 .layout .inner-box .top-news .right-box a .bottom {
  height: 3.05rem;
  padding: 0.2rem;
  background-color: var(--ruifox-color-primary-1);
  background-size: cover;
}

.home-news046 .layout .inner-box .top-news .right-box a .bottom .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-bottom: 0.1rem;
  color: #fff;
}

.home-news046 .layout .inner-box .top-news .right-box a .bottom .time-box i {
  color: #fff;
}

.home-news046 .layout .inner-box .top-news .right-box a .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: #fff;
}

.home-news046 .layout .inner-box .bottom-news {
  margin-top: 0.2rem;
}

.home-news046 .layout .inner-box .bottom-news ul {
  display: flex;
  gap: 1.33%;
}

.home-news046 .layout .inner-box .bottom-news ul li {
  width: 32%;
}

.home-news046 .layout .inner-box .bottom-news ul li a {
  display: block;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  padding: 0.2rem;
}

.home-news046 .layout .inner-box .bottom-news ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news046 .layout .inner-box .bottom-news 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-news046 .layout .inner-box .bottom-news ul li a .time-box i {
  color: #85be21;
}

.home-news046 .layout .inner-box .bottom-news ul li a .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: var(--ruifox-color-primary-1);
}

@media (max-width: 960px) {
  .home-news046 .layout .inner-box {
    margin-top: 20px;
  }

  .home-news046 .layout .inner-box .top-news {
    display: block;
  }

  .home-news046 .layout .inner-box .top-news .left-box {
    width: 100%;
  }

  .home-news046 .layout .inner-box .top-news .right-box {
    width: 100%;
    margin-top: 10px;
  }

  .home-news046 .layout .inner-box .top-news .right-box a .bottom {
    height: auto;
  }

  .home-news046 .layout .inner-box .bottom-news ul {
    display: block;
  }

  .home-news046 .layout .inner-box .bottom-news ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=home-news046.css.map */