.list-person004 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.list-person004 ul li {
  width: calc((100% - 1rem) / 6);
}

.list-person004 ul li:first-child {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.list-person004 ul li:first-child a {
  width: calc((100% - 0.8rem) / 5);
}

.list-person004 ul li a {
  width: 100%;
  display: block;
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.1rem;
  height: 100%;
}

.list-person004 ul li a .inner-img {
  padding-bottom: 135%;
}

.list-person004 ul li a .name {
  font-size: 0.18rem;
  line-height: 1;
  margin-top: 0.1rem;
  text-align: center;
}

.list-person004 ul li a .protit {
  font-size: 0.16rem;
  line-height: 1;
  margin-top: 0.1rem;
  text-align: center;
  color: #666;
}

.list-person004 ul li a .content {
  font-size: 0.14rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  text-align: center;
  color: #666;
}

.list-person004 ul li a:hover {
  box-shadow: 0 0 10px var(--ruifox-color-primary-3);
}

.list-person004 ul li a:hover .inner-img img {
  transform: scale(0.94);
}

.list-person004 ul li a:hover .name {
  color: var(--ruifox-color-primary-1) !important;
  font-weight: bold;
}

@media (max-width: 960px) {
  .list-person004 ul li {
    width: calc((100% - 0.6rem) / 4);
  }

  .list-person004 ul li:first-child a {
    width: calc((100% - 0.4rem) / 3);
  }
}

@media (max-width: 600px) {
  .list-person004 ul {
    justify-content: space-between;
  }

  .list-person004 ul li {
    width: 47%;
  }

  .list-person004 ul li:first-child a {
    width: 60%;
  }
}

/*# sourceMappingURL=list-person004.css.map */