/* treatment */
.box_7 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}

.list_2 {
  width: 100%;
  max-width: 1560px;
  margin: 0.44rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.list-items_1-0 {
  background-color: rgba(255, 255, 255, 0.008);
  border-radius: 0.2rem;
  width: 100%;
  border: 1px solid rgba(217, 196, 118, 0.2);
  padding: 0.3rem;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
  display: flex;
  gap: 0.3rem;
  align-items: center;
}

.group_5-0 {
  border-radius: 0.2rem;
  width: 35%;
  max-width: 420px;
  min-width: 200px;
  flex-shrink: 0;
  background: rgba(234, 88, 12, 1);
  overflow: hidden;
}

.group_5-0 img {
  width: 100%;
  height: auto;
  display: block;
  transition: ease-in-out 0.3s;
}

.block_3-0 {
  flex: 1;
  min-width: 0;
}

.text_11-0 {
  overflow-wrap: break-word;
  color: rgba(217, 196, 118, 1);
  font-size: 0.3rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.32rem;
}

.text_12-0 {
  width: 100%;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  font-weight: normal;
  text-align: justifyLeft;
  line-height: 0.32rem;
  margin: 0.25rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.image-text_2-0 {
  width: 1.29rem;
  margin-top: 0.3rem;
}

.text-group_1-0 {
  width: 0.96rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.18rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.32rem;
}

.thumbnail_2-0 {
  width: 0.14rem;
  height: 0.14rem;
  margin-top: 0.01rem;
}

.list-items_1-0:hover .group_5-0 img {
  transform: scale(1.1);
  transition: ease-in-out 0.3s;
}

.list-items_1-0:hover .text-group_1-0 {
  color: #d9c476;
  transition: ease-in-out 0.3s;
}


/* ===== treatment 页面 ≤1024px ===== */
@media screen and (max-width: 1024px) {
  .list-items_1-0{padding: 0.2rem;}
  .list_2 {
    gap: 0.2rem;
    margin-top: 0.2rem;
  }

  .group_5-0 {
    width: 40%;
    min-width: 160px;
  }

  .text_11-0 {
    font-size: 0.22rem;
  }

  .text_12-0 {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .text-group_1-0 {
    font-size: 0.14rem;
  }
}

/* ===== treatment 页面 ≤768px ===== */
@media screen and (max-width: 768px) {
  .box_7 {
    padding: 0 4%;
  }

  .list_2 {
    gap: 0.24rem;
    margin-top: 0.16rem;
  }

  .list-items_1-0 {
    flex-direction: column;
    align-items: stretch;
    padding: 0.2rem;
    gap: 0.16rem;
  }

  .group_5-0 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0.12rem;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .group_5-0 a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .group_5-0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .block_3-0 {
    flex: none;
    width: 100%;
  }

  .text_11-0 {
    font-size: 0.2rem;
  }

  .text_12-0 {
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin-top: 0.1rem;
    -webkit-line-clamp: 3;
  }

  .text-group_1-0 {
    font-size: 0.18rem;
  }

  .image-text_2-0 {
    margin-top: 0.14rem;
  }
}
