.cardList .item {
    width: 370px;
    float: left;
    margin-bottom: 55px;
    height: auto;
    overflow: hidden
}

.cardList .imgbox {
    margin-left: 2px;
    width: 178px;
    float: left
}

.cardList .imgbox img {
    display: block;
    width: 100%;
    box-shadow: 3px 5px 5px rgba(0,0,0,.1)
}

.cardList .cardInfo {
    float: left;
    width: 190px;
    padding-left: 25px;
    padding-right: 15px
}

.cardList .title {
    color: #000;
    margin-bottom: 10px;
    /* line-height: 16px; */
}

.cardList .subtit {
    width: 100%;
    color: #666;
    font-size: 14px;
    text-align: justify;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cardList .link_detail {
    color: #ea4120;
    font-size: 14px;
    line-height: 28px;
    display: block
}

.footer {
    margin-top: 25px
}

@media (max-width: 767px) {
    .cardList {
        padding-top:0
    }

    .cardList .item {
        width: 100%;
        margin-bottom: .55rem
    }

    .cardList .imgbox {
        width: 40%;
        margin-left: 0
    }

    .cardList .cardInfo {
        width: 60%;
        padding-left: .4rem;
        padding-right: 0
    }

    .cardList .title {
        font-size: .36rem;
        line-height: .48rem;
        margin-bottom: 0
    }

    .cardList .link_detail,.cardList .subtit {
        font-size: .26rem;
        line-height: .4rem
    }

    .cardList .subtit {
        height: .8rem
    }
}
