/* team_category
----------------------------------------------- */
.teamList {
 font-size: 13px;
 zoom: 1;
 overflow: hidden;
 background-color:#FFF;
}
.teamList dl {
 float: left;
 width: 50%;
}
.teamList dd {
 text-align: center;
 border-right: solid #EEEEEE 1px;
 border-top: solid #EEEEEE 1px;
 padding: 10px;
}
.teamList dd.clearBorder {
 border-right: none;
}
.teamList dd .img {
 margin-bottom: 10px;
}
.teamList dd .name {
 margin-bottom: 6px;
}
.teamList dd .price {
 color: #999999;
}
/* team
----------------------------------------------- */
#team {
 padding: 20px 0;
 background-color:#FFF;
}
#team h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
 text-align:center;
}
#team h2 {
 border-bottom: 1px solid #EEE;
 color:#777;
 font-size:14px;
 margin-bottom:10px;
 padding:0 10px 10px 10px;
}
#team .info {
 padding: 2px 10px 20px 10px;
 color: #999999;
 font-size: 13px;
 text-align:center;
}
#team .desc {
 margin-bottom:20px;
 font-size:13px;
 line-height:180%;
 padding:0 10px;
}
#team .desc b {
 font-weight:bold;
}
#team .content {
 color: #666666;
 line-height: 180%;
 padding:0 10px;
}
#team .content img {
 max-width:100%;
}
