/* boss_list.css */

.leaders {
    background: #fff;
    padding: 50px 0 110px 0;  /* 上、右、下、左 */
    font-family: "Microsoft Yahei", sans-serif;
    color: #333;
}

.leaders .title {
  text-align: center;
  margin-bottom: 50px;
}

.fz40 {
  font-size: 40px;
  font-weight: bold;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.part {
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 1080px;
  padding: 20px 0;
}

.part2 .d {
  flex: 1;
  display: flex;
  position: relative;
  padding: 30px 40px;
  box-sizing: border-box;
}
.part2 {
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 1080px;
  padding: 20px 0;
}

.part .d {
  flex: 1;
  display: flex;
  position: relative;
  padding: 30px 40px;
  box-sizing: border-box;
}
.bg {
  width: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.bg1 { background-color: rgb(6, 90, 50); }
.bg2 { background-color: rgb(6, 90, 50); }
.bg3 { background-color: rgb(6, 90, 50); }

.inner {
  margin-left: 30px;
  flex: 1;
}

.p {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  align-items: center;
}
/* 左侧：职位 */
.th {
  width: 50%;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  border-right: 1px solid #ddd;
  padding-right: 18px;
  font-size: 22px;
}

.th .s1 {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  text-align: right;
  line-height: 1.4;
  font-size: 11px;
}

/* 右侧：姓名 */
.td {
  width: 68%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
   margin-left: 15px;
}

.td a {
  margin-right: 12px;
  text-decoration: none;
  color: #333;
  font-size: 19px;
  line-height: 1.8;
}

.td a:hover {
  text-decoration: underline;
}



/* 统一处理底部单行展示 */
.part:last-child .inner {
  display: flex;
  flex-wrap: wrap;
}

.part:last-child .p {
 /*  border: none;*/
  padding: 10px 0;
}

.part:last-child .td a {
  margin: 5px 12px 5px 0;
}
.part2:last-child .inner {
  display: flex;
  flex-wrap: wrap;
}

.part2:last-child .p {
 /*  border: none;*/
  padding: 10px 0;
}

.part2:last-child .td a {
  margin: 5px 12px 5px 0;
}
.td a:hover {
    text-decoration: none;  /* 悬停时也无下划线 */
    color: rgb(6, 90, 50);
}
.part2 .th {
  width: 21%;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  border-right: 1px solid #ddd;
  padding-right: 18px;
  font-size: 22px;
}
.part2 .td {
    width: 70%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 15px;
}