.content {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 80px;
}

.wrapper {
    background: #F0F1F2;
}

.cpTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #333333;
    line-height: 67px;
    margin-bottom: 4px;
}

.cpMessage {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}

.cpListItem {
    display: flex;
    flex-wrap: wrap;
}

.first {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 25px;
    width: 100%;
    position: relative
}

.first>img {
    width: 100%;
}

.firstItem {
    top: 15.3%;
    left: 7.3%;
    position: absolute;
}

.firstItem img {
    width: 114px;
}

.firstItem p {
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 3px;
    line-height: 50px;
    margin-left: 32px;
}

.firstItem span {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-left: 32px;
}

.cpList {
    padding-bottom: 95px;
}

.firstItem div {
    width: 163px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 26px;
    text-align: center;
    font-weight: 400;
    margin-left: 32px;
    font-size: 18px;
    margin-bottom: 106px;
    color: #333333;
    margin-top: 51px;
    line-height: 52px;
}

.firstItem i {
    font-weight: 400;
    font-size: 14px;
    margin-left: 32px;
    color: #FFFFFF;
    line-height: 20px;
}

.cpListItem a {
    height: 440px;
    transition: .5s;
    position: relative;
    margin-bottom: 25px;
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
}

.cpListItem .cpLi {
    height: 100%;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
}

.cpListItem a:nth-child(4n) {
    margin-right: 0;
}

.cpLiItem>p {
    padding-top: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    margin: 0 20px 5px;
}

.cpLiItem span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    margin: 0 20px 31px;
    line-height: 30px;
    display: block;
}

.cpLiItem div {
    display: flex;
    margin: 0 20px;
    justify-content: space-between;
}

.cpLiItem div img {
    width: 16px;
    height: 16px;
}

.cpLiItem div .block {
    display: none;
}

.cpLi:hover .cpLiItem div .none {
    display: none;
}

.cpLi:hover .cpLiItem div .block {
    display: block;
}

.cpLiItem div p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #1C5096;
}


.cpListItem a:hover {
    transform: translateY(-10px);

}


.cpListItem a:hover::before {
    opacity: 1;
}

.cpListItem a::before {
    content: "";
    position: absolute;
    width: 248px;
    opacity: 1;
    height: 335px;
    background: #1C5096;
    filter: blur(15px);
    bottom: 9px;
    opacity: 0;
    left: 50%;
    transition: .5s;
    transform: translateX(-50%);
}

@media (max-width:800px) {
    .content {
        margin-top: 40px;
    }

    .cpTitle {
        font-size: 24px;
        line-height: unset;
    }

    .cpMessage {
        font-size: 18px;
        margin-bottom: 40px;
        line-height: unset;
    }

    .first {
        margin-top: 0;
    }

    .cpListItem {
        justify-content: space-between;
    }

    .first {
        height: 300px;
    }

    .cpLiItem>p {
        font-size: 14px;
        padding-top: 10px;
    }

    .firstItem p {
        line-height: unset;
        font-size: 20px;
    }

    .firstItem span {
        margin-top: 20px;
        display: block;
        font-size: 16px;
    }

    .first>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cpListItem a {
        width: 48%;
        margin: 0 0 20px;
        height: unset;
    }
    .firstItem{
        left: 0;
        top: 40px;
    }
    .firstItem div {
        width: 100px;
        height: 40px;
        margin-top: 20px;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cpLiItem span {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .cpListItem a .cpLi {
        height: unset;
        padding-bottom: 20px;
    }

    .cpListItem a::before {
        display: none;
    }
}<!--ºÄÊ±1764541848.5575Ãë-->