.academic{
    margin-top: 120px;
}
.academic .academic-list{
    width: 1420px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    display: flex;
}
.academic .academic-list .list-item img{
    width: 340px;
    height: 221px;
}
.academic .academic-list .list-item .image{
    border: 1px dashed #ccc;
    height: 221px;
    transition: all 0.5s;
}
.academic .academic-list .list-item .image:hover{
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
}
.academic .academic-list .list-item .name{
    padding:24px 15px 44px 15px;
    width: 310px;
    height: 50px;
    /* font-family: 'alibaba-regular'; */
    font-weight: 400;
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(45,127,210,0.08);
}
.academic .academic-list .list-item .name span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.academic .academic-list .list-item:not(:last-child){
    margin-right: 20px;
}
