.team_box{
    width: 865px;
    margin: 0 auto;
    overflow: hidden;
}
.team_tab{
    width: 100%;
    height: 30%;
    overflow: hidden;
    margin: 37px auto 17px;
}
.team_tab li{
    width: 102px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    float: left;
    margin-right: 7px;
    background: #3e3e3e;
    cursor: pointer;
}
.team_tab li.cur{
    background: #65593e;
}
.team_tab li:last-child{
    margin-right: 0px;
}
.tc_ul{
    display: none;
}
.team_con ul li.team_li{
    width: 841px;
    height: 214px;
    padding: 12px;
    overflow: hidden;
    margin-bottom: 14px;
    background: url("../img/team_li.png") no-repeat center;
}
.team_con ul li.team_li:hover{
    background: url("../img/team_li_hover.png") no-repeat center;
}
.team_li ul li{
    width: 153px;
    height: 213px;
    float: left;
    margin-right: 4px;
}
.team_li ul li:last-child{
    margin-right: 0px;
}
#stage2 ul li{
    background: url("../img/stage2_hover.png") no-repeat center;
}
/*#stage2  ul li:hover{*/
    /*background: url("../img/stage2_hover.png") no-repeat center;*/
/*}*/
#stage1  ul li{
    background: url("../img/stage1_hover.png") no-repeat center;
}
/*#stage1  ul li:hover{*/
    /*background: url("../img/stage1_hover.png") no-repeat center;*/
/*}*/
#stage1.team_li ul li.team_img,#stage2.team_li ul li.team_img{
    width: 210px;
    height: 213px;
    background: url("../img/team_img.png") no-repeat center;
}
.team_li ul li.team_img .img{
    width: 210px;
    height: 113px;
    line-height: 113px;
    text-align: center;
}
.team_li ul li.team_img .img img{
    vertical-align: middle;
    width: 81px;
    height: 81px;
}
.img{
    width: 153px;
    height: 167px;
    line-height: 167px;
    text-align: center;
}
.img img{
    vertical-align: middle;
    /*width: 153px;*/
    /*height: 114px;*/
}
.team_img p{
    height: 18px;
    text-align: center;
}
.team_desc{
    width: 190px;
    /*height: 60px;*/
    height: 54px;
    color: #f2e0b4;
    padding: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.img_name{
    font-family: 宋体;
    width: 153px;
    height: 45px;
    /*background: #000;*/
    color: #000;
    text-align: center;
    overflow: hidden;
}
.name{
    margin: 15px auto 5px;
    /*color: #f2e0b4;*/
    color: #000;
}
.pos{
    display: none;
}
