.main_content .card_panel.leader_info {
  padding: 61px 78px;
}

.leader_info .info_left {
  float: left;
  margin-right: 66px;
  margin-bottom: 30px;
}

.leader_info .info_left .avatar_wrapper {
  width: 260px;
  height: 322px;
  border: 1px solid #CBDAE3;
  padding: 6px;
}

.leader_info .info_left .avatar_wrapper .avatar {
  width: 247px;
  height: 309px;
  /* background-color: #4EADF2; */
}

.leader_info .info_left .avatar_wrapper .avatar img {
  width: 100%;
}

.leader_info .info_left .name {
  text-align: center;
  color: #333333;
  font-size: 20px;
  margin-top: 10px;
}

.leader_info .info_right {
  float: left;
  margin-top: 13px;
  max-width: 710px;
}

.leader_info .info_title {
  position: relative;
  color: #333333;
  font-size: 20px;
  padding-left: 15px;
  line-height: 24px
}

.leader_info .info_right .desc {
  padding: 15px;
}

.leader_info .info_title .right-line {
  left: 0;
  top: 0;
  position: absolute;
  width: 5px;
  height: 26px;
  background: #0079D2;
}

.leader_info .history_list {
  padding: 50px 0;
}

.leader_info .history_item:nth-child(odd) {
  text-align: right;
  padding-right: calc(50% + 20px);
  position: relative;
}

.leader_info .history_item:nth-child(odd)::before {
  content: ' ';
  position: absolute;
  right: calc(50% + -10px);
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0079D2;
}

.leader_info .history_item:nth-child(odd)::after {
  content: ' ';
  position: absolute;
  right: calc(50% - 2.5px);
  top: 30px;
  width: 1px;
  height: 100%;
  border-right: 1px solid #0079D2;
}

.leader_info .history_item:nth-child(odd) .year {
  width: 375px;
  height: 68px;
  background-image: url(year_bg_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  padding-top: 10px;
  padding-right: 28px;
}

.leader_info .history_item:nth-child(odd) .info {
  display: inline-block;
  width: 342px;
  border: 1px solid #D2D2D2;
  border-top: none;
  margin-right: 18px;
  margin-top: -20px;
  padding: 24px 12px;
  text-align: left;
}

.leader_info .history_item:nth-child(even) {
  text-align: left;
  padding-left: calc(50% + 20px);
  position: relative;
}

.leader_info .history_item:nth-child(even)::before {
  content: ' ';
  position: absolute;
  left: calc(50% - 5px);
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0079D2;
}

.leader_info .history_item:nth-child(even)::after {
  content: ' ';
  position: absolute;
  left: calc(50% + 2.5px);
  top: 30px;
  width: 1px;
  height: 100%;
  border-right: 1px solid #0079D2;
}

.leader_info .history_item:nth-child(even) .year {
  width: 375px;
  height: 68px;
  background-image: url(year_bg_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 20px;
  padding-top: 10px;
  padding-left: 28px;
}

.leader_info .history_item:nth-child(even) .info {
  width: 340px;
  border: 1px solid #D2D2D2;
  border-top: none;
  margin-left: 18px;
  margin-top: -20px;
  padding: 24px 12px;
  text-align: left;
}

.leader_info .history_item:last-child::after {
  border: none;
}


/**
pc 兼容ie8
*/
#historyListPc {
  padding: 50px 120px;
}

#historyListPc .history_item_pc {
  position: relative;
  width: 410px;

  float: left;
}

#historyListPc .history_item_pc .year {
  width: 375px;
  height: 50px;
  background: url(01-10-year-left.png) 100% 100%;
  text-align: right;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0px 20px;
  position: relative;
  z-index: 1;
}

#historyListPc .history_item_pc.item_right {
  float: right;
}

#historyListPc .history_item_pc.item_right .year {
  float: right;
  background: url(01-10-year-right.png) 100% 100%;
  text-align: left;
}

