.banner {
    border-radius: 0 0 0 25% / 50% !important;
    overflow: hidden;
    position: relative;
}

.wrapper {
    background: #fff;
}

.newsListTitle {
    font-size: 32px;
    animation: donghua1 0.8s ease-out forwards;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #372200;
    text-indent: 30px;
    position: relative;
}

.newsListTitle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    background: #F39800;
    top: 9px;
    left: 0;
}

.newsListTitle {
    margin: 81px auto 60px;
    width: 90%;
    max-width: 1440px;
}

.ffptBox {
    opacity: 0;
    width: 90%;
    max-width: 1440px;
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.ffptBox .ffptItem {
    margin: 0 40px 100px;
    width: calc(100% * (1 / 3) - 80px);
    position: relative;
}

.ffptBox .ffptItem .ffptItemBg {
    position: absolute;
    width: calc(100% + 19px);
    height: calc(100% + 51px);
    background: #F39800;
    left: -39px;
    border-radius: 4px;
    top: -31px;
    overflow: hidden;
    opacity: 0;
}

.ffptBox .ffptItem .ffptItemBg img {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 15px;
    transform: translateY(-50%);
    opacity: .5;
}

.ffptBox .ffptItem .ffptItemText {
    width: 100%;
    position: relative;
    display: block;
}

/*.ffptBox .ffptItem .ffptItemText:before{ content: ''; display: block; padding-top: calc( 100% * 250 / 415); }*/
.ffptBox .ffptItem .ffptItemText .ffptItemTextBox {
    width: 100%;
    /* height:100%; position: absolute;*/
    left: 0;
    height: 309px;
    top: 0;
    border-radius: 10px;
    background: url(../images/fw4.png) no-repeat 100% 100%, #fff;
    box-shadow: rgba(1, 53, 91, .16) 0 0 23px;
    display: flex;
    flex-direction: column;
}

.ffptItemTextBox .ffptItemTitle {
    height: 100px;
    display: flex;
    margin-right: 33px;
    align-items: center;
}

.ffptItemTextBox .ffptItemTitle .ffptItemTitle1 {
    width: 45px;
    margin-left: 20px;
    margin-right: 20px;
}

.ffptItemTextBox .ffptItemTitle .ffptItemTitle2 {
    font-size: 18px;
    color: #312222;
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ffptItemTextBox .ffptItemSmall {
    font-size: 16px;
    margin-left: 27px;
    margin-right: 30px;
    line-height: 32px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 96px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
}

.ffptItem:hover .ffptItemMore span {
    color: #F39800;
}

.ffptItemTextBox .ffptItemMore {
    width: 143px;
    height: 42px;
    display: flex;
    border-radius: 21px;
    align-items: center;
    justify-content: center;
    border: 1px solid #C6C7C8;
    margin-left: 20px;
    margin-top: 35px;
}

.ffptItemMore img {
    width: 11px;
    margin-right: 9px;
}

.ffptItemTextBox .ffptItemMore span {
    transition: .75s;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
}

.ffptBox .ffptItem:hover .ffptItemBg {
    opacity: 1;
    transition: all 0.75s ease-in;
}

.ffptBox .ffptItem:hover .ffptItemBg img {
    left: 10px;
    opacity: 1;
    transition: all .75s .75s ease-in;
}

.bannerItem {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    max-width: 1440px;
}

.bannerItem>* {
    margin-left: 38px;
}

.bannerItem p {
    font-size: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
}

.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::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 52px;
    background: #F39800;
    top: 8px;
    left: 0;
}

.ffptItemTextBox::after {
    position: absolute;
    content: "";
    width: 192px;
    height: 179px;
    background: url(../images/developmentImg.png) center center / 100% 100%;
    right: 0;
    bottom: 0;
}

.newsListMessage {
    font-size: 16px;
    animation: donghua1 0.8s ease-out forwards;
    width: 90%;
    max-width: 1440px;
    margin: auto;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-top: 30px;
    color: #555555;
    margin-bottom: 60px;
    line-height: 32px;
}

.sustainableItem:nth-child(2n+1) .itemImg {
    width: 50%;
    height: 540px;
    margin-right: 92px;
    overflow: hidden;
    opacity: 0;
}

.sustainableItem:nth-child(2n) .itemImg {
    width: 55%;
    height: 554px;
    margin-left: 72px;
    opacity: 0;
    overflow: hidden;
}


.sustainableItem {
    margin-bottom: 60px;
}

.itemImg img {
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: cover;
}

.itemImg:hover img {
    transform: scale(1.1);
}

.sustainableItem:nth-child(2n)>div {
    padding-top: 53px;
    padding-bottom: 53px;
    flex-direction: row-reverse;
}

.sustainableItem:nth-child(2n) {
    background: #EDF4F4;
}


.sustainableItem>div {
    width: 90%;
    display: flex;
    max-width: 1440px;
    margin: auto;
}

.itemRight p {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}

.itemRight a {
    margin-top: 20px;
    width: 143px;
    height: 42px;
    border-radius: 21px;
    display: flex;
    font-size: 13px;
    transition: .5s;
    color: #555555;
    align-items: center;
    justify-content: center;
    border: 1px solid #C6C7C8;
}

.itemRight a:hover {
    color: #F39800;
}

.itemRight a img {
    margin-right: 10px;
    width: 11px;
    height: 7px;
}

.itemRight div {
    max-height: 256px;
    padding-right: 20px;
    overflow: auto;
    line-height: 32px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-top: 49px;
    color: #555555;
}

.itemRight {
    flex: 1;
    opacity: 0;
    margin-top: 103px;
}

.itemRight div::-webkit-scrollbar {
    width: 4px;
}

.itemRight div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #222222;
    -webkit-box-shadow: inset 0 0 1px #1b6cab;
}

.itemRight div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #666666;
    border-radius: 10px;
}

@media (max-width:1000px) {
    .newsListTitle {
        padding-left: 0;
        margin-top: 40px;
        margin-bottom: 20px;
        text-indent: 30px;
        font-size: 20px;
    }

    .newsListTitle::after {
        top: 5px;
    }

    .ffptBox .ffptItem {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .sustainableItem>div {
        display: block;
    }

    .ffptBox {
        margin-top: 0;
    }

    .sustainableItem:nth-child(2n)>div {
        padding-bottom: 40px;
    }

    .sustainableItem {
        margin-bottom: 40px;
    }

    .newsListMessage {
        margin-bottom: 40px;
    }

    .sustainableItem:nth-child(2n+1) .itemImg {
        width: 100%;
        height: unset;
    }

    .itemRight p {
        font-size: 20px;
    }

    .sustainableItem:nth-child(2n) .itemImg {
        width: 100%;
        height: unset;
        margin-left: 0;
    }

    .itemRight div {
        max-height: unset;
        margin-top: 20px;
    }

    .itemRight {
        margin-top: 30px;
    }

    .ffptBox {

        animation: donghua1 0.8s ease-out forwards;
    }
    .sustainableItem:nth-child(1) .itemImg{

        animation: donghua2 0.8s ease-out forwards;
    }
}