.leader_box {
  height: 100%;
}
.leader_box .img img {
  width: 100%;
  height: 196px;
}
.leader_box .text {
  height: 100%;
}
@media (max-width: 600px) {
  .leader_box .img {
    width: 100px !important;
  }
  .leader_box .img img {
    width: 100%;
    height: auto;
  }
  .leader_box .text {
    width: calc(100% - 120px) !important;
  }
}
.leader_box .leader_name {
  font-size: 22px;
  font-weight: normal;
  color: #333333;
  padding: 8px 0 16px;
}
.leader_box .leader_info {
  background-color: #fffaf7;
  min-height: 165px;
  padding-top: 16px;
  padding-right: 24px;
  height: calc(100% - 46px);
}
.leader_box p.p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  text-align: justify;
  padding-left: 20px;
}
.title_lbar {
  text-align: left;
}
.title_lbar span {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding-left: 20px;
}
.title_lbar span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 3px;
  height: 18px;
  background-color: #bc3428;
}
