.diver {
  overflow: hidden;
  width: 100%;
  outline: none;
  border: 0;
  margin: 0;
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 30px;
}
.gxs-leader-list .item {
  float: left;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: calc(560/1160*100%);
  text-align: center;
  background-color: #e1edf8;
  padding: 15px;
  display: block;
  height: 240px;
}
@media (max-width: 750px) {
  .gxs-leader-list .item {
    width: 100%;
    float: none;
  }
}
.gxs-leader-list .item div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.gxs-leader-list .item .leader-name {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: 1px;
  color: #095393;
}
.gxs-leader-list .item .leader-job {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #252525;
}
.gxs-leader-list .item:nth-child(odd) {
  margin-right: calc(40/1160*100%);
}
@media (max-width: 750px) {
  .gxs-leader-list .item:nth-child(odd) {
    margin-right: 0;
  }
}
