.experts-wrapper {
  width: 100%;
  background: url(../imgs/experts/page_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.main-cont {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.experts-header {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 40px 0;
}

.experts-header .icon {
  width: 8px;
  height: 40px;
  background: #00aac4;
  border-radius: 3px;
  margin-right: 8px;
}

.experts-header .text {
  font-size: 35px;
  font-weight: 500;
  color: #333333;
}

.experts-tabs {
  display: flex;
  overflow-x: auto;
}

.experts-tabs .tab-item {
  width: 150px;
  height: 48px;
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 500;
  color: #00aac4;
  background-color: #fff;
  margin-right: 60px;
  cursor: pointer;
}

.experts-tabs .tab-item.active {
  background: #00aac4;
  color: #fff;
}

.experts-list {
  margin-top: 40px;
  min-height: 440px;
}

.card-item {
  width: 100%;
  background: #ffffff;
  border-radius: 7px;
  padding: 30px 64px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 26px;
}

.card-item .left {
  margin-right: 60px;
}

.card-item .left img {
  width: 225px;
  height: 331px;
}

.card-item .right {
  width: 785px;
}

.card-item .right .name {
  font-size: 24px;
  font-weight: 500;
  margin: 16px 0;
  color: #00aac4;
}

.card-item .right .hospital,
.card-item .right .title {
  font-size: 24px;
  line-height: 36px;
}

.card-item .right .split-line {
  width: 786px;
  height: 1px;
  opacity: 0.2;
  border: 1px solid #979797;
  margin: 24px 0;
}

.card-item .right .intro {
  color: #999999;
  line-height: 32px;
  font-size: 20px;
  text-align: justify;
}

.customBootstrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#demo2 > li > a {
  margin: 0 4px;
  border-radius: 4px;
  height: 40px;
  min-width: 40px;
  text-align: center;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 170, 196, 1);
  border-color: rgba(0, 170, 196, 1);
}

.pagination > li > a,
.pagination > li > span {
  padding: 8px 12px;
  color: rgba(0, 170, 196, 1);
}
