.home-news063 {
  position: relative;
  /* padding: 0.8rem 0 0; */
}

.home-news063::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* background: #fff url("https://www.lsz120.cn/oss/group-bucket-43/images/2025-05-20/3f7eee08-c403-4f3b-8d0f-e905f80fb753.png") no-repeat center; */
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-news063 .noimg-txt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.24rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-news063 .layout h1 {
  display: flex;
  position: relative;
}

.home-news063 .layout h1 a.more001 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home-news063 .layout .inner-news {
  margin-top: 0.4rem;
}

.home-news063 .layout .inner-news .top {
  display: flex;
  justify-content: space-between;
}

.home-news063 .layout .inner-news .top .left {
  width: 49%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper {
  margin-bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .news-item .img {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .news-item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .news-item .bottom {
  box-sizing: border-box;
  background-color: #fff;
  border-left: 2px solid #007cc2;
  padding: 0.2rem;
  font-size: 0;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .news-item .bottom p {
  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;
  height: 0.54rem;
  transition: all 0.5s;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .news-item .bottom .time {
  font-size: 0.16rem;
  color: #666;
  line-height: 1;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .news-item:hover .img img {
  transform: scale(1.1);
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .news-item:hover .bottom p {
  color: #007cc2;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .news-item:hover .bottom p .aline_w {
  background-size: 100% 1px;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .slick-dots {
  bottom: 1.3rem;
  text-align: right;
  padding-right: 0.2rem;
  box-sizing: border-box;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .slick-dots li {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .slick-dots li button {
  display: none;
}

.home-news063 .layout .inner-news .top .left .swiper-wrapper .slick-dots li.slick-active {
  background-color: #fff;
}

.home-news063 .layout .inner-news .top .right {
  width: 49%;
  display: flex;
  justify-content: space-between;
}

.home-news063 .layout .inner-news .top .right .center {
  display: block;
  width: 48%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home-news063 .layout .inner-news .top .right .center .img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.home-news063 .layout .inner-news .top .right .center .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.home-news063 .layout .inner-news .top .right .center .bottom {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.3rem;
  color: #333;
}

.home-news063 .layout .inner-news .top .right .center .bottom .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;
}

.home-news063 .layout .inner-news .top .right .center .bottom .content {
  opacity: 0.7;
  font-size: 0.14rem;
  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;
}

.home-news063 .layout .inner-news .top .right .center .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  margin: 0.1rem 0;
  display: block;
  color: #666;
}

.home-news063 .layout .inner-news .top .right .center:hover .img img {
  transform: scale(1.1);
}

.home-news063 .layout .inner-news .top .right .center:hover .bottom .tit {
  color: #007cc2;
}

.home-news063 .layout .inner-news .top .right .center:hover .aline_w {
  background-size: 100% 1px;
}

.home-news063 .layout .inner-news .top .right ul {
  width: 48%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0 0.2rem;
  position: relative;
}

.home-news063 .layout .inner-news .top .right ul:before {
  content: "";
  width: 100%;
  border-top: 2px solid #007cc2;
  position: absolute;
  left: 0;
  top: 0;
}

.home-news063 .layout .inner-news .top .right ul li {
  /* padding: 0.2rem 0; */
  border-bottom: 1px solid #f0f0f0;
}

.home-news063 .layout .inner-news .top .right ul li a {
  color: #333;
  font-size: 0;
  display: block;
}

.home-news063 .layout .inner-news .top .right ul li a p {
  font-size: 0.16rem;
  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;
  height: 0.54rem;
  transition: all 0.3s;
}

.home-news063 .layout .inner-news .top .right ul li a .time {
  font-size: 0.16rem;
  line-height: 1;
  color: #666;
}

.home-news063 .layout .inner-news .top .right ul li a:hover p {
  color: #007cc2;
}

.home-news063 .layout .inner-news .top .right ul li a:hover .aline_w {
  background-size: 100% 1px;
}

.home-news063 .layout .inner-news .top .right ul li:last-child {
  border-bottom: none;
}

.home-news063 .layout .inner-news .bottom-ul {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-news063 .layout .inner-news .bottom-ul li {
  width: 48%;
}

.home-news063 .layout .inner-news li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.2rem 0;
  border-bottom: #dcd7d0 1px dashed;
  transition: .5s;
  position: relative;
}

.home-news063 .layout .inner-news .bottom-ul li a::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  right: -0.2rem;
  top: 0;
  bottom: 0;
  box-shadow: 3px 4px 24px -8px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: .5s;
}

.home-news063 .layout .inner-news .bottom-ul li a .img {
  width: 23%;
  margin-right: 0.2rem;
  flex-shrink: 0;
  position: relative;
}

.home-news063 .layout .inner-news .bottom-ul li a .img .inner-img {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.home-news063 .layout .inner-news .bottom-ul li a .img .inner-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.home-news063 .layout .inner-news .bottom-ul li a .right-info {
  font-size: 0;
  position: relative;
}

.home-news063 .layout .inner-news li a .right-info p {
  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;
  height: 0.54rem;
  transition: all 0.3s;
}

.home-news063 .layout .inner-news .bottom-ul li a .right-info span {
  font-size: 0.16rem;
  color: #666;
  line-height: 1;
  display: block;
}

.home-news063 .layout .inner-news .bottom-ul li a:hover::before {
  opacity: 1;
}

.home-news063 .layout .inner-news a:hover img {
  transform: scale(1.1);
}

.home-news063 .layout .inner-news .bottom-ul li a:hover .right-info p {
  color: #007cc2;
}

@media (max-width: 960px) {
  .home-news063 {
    padding: 40px 0 0 !important;
    margin-top: 0;
  }

  .home-news063 .layout {
    padding: 0 20px;
  }

  .home-news063 .layout .inner-news {
    margin-top: 20px;
  }

  .home-news063 .layout .inner-news .top {
    flex-wrap: wrap;
  }

  .home-news063 .layout .inner-news .top .left {
    width: 100%;
  }

  .home-news063 .layout .inner-news .top .right {
    width: 100%;
    flex-wrap: wrap;
  }

  .home-news063 .layout .inner-news .top .right .center {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  .home-news063 .layout .inner-news .top .right .center .bottom .tit {
    height: auto;
  }

  .home-news063 .layout .inner-news .top .right ul {
    width: 100%;
  }

  .home-news063 .layout .inner-news .bottom-ul li {
    width: 100%;
  }

  .home-news063 .layout .inner-news .bottom-ul li a {
    margin: 0;
    width: 100%;
    padding: 20px 0;
  }

  .home-news063 .layout .inner-news .bottom-ul li a .img {
    width: 115px;
    margin-right: 10px;
  }

  .home-news063 .layout .inner-news .bottom-ul li a:hover {
    transform: scale(1);
    box-shadow: unset;
  }
}