﻿/* pc样式 */
@media screen and (min-width: 1024px){
    .content-box {
        margin-top:0.4rem;
        box-sizing: border-box;
        padding:0.4rem  0.5rem;
        background-color: #fff;
    }
    .content-box-title {
        border-bottom:1px solid  #e3d1b2;
    }
    .content-box-title h2{
        color: #333333;
        font-size: 0.28rem;
        font-weight: 700;
        text-align: center;
    }
    .content-box-title p{
        padding: 0.25rem 0;
        text-align: center;
    }
    .content-box-title p span{
        margin:0 0.1rem;
        font-size: 0.16rem;
        color: #666666;
    }

    .content-box-nr {
        padding: 0.2rem 0;
    }
    .content-box-nr p{
        
    }
    .content-box-nr img{
        max-width: 100%;
    }

    .content-box-sx{
        border-top: 0.01rem solid #d3d3d3;
        padding-top: 0.2rem;
        position: relative;
    }

    .content-box-sx>p {
        font-size: 0.16rem;
        line-height: 0.4rem;
        color: var(--zt_color--);
    }
    .content-box-sx>p>a {
        color: #333333;
    }

    .sx-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-box {
        margin-top:0.4rem;
        box-sizing: border-box;
        padding:0.4rem  0.5rem;
        background-color: #fff;
    }
    .content-box-title {
        border-bottom:1px solid  #e3d1b2;
    }
    .content-box-title h2{
        color: #333333;
        font-size: 0.28rem;
        font-weight: 700;
        text-align: center;
    }
    .content-box-title p{
        padding: 0.25rem 0;
        text-align: center;
    }
    .content-box-title p span{
        margin:0 0.1rem;
        font-size: 0.16rem;
        color: #666666;
    }

    .content-box-nr {
        padding: 0.2rem 0;
    }
    .content-box-nr p{
        
    }
    .content-box-nr img{
        max-width: 100%;
    }

    .content-box-sx{
        border-top: 0.01rem solid #d3d3d3;
        padding-top: 0.2rem;
        position: relative;
    }

    .content-box-sx>p {
        font-size: 0.16rem;
        line-height: 0.4rem;
        color: var(--zt_color--);
    }
    .content-box-sx>p>a {
        color: #333333;
    }

    .sx-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: 800px) {
    .content-box-sx>p {
        font-size: 0.18rem;
        line-height: 0.3rem;
    }
    .sx-fanhui {
        bottom: -15px;
    }
}