.list-person001 .content-box {
  margin-bottom: 0.4rem;
}

.list-person001 .content-box h2 {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.14rem;
  font-size: 0.2rem;
  color: #333333;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}

.list-person001 .content-box h2:before {
  content: "";
  height: 0.2rem;
  border-left: 0.04rem solid var(--ruifox-color-primary-1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list-person001 .content-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8%;
}

.list-person001 .content-box ul li {
  width: 100%;
  height: 0.5rem;
  margin-top: 0.2rem;
}

.list-person001 .content-box ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 0.2rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: start;
}

.list-person001 .content-box ul li a:hover {
  background-color: var(--ruifox-color-primary-1);
}

.list-person001 .content-box ul li a:hover p {
  color: #fff;
}

.list-person001 .content-box ul li a 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;
  transition: all 0.3s;
}

@media (max-width: 960px) {
  .list-person001 .content-box {
    margin-bottom: 20px;
  }

  .list-person001 .content-box ul {
    justify-content: space-between;
    gap: unset;
  }

  .list-person001 .content-box ul li {
    width: 49%;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=list-person001.css.map */