.wrapper {
    min-height: 100vh;
    background: #F0F1F2;
}

.banner {
    width: 100%;
}

.ppTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #333333;
}

.ppMessage {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    margin-bottom: 70px;
    margin-top: 4px;
}

.content {
    width: 90%;
    max-width: 1200px;
    margin: 86px auto 0;
    padding-bottom: 113px;
}

.ppLi {
    margin-bottom: 30px;
    border-radius: 18px 18px 18px 18px;
	overflow:hidden;
    -webkit-column-break-inside: avoid;
    position: relative;
}

.ppLiMessage {
    width: calc(100% - 62px);
    padding-left: 31px;
	 padding-right: 31px;
    height: 124px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.ppList {
    column-gap: 29px;
    column-count: 3;
}

.ppLi p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 3px;
    padding-top: 30px;
    color: #333333;
}

.ppLi span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.ppList a:nth-child(2) .ppLiMessage,
.ppList a:nth-child(3) .ppLiMessage,
.ppList a:nth-child(4) .ppLiMessage {
    position: relative;
}

.ppList a:nth-child(2) .ppLiMessage {
    background: url(/newcp/images/ppMessageBj1.png) no-repeat right top /calc(100% - 21px) 100%;
    background-color: #fff;
}

.ppList a:nth-child(3) .ppLiMessage {
    background: url(/newcp/images/ppMessageBj2.png) no-repeat right top /100% 100%;
    background-color: #fff;
}

.ppList a:nth-child(4) .ppLiMessage {
    background: url(/newcp/images/ppMessageBj3.png) no-repeat right top /100% 100%;
    background-color: #fff;
}

@media (max-width:800px) {
    .content{
        margin-top: 40px;
    }
    .ppTitle{
        font-size: 24px;
    }
    .ppMessage{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .ppList{
        column-count: unset;
    }
    .ppLi{
        margin-bottom: 20px;
    }
    .ppLi p{
        font-size: 18px;
    }
    .ppLiMessage{
        height: 100px;
    }
}<!--ºÄÊ±1764541713.1432Ãë-->