.home-news025 {
  margin-top: 0.8rem;
  z-index: 1;
  position: relative;
}

.home-news025 .layout {
  display: flex;
  justify-content: space-between;
}

.home-news025 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news025 .layout .left-box {
  width: 64.6%;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel {
  display: none;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel:first-child {
  display: block;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news {
  display: flex;
  margin-top: 0.4rem;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .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;
  transition: all 0.3s;
  margin-bottom: 0.1rem;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: #bbb !important;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .left-news {
  display: block;
  width: 43%;
  margin-right: 4%;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news {
  display: block;
  position: relative;
  /* width: 43%;
    margin-right: 4%; */
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news .inner-img {
  width: 100%;
  padding-bottom: 54%;
  overflow: hidden;
  position: relative;
  background-color: var(--ruifox-color-primary-1);
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news .inner-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news .bottom {
  padding: 0.2rem;
  border-bottom: 1px dashed #ccc;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news .bottom .time {
  color: #bbb;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news .bottom .des {
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 0.96rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.96rem;
  margin-bottom: 0.22rem;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news .bottom .border-line {
  width: 50px;
  height: 3px;
  background-color: var(--ruifox-color-primary-1);
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news:hover .img img {
  transform: scale(1.1);
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news:hover .bottom .border-line {
  width: 100% !important;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news .bottom .tit {
  color: white;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news:hover .bottom .tit {
  color: white;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .left-news .swiper-container .swiper-button {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.05rem;
  color: #fff;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .left-news .swiper-container .swiper-button-prev,
.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .left-news .swiper-container .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .left-news .swiper-container .swiper-button-prev::after,
.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .left-news .swiper-container .swiper-button-next::after {
  font-size: 0.14rem;
  color: #fff;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .left-news .swiper-container .swiper-pagination {
  position: static;
  width: auto;
  color: #fff;
  font-size: 0.14rem;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul {
  flex: 1;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul li:last-child a {
  border-bottom: 1px dashed #ccc;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul li a {
  display: flex;
  padding: 0.2rem 0;
  border-top: 1px dashed #ccc;
  position: relative;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul li a .img-box {
  padding-right: 10px;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul li a .img-box img {
  width: 1.2rem;
  height: 100%;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul li a .border-line {
  width: 50px;
  height: 3px;
  background-color: var(--ruifox-color-primary-1);
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul li a:hover .tit {
  color: var(--ruifox-color-primary-1);
}

.home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul li a:hover .border-line {
  width: 100% !important;
}

.home-news025 .layout .right-box {
  width: 33.3%;
}

.home-news025 .layout .right-box ul {
  margin-top: 0.4rem;
}

.home-news025 .layout .right-box ul li {
  margin-bottom: 0.2rem;
}

.home-news025 .layout .right-box ul li a {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.2rem;
}

.home-news025 .layout .right-box ul li a:hover .tit {
  color: var(--ruifox-color-primary-1);
}

.home-news025 .layout .right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news025 .layout .right-box ul li a .tit {
  flex: 1;
  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-news025 .layout .right-box ul li a .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #666;
}

@media (max-width: 960px) {
  .home-news025 {
    margin-top: 40px !important;
  }

  .home-news025 .layout {
    flex-wrap: wrap;
  }

  .home-news025 .layout .left-box {
    width: 100% !important;
  }

  .home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news {
    margin-top: 20px !important;
    flex-wrap: wrap;
  }

  .home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .left-news {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news .first-news {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul {
    flex: unset;
    width: 100% !important;
  }

  .home-news025 .layout .left-box .tab-pannel-wrap .tab-pannel .inner-news ul li a .img-box img {
    height: 100%;
  }

  .home-news025 .layout .right-box {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .home-news025 .layout .right-box ul {
    margin-top: 20px !important;
  }

  .home-news025 .layout .right-box ul li:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=home-news025.css.map */