#team {
  background-color: #E1E1E1;
}
#team .ad {
  position: relative;
  width: 19.2rem;
  height: 7.5rem;
  background: url('../images/team/ad.png') no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  transition: all 1s;
}
#team .ad .core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
#team .ad .core p:nth-child(1) {
  font-size: 0.36rem;
}
#team .ad .core p:nth-child(2) {
  text-align: center;
  font-size: 0.24rem;
}
#team .per_intro {
  width: 100%;
  max-height: 14.3rem;
  background-color: #ffffff;
  margin: 0.53rem 0;
  color: #454545;
}
#team .per_intro .persons {
  width: 13.92rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#team .per_intro .persons .title {
  width: 100%;
  font-size: 0.3rem;
  margin: 0.59rem 0;
  /* margin-left: 0.36rem; */
}
#team .per_intro .persons .person {
  text-align: center;
  width: 3.612rem;
  margin-bottom: 0.55rem;
  margin-right: 1.1rem;
}
#team .per_intro .persons .person:nth-child(3n+1) {
  margin-right: 0;
}
#team .per_intro .persons .person .img {
  height: 4rem;
  background-color: #E1E1E1;
}
#team .per_intro .persons .person p:nth-child(2) {
  font-size: 0.24rem;
  margin: 0.33rem auto;
}
#team .per_intro .persons .person p:nth-child(3) {
  margin: 0 auto;
  width: 2.9rem;
  font-size: 0.18rem;
  text-align: left;
  color: #888888;
  line-height: 0.3rem;
}
#team .unit_intro {
  width: 100%;
  /* height: 10.394rem; */
  background-color: #ffffff;
  margin: 0.53rem 0 0.6rem;
  color: #454545;
}
#team .unit_intro .units {
  padding-top: .63rem;
  width: 13.92rem;
  margin: 0 auto;
  text-align: left;
}
#team .unit_intro .units .title {
  font-size: 0.3rem;
  display: inline-block;
  margin-bottom: 0.25rem;
}
#team .unit_intro .units .unit {
  display: flex;
  padding: 0.42rem 0;
  border-bottom: 1px solid #EBEBEB;
}
#team .unit_intro .units .unit .img {
  width: 2rem;
  height: 2rem;
  background-color: #B2B2B2;
  flex-shrink: 0;
}
#team .unit_intro .units .unit .img>img {
  width: inherit;
}
#team .unit_intro .units .unit .desc {
  padding: 0 0 0px 0.28rem;
}
#team .unit_intro .units .unit .desc p:nth-child(1) {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
#team .unit_intro .units .unit .desc p:nth-child(2) {
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.3rem;
}
#team .unit_intro .units .unit:nth-last-child(1) {
  border-bottom: none;
}
