* {
  box-sizing: border-box;
}

.ct-part {
  background-color: #fff;
  padding: 1.2rem 1.32rem;
}

.ct-part:nth-child(n + 2) {
  margin-top: Max(0.24rem, 10px);
}

.ct-part .depart-name {
  font-size: 14px;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: rgba(51, 51, 51, 0.27);
  line-height: 1.4;
}

.ct-part h2 {
  margin-top: 0.22rem;
  padding-bottom: 0.38rem;
  font-size: Max(0.6rem, 40px);
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #1d4f92;
  line-height: 1;
}

.lds-head {
  padding-top: 1.05rem;
  padding-bottom: 0.43rem;
}

.lds-head h1 {
  font-size: Max(0.6rem, 40px);
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  color: #a88337;
  line-height: 1;
}

.lds-head .title-head {
  opacity: 0.27;
  font-size: 14px;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 8px;
}

.lds-head p {
  margin-top: 0.2rem;
  width: 35%;
  font-size: Max(0.24rem, 14px);
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 1.5;
}

.lds-head .lds-title {
  display: flex;
  margin-top: 0.74rem;
  font-size: 12px;
  font-family: Muli, Muli-Light;
  font-weight: 300;
  text-align: left;
  color: #adadad;
  line-height: 1.6;
}

.lds-head .title-part {
  margin: 0 10px;
}

.lds-head .title-part.active {
  color: #a88337;
}

.personintro-img {
  position: relative;
  width: 100%;
  height: 4.4rem;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner-title p {
  font-size: 0.34rem;
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 2.8;
}

.leadership-wrpper {
  padding-bottom: 1.3rem;
  background: #f9f9f9;
}

.leadership-wrpper .lds-pres .intro-content {
  display: flex;
}

.leadership-wrpper .lds-pres .intro-content .intro-img {
  width: 7.73rem;
  height: 4.35rem;
}

.leadership-wrpper .lds-pres .intro-content .intro-title {
  flex: 1;
  margin-left: 0.6rem;
}

.int-title {
  font-size: MAX(0.18rem, 12px);
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.24rem;
}

.int-title p {
  margin-bottom: 0.2rem;
}

.int-list {
  margin-top: 0.39rem;
}

.int-list ul {
  display: flex;
  flex-wrap: wrap;
}

.int-list ul li {
  list-style-type: disc;
  padding-left: 0.1rem;
  margin-left: 0.25rem;
  font-size: MAX(0.16rem, 12px);
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 1.6;
  width: calc(50% - 0.25rem);
}

.int-list ul li:first-child {
  width: 100%;
}

.int-list ul li a:hover {
  text-decoration: underline;
}

.bulid-int {
  margin-top: 0.48rem;
}

.bulid-int .three-columns {
  display: flex;
  margin-bottom: 0.48rem;
}

.bulid-int .three-columns:last-child {
  margin-bottom: unset;
}

.bulid-int .three-columns li {
  width: calc(100% / 3 - 0.18rem);
  margin-right: 0.18rem;
  list-style: none;
}

.bulid-int .three-columns li:last-child {
  margin-right: unset;
}

.bulid-int .three-columns li .list-img {
  margin-bottom: 0.12rem;
}

.bulid-int .three-columns li .list-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bulid-int .three-columns li p {
  font-size: 0.24rem;
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 1;
}

.bulid-int .three-columns .two-grids {
  width: calc(100% / 3 * 2 - 0.18rem);
}

@media screen and (max-width: 910px) {
  .lds-head {
    padding-top: 30px;
  }
  .lds-head h1 {
    font-size: 30px;
  }
  .lds-head p {
    margin-top: 20px;
    width: 80%;
    font-size: 18px;
  }
  .lds-head .lds-title {
    margin-top: 30px;
  }
  .ct-part {
    padding: 40px 20px 30px;
  }
  .ct-part .depart-name {
    font-size: 12px;
  }
  .ct-part h2 {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 30px;
  }
  .ct-part:nth-child(n + 2) {
    margin-top: 24px;
  }
  .personintro-img {
    height: 100%;
  }
  .banner-title p {
    font-size: 24px;
    line-height: 1.2;
  }
  .leadership-wrpper .lds-pres .intro-content {
    flex-direction: column;
  }
  .leadership-wrpper .lds-pres .intro-content .intro-title {
    width: 100%;
    flex: none;
    margin-left: unset;
  }
  .leadership-wrpper .lds-pres .intro-content .intro-img {
    width: 100%;
  }
  .int-title {
    font-size: 12px;
    padding-bottom: 16px;
  }
  .int-list {
    margin-top: 20px;
  }
  .int-list ul li {
    width: 100%;
    padding-left: unset;
    margin-left: 20px;
    font-size: 12px;
  }
  .bulid-int .three-columns {
    flex-wrap: wrap;
    margin-bottom: unset;
  }
  .bulid-int .three-columns li {
    width: 100%;
    margin-bottom: 12px;
    margin-right: unset;
  }
  .bulid-int .three-columns li p {
    font-size: 12px;
  }
  .bulid-int .three-columns li img {
    margin-bottom: 12px;
  }
  .bulid-int .three-columns .two-grids {
    width: 100%;
  }
}
