main .pagebanner{
    background: url(../images/bannet-wzbc.jpg) no-repeat center center;
}
main .list .box{
    padding: 30px 0;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    transition: all .25s linear;
}
main .list .box .img{
    width: 380px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}
main .list .box .img img{
    min-width: 100%;
    min-height: 100%;
}
main .list .box .info{
    width: 800px;
    height: 240px;
    text-align: left;
}
main .list .box .info h1{
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
main .list .box .info .row{
    font-size: 16px;
    margin-top: 15px;
    line-height: 25px;
}
main .list .box .info .brief{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
main .list .box .info .num i{
    width: 22px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -382px -32px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
main .list .box .info .btn{
    margin-top: 26px;
}