@charset "utf-8";
.u-lst ul {
    height: auto;
    padding: 0px ;
    overflow: hidden;
}
.ftlb-ul li {
    background: #f5f5f5;
    width: 100%;
    height: 176px;
    margin-bottom: 30px;
    padding: 0;
}
.ftlb-ul .ftlb-li {
    white-space: normal;
}
.ftlb-ul li .ftlb-img {
    height: 100%;
    padding-left: 0;
    overflow: hidden;
    
}
.ftlb-ul li .ftlb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}
.ftlb-ul li .ftlb-zt {
    height: 100%;
    overflow: hidden;
    padding: 22px 12px;
}
.ftlb-ul li .ftlb-zt .ft-title {
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ftlb-ul li .ftlb-zt div .desc {
    font-size: 18px;
    color:#1cac93;
    margin-right: 10px;
    float: left;
}
.ftlb-ul li .ftlb-zt div {
    line-height: 36px;
    font-size: 16px;
}
.ftlb-ul li .ftlb-zt .ft-txt {
    line-height: 36px;
    font-size: 16px;
    height: 80px;
    overflow: hidden;
}
.ftlb-ul li .ftlb-zt .ft-txt .desc {
    float: left;
    font-size: 18px;
    color:#1cac93;
    margin-right: 10px;
}
.ftlb-ul li .ftlb-xq {
    width: 120px;
    clear: both;
    float: right;
}
.ftlb-ul li .ftlb-xq a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    background: #1cac93;
    border-radius: 20px;
    text-align: center;
}



@media (max-width: 1024px){
    .ftlb-ul li .ftlb-xq a {
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 32px;
        background: #0c8e77;
        border-radius: 20px;
        text-align: center;
    }
    
}

@media (max-width: 750px){
    .u-lst .ftlb-ul {
        padding:20px 0;
    }
    .ftlb-ul li {
        height: auto;
    }
    .ftlb-ul li .ftlb-img {
        width: 100%;
        height: 200px;
        padding-right: 0;
    }
    .ftlb-ul li .ftlb-zt .ft-txt{
        height: auto;
    }
    .ftlb-ul li .ftlb-zt {
        width: 100%;
        height: 100%;
    }
}