
.team-box .team-header{
  height: 50px;
  line-height: 50px;
  background: #EBD6C3;
  color: #fff;
  font-size: 18px;
}
.team-box .team-list{
  background: #fff;
  padding: 15px;
}
.team-list li{
  display: inline-block;
  width: 33%;
  height: 280px;
  float: left;
  text-align: center;
  border: 1px solid #e4e4e4;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
}
.team-list li:nth-child(3n){
  margin-right: 0;
}
.team-list li .link_a{
  display: inline-block;
  padding: 10px;
}
.team-list li img{
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #ccc;
}
.team-list li h5{
  font-size: 16px;
  padding: 15px 0 10px;
  text-decoration: underline;
}
.team-list li p{
  font-size: 14px;
}