/* pc样式 */
@media screen and (min-width: 1024px){
    .content-right-content{
        padding: 0 1rem;
}

    .content-title {
       /*  height: 0.85rem;
       border-bottom: 1px dashed #9f9f9f;*/
    }
    .content-title>h2 {
        margin-top: 0.6rem;
        text-align: center;
        font-size: 0.28rem;
        color: #333333;
    }
    .content-title-info {
        margin-top: 0.2rem;
        text-align: center;
        font-size: 0.14rem;
        color: #666666;
    }
    .content-title-info>span {
        margin-right: 0.2rem;
    }
    .content-text {
        padding: 0.2rem 0;
    }
    .content-text img{
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .content-text p{
    font-size: 16px !important;
    line-height: 220% !important;
    text-indent: 2em;
        color: #000;
    }
.content-text-style {
    font-size: 16px !important;
    line-height: 220% !important;
}

    .content-kuai {
        margin: 0.3rem 0;
        height: 0.4rem;
	    background-color: #f7f6f6;
    }

    .content-sx{

    }
    .content-sx>p{
        line-height: 0.3rem;
        font-size: 0.16rem;
        color: #333333;
    }
    .content-sx>p>a{ 
        color: #333333;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-right-content{}

    .content-title {
        /*height: 0.85rem;
        border-bottom: 1px dashed #9f9f9f;*/
    }
    .content-title>h2 {
        margin-top: 0.6rem;
        text-align: center;
        font-size: 0.28rem;
        color: #333333;
    }
    .content-title-info {
        margin-top: 0.2rem;
        text-align: center;
        font-size: 0.14rem;
        color: #666666;
    }
    .content-title-info>span {
        margin-right: 0.2rem;
    }
    .content-text {
        padding: 0.2rem 0;
    }
    .content-text img{
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .content-text p{
        font-size: 0.18rem !important;
    line-height: 220% !important;
    text-indent: 2em;
        color: #000;
    }

.content-text-style {
    font-size: 16px !important;
    line-height: 220% !important;
}

    .content-kuai {
    display:none;
        margin: 0.3rem 0;
        height: 0.4rem;
	    background-color: #f7f6f6;
    }

    .content-sx{

    }
    .content-sx>p{
        line-height: 0.3rem;
        font-size: 0.16rem;
        color: #333333;
    }
    .content-sx>p>a{ 
        color: #333333;
    }
}

@media screen and (max-width: 600px) {
    .content-title {
       /* height: 1.2rem;
        border-bottom: 1px dashed #9f9f9f;*/
    }
    .content-title>h2 {
        margin-top: 0.3rem;
        text-align: center;
        font-size: 0.26rem;
        color: #333333;
    }
    .content-title-info {
        margin-top: 0.2rem;
        text-align: center;
        font-size: 0.16rem;
    }
    .content-sx>p {
        font-size: 0.18rem;
    }
}