.team-main {
}

span.cover img {
  display: block;
  width: 470px;
  height: 500px;
  object-fit: cover;
}

.team-main .team {
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 66px;
  color: #333333;
}

.team-main .team li {
  min-height: 548px;
  position: relative;
  margin-bottom: 36px;
  overflow: hidden;
}

.team-main .team li:last-child {
  margin-bottom: 0;
}

.team-main.team img {
  display: block;
  width: 470px;
  height: 500px;
}

.team-main .team li b {
  font-size: 48px;
}

.team-main .team li .guild {
  padding-top: 50px;
}

.team-main .team li .post {
  padding-top: 10px;
  display: block;
  font-size: 16px;
}

.team-main .team li h5 {
  padding-top: 8px;
  font-size: 24px;
}

.team-main .team li .experience {
  padding-top: 26px;
  line-height: 32px;
}

.team-main .team li .experience span {
  display: inline-block;
  width: 56px;
}

.team-main .team li.odd {
  clear: both;
}

.team-main .team li.odd:before {
  content: '';
  width: 432px;
  height: 467px;
  background: url("/themes/cms/pc/assets/img/team-img-bg.png") no-repeat;
  position: absolute;
  left: 88px;
  bottom: 0;
}

.team-main .team li.even:before {
  content: '';
  width: 432px;
  height: 467px;
  background: url("/themes/cms/pc/assets/img/team-img-bg.png") no-repeat;
  position: absolute;
  right: 88px;
  bottom: 0;
}

.team-main .team li.odd .cover {
  position: absolute;
  top: 0;
  left: 0;
}

.team-main .team li.even .cover {
  position: absolute;
  top: 0;
  right: 0;
}

.team-main .team li.odd .guild {
  float: right;
  width: 640px;
  height: 100%;
}

.team-main .team li.even .guild {
  width: 640px;
  height: 100%;
  padding-left: 88px;
}
<!--ºÄÊ±1758346687.8112Ãë-->