#historyListPc .history_item_pc .circle {
  position: absolute;
  top: 10px;
  right: -1px;
  width: 17px;
  height: 17px;
  z-index: 9;
}

#historyListPc .history_item_pc .circle img {
  width: 100%;
  position: relative;
  z-index: 2;
}

#historyListPc .history_item_pc .circle .fffbg {
  background-color: #ffffff;
  height: 12px;
  width: 14px;
  position: absolute;
  z-index: 1;
  top: 5px;
}

#historyListPc .history_item_pc.item_right .circle {
  left: 0px;
}

#historyListPc .history_item_pc .line {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 7px;
  z-index: 1;
  background: #4eadf2;
  top: 25px;

}

#historyListPc .history_item_pc.item_right .line {
  left: 8px;
}

#historyListPc .history_item_pc .info {
  border: 1px solid #d2d2d2;
  width: 344px;
  margin-top: -10px;
  margin-left: 15px;
  padding: 18px 12px 25px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

#historyListPc .history_item_pc.item_right .itembg,
#historyListPc .history_item_pc.item_right .info {
  margin-left: 51px;
}

#historyListPc .history_item_pc .itembg {
  background: url(01-10-itembg.png) 100% 100%;
  width: 344px;
  margin-left: 15px;
  height: 40px;
}


@media screen and (max-width: 1200px) {
  .main_content .card_panel.leader_info {
    padding: 0.3rem
  }

  .leader_info .info_left {
    margin-left: auto;
    margin-right: auto;
    float: inherit;
  }

  .leader_info .info_left .avatar_wrapper {
    width: 2.5rem;
    height: 3.03rem;
    padding: 0.08rem;
    margin: 0 auto;
  }

  .leader_info .info_left .avatar_wrapper .avatar {
    width: 2.3rem;
    height: 2.86rem;
  }

  .leader_info .info_title .right-line {
    width: 0.05rem;
    height: 0.26rem;
    margin-top: .03rem;
  }

  .leader_info .info_left .name {
    color: #3E3E3E;
    font-size: 0.36rem;
  }

  .leader_info .info_title {
    font-size: 0.32rem;
    line-height: .32rem;
  }

  .leader_info .info_title::before {
    width: 0.05rem;
    height: 0.26rem;
    top: 0.1rem;
  }

  .leader_info .info_right .desc {
    padding: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }


  .leader_info .history_list {
    padding: 0.46rem 0;
    text-align: left;
  }

  .leader_info .history_item:nth-child(odd),
  .leader_info .history_item:nth-child(even) {
    text-align: left;
    position: relative;
    padding-right: 0;
    padding: 0 0 0.3rem 0.5rem;
  }

  .leader_info .history_item:nth-child(odd)::before,
  .leader_info .history_item:nth-child(even)::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #0079D2;
  }

  .leader_info .history_item:nth-child(odd)::after,
  .leader_info .history_item:nth-child(even)::after {
    content: ' ';
    position: absolute;
    top: 0.3rem;
    left: 0.06rem;
    width: 1px;
    height: 100%;
    border-right: 1px solid #0079D2;
  }

  .leader_info .history_item:nth-child(odd) .year,
  .leader_info .history_item:nth-child(even) .year {
    width: 6.4rem;
    height: 1.2rem;
    background-image: url(year_bg_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    color: #ffffff;
    font-size: 0.24rem;
    padding: 0.2rem 0 0 0.24rem;
  }

  .leader_info .history_item:nth-child(odd) .info,
  .leader_info .history_item:nth-child(even) .info {
    display: block;
    width: 5.8rem;
    border: 1px solid #D2D2D2;
    border-top: none;
    margin-left: 0.33rem;
    margin-right: 0;
    margin-top: -0.38rem;
    padding: 0.17rem;
    text-align: left;
    font-size: 0.22rem;
  }

  .leader_info .history_item:last-child::after {
    border: none;
  }
}