.layout-lr > .left{
  padding: 20px 0 !important;
}

.depart-box{
  padding: 15px;
}
.depart-box .depart-title{
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.depart-title img{
  width: 46px;
  padding-right: 5px;
}
.depart-title span{
  font-size: 20px;
  font-weight: 700;
}


.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;
}