@charset "utf-8";
.leadersList {
  background: none;
}
.leadersList .bg {
  background: none;
}
.leadersList .hd1 {
  font-size: 36px;
  color: #DD4F41;
  font-weight: 400;
  border-bottom: 2px solid #245798;
  line-height: 72px;
  margin-bottom: 40px;
}
.leadersList .hd2 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 24px;
  font-size: 20px;
  line-height: 40px;
  border-left: 6px solid #DD4F41;
  background: #f7f7f7;
}
.leadersList .list_row {
  overflow: hidden;
}
.leadersList .item {
  float: left;
  display: inline-block;
  width: 360px;
  height: 148px;
  background: #f7f7f7;
  margin-bottom: 40px;
  margin-right: 42px;
}
.leadersList .item:nth-child(3n) {
  margin-right: 0;
}
.leadersList .item .avater {
  float: left;
  width: 118px;
  height: 148px;
}
.leadersList .item .avater img {
  width: 100%;
  height: 100%;
}
.leadersList .item .con {
  padding: 15px;
  margin-left: 125px;
}
.leadersList .item .job {
  font-size: 20px;
  line-height: 38px;
  border-bottom: 1px solid #ccc;
}
.leadersList .item .job span {
  display: inline-block;
  border-bottom: 1px solid #245798;
  margin-bottom: -1px;
}
.leadersList .item .name {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}
/**/
