.jz {
    width: 32%;
    margin-right: 24px;
    height: 250px;
    margin-bottom: 15px;
}

.jz:nth-child(3n+3) {
    margin-right: 0;
}

/*.jz:nth-child(3n+1) {*/
/*    margin-left: 10px;*/
/*}*/

.jz .compos-item {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    flex-direction: column;
    justify-content: normal;
}

.compos-item .compos-item-top {
    width: 100%;
    height: 50px;

    position: relative;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.compos-item p {
    width: 100%;
}

.compos-item-top h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.compos-item .compos-item-top .fr {

    position: absolute;
    right: 0;
    top: 0;
    color: red;
}

.compos-item .compos-item-name {
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.compos-item .ask {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
    color: #999999;
    font-size: 16px;
}

.compos-item > .compos-item-btn > a {
    float: right;
    margin-top: 30px;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: #FF7C06;
    border: none;
    outline: none;
    border-radius: 25px;
}