.bod-top {
  display: flex;
  justify-content: flex-start;
  padding: 100px 0 30px 0;
}

.bod-top-wrapper {
  display: flex;
  flex-direction: column;
  padding: 46px 20px 46px 39px;
  background: linear-gradient(182deg, #1D9AFE 0%, #1C5495 100%);
  margin-bottom: 10px;
  width: 20%;
  flex-wrap: wrap;
  color: #fff;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.bod-top-wrapper .line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #006FC7;
  border-bottom: 1px solid #8EC0EB;
  margin-bottom: 24px;
}
.bod-top-wrapper .bod-name {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.bod-top-wrapper .bod-name .name {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.bod-top-wrapper .bod-name .age {
  font-size: 16px;
}
.bod-top-wrapper .work {
  font-size: 16px;
  text-align: center;
}
.bod-top-wrapper:last-child {
  border-right: none;
}

/*# sourceMappingURL=index.css.map */
