.sort {
  padding: 45px 0 25px;
  color: #999;
}

.sort .label {
  width: 95px;
  flex-shrink: 0;
  font-weight: bold;
  color: #333;
}

.sort a {
  margin: 0 2px 4px 2px;
  height: 28px;
  line-height: 28px;
  width: 52px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  transition: all ease .3s;
}

.sort a.on, .sort a:hover {
  background: #01438A;
  color: #fff;
}

.team .item .pic {
  overflow: hidden;
}

.team .item .pimg2 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.team .item .tit {
  margin: 10px 0 4px;
}

.team .item .desc {
  color: #666;
}

.teamInfo .team1 {
  padding: 35px 0;
}

.teamInfo .team1 .team_img {
  margin-right: 32px;
}

.teamInfo .team1 .team_info .tit {
  margin-bottom: 25px;
}

.teamInfo .team1 .team_info .attr p {
  margin-top: 15px;
}

.teamInfo .team2 .tab_ul {
  background: #F6F7FB;
  color: #999;
}

.teamInfo .team2 .tab_ul li {
  height: 64px;
  line-height: 64px;
  padding: 0 32px;
  cursor: pointer;
}

.teamInfo .team2 .tab_ul li.on {
  background: #01438A;
  color: #fff;
  font-weight: bold;
}

.teamInfo .team2 .tablist {
  padding: 25px 0;
}

.teamInfo .team2 .tablist .itembox {
  line-height: 36px;
  color: #3D3D3D;
  display: none;
}