.leader-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
}
.leader-wrapper h1 {
  width: 100%;
  height: 70px;
  position: relative;
  background: url("../images/line.png") repeat-x left center;
  text-align: center;
  line-height: 70px;
}
.leader-wrapper h1 p {
  display: inline-block;
  width: 265px;
  height: 100%;
  background: url("../images/swiper-active-bg.png") no-repeat center center, #FFFFFF;
}

.leader-layout {
  display: flex;
  box-sizing: border-box;
  padding: 40px 0 20px;
}

.leader-left {
  width: 202px;
  height: 264px;
  text-align: center;
}
.leader-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.leader-right {
  width: calc(100% - 202px);
  height: auto;
  box-sizing: border-box;
  padding-left: 35px;
}
.leader-right h3 {
  font-size: 24px;
  color: #1B55AC;
  font-weight: bold;
}
.leader-right p {
  font-size: 18px;
  color: #333333;
  margin: 12px 0 23px;
}
.leader-right span {
  display: inline-block;
  line-height: 36px;
  color: #666666;
  font-size: 18px;
  margin-top: 6px;
}

.leader-detail {
  line-height: 42px;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
  padding: 20px 0 40px;
}
