.se-img{
    width: 100%;
}
.se-img img{
    width: 100%;
}
.se-name{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.se-list{
    width: 100%;
    margin-top: 30px;
}
.tab-list{
    width: calc(25% - 40px);
    display: inline-block;
    margin-right: 30px;
    box-shadow: 0 0 6px 0 #d8d8d8;
}
.tab-list img{
    width: 100%;
    
}