@charset "UTF-8";
/**
 * 领导信息
 * date: 2024-9-24
 * author: jyxuan;
 */
/* banner */
.banner {
  height: 358px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.leader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
}
.leader-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.leader-basic-img {
  margin-bottom: 10px;
}
.leader-basic-text {
  font-size: 18px;
  line-height: 22px;
}
.leader-mod {
  height: 212px;
}
.leader-mod + .leader-mod {
  margin-top: 20px;
}
.leader-mod-hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  height: 34px;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
}
.leader-mod-hd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 15px;
  background-color: #2B7CE9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.leader-mod-hd::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 17px;
  width: 0;
  height: 12px;
  background: url("../images/leader_hd_img.png") left top;
}
.leader-mod-bd {
  margin-top: 10px;
  height: calc(100% - 44px);
  font-size: 16px;
  text-indent: 2em;
  line-height: 24px;
  overflow: auto;
}