
.cont-title {
    font-weight: 700;
    font-size: 30px;
    color: #1A4099;
    border-bottom: 1px solid #1A40994D;
    padding-bottom: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

    .cont-title::after {
        content: "";
        display: block;
        width: 120px;
        height: 3px;
        background: #1A4099;
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translate(-50%);
    }

.cpjfw-title {
    font-weight: 700;
    font-size: 22px;
    color: #1A4099;
    margin-bottom: 15px;
    margin-left: 10px;
}

.cpjfw-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 20px;
    margin-bottom: 15px;
}

.cpjfw-list img {
    width: 22px;
}

.cpjfw-list {
    /*background: #EFF6FF;*/
    background: #eceef3;
    border-radius: 8px;
    padding: 14px 20px;
    font-weight: 700;
    font-size: 18px;
    color: #221815;
    transition: all .3s ease;
}

    .cpjfw-list img {
        margin-right: 10px;
    }

.cpjfw-img-2 {
    display: none;
}

.cpjfw-list:not([href="#"]):hover {
    color: #1A4099;
    background: linear-gradient(-90deg, #A3C7F8 0%, #EFF6FF 81%);
    text-decoration: none;
}

    .cpjfw-list:not([href="#"]):hover .cpjfw-img-1 {
        display: none;
    }

    .cpjfw-list:not([href="#"]):hover .cpjfw-img-2 {
        display: block;
    }

.cpjfw-list[href="#"] {
    pointer-events: none;
    cursor: default;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.max-w {
    width: 100%;
    max-width: 867px;
    margin: 20px auto 0;
    padding: 37px 30px 0;
    position: relative;

}
 
.content{
    position:relative;
}

    .content::after {
        content: "";
        display: block;
        width: 882px;
        height: 400px;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%);
        z-index: -1;
        background: linear-gradient( to bottom, #edf3ff 0%,#fff 100%);
        background-size: cover;
        /*background-attachment: fixed;*/
    }