.home-news024 .layout .inner-box {
  display: flex;
  justify-content: space-between;
}

.home-news024 .layout .inner-box h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news024 .layout .inner-box .left-box .swiper-container {
  margin-top: 0.3rem;
  padding: 0.1rem;
}

.home-news024 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0.2rem;
}
.home-news024 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .top .tit .aline_w {
  background-size: 100% 1px;
}
.home-news024 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .top {
  margin-bottom: 0.2rem;
}

.home-news024 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .top .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-bottom: 0.1rem;
}

.home-news024 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .top .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #666;
}

.home-news024 .layout .inner-box .left-box .swiper-container .swiper-scrollbar {
  width: 1.85rem;
  position: relative;
  margin: 0.2rem auto 0;
  background-color: rgba(170, 170, 170, 0.1);
}

.home-news024 .layout .inner-box .left-box .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #f39800;
}

.home-news024 .layout .inner-box .right-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.home-news024 .layout .inner-box .right-box ul li {
  width: 48%;
  margin-bottom: 0.2rem;
}

.home-news024 .layout .inner-box .right-box ul li a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0.2rem;
  position: relative;
}
.home-news024 .layout .inner-box .right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}
.home-news024 .layout .inner-box .right-box ul li a .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #e9eef2;
  left: 0.06rem;
  top: 0.06rem;
  z-index: -1;
}

.home-news024 .layout .inner-box .right-box ul li a .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.81rem;
  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.81rem;
  margin-bottom: 0.1rem;
}

.home-news024 .layout .inner-box .right-box ul li a .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #666;
}

@media (max-width: 960px) {
  .home-news024 .layout .inner-box {
    display: block;
  }

  .home-news024 .layout .inner-box .left-box {
    width: 100% !important;
  }

  .home-news024 .layout .inner-box .left-box .swiper-container {
    margin-top: 20px !important;
  }

  .home-news024 .layout .inner-box .right-box {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .home-news024 .layout .inner-box .right-box ul {
    margin-top: 20px !important;
  }

  .home-news024 .layout .inner-box .right-box ul li {
    width: 100% !important;
  }
}

/*# sourceMappingURL=home-news024.css.map */