/*领导详情页*/
.name {
  font-size: 1.5em;
  color: #005bac;
  margin-right: 10px;
}
.argument {
  font-size: 1.1em;
  color: #444;
}
.argument {
  margin-bottom: 20px;
}
.p02 {
  text-indent: 18pt;
}
/*领导列表页*/
.leader_list {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  padding: 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*.li-item02{width:100%;height:0;padding-bottom:100%}*/
.leader_list_item {
  display: block;
  margin-bottom: 40px;
  width: calc(50% - 20px);
  border: 1px solid #cfdbe5;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  padding: 0.2rem;
}
.leader_pic {
  width: 190px;
  height: 234px;
  margin-left: 25px;
  margin-right: 40px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.leader_pic img {
  width: 100%;
  height: 100%;
}
.leader_con {
  width: 100%;
  display: block;
}
.leader_con_title {
  line-height: 40px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
  border-bottom: 1px dotted #d9d9d9;
  padding-bottom: 10px;
}
.leader_con_item {
  padding-top: 15px;
  display: block;
}
.leader_con_item_title {
  width: 72px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
}
.leader_con_item_content {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #777777;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.leader_con_item_content.blue {
  color: #005bac;
  font-weight: bold;
}
.leader_con_item_content.multiple {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
  font-size: 15px;
}
