@charset "utf-8";

/* 内页服务列表 */

.nyfwlb {
    margin-top: 95px;
}

.nyfwlbboxct {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.nyfwlbbox .nyfwlbboxcta {
    width: calc((100% - 44px) / 3);
    display: block;
    margin: 0;
    background: #fff;
    border: 1px solid #dbe5f2;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(19, 45, 81, .08);
    transition: box-shadow .35s ease, border-color .35s ease;
}

.nyfwlbboxcta_img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #eef3fb;
}

.nyfwlbboxcta_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.nyfwlbboxcta_txt {
    width: 100%;
    padding: 18px 18px 20px;
    background: linear-gradient(145deg, #ffffff 0%, #f9fbff 100%);
}

.nyfwlbboxcta_txtct {
    width: 100%;
    text-align: left;
    position: relative;
    min-height: 48px;
}

.nyfwlbboxcta_txtct_img {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
}

.nyfwlbboxcta_txtct_img i {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #f1f5fc;
    color: #234488;
    font-size: 24px;
    line-height: 1;
    transition: all .35s ease;
}

.nyfwlbboxcta_txtct_h {
    margin-top: 0;
    min-height: 48px;
    padding-left: 60px;
    display: flex;
    align-items: center;
    font-family: 'ProximaNova-Semibold';
    font-size: 22px;
    color: #1f2f47;
    line-height: 1.25;
}

.nyfwlbboxcta_txtct_p {
    margin-top: 8px;
    padding-left: 60px;
    color: #63758d;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.nyfwlbbox .nyfwlbboxcta:hover {
    border-color: #c7d8ee;
    box-shadow: 0 14px 28px rgba(19, 45, 81, .12);
}

.nyfwlbbox .nyfwlbboxcta:hover .nyfwlbboxcta_img img {
    transform: scale(1.06);
}

.nyfwlbbox .nyfwlbboxcta:hover .nyfwlbboxcta_txtct_h {
    color: #234488;
}

.nyfwlbbox .nyfwlbboxcta:hover .nyfwlbboxcta_txtct_img i {
    background-color: #234488;
    color: #fff;
}

@media screen and (max-width:1700px) {
    .nyfwlbboxcta_img {
        height: 210px;
    }

    .nyfwlbboxcta_txtct_h {
        font-size: 20px;
    }

    .nyfwlbboxcta_txtct_p {
        font-size: 13px;
        line-height: 1.55;
    }
}

@media screen and (max-width:1200px) {
    .nyfwlbboxct {
        gap: 16px;
    }

    .nyfwlbbox .nyfwlbboxcta {
        width: calc((100% - 16px) / 2);
    }

    .nyfwlbboxcta_img {
        height: 190px;
    }

    .nyfwlbboxcta_txt {
        padding: 16px;
    }

    .nyfwlbboxcta_txtct_h {
        margin-top: 10px;
        font-size: 18px;
        min-height: 46px;
        padding-left: 56px;
    }

    .nyfwlbboxcta_txtct_p {
        padding-left: 56px;
    }

    .nyfwlbboxcta_txtct_img i {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }
}

@media screen and (max-width:992px) {
    .nyfwlb {
        margin-top: 60px;
    }

    .nyfwlbboxcta_img {
        height: 175px;
    }

    .nyfwlbboxcta_txt {
        padding: 14px;
    }

    .nyfwlbboxcta_txtct_img i {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .nyfwlbboxcta_txtct_h {
        margin-top: 0;
        font-size: 17px;
        min-height: 42px;
        padding-left: 52px;
    }

    .nyfwlbboxcta_txtct_p {
        margin-top: 6px;
        padding-left: 52px;
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width:768px) {
    .nyfwlbboxct {
        gap: 12px;
    }

    .nyfwlbbox .nyfwlbboxcta {
        width: 100%;
    }

    .nyfwlbboxcta_img {
        height: 195px;
    }

    .nyfwlbboxcta_txtct_h {
        min-height: 38px;
        padding-left: 46px;
    }

    .nyfwlbboxcta_txtct_p {
        padding-left: 46px;
    }

    .nyfwlbboxcta_txtct_img i {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}
