/* pc样式 */
@media screen and (min-width: 1024px){
    .content-title {
        padding: 0.3rem 0 0.2rem 0;
        border-bottom: 1px solid #d9dfea;
    }
    .content-title h2 {
        text-align: center;
        font-size: 0.26rem;
        color: #333333;
    }
    .content-title-info {
        margin-top: 0.2rem;
        text-align: center;
        font-size: 0.18rem;
        color: #666666;
    }
    .content-title-info>span{
        margin-right: 0.3rem;
    }

    .content-text{
        padding:  0.1rem 0;
        font-size: 0.18rem;
        line-height: 0.3rem;
    }

    .content-text p {
        font-size: 0.18rem !important;
        line-height: 220% !important;
    }


    .content-text img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .content-sx{
        border-top: 0.01rem solid #d3d3d3;
        padding-top: 0.2rem;
        position: relative;
    }

    .content-sx>p {
        font-size: 0.18rem;
        line-height: 0.4rem;
        color: var(--zt_color--);
    }
    .content-sx>p>a {
        color: #333333;
    }

    .fanhui-con {
        font-size: 0.18rem;
        background-image: url(../icon/fanhui.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 0.2rem auto;
        padding-left: 0.25rem;
        color: var(--zt_color--);
        position: absolute;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-title {
        padding: 0.3rem 0 0.2rem 0;
        border-bottom: 1px solid #d9dfea;
    }
    .content-title h2 {
        text-align: center;
        font-size: 22px;
        color: #333333;
    }
    .content-title-info {
        margin-top: 0.2rem;
        text-align: center;
        font-size: 16px;
        color: #666666;
    }
    .content-title-info>span{
        margin-right: 0.2rem;
    }

    .content-text{
        padding:  0.1rem 0;
        font-size: 18px;
        line-height: 0.3rem;
    }

    .content-text p {
        font-size: 16px !important;
        line-height: 180% !important;
    }

    .content-text img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .content-sx{
        border-top: 0.01rem solid #d3d3d3;
        padding-top: 0.2rem;
        padding-bottom: 0.4rem;
        margin-bottom: 20px;
        position: relative;
    }

    .content-sx>p {
        font-size: 18px;
        line-height: 0.4rem;
        color: var(--zt_color--);
    }
    .content-sx>p>a {
        color: #333333;
    }

    .fanhui-con {
        font-size: 0.18rem;
        background-image: url(../icon/fanhui.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 0.2rem auto;
        padding-left: 0.25rem;
        color: var(--zt_color--);
        position: absolute;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }
}