/* team_category
----------------------------------------------- */
#teamList {
 padding-top: 20px;
 color: #999999;
 zoom:1;
 overflow: hidden;
}
#teamList dl {
float: left;
    width: 560px;
    margin-right: 40px;
    background: #f5f5f5;
    margin-bottom: 25px;
    padding-right: 0;
}
#teamList dt {
 float: left;
    width: 200px;
    height: 255px;
	    overflow: hidden;
    display: block;
    margin-right: 20px;
}
#teamList dd {
 margin-left: 155px;
 padding: 10px 15px 0 0;
}
#teamList dt img {
 width: 200px;
    height: 255px;
    transition: all 0.5s;
}
#teamList .name {
 font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    height: 35px;
    margin-bottom: 10px;
}
#teamList .name a {
 color: #333333;
 font-weight: bold;
}
#teamList .brief {
     height: 140px;
    margin-bottom: 10px;
    overflow: hidden;
}
#teamList .class {
 padding-bottom: 10px;
 color: #555;
}
#teamList dd .more{    color: #0070be;}
/* team
----------------------------------------------- */
#team {
 padding: 20px 0;
 zoom:1;
 overflow: hidden;
}
#team .teamImg {
 float: left;
 width: 300px;
}
#team .teamInfo {
 margin-left: 320px;
 padding-top: 10px;
}
#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;
}