/* team_category
----------------------------------------------- */
#team-category .team-list {
 padding-top: 20px;
 color: #999999;
 zoom:1;
 overflow: hidden;
}
#team-category .team-list .item {
 margin-bottom: 30px;
 zoom: 1;
 overflow: hidden;
}
#team-category .team-list .item .img {
 float: left;
 width: 135px;
}
#team-category .team-list .item .img img {
 border: 1px solid #EEEEEE;
 width: 100%;
}
#team-category .team-list .item .info {
 margin-left: 155px;
 padding: 10px 15px 0 0;
}
@media (max-width: 768px) {
 #team-category .team-list .item .img {
  float: none;
  width: auto;
 }
 #team-category .team-list .item .info {
  margin-left: 0;
  padding: 10px 15px 0 0;
 }
}
#team-category .team-list .item .info .name {
 height: 18px;
 overflow: hidden;
 font-size: 14px;
}
#team-category .team-list .item .info .name a {
 color: #333333;
 font-weight: bold;
}
#team-category .team-list .item .info .brief {
 color: #999999;
 padding-top: 8px;
}
#team-category .team-list .item .info .class {
 padding-bottom: 10px;
 color: #555;
}
/* team
----------------------------------------------- */
#team {
 padding: 20px 0;
 zoom:1;
 overflow: hidden;
}
#team .teamImg {
 float: left;
 width: 300px;
}
#team .teamImg img {
 width: 100%;
}
#team .teamInfo {
 margin-left: 320px;
 padding-top: 10px;
}
@media (max-width: 768px) {
 #team .teamImg {
  float: none;
  width: auto;
 }
 #team .teamInfo {
  margin-left: 0;
  padding-top: 20px;
 }
}
#team .teamInfo h1 {
 font-size: 18px;
}
#team .teamInfo .info {
 margin-top: 10px;
 color: #999;
}
#team .teamInfo .info li {
 border-top: 1px solid #EEEEEE;
 padding: 10px 0;
}
#team .teamInfo .content {
 margin-top: 15px;
 border-top: 1px solid #EEEEEE;
 padding: 10px 0;
 line-height: 200%;
 color: #777;
}