.zbox img {
    width: 100%;
}
.zbox {
    padding-bottom: 30px;
}
.zbox ul li {
    float: left;
    margin: 30px 0 0 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 380px;
    overflow: hidden;
}
.zbox ul li p {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}
.zbox ul li:nth-child(3n+1){
    margin-left: 0;
}
.zbox .wz {
    width: 100%;
}
.zbox .des {
    border: #ccc 1px solid;
    margin: 40px 0 10px 0;
    border-radius: 10px;
}
.zbox .des p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 2;
    padding: 0 10px 20px;
}
.zbox .des .title {
    width: 130px;
    height: 40px; 
    background: linear-gradient(to top, #7a72fe, #ab2ff1);
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    position: relative;
    bottom: 20px;
    left: 10px;
}