/* pc样式 */
@media screen and (min-width: 1024px){
    .content-right-content{
       padding: 0 0.8rem;
    }
    .content-title{

    }
    .content-title>h2{
        margin: 0.3rem 0;
        text-align: center;
        font-weight: 700;
        font-size: 0.24rem;
        color: #333333;
    }
    .content-title-info{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.5rem;
        background-color: #f3f3f3;
    }
    .content-title-info>span{
        margin-right: 0.3rem;
    }
    .content-text{
        padding: 0.3rem 0;
        font-size: 0.18rem;
        line-height: 0.36rem;
    }
.content-text img {
      max-width:100%;
}
    .content-sx{
        border-top: 0.01rem solid #d3d3d3;
        padding-top: 0.2rem;
        position: relative;
    }

    .content-sx>p {
        font-size: 0.16rem;
        line-height: 0.4rem;
        color: var(--zt_color--);
    }
    .content-sx>p>a {
        color: #333333;
    }

    .fanhui {
        line-height: 0.16rem;
        font-size: 0.16rem;
        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{

    }
    .content-title>h2{
        padding: 0 0.3rem;
        margin: 0.3rem 0;
        text-align: center;
        font-weight: 700;
        font-size: 0.24rem;
        color: #333333;
    }
    .content-title-info{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.5rem;
        background-color: #f3f3f3;
    }
    .content-title-info>span{
        margin-right: 0.3rem;
    }
    .content-text{
        padding: 0.3rem 0;
        font-size: 0.18rem;
        line-height: 0.36rem;
    }
.content-text img {
      max-width:100%;
}
    .content-sx{
        border-top: 0.01rem solid #d3d3d3;
        padding-top: 0.2rem;
        position: relative;
    }

    .content-sx img {
        max-width: 100%;
        display: block;
    }

    .content-sx>p {
        font-size: 0.16rem;
        line-height: 0.4rem;
        color: var(--zt_color--);
    }
    .content-sx>p>a {
        color: #333333;
    }

    .fanhui {
        line-height: 0.16rem;
        font-size: 0.16rem;
        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;
    }
}