.team-list .research .research-left{
    width: 180px;
}
.team-list .research  .right .titles{
    margin-top: 10px;
    font-size: 1.25rem;
}
.team-list .research .right .container{
    font-size: .875rem;
    color: var(--color-text-secondary);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
}
@media screen and (max-width:767.9px) {
    .team-list .research .right .titles{
        margin-top: 5px;
        font-size: 1rem;
        display: block;
        overflow: unset;
        max-height: unset;
    }
    .category-swiper{
        padding: 0 30px;
    }
    .team-list .research .research-left{
        width: 95px !important;
    }
    .team-list .research .right .container{
        -webkit-line-clamp:3;
        font-size: .8125rem;
    }
}







