.leader-box {
  padding-top: 60px;
}

.leader-item {
  width: 100%;
  height: 312px;
  background: url(../img/back.png) no-repeat calc(100% - 176px) 32px / 96px 83px;
  margin-bottom: 40px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.photo {
  width: 205px;
  height: 270px;
}

.info {
  height: 210px;
  width: 1068px;
  position: relative;
}

.title {
  height: 45px;
  line-height: 1em;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

.des {
  width: 100%;
}

.name {
  position: absolute;
  bottom: 0;
  color: #468f73;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 1366px) {
  .leader-box {
    padding: 0.48rem 0;
  }

  .leader-item {
    width: 7.02rem;
    height: 3.14rem;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    border-radius: 0.04rem;
  }

  .photo {
    width: 2rem;
    height: 2.7rem;
    border: 0.01rem solid #eee;
  }

  .info {
    width: 4.4rem;
    height: 2.3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .title {
    height: auto;
    text-decoration: underline;
    font-size: 0.26rem;
    line-height: 0.36rem;
    font-weight: bold;
    font-style: italic;
  }

  .des {
    width: 100%;
    height: 0.9rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .name {
    position: static;
    color: #468f73;
    font-weight: bold;
    font-size: 0.24rem;
  }
}
