.newTeList #selectTeBox {
  width: 100%;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
}


.newTeList #selectTeBox li {
  height: 40px;
  float: left;
  line-height: 40px;
  margin: 0 20px;
  text-align: center;
  background-color: #b4b4b4;
  display: block;
  padding: 0px 14px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}


.newTeList #selectTeBox li:hover {
  background-color: #307ece;
}
.newTeList #selectTeBox li a {
  width: 100px;
  height: 100px;
  color: white;
  display: block;
  text-decoration: none;
}


.newTeList #selectTeBox .listActive {
  background-color: #307ece;
}


.newTeList .teList {
  width: 100%;
  padding: 10px 0px;
  overflow: hidden;
}
.newTeList .teList .onePic {
  width: 226px;
  height: 200px;
  display: inline-block;
  text-align: center;
}


.newTeList .teList .onePic .teImgList {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  border-bottom:10px;
}


.newTeList .teList .onePic .teImgList img {
  width: 100%;
}


.newTeList .teList .teNameList {
  display: block;
  height: 48px;
  line-height: 46px;
  width: 100px;
  border: 1px solid #ececec;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  font-weight: normal;
  text-decoration: none;
  float: left;
}
.newTeList .teList .teNameList:hover {
  color: #fff;
  background-color: #307ece;
}
.newTeList .tePa a {
}