/* team_category
----------------------------------------------- */
#teamList {
 color: #999999;
 zoom:1;
 overflow: hidden;
 padding: 10px;
 background-color: #FFF;
}
#teamList dl {
 margin-bottom: 30px;
 zoom:1;
 overflow: hidden;
}
#teamList dt {
 float: left;
 width: 50%;
}
#teamList dd {
 float: left;
 width: 50%;
}
#teamList dt img {
 border: 1px solid #EEEEEE;
 max-width: 100%;
}
#teamList dd p {
 padding-left: 10px;
}
#teamList .name {
 height: 18px;
 overflow: hidden;
 font-size: 14px;
}
#teamList .name a {
 color: #333333;
 font-weight: bold;
}
#teamList .brief {
 color: #999999;
 padding-top: 8px;
}
#teamList .class {
 padding: 10px 10px;
 color: #555;
}
/* team
----------------------------------------------- */
#team {
 padding: 10px;
 background-color: #FFF;
}
#team .teamImg img {
 width: 100%;
}
#team .teamInfo {
 padding: 10px 0;
}
#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 {
 border-top: 1px solid #EEEEEE;
 padding: 10px 0;
 line-height: 200%;
 color: #777;
}