body {
  overflow-x: hidden;
  background: #151B63;
}
.menuItem {
  font-weight: 700;
  color: #04E1EB;
  text-align: center;
}
.admin-leader-area {
  background-color: #151B63;
  position: relative;
  padding-bottom: 1.4rem;
}
.admin-leader-area .admin-bg {
  width: 19.2rem;
  position: absolute;
}
.admin-leader-area .admin-ctn {
  padding-top: 2.4rem;
}
.admin-leader-area .leader {
  position: relative;
  top: 0;
  z-index: 6;
}
.admin-leader-area .well {
  width: 10.46rem;
  margin: 0.4rem auto;
  margin-bottom: 0;
}
.admin-leader-area .well .well-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.2rem;
  min-height: 2.9rem;
}
.admin-leader-area .well .well-item .leader-item {
  display: inline-block;
}
.admin-leader-area .well .well-item .item-img {
  width: 2.13rem;
  position: absolute;
  top: 0.4rem;
}
.admin-leader-area .well .well-item:nth-child(even) .item-img {
  right: 0;
}
.admin-leader-area .well .well-item .item-img > img {
  width: 100%;
}
.admin-leader-area .well .well-item .item-desc {
  width: 9.8rem;
  margin-left: 0.66rem;
  background: url(../image/desc-l.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0.57rem 0.4rem 1.73rem;
  box-sizing: border-box;
  z-index: -1;
}
.admin-leader-area .well .well-item:nth-child(even) .item-desc {
  margin-left: 0;
  background: url(../image/desc-r.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 1.61rem 0.4rem 0.69rem;
}
.admin-leader-area .well .well-item .item-desc .leader-title {
  line-height: 1.5 !important;
  color: #ffffff;
  margin-bottom: 0.04rem;
}
.admin-leader-area .well .well-item .item-desc .leader-title-ctn {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  background: url(../image/name-line.png) no-repeat left bottom;
}
.admin-leader-area .well .well-item .item-desc .leader-title-ctn .leader-position {
  color: #6E94FB;
}
.admin-leader-area .well .well-item .item-desc .details {
  color: #D3E0FF;
}
