.home-news048 {
  background-size: cover;
}

.home-news048 .layout .inner-box {
  display: flex;
  justify-content: space-between;
}

.home-news048 .layout .inner-box .left-box {
  width: 61%;
}

.home-news048 .layout .inner-box .left-box h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-news048 .layout .inner-box .left-box .swiper-container {
  margin-top: 0.4rem;
  position: relative;
  padding: 1px;
}

.home-news048 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  border-radius: 0.08rem;
  overflow: hidden;
}

.home-news048 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .left-img img {
  transform: scale(1.1);
}

.home-news048 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .right-info .tit .aline_w {
  background-size: 100% 1px;
}

.home-news048 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .left-img {
  width: 48%;
  flex-shrink: 0;
}

.home-news048 .layout .inner-box .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: 1px solid #82beeb;
  border-left: none;
    background-size: cover;
}

.home-news048 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info>img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-news048 .layout .inner-box .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 .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info .time {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1;
}

.home-news048 .layout .inner-box .left-box .swiper-container .swiper-button {
  position: absolute;
  right: 39%;
  bottom: 0.4rem;
  display: flex;
}

.home-news048 .layout .inner-box .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 .inner-box .left-box .swiper-container .swiper-button .swiper-button-prev,
.home-news048 .layout .inner-box .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 .inner-box .left-box .swiper-container .swiper-button .swiper-button-prev:after,
.home-news048 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-button-next:after {
  font-size: 0.16rem;
}

.home-news048 .layout .inner-box .left-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.home-news048 .layout .inner-box .left-box ul li {
  width: 48%;
}

.home-news048 .layout .inner-box .left-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #e4e4e4;
}

.home-news048 .layout .inner-box .left-box ul li a:hover .left-img img {
  scale: 1.1;
}

.home-news048 .layout .inner-box .left-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news048 .layout .inner-box .left-box ul li a .left-img {
  width: 30%;
  margin-right: 0.1rem;
  border-radius: 0.08rem;
  overflow: hidden;
  flex-shrink: 0;
}

.home-news048 .layout .inner-box .left-box ul li a .right-info {
  flex: 1;
}

.home-news048 .layout .inner-box .left-box ul li a .right-info .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-right: 0.1rem;
}

.home-news048 .layout .inner-box .left-box ul li a .right-info .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
}

.home-news048 .layout .inner-box .right-box {
  width: 35%;
}

.home-news048 .layout .inner-box .right-box .notice-box {
  /* border: 1px solid #82beeb; */
  border-radius: 0.08rem;
  background-color: #f2f7f5;
  padding: 0.4rem;
}

.home-news048 .layout .inner-box .right-box .notice-box .tit-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news048 .layout .inner-box .right-box .notice-box .tabtit-component {
  margin-top: 0.4rem;
}

.home-news048 .layout .inner-box .right-box .notice-box ul {
  margin-top: 0.2rem;
}

.home-news048 .layout .inner-box .right-box .notice-box ul li a {
  display: block;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #e4e4e4;
}

.home-news048 .layout .inner-box .right-box .notice-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news048 .layout .inner-box .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 .inner-box .right-box .notice-box ul li a .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
}

.home-news048 .layout .inner-box .right-box .column-list {
  display: flex;
  justify-content: space-around;
  margin-top: 0.2rem;
  border-radius: 0.08rem;
  height: 1.5rem;
  background-color: var(--ruifox-color-primary-1);
  background-size: cover;
}

.home-news048 .layout .inner-box .right-box .column-list li {
  width: 50%;
}

.home-news048 .layout .inner-box .right-box .column-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
}

.home-news048 .layout .inner-box .right-box .column-list li a:hover {
  transform: translateY(-10px);
}

.home-news048 .layout .inner-box .right-box .column-list li a img {
  width: 0.64rem;
}
.home-news048 .layout .inner-box .right-box .column-list li a i {
  font-size: 0.4rem;
  color: #fff;
}
.home-news048 .layout .inner-box .right-box .column-list li a p {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.2rem;
  line-height: 1;
}

@media (max-width: 960px) {
  .home-news048 .layout .inner-box {
    display: block;
  }

  .home-news048 .layout .inner-box .left-box {
    width: 100% !important;
  }

  .home-news048 .layout .inner-box .left-box .swiper-container {
    margin-top: 20px !important;
  }

  .home-news048 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
  }

  .home-news048 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .left-img {
    width: 100% !important;
  }

  .home-news048 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info {
    width: 100%;
    padding: 10px !important;
    border-left: 1px solid #82beeb;
    border-radius: 0 0 0.08rem 0.08rem;
    border-top: none;
 
  }

  .home-news048 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info>img {
    max-height: 100%;
  }

  .home-news048 .layout .inner-box .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 .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info .button {
    left: unset;
    right: 20px;
    bottom: 13px;
  }

  .home-news048 .layout .inner-box .left-box .swiper-container .swiper-button {
    right: 20px;
    bottom: 20px;
  }

  .home-news048 .layout .inner-box .left-box ul li {
    width: 100%;
  }

  .home-news048 .layout .inner-box .left-box ul li a .left-img {
    width: 140px;
  }

  .home-news048 .layout .inner-box .right-box {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .home-news048 .layout .inner-box .right-box .notice-box {
    padding: 20px !important;
  }

  .home-news048 .layout .inner-box .right-box .notice-box .tabtit-component {
    margin-top: 20px;
  }

  .home-news048 .layout .inner-box .right-box .notice-box ul {
    margin-top: 0 !important;
  }

  .home-news048 .layout .inner-box .right-box .column-list li a p {
    font-size: 20px;
  }
}

/*# sourceMappingURL=home-news048.css.map */