.clear {
  clear: both;
}

.leader-details-main {
  min-height: 750px;
}

.leader-details-fl {
  width: 212px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}

.leader-details-fr {
  width: 943px;
  min-height: 750px;
  display: inline-block;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
}

.leader-fl-title {
  width: 212px;
  height: 55px;
  background-color: #1D7ACC;
}

.leader-fl-title a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 55px;
  text-indent: 45px;
  width: 100%;
  height: 100%;
}

.leader-fl-body {
  width: 212px;
  background-color: #F3FAFF;
  box-sizing: border-box;
  margin-top: 14px;
  padding: 0 12px;
  padding-top: 0;
}

.leader-fl-body a p {
  font-size: 16px;
  color: #353535;
  display: inline-block;
  text-indent: 33px;
}

.leader-fl-body div {
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
  line-height: 60px;
  position: relative;
}

.leader-fl-body img {
  vertical-align: text-bottom;
  position: absolute;
  right: 27px;
  bottom: 20px;
}

.leader-fl-body .leader-details-img2 {
  display: none;
}

.leader-fl-body a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.leader-fl-body .active .leader-details-img2 {
  display: inline-block;
}

.leader-fl-body .active p {
  color: #318cd9;
}

.leader-fl-body .active {
  border-bottom: 1px solid #1D7ACC;
}

.leader-fl-body div:hover {
  border-bottom: 1px solid #1D7ACC;
}

.leader-fl-body div:hover a p {
  color: #318cd9;
}

.leader-fl-body div:hover .leader-details-img2 {
  display: inline-block;
}

.leader-fr-title .leaderImg1 {
  display: inline-block;
  margin: 10px;
}

.leader-fr-title p {
  display: inline-block;
  font-size: 18px;
  color: #1d7acc;
  margin-top: 10px;
}

.leader-photos div {
  width: 119px;
  height: 150px;
  box-sizing: border-box;
  border: 1px solid #E7E7E7;
  margin: 50px auto 23px;
}

.leader-photos p {
  font-size: 18px;
  color: #333333;
  text-align: center;
}

.leader-work {
  font-size: 0;
  margin-top: 75px;
}

.leader-work .leader-work-p1 {
  font-size: 16px;
  color: #ffffff;
  width: 115px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  background-color: #1D7ACC;
}

.leader-work .leader-work-line {
  display: inline-block;
  width: 820px;
  height: 1px;
  background-color: #EDEDED;
  vertical-align: bottom;
}

.leader-work-body p {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}

.leader-work-body {
  padding: 26px;
}

.leaderMain .current-location {
  margin-bottom: 39px;
}

.leader-fl-body div:last-child {
  border-bottom: none;
}

/* 领导详情页 END*/

/* 移动端领导详情页 START*/
@media screen and (max-width: 1200px) {
  .current-location {
    width: 100%;
    font-size: .22rem;
  }

  .current-location a {
    font-size: .22rem;
  }

  .leader-details-main {
    width: 100%;
  }

  .leader-details-fl {
    display: none;
  }

  .leader-details-fr {
    width: 100%;
  }

  .leader-fr-title p {
    font-size: .28rem;
  }

  .leader-photos p {
    font-size: .28rem;
  }

  .leader-work .leader-work-p1 {
    font-size: .25rem;
  }

  .leader-work-body p {
    font-size: .22rem;
  }
}