.news001-box2 {
  margin-top: 0.8rem;
  padding: 0.8rem 0 0.6rem;
  position: relative;
  background: url("https://www.lsz120.cn/oss/group-bucket-43/images/2025-05-30/903f3565-da5c-44de-bd66-bec8a0edbe63.jpg") no-repeat left;
  background-size: cover;
}

.news001-box2 .inner-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.news001-box2 .inner-layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news001-box2 .inner-layout .left-box {
  width: 100%
}

.news001-box2 .inner-layout .left-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.news001-box2 .inner-layout .left-box ul li {
  width: calc(50% - 0.1rem);
  margin-bottom: 0.25rem;
}

.news001-box2 .inner-layout .left-box ul li a {
  display: block;
  padding: 0.1rem;
  background-color: #fff;
  box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
}

.news001-box2 .inner-layout .left-box ul li a .inner-txt {
  border: 1px dashed #c1c0bf;
  padding: 0.15rem;
  font-size: 0;
}

.news001-box2 .inner-layout .left-box ul li a .inner-txt p {
  color: #333;
  font-size: 0.18rem;
  height: 0.54rem;
  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;
}

.news001-box2 .inner-layout .left-box ul li a .inner-txt .time {
  font-size: 0.16rem;
  line-height: 1;
  font-family: Arial;
  color: #666;
}

.news001-box2 .inner-layout .left-box ul li a:hover .inner-txt p {
  color: #007cc2;
}

.news001-box2 .inner-layout .left-box ul li a:hover .inner-txt p .aline_w {
  background-size: 100% 1px;
}

@media (max-width: 960px) {
  .news001-box2 {
    padding: 40px 0 !important;
    margin-top: 40px;
    margin: unset !important;
  }

  .news001-box2 .inner-layout {
    padding: 0 20px;
  }

  .news001-box2 .inner-layout .left-box {
    width: calc(100% - 4.2rem);
  }

  .news001-box2 .inner-layout .left-box ul li {
    width: 100%;
    display: none;
  }

  .news001-box2 .inner-layout .left-box ul li:nth-child(1),
  .news001-box2 .inner-layout .left-box ul li:nth-child(2),
  .news001-box2 .inner-layout .left-box ul li:nth-child(3) {
    display: block;
  }
}

@media (max-width: 700px) {
  .news001-box2 .inner-layout .left-box {
    width: 100%;
  }

  .news001-box2 .inner-layout .left-box ul {
    margin-top: 20px;
  }
}