.person-banner {
  width: 100%;
  font-size: 0;
}
.person-banner img {
  width: 100%;
  height: auto;
}
.odd-box {
  width: 100%;
  height: 582px;
}
.odd-box .odd-cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.odd-box .odd-cont .odd-left {
  width: 50%;
  height: 380px;
}
.odd-box .odd-cont .odd-left img {
  width: 570px;
  height: 380px;
}
.odd-box .odd-cont .odd-right {
  width: 50%;
  padding-left: 80px;
}
.odd-box .odd-cont .odd-right h2 {
  font-size: 48px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  position: relative;
}
.odd-box .odd-cont .odd-right h2::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 11px;
  background: url("../imgs/personal/person-line.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.odd-box .odd-cont .odd-right .introduction {
  margin-top: 46px;
  font-size: 32px;
  font-weight: 400;
  color: #333333;
}
.even-box {
  width: 100%;
  height: 582px;
  background: #F6F6F6;
}
.even-box .even-cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.even-box .even-cont .even-left {
  width: 50%;
  padding-left: 98px;
}
.even-box .even-cont .even-left h2 {
  font-size: 48px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  position: relative;
}
.even-box .even-cont .even-left h2::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 11px;
  background: url("../imgs/personal/person-line.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.even-box .even-cont .even-left .introduction {
  margin-top: 46px;
  font-size: 32px;
  font-weight: 400;
  color: #333333;
}
.even-box .even-cont .even-right {
  width: 50%;
  height: 380px;
}
.even-box .even-cont .even-right img {
  width: 570px;
  height: 380px;
}
