.modules-text p {
    margin-left: 56px;
    line-height: 150%;
    position: relative;
    text-indent: 0;
}

.modules-text p::before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    left: -36px;
    top: 7px;
}

h4 {
    text-indent: 0;
    line-height: 150%;
    margin-left: 22px;
}

.zp1 {
    width: 100%;
    margin-bottom: 25px;
    padding: 20px;
    color: black;
    border: 2px dotted #008080;
    position: relative;
    float: left;
}

.zp1 h3 {
    position: absolute;
    top: -42px;
    left: 53px;
    padding: 0 25px;
    background: #fff;
    font-weight: 600;
}

.zp1 .gwzz,
.zp1 .gwyq {
    width: 48%;
    margin-top: 20px;
}

.zp1 .gwzz {
    float: left;
}

.zp1 .gwyq {
    float: right;
}

.zp2 {
    float: right;
}

.cont {
    padding-left: 12px;
    width: 48%;
    color: black;
    margin-top: 28px;
}

.cont p {
    margin-left: 28px;
}

.cont p::before {
    display: none;
}

.modules-swiper .slide-content-inner {
    position: absolute;
    bottom: 5%;
}

.modules-swiper .slide-content-inner h2,
.modules-swiper .slide-content-inner p {
    text-align: left!important;
    color: #fff;
    font-weight: 700;
}

.modules-swiper .slide-content-inner h2 {
    font-size: 50px;
}

.modules-swiper .slide-content-inner p {
    font-size: 20px;
    margin-left: 10%;
}

@media (max-width:760px) {
    .zp1 h3 {
        top: -35px;
    }
    .zp1 .gwzz,
    .zp1 .gwyq {
        float: none;
        width: 100%;
    }
    .modules-text {
        margin: 0 10px;
    }
}

@media (max-width:420px) {
    .modules-swiper .slide-content-inner {
        position: unset;
    }
    .modules-swiper .slide-content-inner p {
        width: 100%;
    }
}