.small-banner {
    background-image: url(../../../images/mobile/ecologicalCooperation.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0.9rem 0.4rem 0.3rem 0.4rem;
}

.small-banner .banner-title .middle-title {
    font-size: 0.4rem;
    font-weight: 700;
}

.small-banner .banner-title .middle-title .small-title {
    font-size: 0.26rem;
    margin-top: 0.2rem;
}
.public {
    padding: 0.64rem 0.32rem;
}

.module-a .titleBox .title-a {
    font-size: 0.24rem;
    color: #00826b;
    font-weight: 700;
}

.module-a .titleBox .title-b {
    font-size: 0.36rem;
}

.module-a .titleBox .title-b .bold {
    font-weight: 700;
}

.module-a .text {
    font-size: 0.3rem;
    color: #666;
    margin-top: 0.32rem;
}

.module-b .listBox {
    margin-top: 0.48rem;
}

.module-b .listBox .itemBox {
    margin-top: 0.4rem;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.module-b .listBox .itemBox .img {
    height: 3.02rem;
    overflow: hidden;
}

.module-b .listBox .itemBox .con {
    padding: 0.48rem;
}

.module-b .listBox .itemBox .con .itemTitle {
    font-size: 0.36rem;
    font-weight: 700;
}

.module-b .listBox .itemBox .con .text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.24rem;
}

.module-b .listBox .itemBox .con .btn {
    width: 5.74rem;
    height: 0.88rem;
    background: #44d7b6;
    border-radius: 0.44rem;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.48rem auto 0 auto;
}

.module-b .listBox .itemBox .con .btn i {
    padding-top: 0.1rem;
    margin-left: 0.1rem;
}

.module-b .listBox .itemBox .con .btn i svg {
    margin-top: 0.25rem;
}