
.content.leader-team .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 38px;
  row-gap: 38px;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 80px;
}

@media screen and (max-width: 1556px) {
  .content.leader-team .list {
    width: 90%;
    padding-bottom: 42px;
  }
}

.content.leader-team .list .item {
  width: auto;
  margin: 0;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  overflow: hidden;
}

.content.leader-team .list .item .img {
  width: 160px;
  flex-shrink: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.content.leader-team .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.content.leader-team .list .item .text {
  position: static;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  min-width: 0;
}

.content.leader-team .list .item .text .name {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.content.leader-team .list .item .text .other {
  font-size: 18px;
  line-height: 1.5;
  color: #7D3F30;
  margin: 10px 0 0;
  padding: 0;
  border: none;
  -webkit-line-clamp: 2;
}

.content.leader-team .list .item .more-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  min-width: 120px;
  min-height: 44px;
  margin-top: 22px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  background-color: #7D3F30;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.content.leader-team .list .item .more-btn::after {
  display: none;
}

.content.leader-team .list .item .more-btn:hover {
  color: #fff;
  background-color: #6a3528;
}

.content.leader-team .list .item:hover .img img {
  transform: scale(1.05);
}

@media screen and (max-width: 1080px) {
  .content.leader-team .list {
    column-gap: 20px;
    row-gap: 20px;
  }

  .content.leader-team .list .item {
    padding: 20px;
    gap: 18px;
  }

  .content.leader-team .list .item .img {
    width: 128px;
  }

  .content.leader-team .list .item .text .name {
    font-size: 24px;
  }

  .content.leader-team .list .item .text .other {
    font-size: 17px;
  }

  .content.leader-team .list .item .more-btn {
    margin-top: 20px;
    min-width: 110px;
    min-height: 42px;
    padding: 11px 28px;
    font-size: 16px;
    color: #fff;
    background-color: #7D3F30;
    border: none;
  }
}

@media screen and (max-width: 860px) {
  .content.leader-team .list .item {
    padding: 16px;
    gap: 14px;
  }

  .content.leader-team .list .item .img {
    width: 100px;
  }

  .content.leader-team .list .item .text .name {
    font-size: 22px;
  }

  .content.leader-team .list .item .text .other {
    font-size: 16px;
    margin-top: 8px;
  }

  .content.leader-team .list .item .more-btn {
    margin-top: 18px;
    min-width: 100px;
    min-height: 40px;
    padding: 10px 24px;
    font-size: 15px;
    color: #fff;
    background-color: #7D3F30;
    border: none;
  }
}

/* 手机：放大头像与字号 */
@media screen and (max-width: 768px) {
  .content.leader-team .list {
    display: grid;
    grid-template-columns: 1fr;
    width: 90%;
    margin-top: 8vw;
    column-gap: 0;
    row-gap: 3vw;
    padding-bottom: 5vw;
  }

  .content.leader-team .list .item {
    padding: 5vw;
    gap: 4vw;
    align-items: center;
  }

  .content.leader-team .list .item .img {
    width: 36vw;
    min-width: 120px;
    max-width: 150px;
  }

  .content.leader-team .list .item .text .name {
    font-size: 4.8vw;
    line-height: 1.35;
    font-weight: 600;
    color: #333;
  }

  .content.leader-team .list .item .text .other {
    font-size: 4vw;
    line-height: 1.45;
    margin-top: 2vw;
    color: #7D3F30;
  }

  .content.leader-team .list .item .more-btn {
    margin-top: 3.5vw;
    min-width: 28vw;
    min-height: 11vw;
    padding: 3vw 8vw;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #7D3F30;
    border: none;
    border-radius: 4px;
  }

  .content.leader-team .list .item .more-btn:hover {
    color: #fff;
    background-color: #6a3528;
  }
}
