.home-news048 {
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

/* 上栏：标题+查看更多 */
.home-news048 .layout .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-news048 .layout .top-row .top-left {
  flex: 1;
}

.home-news048 .layout .top-row .top-right {
  flex-shrink: 0;
}

/* 下栏 */
.home-news048 .layout .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0.3rem;
}

/* left-box - 圆角白底有阴影无边框底框 */
.home-news048 .layout .bottom-row .left-box {
  width: 63%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 0.4rem;
  box-sizing: border-box;
}

.home-news048 .layout .bottom-row .left-box h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-news048 .layout .bottom-row .left-box .swiper-container {
  margin-top: 0.4rem;
  position: relative;
  padding: 1px;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  border-radius: 0.08rem;
  overflow: hidden;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .left-img img {
  transform: scale(1.1);
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .right-info .tit .aline_w {
  background-size: 100% 1px;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .left-img {
  width: 59%;
  flex-shrink: 0;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info {
  flex: 1;
  background-color: var(--ruifox-color-primary-1);
  padding: 0.4rem;
  position: relative;
  border-radius: 0 0.08rem 0.08rem 0;
  border-left: none;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info>img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 1.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0.1rem;
  height: 1.08rem;
  color: #fff;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info .time {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1;

}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-button {
  position: absolute;
  right: 41%;
  bottom: 0.4rem;
  display: flex;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-button .swiper-pagination {
  position: relative;
  width: fit-content;
  line-height: 1;
  bottom: 0;
  font-size: 0.16rem;
  color: #fff;
  margin: 0 0.1rem;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-button .swiper-button-prev,
.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-button .swiper-button-next {
  width: fit-content;
  height: fit-content;
  color: #fff;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
}

.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-button .swiper-button-prev:after,
.home-news048 .layout .bottom-row .left-box .swiper-container .swiper-button .swiper-button-next:after {
  font-size: 0.16rem;
}

/* 左侧下方新闻列表（无图版） */
.home-news048 .layout .bottom-row .left-box .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.home-news048 .layout .bottom-row .left-box .news-list li {
  width: 48%;
}

.home-news048 .layout .bottom-row .left-box .news-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #e4e4e4;
}

.home-news048 .layout .bottom-row .left-box .news-list li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news048 .layout .bottom-row .left-box .news-list 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;
  flex: 1;
  margin-right: 0.1rem;
}

.home-news048 .layout .bottom-row .left-box .news-list li a .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
  flex-shrink: 0;
  padding-top: 0.2rem;
}

/* right-box */
.home-news048 .layout .bottom-row .right-box {
  width: 35%;
  display: flex;
  flex-direction: column;
}

/* 右栏内容包裹 - 圆角白底有阴影无边框 */
.home-news048 .layout .bottom-row .right-box .right-content-wrap {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 0.4rem;
}

/* 右栏标题区域 */
.home-news048 .layout .bottom-row .right-box .right-content-wrap .right-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}

.home-news048 .layout .bottom-row .right-box .right-content-wrap .right-title-wrap .title-icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}

.home-news048 .layout .bottom-row .right-box .right-content-wrap .right-title-wrap .children-component:first-child {
  margin-right: auto;
}

.home-news048 .layout .bottom-row .right-box .right-content-wrap .notice-box ul {
  margin-top: 0.2rem;
}

.home-news048 .layout .bottom-row .right-box .notice-box ul li a {
  display: block;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #e4e4e4;
}

.home-news048 .layout .bottom-row .right-box .notice-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news048 .layout .bottom-row .right-box .notice-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;
  margin-bottom: 0.1rem;
}

.home-news048 .layout .bottom-row .right-box .notice-box ul li a .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
}


@media (max-width: 960px) {
  .home-news048 .layout .top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-news048 .layout .bottom-row {
    display: block;
  }

  .home-news048 .layout .bottom-row .left-box {
    width: 100% !important;
    margin-top: 0.3rem;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem !important;
  }

  .home-news048 .layout .bottom-row .left-box .swiper-container {
    margin-top: 20px !important;
  }

  .home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
  }

  .home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .left-img {
    width: 100% !important;
  }

  .home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info {
    width: 100%;
    padding: 10px !important;
    border-left: 1px solid #fff;
    border-top: none;
  }

  .home-news048 .layout .bottom-row .right-box .right-content-wrap {
    padding: 0.3rem 0.2rem 0.3rem 0.2rem !important;
  }

  .home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info>img {
    max-height: 100%;
  }

  .home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info .tit {
    -webkit-line-clamp: 2 !important;
    max-height: 0.54rem !important;
    height: 0.54rem !important;
  }

  .home-news048 .layout .bottom-row .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info .button {
    left: unset;
    right: 20px;
    bottom: 13px;
  }

  .home-news048 .layout .bottom-row .left-box .swiper-container .swiper-button {
    right: 20px;
    bottom: 20px;
  }

  .home-news048 .layout .bottom-row .right-box .notice-box ul li a {
    padding: 0.1rem 0 !important;
  }

  .home-news048 .layout .bottom-row .left-box .news-list li {
    width: 100%;
  }

  .home-news048 .layout .bottom-row .left-box .news-list li a {
    padding: 0.1rem 0 !important;
  }

  .home-news048 .layout .bottom-row .left-box .news-list li a .time {
    padding-top: 0.3rem !important;
  }

  .home-news048 .layout .bottom-row .left-box .news-list li:nth-child(n+3) {
    display: none;
  }

  .home-news048 .layout .bottom-row .right-box .notice-box ul li:nth-child(n+4) {
    display: none;
  }

  .home-news048 .layout .bottom-row .right-box {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .home-news048 .layout .bottom-row .right-box .notice-box {
    height: auto;
  }

  .home-news048 .layout .bottom-row .right-box .notice-box .tabtit-component {
    margin-top: 20px;
  }

  .home-news048 .layout .bottom-row .right-box .notice-box ul {
    margin-top: 0 !important;
  }

}