.serveTit {
    font-size: 24px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    text-align: center;
    margin-bottom: 1.5vw;
}

.box {
    height: 82px;
}

.bacTop {
    position: relative;
}

.bacTexBox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.serveUl {
    padding-top: 0.3rem;
    padding-bottom: 5vw;
}

.serveLi {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(245, 247, 250, 1);
    padding: 25px 20px;
    margin-top: 0.25rem;
}

.servePreview {
    /* float: left; */
    width: 44%;
}

.serveliTit {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    width: 90%;
    margin-bottom: 16px;
}

.serveTime {
    font-size: 14px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.serveInfor {
    margin-top: 20px;
    width: 90%;
    font-size: 14px;
        font-weight: 500;
        color: #666666;
        line-height: 26px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
}

.serveImg,
.serveImg img {
    text-align: right;
    height: auto;
}
.serveImg{
    height: 250px;
    overflow: hidden;
}
@media (max-width: 992px)  {
    .serveUlPhone {
        padding-top: 10px;
    }

    .serveLiPhone {
        margin-top: 20px;
    }

    .servePreviewPhone {}

    .serveliTitPhone {
        font-size: 18px;
        font-weight: 500;
        color: #3E3D39;
        line-height: 30px;
        margin-top: 10px;
        text-align: justify;
    }

    .serveTimePhone {
        font-size: 14px;
        font-weight: 500;
        color: #CACACA;
        line-height: 14px;
        margin-top: 10px;
    }

    .serveInforPhone {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        line-height: 26px;
        margin-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }

    .serveImgPhone {}

    .serveImgPhone img {
        width: 120%;
    }
}
