/*作品展示*/
.zpzs .list li{
    padding: .23rem .58rem .23rem .28rem;
    background-color: #f6f6f6;
    margin-bottom: .3rem;
}
.zpzs .list li .img{
    width: 1.95rem;
    height: 2.73rem;
    overflow: hidden;
}
.zpzs .list li .img img{
    width: 100%;
}
.zpzs .list li .img a:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.zpzs .list li .text{
    width: calc(100% - 2.45rem);
    display: grid;
    align-items: center;
    padding: .25rem 0 .15rem 0;
}
.zpzs .list li .text h1{
    display: inline-block;
    font-size: .2rem;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.zpzs .list li .text .br{
    width: .4rem;
    height: .01rem;
    background-color: #d22521;
}
.zpzs .list li .text h4{
    font-size: .18rem;
}
.zpzs .list li .text p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 32;
    -webkit-box-orient: vertical;
    font-size: .14rem;
    color: #999999;
    line-height: .3rem;
    height: .6rem;
}
.zpzs .list li .text .brs{
    width: 100%;
    height: .01rem;
    background-color: #e5e5e5;
}
.zpzs .list li .text dl{
    justify-content: flex-start;
}
.zpzs .list li .text dl dd{
    font-size: .16rem;
    line-height: .38rem;
    padding-left: .25rem;
}
.zpzs .list li .text dl dd span{
    color: #666666;
}
.zpzs .list li .text dl dd.d1{
    background: url("../images/frame/16.png")no-repeat left center;
    
}
.zpzs .list li .text dl dd.d2{
    background: url("../images/frame/42.png")no-repeat left center;
   margin: 0 0.2rem 0 0.2rem;
}
.zpzs .list li .text dl dd.d3{
    background: url("../images/frame/40.png")no-repeat left center;
margin: 0 0.2rem 0 0.2rem;
}
.zpzs .list li .text dl dd.d4{
    background: url("../images/frame/43.png")no-repeat left center;
margin: 0 0.2rem 0 0.2rem;
}

.zpzs .list li .text dl dd.d5{
    background: url("../images/frame/17.png")no-repeat left center;
margin: 0 0.2rem 0 0.2rem;
}

.zpzs .list li .text dl dd.d6{
    background: url("../images/frame/44.png")no-repeat left center;
 margin: 0 0.2rem 0 0.2rem;
}





