.team-bd .tab-wrap .tab-bd ul li .name{
    position: absolute;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    width: calc(100% - 20px);
    bottom: 0;
    background: rgb(51 51 51 / 65%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    text-align: center;}
