@media (min-width: 780px) {
  #content .block-region-right .block-title,
  #content .block-region-top .block-title {
    font-size: 26px;
    line-height: 44px;
    min-height: 44px;
    border: none;
    font-weight: 600;
    color: #3c3c3c;
    text-align: center;
  }
}

/** 基本页 CSS 样式 **/

.current-leader-list {
  display: flex;
  flex: 0 0 auto;
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 100%;
}

.current-leader-item {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0 0 30px 0;
}

.leader-avatar {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-content: center;
  width: 150px;
  height: 200px;
  margin: 0 30px 0 0;
  overflow: hidden;
  background-color: #808080;
}

.leader-avatar img {
  display: block;
  width: 100%;
}

.leader-info {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: calc(100% - 180px);
}

.leader-caption {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: baseline;
  align-items: baseline;
  width: 100%;
  height: 32px;
  margin: 0 0 8px 0;
}

.leader-name,
.leader-title {
  line-height: 32px !important;
}

.leader-name {
  font-size: 20px !important;
  font-weight: bold;
  font-weight: 600;
  color: #333;
  margin: 0 8px 0 0;
}

.leader-title {
  font-size: 18px !important;
  font-weight: normal;
  font-weight: 400;
  color: #666;
}

.leader-description,
.leader-email {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  font-size: 14px !important;
  line-height: 1.5;
  color: #666;
}

.leader-description {
  margin: 0 0 8px 0;
}

/** 基本页 CSS 样式结束 **/

@media (max-width: 600px) {
  .leader-avatar {
    width: 126px;
    height: 168px;
    margin: 0 24px 0 0;
  }

  .leader-info {
    width: calc(100% - 150px);
  }

  .leader-caption {
    height: 28px;
  }

  .leader-name,
  .leader-title {
    line-height: 28px !important;
  }

  .leader-name {
    font-size: 18px !important;
    margin: 0 8px 0 0;
  }

  .leader-title {
    font-size: 16px !important;
  }

  .leader-description,
  .leader-email {
    font-size: 14px !important;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .current-leader-item {
    flex-flow: row wrap;
    margin: 0 0 30px 0;
  }

  .leader-avatar {
    width: 150px;
    height: 200px;
    margin: 0 0 20px 0;
  }

  .leader-info {
    width: 100%;
  }

  .leader-caption {
    height: 24px;
  }

  .leader-name,
  .leader-title {
    line-height: 24px !important;
  }

  .leader-name {
    font-size: 14px !important;
    margin: 0 8px 0 0;
  }

  .leader-title {
    font-size: 12px !important;
  }

  .leader-description,
  .leader-email {
    font-size: 10px !important;
    line-height: 1.5;
  }
}
