.teamstyle .team_li{
    width: 33%;
    float: left;
    padding-top: 20px;
    padding-right: 1%;
    padding-left: 2%;
}
.teamstyle .team_li>a{
     display: block;
    /* width: 100%; */
    overflow: hidden;
    max-height: 248px;
    border: 1px solid gainsboro;
}
.teamstyle .team_li>.word{
        padding: 6px 12px;
    border: 1px solid gainsboro;
    margin-top: -1px;
}
.teamstyle .team_li>.word>.title{
         height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.teamstyle .team_li>.word>.title>a{
     color:#333333;
     font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}