@charset "utf-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1rem;
}
.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #73207c;
    color: #fff;
    border: 1px solid #73207c;
}

.pagination a:hover {
    background: #73207c;
    color: #fff;
    border: 1px solid #73207c;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.inner_page{
    padding: .3rem 0 .96rem;
    background: rgba(117, 32, 125, 0.03) url("../images/inner_page.png") no-repeat bottom center/100% auto;
}
.leftNav{
    width: 20%;
    position: relative;
    z-index: 2;
    align-self: flex-start;
    margin-top: .56rem;
}
.leftNav .tit h2{
    font-size: .28rem;
    line-height: .32rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.leftNav .tit:after{
    position: absolute;
    content: '';
    left: .45rem;
    top: 100%;
    border: .1rem solid transparent;
    border-top-color: #75207d;
}
.leftNav .tit{
    position: relative;
    padding: .1rem .2rem .1rem .44rem;
    height: .86rem;
    display: flex;
    align-items: center;
    background: #75207d url("../images/n-img-1.png") no-repeat left .23rem center/.7rem;
}
.leftNav .box h3{
    position: relative;
    padding: .3rem .13rem;
    font-size: .18rem;
    /* line-height: .74rem; */
    color: #333333;
    transition: .5s;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.leftNav .box h3 i{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .1rem;
    height: .05rem;
    background: url("../images/n-img-2.png") no-repeat 50%/100%;
    transform: translateY(-50%);
    transition: .5s;
    cursor: pointer;
}
.leftNav .box a{
    display: block;
}
.leftNav .box .s-link a{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    margin-top: .1rem;
    color: #666;
    transition: .5s;
}
.leftNav .box .s-link a:hover{
    color: #75207d;
}
.leftNav .box .s-link{
    display: none;
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.leftNav .box.on h3{
    color: #75207d;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    border-bottom: transparent;
}
.leftNav .box.active h3,
.leftNav .box:hover h3{
    color: #75207d;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}

.leftNav .block{
    padding: .18rem .21rem 1.13rem;
    border-bottom: .04rem solid #75207d;
    background: #fff url("../images/n-img-3.png") no-repeat bottom .27rem right .33rem/1.44rem .66rem;
    box-shadow: 0 .02rem .15rem 0 rgba(117, 32, 125, 0.0997);
}
.rightBox{
    width: 76.25%;
}
.posi{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.posi img{
    display: block;
    width: .2rem;
    margin-right: .09rem;
}
.posi *{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    transition: .5s;
}
.posi a{
    margin: 0 .03rem;
}
.posi a:hover,
.posi a.active{
    color: #75207d;
}

/*inner_s1*/
.inner_s1 ul li a{
    padding: .34rem 0 .32rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: .5s;
}
.inner_s1 ul li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: rgba(117, 32, 125, 0.7);
    flex-shrink: 0;
    margin-right: .38rem;
    height: .3rem;
}
.inner_s1 ul li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-right: .09rem;
    color: #75207d;
}
.inner_s1 ul li .txt{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 ul li h3{
    font-size: .2rem;
    ;line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s1 ul li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
}
.inner_s1 ul li .para{
    display: none;
}
.inner_s1 ul li .txt .ll{
    width: calc(100% - .75rem);
}
.inner_s1 ul li .txt .rr img{
    display: block;
    width: .2rem;
    opacity: .5;
    transition: .5s;
}

.inner_s1 ul li:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: calc(100% - 1.54rem);
    height: 1px;
    background: #75207D;
    opacity: .1;
}
.inner_s1 ul li{
    position: relative;
}
.inner_s1 ul li.active h3{
    color: #75207d;
    margin-bottom: .12rem;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s1 ul li.active .rr img{
    opacity: 1;
}
.inner_s1 ul li.active a{
    padding-bottom: .27rem;
}
.inner_s1 ul li.on .para{
    display: block;
}

.inner_s1{
    margin-top: .3rem;
    padding: .24rem .5rem 1.01rem;
    background: #FFFFFF;
    box-shadow: 0 .02rem .17rem 0 rgba(240, 240, 240, 0.5);
}
/*inner_s2*/
.inner_s2 .dtl_tit h1{
    font-size: .26rem;
    line-height: .38rem;
    color: #75207D;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s2 .dtl_tit .cont{
    margin-top: .17rem;
    display: flex;
    justify-content: center;
}
.inner_s2 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin: 0 .19rem;
}
.inner_s2 .dtl_tit{
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.inner_s2 .dtl_txt p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    text-indent: 2em;
    margin-top: .18rem;
}
.inner_s2 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100% !important;
    margin: 0 auto;
}
.inner_s2 .dtl_txt p:first-child{
    margin-top: 0;
}
.inner_s2 .dtl_txt h5{
    font-size: .2rem;
    line-height: .3rem;
    color: #73207c;
    margin-top: .25rem;
}
.inner_s2 .dtl_txt{
    margin-top: .25rem;
}

.inner_s2 .dtl_fj{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s2 .dtl_fj .back{
    width: 1.09rem;
}
.inner_s2 .dtl_fj .back a{
    display: block;
    font-size: .16rem;
    line-height: .39rem;
    color: #fff;
    text-align: center;
    background: #73207c;
}
.inner_s2 .dtl_fj ul{
    max-width: 65%;
}
.inner_s2 .dtl_fj ul li a{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .32rem;
    color: #75207D;
}
.inner_s2 .dtl_fj ul li a img{
    display: block;
    width: .17rem;
    margin-left: .09rem;
}
.inner_s2 .dtl_fj{
    margin-top: .48rem;
    padding-top: .39rem;
    border-top: 1px solid #75207D;
}
.inner_s2 .dtl_page{
    margin-top: .2rem;
}
.inner_s2 .dtl_page p{
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
    transition: .5s;
}
.inner_s2 .dtl_page p:hover{
    color: #73207c;
}

.inner_s2{
    margin-top: .3rem;
    padding: .5rem .45rem .85rem;
    background: #FFFFFF;
    box-shadow: 0 .02rem .17rem 0 rgba(240, 240, 240, 0.5);
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #73207c;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #73207c;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #73207c;
}
.pb_sys_style1 .p_no_d
{
    border: 1px solid #75207d !important;
    color: #fff;
    background-color: #75207d !important;

}
.keywordfontcolor1095
{
    font-size: .2rem !important;!i;!;
    color: #333333 !important;!i;!;
    font-family: 'SourceHanSansCN-Regular','Microsoft Yahei',Arial,sans-serif !important;!i;!;
}


@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
    .posi{
       justify-content: flex-start;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
}

@media (max-width: 1025px){
    .inner_s1{
        padding: .2rem;
    }
    .inner_s1 ul li a{
        padding: .2rem 0;
        align-items: baseline;
    }
    .inner_s1 ul li.active a{
        padding-bottom: .2rem;
    }
    .inner_s1 ul li.active h3{
        margin-bottom: 0;
    }
    .inner_s1 ul li .para{
        display: none !important;
    }
    .inner_s1 ul li time{
        margin-right: .15rem;
    }
    .inner_s1 ul li time span{
        font-size: .26rem;
        margin-right: .05rem;
    }
    .inner_s1 ul li:after{
        width: calc(100% - 1.2rem);
    }
    .inner_s1 ul li .txt{
        flex: none;
        width: calc(100% - 1.2rem);
    }
    .inner_s1 ul li .txt .ll{
        width: calc(100% - .5rem);
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s2{
        padding: .2rem;
    }
    .inner_s2 .dtl_tit h1{
        font-size: .24rem;
        line-height: .34rem;
    }
    .inner_s2 .dtl_tit .cont{
        margin-top: .1rem;
    }
    .inner_s2 .dtl_tit .cont .li{
        margin: 0 .1rem;
    }
    .inner_s2 .dtl_tit{
        padding-bottom: .2rem;
    }
    .inner_s2 .dtl_txt p{
        font-size: .18rem;
        line-height: 1.8;
    }
    .inner_s2 .dtl_txt h5{
        margin-top: .15rem;
    }
    .inner_s2 .dtl_fj{
        margin-top: .3rem;
        padding-top: .2rem;
        gap: .2rem 0;
        justify-content: center;
    }
    .inner_s2 .dtl_fj ul{
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 769px){
    .inner_s1 ul li time{
        width: 100%;
        margin-right: 0;
        margin-bottom: .05rem;
    }
    .inner_s1 ul li .txt{
        width: 100%;
    }
    .inner_s1 ul li a{
        flex-wrap: wrap;
    }
    .inner_s1 ul li:after{
        width: 100%;
    }
}


.leftNav .box .s-link a{

}
.leftNav .box .s-link{
    padding-left: .3rem;
}
.leftNav .box.active .s-link{
    display: block;
}
