.team{
    width:1172px;
    margin: 0 auto;
    overflow: hidden;
}
.team-info{
    width:715px;
    border:2px dotted #c8c8c8;
    border-radius: 4px;
    padding: 20px 30px;
    position: relative;

}
.team-info p{
    line-height: 1.5;
    color: rgb( 131, 131, 131 );
    max-height: 148px;
    overflow: hidden;  
    text-overflow: -o-ellipsis-lastline;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 6;  
    -webkit-box-orient: vertical;  
}
.team-info:after {
    position: absolute;
    bottom: -28px;
    left: 127px;
    content: '';
    width: 57px;
    height: 47px;
    border-bottom: 2px dotted #c8c8c8;
    border-left: 2px dotted #c8c8c8;
    transform: skewX(-180deg) skewY(-41deg);
}
.team-info:before {
    position: absolute;
    bottom: -2px;
    left: 127px;
    content: '';
    width: 57px;
    height: 2px;
    background: #fff;
}
.team-item{
    width: 218px !important;
}
.team-img{
    margin-top: 68px;
    position: relative;
    height: 351px;
}
.team-img img{
    width: 218px;
    height: 218px;
    border-radius: 100%;
}
.team-txt{
    margin-top: 67px;
    text-align: center;
}
.team-img li{
    text-align: center;
    float: left;
    width: 293px !important;
}
.team-prev,.team-next {
    width: 15px;
    height: 37px;
    background: url(../../img/zuo.png) no-repeat;
    background-size: 100%;
    margin-top: 0;
}
.team-next {
    background: url(../../img/you.png) no-repeat;
    background-size: 100%;
}
