.center-about-content .pic {
  float: left;
  margin: 0 30px 30px 0;
}
.center-about-content .title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-top: 20px;
}
.center-about-content .title.first {
  padding-top: 0;
}
.center-about-content .des {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  padding-top: 10px;
  text-indent: 32px;
  text-align: justify;
  text-justify: auto;
}
.center-about-content .img-box {
  width: 100%;
  padding: 30px;
  background: #F7F7F7;
  margin-top: 18px;
}
.center-about-content .img-box img {
  height: 320px;
  margin-right: 13px;
}
.center-about-content .img-box img:last-child {
  margin-right: 0;
}
.center-table {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: space-between;
}
.center-table li {
  flex: 1;
  height: 56px;
  line-height: 56px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.center-table li:first-child {
  border-left: 1px solid #f0f0f0;
}
.center-table-header {
  border-top: 1px solid #f0f0f0;
  background: #ebf5ff;
}
.center-table-body:nth-child(2n) {
  background: #FFFFFF;
}
.center-table-body:nth-child(2n+1) {
  background: #F9F9F9;
}
.fcenter-table-body:nth-child(2n+1) {
  background: #FFFFFF;
}
.fcenter-table-body:nth-child(2n) {
  background: #F9F9F9;
}
.center-name-list {
  font-size: 20px;
  color: #666666;
  line-height: 37px;
}
.advisory-board-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.advisory-board-list li .left {
  width: 210px;
  font-size: 20px;
  color: #666666;
}
.advisory-board-list li .right {
  flex: 1;
  font-size: 20px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.advisory-board-list li:last-child {
  margin-bottom: 0;
}
.page-number-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  font-size: 16px;
  color: #333333;
}
.page-number-box a {
  color: #00428D;
}
.other-tab {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  border-bottom: solid 1px #137AE6;
}
.other-tab .other-tab-panel {
  width: 192px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #137AE6;
  cursor: pointer;
}
.other-tab .other-tab-panel.active {
  color: #fff;
  background: #137ae6;
}
