.home-news047 {
  /* overflow: hidden; */
}
.home-news047 .noimg-txt {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0.7;
}
.home-news047 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.home-news047 .layout h1 a.more001 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home-news047 .layout .inner-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.home-news047 .layout .inner-box .news-box .bottom {
  padding: 0.19rem 0;
}

.home-news047 .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.1rem;
  height: 0.54rem;
}

.home-news047 .layout .inner-box .news-box .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: #666;
}

.home-news047 .layout .inner-box .news-box ul li {
  border-bottom: 1px solid #ccc;
}

.home-news047 .layout .inner-box .news-box ul li a {
  display: block;
}

.home-news047 .layout .inner-box .news-box ul li a:hover .img img {
  transform: scale(1.1);
}

.home-news047 .layout .inner-box .news-box ul li a:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news047 .layout .inner-box .center-box {
  width: 45%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.home-news047 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.home-news047 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news047 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide .bottom {
  z-index: 1;
  position: relative;
  padding: 0.4rem;
  background-color: #fff;
  background-position: right bottom;
  background-size: cover;
  
  /* width: 90%;
  margin: -0.2rem auto 0.1rem; */
}

.home-news047 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide .bottom .tit {
  font-size: 0.2rem;
  line-height: 0.29rem;
  max-height: 0.87rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.87rem;
}

.home-news047 .layout .inner-box .center-box .swiper-container .button {
  position: absolute;
  right: 0.5rem;
  bottom: 0.4rem;
  display: flex;
  justify-content: center;
}

.home-news047 .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: var(--ruifox-color-primary-1);
}

.home-news047 .layout .inner-box .center-box .swiper-container .button .swiper-button-prev,
.home-news047 .layout .inner-box .center-box .swiper-container .button .swiper-button-next {
  height: fit-content;
  color: var(--ruifox-color-primary-1);
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
}

.home-news047 .layout .inner-box .center-box .swiper-container .button .swiper-button-prev:after,
.home-news047 .layout .inner-box .center-box .swiper-container .button .swiper-button-next:after {
  font-size: 0.16rem;
}

.home-news047 .layout .inner-box .left-box {
  width: 24%;
}
.home-news047 .layout .inner-box .left-box ul li:first-child a .bottom {
  width: 100%;
    background-color: #189daa;
    padding: 0.2rem;
    z-index: 10;
    position: relative;
    background-size: cover;
}
.home-news047 .layout .inner-box .left-box ul li:first-child a .bottom .tit,
.home-news047 .layout .inner-box .left-box ul li:first-child a .bottom .time {
  color: #fff;
}
.home-news047 .layout .inner-box .right-box {
  width: 24%;
}

@media (max-width: 960px) {
  .home-news047 .layout .inner-box {
    display: block;
    margin-top: 20px;
  }

  .home-news047 .layout .inner-box .news-box .bottom .content {
    display: none;
  }

  .home-news047 .layout .inner-box .center-box {
    width: 100%;
  }

  .home-news047 .layout .inner-box .center-box .swiper-container .swiper-wrapper .swiper-slide .bottom {
    padding: 20px;
  }

  .home-news047 .layout .inner-box .left-box {
    width: 100%;
  }

  .home-news047 .layout .inner-box .right-box {
    width: 100%;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=home-news047.css.map */