.leader_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.leader_list ul li {
  display: flex;
  width: calc(50% - 10px);
  height: 2.5rem;
  margin-top: 0.24rem;
  background: #ffffff;
}

.leader_list ul li p {
  margin: 0;
}

.leader_list ul li p img {
  width: 1.5rem;
  height: 100%;
  object-fit: cover;
}

.leader_list ul li .pro_ab {
  padding-left: 0.3rem;
  font-size: 0.14rem;
  font-weight: 400;
  text-align: left;
  color: #303133;
  opacity: 0.8;
  line-height: 0.2rem;
  margin-bottom: 0.05rem;
}

.leader_list ul li .job {
  background: url(/_upload/tpl/0e/9e/3742/template3742/images/icon-job.png) no-repeat left top;
}

.leader_list ul li .email {
  background: url(/_upload/tpl/0e/9e/3742/template3742/images/icon-email.png) no-repeat left center;
}

.leader_list ul li .tel {
  background: url(/_upload/tpl/0e/9e/3742/template3742/images/icon-tel.png) no-repeat left center;
}

.leader_list ul li .address {
  background: url(/_upload/tpl/0e/9e/3742/template3742/images/icon-address.png) no-repeat left center;
}

.leader_list ul li .introduction {
  padding: 0.24rem 0.1rem 0.2rem 0.2rem;
}

.leader_list ul li .introduction .name {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: 600;
  text-align: left;
  color: #404040;
  line-height: 0.28rem;
  margin-bottom: 0.15rem;
}

.leader_list ul li .abstract {
  opacity: 0.7;
  font-size: 0.14rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #404040;
  line-height: 0.24rem;
}

.leader_list ul li .posts {
  margin-left: 8px;
  font-size: 0.14rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #303133;
  line-height: 0.2rem;
}

.leader_list h2 {
  font-size: 0.20rem;
  font-weight: 600;
  text-align: left;
  color: #303133;
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 0.2rem;
}

@media screen and (max-width: 910px) {
  .leader_list ul {
    display: block;
  }
  .leader_list ul li {
    width: 100%;
    height: 275px;
  }
  .leader_list ul li > img {
    width: 120px;
    object-fit: cover;
  }
  .leader_list ul li .pro_ab {
    font-size: 12px;
  }
}

.wp_articlecontent .list-paddingleft-2 {
  padding: 0;
}
