.team {
  padding-top: 0.53333333rem;
  padding-bottom: 0.26666667rem;
  border-top: 0.01333333rem solid #3bb3c3;
}
.team .teamTitle {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.8rem;
  padding-bottom: 0.34666667rem;
  background: url(../images/line.png) repeat-x left bottom;
  background-size: 0.93333333rem 0.18666667rem;
}
.teamLists {
  margin-top: 0.26666667rem;
}
.teamLists li {
  float: left;
  width: 4.66666667rem;
  height: 6.16rem;
  position: relative;
  margin-left: 0.13333333rem;
  margin-top: 0.16rem;
}
.teamLists li:first-child {
  margin-left: 0;
}
.teamLists li:nth-child(2n+1) {
  margin-left: 0;
}
.teamLists li img {
  width: 4.66666667rem;
  height: 6.16rem;
}
.teamLists li .teamDetails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.66666667rem;
  height: 1.36rem;
  padding: 0.26666667rem 0;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.teamLists li .teamDetails h4 {
  font-size: 0.42666667rem;
  color: #ffffff;
  line-height: 0.74666667rem;
}
.teamLists li .teamDetails p {
  font-size: 0.29333333rem;
  color: #ffffff;
  line-height: 0.36333333rem;
}
