.ruifox-home-news007-002 {
  padding-top: 0.8rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.ruifox-home-news007-002 .layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ruifox-home-news007-002 .layout h1 .more002 i {
  color: #008f4d;
}

.ruifox-home-news007-002 .layout .inner-news {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  height: fit-content;
}

.ruifox-home-news007-002 .layout .inner-news .left-box {
  width: 48%;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide {
  font-size: 0;
  background-color: #fff;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .r_img .inner-img img {
  transform: scale(1.1);
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .r_img {
  background-color: var(--ruifox-color-primary-1);
  font-size: 0;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom {
  width: 100%;
  background: var(--ruifox-color-primary-1);
  padding: 0.2rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .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-right: 0.1rem;
  flex: 1;
  margin-right: 0.1rem;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow {
  width: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-button-next::after,
.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-button-prev::after {
  color: white;
  font-size: 0.16rem;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-button-prev {
  left: 0;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-button-next {
  right: 0;
}

.ruifox-home-news007-002 .layout .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-pagination {
  flex-shrink: 0;
  position: relative;
  color: white;
  font-size: 0.16rem;
  bottom: 0;
}

.ruifox-home-news007-002 .layout .inner-news .right-box {
  width: 50%;
}

.ruifox-home-news007-002 .layout .inner-news .right-box ul li:first-child a {
  padding-top: 0;
}

.ruifox-home-news007-002 .layout .inner-news .right-box ul li a {
  padding: 0.22rem 0;
  border-bottom: 1px solid #e4e0d7;
  /* display: block; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ruifox-home-news007-002 .layout .inner-news .right-box ul li a:hover .tit {
  /* color: #ee1d23; */
  color: var(--ruifox-color-primary-1);
}

.ruifox-home-news007-002 .layout .inner-news .right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.ruifox-home-news007-002 .layout .inner-news .right-box ul li a .time {
  font-size: 0.16rem;
  color: #666;
  display: flex;
  align-items: center;
}

.ruifox-home-news007-002 .layout .inner-news .right-box ul li a .time i {
  margin-right: 0.05rem;
  font-size: 0.16rem;
}

.ruifox-home-news007-002 .layout .inner-news .right-box ul li a .tit {
  color: #333;
  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-bottom: 0.12rem;
  margin-right: 0.4rem;
}

@media (max-width: 960px) {
  .ruifox-home-news007-002 {
    padding-top: 40px !important;
  }

  .ruifox-home-news007-002 .layout .inner-news {
    margin-top: 20px !important;
    display: block;
  }

  .ruifox-home-news007-002 .layout .inner-news .left-box {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .ruifox-home-news007-002 .layout .inner-news .right-box {
    width: 100% !important;
  }

  .ruifox-home-news007-002 .layout .inner-news .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;
  }
}

/*# sourceMappingURL=ruifox-home-news007-002.css.map */