.page{
  background: #F2F2F2;
}
.depart-box{
  background: #fff;
  padding-top: .2rem;
}
.depart-box .depart-title{
  line-height: 1.2rem;
  border-bottom: 1px solid #FEB370;
  margin-top: 0;
  padding-top: .2rem;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
}
.depart-title img{
  width: 1rem;
  padding-right: .1rem;
}
.depart-title span{
  font-size: .44rem;
  font-weight: 700;
}
.depart-box .depart-server{
  display: flex;
}

.team-box{

}
.team-box .team-header{
  height: 1rem;
  line-height: 1rem;
  background: #EBD6C3;
  color: #fff;
  font-size: .36rem;
}
.team-box .team-list{
  background: #fff;
  padding: 10px 15px;
}
.team-list li{
  display: inline-block;
  width: 33%;
  height: 4rem;
  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: .1rem;
}
.team-list li img{
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #ccc;
}
.team-list li h5{
  font-size: .32rem;
  text-decoration: underline;
}
.team-list li p{
  font-size: .26rem;
}