.wrapper {
    background: #EDF4F4;
}

.banner {
    border-radius: 0 0 0 25% / 50% !important;
    overflow: hidden;
    position: relative;
}

img {
    display: inline-block;
}

.bannerItem {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    max-width: 1440px;
}

.bannerItem span {
    width: 90%;
    line-height: 32px;
    max-width: 767px;
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}

.bannerItem>* {
    margin-left: 38px;
}

.bannerItem p {
    font-size: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
}

.bannerItem::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 52px;
    background: #F39800;
    top: 8px;
    left: 0;
}

.newsListTitle {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #372200;
    padding-left: 30px;
    position: relative;
    animation: donghua1 0.8s ease-out forwards;
}

.newsListTitle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    background: #F39800;
    top: 9px;
    left: 0;
}

.newsListTitle {
    margin: 80px auto 30px;
    width: 90%;
    max-width: 1440px;
}

.newIntro {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    width: 90%;
    animation: donghua1 0.8s ease-out forwards;
    max-width: 1440px;
    margin: 0 auto 40px;
    line-height: 32px;
    color: #555555;
}

.message {
    width: 90%;
    max-width: 1440px;
    background: #FFFFFF;
    margin: 0 auto 60px;
    border-radius: 4px;
    padding-bottom: 40px;
}

.messageItem {
    margin: 0 20px;
    padding: 0 30px;
    padding-bottom: 40px;
    padding-top: 32px;
    margin-top: 32px;
    background: #EDF4F4;
    border-radius: 4px;
}

.messagesItemBox {
    opacity: 0;
}

.messagesItemBox:nth-child(1) .messagesTitle {
    padding-top: 50px;
}

.message .messagesItemBox:nth-child(1) {
    animation: donghua1 0.8s ease-out forwards;

}

.messagetitle {
    padding-bottom: 11px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #F39800;
}

.messageContent {
    margin-top: 12px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.messagesTitle {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 32px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.messagesTitle img {
    width: 24px;
    margin-right: 6px;
}

@media (max-width:1000px) {
    .newsListTitle {
        padding-left: 0;
        text-indent: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .newsListTitle::after {
        top: 5px;
    }

    .ffptBox .ffptItem {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .messageContent img {
        width: 100% !important;
        height: unset !important;
        display: block;
    }

    .newIntro {
        margin-bottom: 20px;
    }

    .bannerItem span {
        font-size: 14px;
        line-height: 20px;
    }

    .messagesItemBox:nth-child(1) .messagesTitle {
        padding-top: 40px;
    }

    .messageItem {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .messagetitle {
        width: 90%;
        margin: auto;
        font-size: 16px;
    }

    .messageContent {
        width: 90%;
        margin: auto;
        font-size: 14px;
    }
}