.expert-banner {
  background-image: url("//i.thsi.cn/staticS3/mobileweb-upload-static-server.img/m/atom/9a950a81-a3c7-40e5-b5bb-310686663a62.png");
}

.expert-list-section {
  width: 100%;
  min-width: 1240px;
  padding: 40px 0 118px;
  background: #ffffff;
}

.expert-table {
  width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.expert-table-header {
  height: 60px;
  line-height: 100%;
  background: #2e66f6;
  color: #ffffff;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  padding-left: 96px;
  padding-right: 52px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.expert-table-body {
  margin-top: 11px;
}

.expert-row {
  position: relative;
  height: 82px;
  line-height: 100%;
  color: #2b2b2b;
  font-size: 16px;
  padding-left: 96px;
  padding-right: 52px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.expert-row:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: transparent;
}

.expert-row:nth-child(odd),
.expert-row:nth-child(even) {
  background: #ffffff;
}

.expert-table .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}

.expert-table-header .col {
  border-right: none;
}

.expert-row .col {
  position: relative;
}

.expert-row .col::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #979797;
}

.expert-row:first-child .col::after {
  top: 26px;
}

.expert-row:last-child .col::after {
  bottom: 26px;
}

.expert-row .col-role::after {
  display: none;
}

.expert-table-header .col-index {
  width: 140px;
}

.expert-row .col-index {
  width: 140px;
}

.expert-table .col-name {
  width: 260px;
}

.expert-table .col-cert {
  width: 380px;
}

.expert-table .col-role {
  width: 312px;
}

.expert-pagination {
  margin-top: 65px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.expert-pagination .page-btn {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.expert-pagination .page-btn.prev,
.expert-pagination .page-btn.next {
  width: 100px;
  background: #ebebeb;
  color: #2e66f6;
}

.expert-pagination .page-ellipsis {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 20px;
  margin-right: 20px;
}

.expert-pagination .page-ellipsis:last-child {
  margin-right: 0;
}

.expert-pagination .page-btn + .page-btn,
.expert-pagination .page-btn + .page-ellipsis,
.expert-pagination .page-ellipsis + .page-btn,
.expert-pagination .page-ellipsis + .page-ellipsis {
  margin-left: 0;
}

.expert-pagination .page-btn.prev {
  margin-right: 32px;
}

.expert-pagination .page-btn.next {
  margin-left: 12px;
  margin-right: 0;
}

.expert-pagination .page-btn.prev::before {
  content: "‹";
  font-size: 20px;
  margin-right: 6px;
  line-height: 1;
}

.expert-pagination .page-btn.next::after {
  content: "›";
  font-size: 20px;
  margin-left: 6px;
  line-height: 1;
}

.expert-pagination .page-btn:last-child {
  margin-right: 0;
}

.expert-pagination .page-btn.active {
  background: #2e66f6;
  color: #ffffff;
}

.expert-pagination .page-btn.active:hover {
  background: #2e66f6;
  color: #ffffff;
}

.expert-pagination .page-btn:hover {
  background: #3f7af7;
  color: #ffffff;
}

.expert-pagination .page-btn.disabled {
  background: #f2f2f2;
  color: #9dcaf8;
  cursor: default;
}

.expert-pagination .page-btn.disabled:hover {
  background: #f2f2f2;
  color: #9dcaf8;
}

.expert-pagination .page-btn.disabled.prev::before,
.expert-pagination .page-btn.disabled.next::after {
  color: #9dcaf8;
}

