li {
    list-style: none;
}

.entry-content p {
    text-indent: 0;
    line-height: 150%;
    position: relative;
}


/* .entry-content p::before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate( 135deg);
    margin-right: 10px;
}
 */

.entry .entry-content>p {
    white-space: inherit;
}

.entry .entry-content>.h3:before,
.entry .entry-content>h3:before {
    display: none;
}

.entry .entry-content img {
    width: 100%;
}

.con {
    position: relative;
    top: -21%;
}

.jrhy,
.dxhy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.jrhy li {
    width: 30%;
    box-shadow: 5px 5px 21px #00000094;
    border-radius: 22px;
}

.jrhy li div:nth-child(1) {
    background: #008080;
    color: #fff;
    margin: 20px 20px 30px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}

.jrhy li div:nth-child(2) {
    margin: 0 46px 30px;
}

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

.zp1 h3 {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 25px;
    background: #fff;
    font-weight: 600!important;
    font-size: 24px!important;
}

.zp1 .gwzz {
    margin-top: 20px;
    margin-left: 4%;
}

.zp1 .gwzz p {
    text-indent: 3em;
}

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

.dxhy li {
    width: 46%;
}

.dxhy .dxhy-fl {
    display: flex;
    justify-content: space-around;
    height: 125px;
    margin-bottom: 20px;
}

.dxhy .dxhy-fl div:nth-child(1) {
    background-color: #12b9ca;
    color: #fff;
    width: 111px;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    height: 111px;
    line-height: 103px;
    box-shadow: 5px 5px 10px #12b9ca;
}

.dxhy .dxhy-fl div:nth-child(2) {
    width: 59%;
}

.dxhy .dxhy-fl div:nth-child(2) p:nth-child(1) {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

@media (max-width:610px) {
    .jrhy li {
        width: auto;
        margin-bottom: 20px!important;
    }
    .zp1 .gwzz {
        margin-left: 10%;
    }
    .zp1 .gwzz p {
        text-indent: 0;
    }
    .zp1 .gwzz p::before {
        left: -32px;
        top: 9px;
    }
    .dxhy li {
        width: auto;
    }
    .dxhy .dxhy-fl {
        height: auto;
    }
}