.main .row .huizhang {
  margin-bottom: 45px;
}
.main .row .huizhang .leaderItem {
  /* width: 1140px; */
  height: 200px;
  border-bottom: 3px solid #e6e6e6;
  padding: 30px 50px;
  display: flex;
  align-items: center;
}
.main .row .huizhang .leaderItem .post {
  width: 200px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #3b58ad;
}
.main .row .huizhang .leaderItem .post span {
  font-size: 16px;
  font-weight: normal;
}

.main .row .huizhang .leaderItem .person {
  margin-right: 60px;
}

.main .row .huizhang .leaderItem .person img {
  width: 78.5px;
  height: 110px;
  background-color: #3b58ad;
  margin-bottom: 10px;
}
.main .row .huizhang .leaderItem .person p {
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.main .row .fuhuizhang {
  margin-bottom: 70px;
  padding-left: 50px;
}
.main .row .fuhuizhang .tableTitle {
  font-size: 22px;
  font-weight: bold;
  color: #3b58ad;
  margin-bottom: 20px;
}
.main .row .fuhuizhang .tableTitle span {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}
.table {
  /* width: 1060px; */
  text-align: center;
}
.table thead th {
  border-bottom: none;
}
.table tr {
  line-height: 36px;
  font-size: 16px;
  color: #333333;
}
.table thead > tr {
  line-height: 26px;
  background-color: #3b58ad;
  font-size: 18px;
  font-weight: bold;
  color: #f5f5f5;
}
.table tr:last-child {
  border-bottom: 1px solid #dee2e6;
}