.leader_list {
  margin-top: 60px;
  margin-bottom: 63px;
}
.leader_list a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0;
}
.leader_list li {
  background-color: #f8f8f8;
  width: 100%;
  padding: 28px 54px 22px 52px;
  box-sizing: border-box;
  height: 185px;
  box-shadow: 0px 0px 24px 0px rgba(157, 157, 157, 0.28);
  border: solid 1px #f8f8f8;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.leader_list li a {
  transition: all 0.3s;
}
.leader_list li:hover {
  background-color: #ffffff;
}
.leader_list li:hover h3 {
  color: #941d37;
}
.leader_list li:hover a {
  background: url(../picture/logo_header2.png) right bottom no-repeat;
}
.leader_list h3 {
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.leader_list .text {
  margin-top: 11px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.leader_list .user_name {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  text-align-last: justify;
  width: 80px;
}
.leader_list .user_office {
  font-size: 18px;
}
.leader_list .user_office::before {
  display: inline-block;
  content: "|";
  margin: 0 10px;
}
.w1360 {
  padding: 0 100px;
  width: 1560px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .w1360 {
    padding: 0;
    width: 1260px;
  }
}
