@import "../css/reset.css";

@import "../css/base.css";

/* content */

.leaderH2 {
  color: #008442;

  font-size: 16px;

  font-weight: 700;

  margin: 28px 16px;
  text-align: center;
}

.leaderList {
  /* padding-bottom: 8px; */
}

.leaderList dl {
  width: 50%;

  float: left;

  display: flex;

  margin-bottom: 24px;
}

.leaderList dl dt {
  width: 106px;

  height: 106px;

  overflow: hidden;
}

.leaderList dl dt img {
  width: 110px;
  height: 110px;
}

.leaderList dl dd {
  width: 236px;

  padding-top: 14px;

  padding-right: 10px;

  background: #f6f6f6;
}

.leaderList dl dd p {
  width: calc(100% - 26px);

  padding-left: 16px;

  line-height: 24px;

  overflow: hidden;

  display: -webkit-box;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  color: #333;
}

.leaderList dl dd p:first-child {
  margin-bottom: 8px;
}

.leaderList dl dd p:first-child a {
  font-weight: 700;

  color: #008442;
}

.leaderInfo img {
  display: block;

  margin: 20px auto;
}

.leaderInfo p.name {
  font-size: 16px;

  color: #008442;

  text-align: center;
}

.leaderInfo p.position {
  text-align: center;

  font-size: 14px;

  color: #333;

  line-height: 24px;

  margin-top: 8px;
}

.leaderInfo p.info {
  text-indent: 2em;

  margin-top: 20px;

  line-height: 24px;
}

/* 详情 */

/* 小分辨率 */

@media screen and (min-width: 992px) {
}

/* 手机 */

@media screen and (max-width: 768px) {
  .leaderList dl {
    width: 100%;
  }
}
