.site-pagebanner {
  background-image: url(../img/pagebanner-ourteam.jpg);
}
.site-pagebanner:before {
  content: "苏源精英";
}
.site-pagebanner:after {
  content: "OUR TEAM";
}
.team-main__inner,
.teamDetail-main__inner {
  padding: 40px 0 30px;
}
.team-info {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}
.team-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.team-filter__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  height: 30px;
  border: 1px solid #ddd;
  padding: 1px;
  margin-right: 10px;
}
.team-filter__item:after {
  content: "\f078";
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin-left: -30px;
  background: #eee;
  font-family: FontAwesome;
  line-height: 30px;
  color: #999;
  text-align: center;
}
.team-filter__item select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  border: none;
  outline: none;
  background: transparent none;
}
.team-filter__item option {
  padding: 5px 10px;
  font-family: 'Monaco', 'Courier New', sans-serif;
}
.team-list{
  display: flex;
  flex-wrap: wrap;
}
.team-list:after {
  content: "";
  display: table;
  clear: both;
}
.team-list__item {
  float: left;
  width: 260px;
  margin-right: 48px;
  margin-bottom: 20px;
  padding: 1px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  color: #333;
}
.team-list__item:nth-child(4n) {
  margin-right: 0;
}
.team-list__item img {
  display: block;
  width: 260px;
  margin-bottom: 10px;
}
.team-list__item h3 {
  margin: 0 10px 5px 10px;
  font-size: 24px;
  line-height: 40px;
}
.team-list__item h4,
.team-list__item p {
  margin: 0 10px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}
.team-list__item p {
  height: 60px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-list__empty {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 60px;
}
.teamDetail-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.teamDetail-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 400px;
  margin-right: 40px;
}
.teamDetail-content .content{
  margin-top: 15px;
  line-height: 30px;
  font-size: 16px;
}
.teamDetail-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.teamDetail-content__row-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 80px;
  border-bottom: 1px solid #eee;
  line-height: 80px;
}
.teamDetail-content__row-name strong {
  font-size: 36px;
}
.teamDetail-content__row-name span {
  font-size: 16px;
}
.teamDetail-content__row-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.teamDetail-content__row-tel span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 24px;
  line-height: 80px;
  color: #333;
}
.teamDetail-content__row-tel span:before {
  margin-right: 10px;
  vertical-align: middle;
  font-family: FontAwesome;
  font-size: 36px;
  color: #666;
}
.teamDetail-content__row-tel .tel:before {
  content: "\f095";
}
.teamDetail-content__row-tel .mail:before {
  content: "\f0e0";
}
.teamDetail-content__row-title,
.teamDetail-content__row-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.teamDetail-content__row-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.pagination {
 
  margin: 0 auto;

  text-align: center;

  margin-top: 1rem;

  margin-bottom: 3rem;

}

.pagination li{border:1px solid #e6e6e6;padding: 7px 13px;display: inline-block;margin: 3px;}
.pagination li a{
  color: #206e8c;
}
.pagination .active{background-color: #206e8c;color: #fff;}

.pagination .disabled{color: #aaa;}