.item-box {
    width: 100%;
    box-sizing: border-box;
    padding: 7rem 23rem;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 1;
}

.introitem-title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 3rem;
}

.reportcontent .title-text {
    color: #fff;
}

.introitem-title img {
    margin-right: 0.75rem;
}

.detail-content > h3 {
    font-size: 18px;
    margin-bottom: 10px;

}

.detail-content-title img {
    width: 100% !important;
    height: 100% !important;
    margin-top: 10px;
}

.detail-item {
    margin-top: 40px
}

.detail-item img {
    width: 100% !important;
    height: 100% !important;
    margin-top: 10px;
}

.strategy-content {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.strategy-content-left {
    padding-right: 2rem;
}

.strategy-imgbox {
    width: 32.75rem;
    height: 18rem;
    /* overflow: hidden; */
    /* position: relative; */
}

.strategy-imgbox img {
    height: 18rem;
}

.strategy-content-left {
    padding-right: 2rem;
}

.strategy-imgbox > video {
    /* width: 100%; */
    height: 18rem;
}

.strategy-imgbox .video-detail {
    font-size: 14px;
    color: #000;
    text-align: right;
    margin-top: 10px;
}

.hopeplan-content p {
    font-size: 1rem;
    line-height: 2;
    /* color: rgba(102, 102, 102, 1); */
    margin: 3rem 0;
}

p,
ul,
h1,
h2,
h3,
h4,
li {
    margin: 12px 0;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

@media screen and (max-width: 1023px) {
    .item-box {
        padding: 7.5rem 10rem;
    }

    .abstract-item {
        height: 5rem;
    }

    .abstract-option {
        width: 17.5rem;
    }

    .abstract-content {
        height: auto;
    }

    .warm-img img {
        width: 49rem;
        height: 36.38rem;
    }

    .goods-item {
        width: 48.5%;
    }

    .goodsimg {
        height: auto;
    }

    .goodsimg-box {
        height: 28.31rem;
    }

    /* .goodsinfo-box {
        padding: 20px;
    } */
    p.strategy-text::after {
        display: none;
    }

    p.strategy-text {
        width: 62.75rem;
    }
}

@media screen and (max-width: 750px) {
    .introitem-title,
    .hopeplannumber-text {
        font-size: 16px;
    }

    h2,
    h5,
    .hopeplanunit,
    .reportoption-item {
        font-size: 14px;
    }

    p,
    .power-btn-en,
    .power-btn,
    .abstract-item,
    .abstract-content p,
    .foodsaving-info,
    .foodsaving p,
    .foodsaving a,
    .hopeplan a,
    .rural a,
    .littel-text,
    .hopeplan-content p {
        font-size: 12px;
    }

    .strategy-content {
        display: block;
    }

    .strategy-imgbox {
        width: 100%;
        height: 70rem;
    }

    .strategy-imgbox > img {
        width: 100%;
    }

    .strategy-imgbox > video {
        width: 100%;
        height: 70rem;
    }
}