.list-box{
    width: 100%;
    padding: 24px 0;
    background:#fff;
    margin-bottom: 24px;
}
.list-box .inner .itemul{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.list-box .inner .itemul .item{
    width: 32%;
}
.list-box .inner .itemul .thumb-img-blur{
    transition: all 1s
}
.list-box .inner .itemul .thumb-img-blur a:hover{
    transform: scale(1.05, 1.05);
    transform-origin: center center;
}
.list-box .inner .itemul .wrap .text{
    padding: 10px;
    background:#f6f6f6;
}
.list-box .inner .itemul .wrap .text h2{
    line-height: 1.3;
    margin-top: 0em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 3.6em;
    font-size: 18px;
    padding: 0;
    height: 45px;
    font-weight:bold;
}