@charset "utf-8";

.fill .head {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding: 0 12px;
}

.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #80CEEB;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 29px;
}

.fill .head ul {
  float: left;
}

.fill .head ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}

.fill .head ul .on {
  color: #80CEEB;
}

.fill .head ul .on:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #80CEEB;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}

.fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #80CEEB;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

.teampage {
  background-color: #ffffff;
  padding: 18px 53px 56px 27px;
}

.teampage .teampage-list {
  margin-top: 30px;
}

.teampage .teampage-list ul li {
  overflow: hidden;
  margin-bottom: 20px;
}

.teampage .teampage-list ul li a {
  display: block;
  border: 1px solid #eeeeee;
  padding: 20px 10px;
  overflow: hidden;
}

.teampage .teampage-list ul li a:hover {
  border: 1px solid #80CEEB;
}

.teampage .teampage-list ul li .teampage-images {
  width: 125px;
  height: 125px;
  float: left;
  margin-right: 20px;
}

.teampage .teampage-list ul li .teampage-images img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.teampage .teampage-list ul li .teampage-words {
  width: 950px;
  float: left;
}

.teampage .teampage-list ul li .teampage-words .teampage-name {
  font-size: 18px;
  font-size: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.teampage .teampage-list ul li .teampage-words .teampage-brief {
  font-size: 16px;
  color: #999999;
  padding-top: 10px;
  line-height: 20px;
}
