/* pc样式 */
@media screen and (min-width: 1024px){
    .content-right-content {
        padding: 0.4rem;
    }
    .content-title {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #d9dfea;
    }


    .content-title h2 {
        text-align: center;
        font-size: 0.26rem;
        color: #333333;
    }
    .content-title-info {
        margin-top: 0.25rem;
        text-align: center;
        font-size: 0.18rem;
        color: #666666;
    }
    .content-title-info>span{
        margin-right: 0.3rem;
    }

    .content-text{
        padding:  0.4rem 0;
        font-size: 0.18rem;
        line-height: 0.3rem;
    }

    .content-text p {
    text-align: justify;
        font-size: 0.16rem ;
        line-height: 220% ;
    }
    .content-text span {
    text-align: justify;
        font-size: 0.16rem ;
        line-height: 220% ;
    }

    .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: #333333;
    }
    .content-sx>p>a {
        color: var(--zt_color--);
    }

    .fanhui {
        display: none;
        align-items: center;
        justify-content: center;
        width: 1.3rem;
        height: 0.45rem;
        border-radius: 0.05rem;
        background-color: var(--zt_color--);
        font-size: 0.18rem;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }
    .fanhui img {
        margin-right: 0.1rem;
        width: 0.2rem;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-right-content {
        padding: 20px;
    }
    .content-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #d9dfea;
    }
    .content-title h2 {
        text-align: center;
        font-size: 20px;
        color: #333333;
    }
    .content-title-info {
        margin-top: 20px;
        text-align: center;
        font-size: 16px;
        color: #666666;
    }
    .content-title-info>span{
        margin-right: 20px;
    }

    .content-text{
        padding:  20px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .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;
        position: relative;
    }

    .content-sx>p {
        font-size: 16px;
        line-height: 30px;
        color: #333333;
    }
    .content-sx>p>a {
        color: var(--zt_color--);
    }

    .fanhui {
        display: none;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 40px;
        border-radius: 5px;
        background-color: var(--zt_color--);
        font-size: 16px;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: -20px;
        cursor: pointer;
    }
    .fanhui img {
        margin-right: 5px;
        width: 20px;
    }
}