main .pagebanner{
    background: url(../images/bannet-wzbc.jpg) no-repeat center center;
}
main .list ul{
    width: 1230px;
    margin-left: -30px;
    text-align: left;
}
main .list ul a{
    display: inline-block;
    width: 380px;
    height: 376px;
    border-radius: 5px;
    overflow: hidden;
    margin: 30px 0 0 30px;
    position: relative;
}
main .list ul a:hover{
    box-shadow: 0 0 15px #d4d4d4;
}
main .list ul a .img{
    width: 380px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
main .list ul a .img img{
    min-height: 100%;
    min-width: 100%;
}
main .list ul a .info{
    border: 1px solid #d4d4d4;
    border-top: none;
    box-sizing: border-box;
    height: 136px;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}
main .list ul a .info h1{
    font-size: 18px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
main .list ul a .info .xq{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    border-top: 1px solid #dadada;
    margin-top: 20px;
}
main .list ul a .info .xq .date{
    font-size: 16px;
}
main .list ul a .info .xq .view{
    font-size: 16px;
    white-space: nowrap;
}
main .list ul a .info .xq .view 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 ul a .state{
    position: absolute;
    width: 78px;
    height: 65px;
    right: 0;
    top: 0;
}
main .list ul a .ing{
    background: url(../images/icon.png) no-repeat -444px -83px;
}
main .list ul a .end{
    background: url(../images/icon.png) no-repeat -444px -155px;
}