.home-news076 {
  padding-top: 0.8rem;
  position: relative;
  z-index: 2;
}
.bg{
  position: absolute;
  width: 100%;
  
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 90% !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
  width: 15px;
  height: 15px;
}

.home-news076>img {
  position: absolute;
  max-width: 3.6rem;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.home-news076 .layout .aline_w.party {
  background-image: linear-gradient(rgba(201, 21, 30, 0.6), rgba(201, 21, 30, 0.6));
}

.home-news076 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news076 .layout .new-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-news076 .layout .left-box {
  width: calc(66.6% - 0.12rem);
}

.home-news076 .layout .left-box .tab-pannel-wrap {
  margin-top: 0.4rem;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container {
  /* margin-right: -0.1rem; */
  margin-bottom: 0;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .slick-list {
  padding: 0.1rem 0.1rem 0 0;
  margin-top: -0.1rem;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item {
  display: flex;
  position: relative;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .left-img {
  width: 50%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .left-img .inner-img {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  background: #c9151e;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .left-img .inner-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info {
  flex: 1;
  background: #c9151e url(https://www.lsz120.cn/oss/group-bucket-43/images/2025-06-25/6917974e-d686-4c0f-9767-671c5bf45673.png) no-repeat right bottom;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 0.4rem;
  color: #333;
  right: 0.1rem;
  top: 0.4rem;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info .inner-info {
  position: relative;
  height: 100%;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info .inner-info .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  left: 0;
  bottom: 0;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info .inner-info .tit {
  font-size: 0.22rem;
  line-height: 0.33rem;
  max-height: 0.66rem;
  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.66rem;
  margin-bottom: 0.15rem;
  color: white;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info .inner-info .content {
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 0.72rem;
  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.72rem;
  margin-bottom: 0.15rem;
  color: rgba(255, 255, 255, 0.6);
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info .inner-info .more {
  left: 0;
  bottom: 0;
  color: #666;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item:hover .left-img .inner-img img {
  transform: scale(1.1);
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item:hover .right-info .inner-info .tit .aline_w {
  background-size: 100% 1px;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .slick-dots {
  bottom: 0.14rem;
  right: 51.5%;
  text-align: right;
  padding-right: 0.05rem;
  z-index: 2;
  font-size: 0;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .slick-dots li {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  margin: 0 0.06rem;
  border: 1px solid #fff;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .slick-dots li.slick-active {
  background-color: #fff;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .slick-dots li button {
  display: none;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: white;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li {
  width: 33.333333%;
  transition: .3s;
  position: relative;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li::after {
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  content: '';
  width: 0;
  border-right: 1px solid #ecf0f5;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 0.24rem;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li a .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.82rem;
  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.82rem;
  margin-bottom: 0.15rem;
  color: #333;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li a .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: #c9151e;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li:hover a .tit {
  color: #c9151e;
}

.home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li:hover a .tit .aline_w {
  background-size: 100% 1px;
}

.home-news076 .layout .right-box {
  width: calc(33.3% - 0.18rem);
}

.home-news076 .layout .right-box ul {
  margin-top: 0.4rem;
}

.home-news076 .layout .right-box ul li {
  margin-bottom: 0.3rem;
}

.home-news076 .layout .right-box ul li:last-child {
  margin-bottom: 0;
}

.home-news076 .layout .right-box ul li a {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 100%;
  transition: all 0.3s;
  border: 1px solid #d5d5d5;
}

.home-news076 .layout .right-box ul li a .label {
  width: 1.5rem;
  height: 100%;
  padding: 0.05rem;
  flex-shrink: 0;
  background-clip: content-box;
  background-color: #b7d9ee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007cc2;
  font-size: 0.22rem;
}

.home-news076 .layout .right-box ul li a .label .inner-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-news076 .layout .right-box ul li a .label .inner-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.home-news076 .layout .right-box ul li a .left-time {
  padding: 0.18rem 0.15rem;
  position: relative;
}

.home-news076 .layout .right-box ul li a .left-time::after {
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  content: '';
  width: 0;
  border-right: 1px solid #ecf0f5;
}

.home-news076 .layout .right-box ul li a .left-time .day {
  font-size: 0.2rem;
  color: #c9151e;
}

.home-news076 .layout .right-box ul li a .left-time .year {
  width: max-content;
  padding-top: 0.03rem;
  margin-top: 0.03rem;
  border-top: 1px solid #eaeaea;
  font-size: 0.16rem;
  color: rgba(201, 21, 30, 0.6);
}

.home-news076 .layout .right-box ul li a .right-info {
  padding: 0.18rem 0.15rem;
}

.home-news076 .layout .right-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-bottom: 0.05rem;
}

.home-news076 .layout .right-box ul li a .right-info .time {
  display: flex;
  color: #666;
}

.home-news076 .layout .right-box ul li a:hover .label .inner-img img {
  transform: scale(1.1);
}

.home-news076 .layout .right-box ul li a:hover .right-info .tit {
  color: #c9151e;
}

.home-news076 .layout .right-box ul li a:hover .right-info .tit .aline_w {
  background-size: 100% 1px;
}

.home-news076 .more001:before {
  content: '';
  background-color: #bd1111;
}

.home-news076 .more001:hover {
  border-color: #bd1111;
}

@media (max-width: 1600px) {
  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .left-img .inner-img {
    padding-bottom: 64%;
  }
}

@media (max-width: 960px) {
  .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      width: 100% !important;
    }
  .home-news076 {
    padding: 40px 0 !important;
  }

  .home-news076 .layout {
    display: block;
  }

  .home-news076 .layout .left-box {
    width: 100%;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap {
    margin-top: 20px;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container {
    margin: 0 -10px;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .slick-list {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item {
    display: block;
    /* margin: 0 10px; */
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .left-img {
    width: 100%;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info {
    width: 100%;
    position: static;
    padding: 20px;
    height: auto;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info .inner-info .tit {
    margin-top: 5px;
    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;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info .inner-info .time {
    bottom: -20px;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .news-item .right-info .inner-info .more {
    display: none;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .swiper-container .slick-dots {
    bottom: 240px;
    right: 30px;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li {
    width: 100% !important;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li::after {
    width: 100%;
    height: 0;
    border-top: 1px solid #ecf0f5;
  }

  .home-news076 .layout .left-box .tab-pannel-wrap .tab-pannel .bottom-list li a .tit {
    line-height: 0.27rem;
    max-height: 1.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 0.54rem;
  }

  .home-news076 .layout .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .home-news076 .layout .right-box ul {
    margin-top: 20px;
  }
}