@charset "utf-8";
body{
    background: rgba(99, 41, 122, 0.05);
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.2rem;
}
.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: 2px 7px;
}

.pagination a.active {
    background: #72318d;
    color: #fff;
    border: 1px solid #72318d;
}

.pagination a:hover {
    background: #72318d;
    color: #fff;
    border: 1px solid #72318d;
}
.n_banner{
    position: relative;
    padding-bottom: .1rem;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .bg{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f3e9f7;
    -webkit-mask: url('../images/banner.svg');
    mask: url('../images/banner.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-position: bottom;
    mask: none \0;
}
.n_banner .img{
    position: relative;
    overflow: hidden;
    -webkit-mask: url('../images/banner.svg');
    mask: url('../images/banner.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-position: bottom;
    mask: none \0;
    z-index: 5;
    background: url('../images/banner.svg');
}
.inner_page{
    padding: 0 0 1.94rem;
    margin-top: -.18rem;
    position: relative;
    z-index: 3;
}
.n_tit{
    padding-bottom: .29rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.n_tit .h2{
    display: flex;
    align-items: baseline;
}
.n_tit h2{
    font-size: .4rem;
    line-height: .56rem;
    color: #333333;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.n_tit h4{
    margin-left: .1rem;
    font-size: .18rem;
    line-height: .26rem;
    color: #72318D;
    font-family: 'SourceHanSerifCN-Regular',sans-serif;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.posi img{
    display: block;
    width: .2rem;
    margin-right: .1rem;
}
.posi *{
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    transition: .5s;
}
.posi span:not(:nth-child(2)){
    margin: 0 .05rem;
}
.posi a:hover,
.posi a.active{
    color: #72318d;
}

.n_dh ul{
    display: flex;
    flex-wrap: wrap;
}
.n_dh ul li{
    position: relative;
    border-radius: 50vw;
    overflow: hidden;
    min-width: 2.13rem;
    text-align: center;
    margin-top: .2rem;
    margin-right: .47rem;
    border: 1px solid rgba(114, 49, 141, 0.3);
}
.n_dh ul li a{
    position: relative;
    z-index: 2;
    display: block;
    font-size: .22rem;
    line-height: .48rem;
    color: #333333;
    padding: 0 .15rem;
    transition: .5s;
}
.n_dh ul li:after{
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    background: #72318d;
    transform: scaleX(0);
    transform-origin: 50%;
    transition: .5s;
}
.n_dh ul li.active:after,
.n_dh ul li:hover:after{
    transform: scaleX(1);
}
.n_dh ul li:hover a,
.n_dh ul li.active a{
    color: #fff;
}
.n_dh{
    margin-top: .09rem;
}

/*inner_s1*/

.inner_s1 li a{
    position: relative;
    z-index: 2;
    padding: .4rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.inner_s1 li .pic{
    width: 5.2rem;
    height: 2.93rem;
}
.inner_s1 li .txt{
    width: calc(100% - 5.6rem);
}
.inner_s1 li h3{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    transition: .5s;
}
.inner_s1 li i{
    margin-top: .3rem;
    display: block;
    width: .7rem;
    height: .04rem;
    background: #72318d;
    transition: .5s;
}
.inner_s1 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
    margin-top: .3rem;
    transition: .5s;
}
.inner_s1 li time{
    margin-top: .3rem;
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: rgba(114, 49, 141, 0.6);
    transition: .5s;
}
.inner_s1 li time span{
    display: block;
    font-size: .26rem;
    margin-right: .1rem;
    line-height: .34rem;
    color: rgba(114, 49, 141, 1);
    transition: .5s;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-2.png") no-repeat 50%/cover;
    box-shadow: 0 .02rem .25rem 0 rgba(114, 49, 141, 0.5379);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #72318D;
    opacity: .3;
}
.inner_s1 li{
    position: relative;
}
.inner_s1 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li:hover h3{
    font-weight: bold;
    color: #fff;
}
.inner_s1 li:hover i{
    background: #fff;
}
.inner_s1 li:hover p{
    color: #fff;
}
.inner_s1 li:hover time{
    color: rgba(255, 255, 255, 0.6);
}
.inner_s1 li:hover time span{
    color: #fff;
}
.inner_s1 li:hover a{
    padding: .4rem;
}
.inner_s1{
    margin-top: .28rem;
}
/*inner_s2*/

.inner_s2 li{
    width: 48.0625%;
    margin-top: .4rem;
}
.inner_s2 li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s2 li a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s2 li time{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    width: 1.16rem;
    height: .92rem;
    background: rgba(114, 49, 141, 0.2);
    padding: 0 .24rem 0 0;
}
.inner_s2 li time span{
    display: block;
    font-size: .26rem;
    color: #333333;
    line-height: 1;
    transition: .5s;
    margin-top: .05rem;
}
.inner_s2 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #666666;
    margin-top: .05rem;
    transition: .5s;
}
.inner_s2 li .txt{
    position: relative;
    padding: .26rem .25rem;
    width: calc(100% - 1.16rem);
    background: rgba(241, 241, 241, 0.64);
    box-shadow: 0 .02rem .09rem 0 rgba(0, 0, 0, 0.05);;
}
.inner_s2 li h3{
    position: relative;
    z-index: 2;
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    transition: .5s;
}
.inner_s2 li p{
    position: relative;
    z-index: 2;
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
    margin-top: .15rem;
    transition: .5s;
}
.inner_s2 li .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-3.png") no-repeat 50%/cover;
    box-shadow: 0 .02rem .17rem 0 rgba(114, 49, 141, 0.4975);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 li:hover .bg{
    opacity: 1;
    visibility: visible;
}
.inner_s2 li:hover h3{
    color: #fff;
    font-weight: bold;
}
.inner_s2 li:hover p{
    color: rgba(255, 255, 255, 0.84);
}
.inner_s2 li:hover time span,
.inner_s2 li:hover time em{
    color: #72318D;
}
.inner_s2{
    margin-top: .6rem;
}

/*inner_s3*/
.inner_s3 .dtl_l{
    width: 72.5%;
}

.inner_s3 .dtl_tit h1{
    font-size: .3rem;
    line-height: .46rem;
    color: #333333;
    text-align: center;
}
.inner_s3 .dtl_tit .cont{
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s3 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin: 0 .25rem;
}
.inner_s3 .dtl_tit{
    padding-bottom: .29rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
.inner_s3 .dtl_txt p{
    font-size: .18rem !important;
    line-height: .28rem!important;
    color: #333333;
    text-indent: 2em;
}
.inner_s3 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s3 .dtl_txt p + p{
    margin-top: .34rem;
}
.inner_s3 .dtl_txt{
    margin-top: .29rem;
}
.inner_s3 .dtl_page p{
    font-size: .2rem;
    line-height: .32rem;
    color: #666666;
    transition: .5s;
}
.inner_s3 .dtl_page p + p{
    margin-top: .14rem;
}
.inner_s3 .dtl_page p:hover{
    color: #72318D;
}
.inner_s3 .dtl_page{
    padding-top: .65rem;
    margin-top: .65rem;
    border-top: 1px solid rgba(114, 49, 141, 0.4);
}
.inner_s3 .dtl_r{
    width: 22.6875%;
}
.inner_s3 .dtl_r h2{
    font-size: .3rem;
    line-height: .44rem;
    color: #72318D;
    margin-bottom: .4rem;
}
.inner_s3 .dtl_r .top a{
    display: block;
    position: relative;
}
.inner_s3 .dtl_r .top a .pic{
    padding-top: 2.54rem;
}
.inner_s3 .dtl_r .top a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .13rem;
    padding: 0 .2rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    z-index: 3;
}
.inner_s3 .dtl_r .top a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .72rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.inner_s3 .dtl_r .bot ul li a{
    padding: .28rem 0 .27rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_s3 .dtl_r .bot li time{
    display: block;
    text-align: center;
    color: #72318d;
    padding: .04rem 0;
    margin-right: .24rem;
}
.inner_s3 .dtl_r .bot li time span{
    display: block;
    font-size: .32rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.inner_s3 .dtl_r .bot li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Regular',sans-serif;
    margin-top: .05rem;
}
.inner_s3 .dtl_r .bot li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .29rem;
    color: #333333;
    max-height: .58rem;
    transition: .5s;
}
.inner_s3 .dtl_r .bot li{
    border-bottom: 1px dashed rgba(151, 151, 151, 0.3);
}
.inner_s3 .dtl_r .bot li:hover h3{
    color: #72318d;
}
.inner_s3 .dtl_r .bot{
    margin-top: .02rem;
}
.inner_s3{
    margin-top: .63rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
/*inner_s4*/

.inner_s4 .serForm .inp{
    display: block;
    overflow: hidden;
    font-size: .2rem;
    padding: 0 .36rem;
    color: #666666;
    flex: 1;
}
.inner_s4 .serForm .inp::placeholder{
    color: #666666;
}
.inner_s4 .serForm .sub{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.21rem;
    height: .51rem;
    font-size: .2rem;
    color: #fff;
    background: #72318d;
    border-radius: .06rem;
}
.inner_s4 .serForm .sub img{
    display: block;
    width: .17rem;
    margin-left: .08rem;
}
.inner_s4 .serForm{
    background: #fff;
    border-radius: .06rem;
    overflow: hidden;
}

.inner_s4 .tabFilter .li{
    padding: .17rem 0 .03rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.inner_s4 .tabFilter .li:last-child{
    border-bottom: none;
}
.inner_s4 .tabFilter .li .ll{
    width: 1.08rem;
    padding: 0 .1rem;
}
.inner_s4 .tabFilter .li .ll span{
    display: block;
    font-size: .16rem;
    color: #72318D;
    line-height: .28rem;
}
.inner_s4 .tabFilter .li .rr{
    width: calc(100% - 1.08rem);
}
.inner_s4 .tabFilter .li .item_box{
    display: flex;
    flex-wrap: wrap;
}
.inner_s4 .tabFilter .li .item_box span{
    display: block;
    font-size: .16rem;
    line-height: .28rem;
    color: #333333;
    padding: 0 .12rem;
    cursor: pointer;
    margin: 0 .18rem .14rem 0;
    border-radius: 50vw;
    transition: .5s;
}
.inner_s4 .tabFilter .li .item_box span.active{
    color: #fff;
    background: #72318d;
}
.inner_s4 .tabFilter{
    margin-top: .23rem;
    border-top: .04rem solid #72318d;
    padding: .08rem .27rem .12rem;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 .02rem .2rem 0 rgba(225, 225, 225, 0.5);
    overflow: hidden;
}
.inner_s4 .block1 h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #72318D;
    margin-top: .2rem;
    padding: 0 .36rem;
}
.inner_s4 .block2 li .a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s4 .block2 li .img{
    width: 3.4rem;
    height: 2.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 .02rem .06rem 0 rgba(114, 49, 141, 0.1112);
    overflow: hidden;
    transition: .5s;
}
.inner_s4 .block2 li .img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.inner_s4 .block2 li .right{
    padding: .34rem .54rem .52rem .54rem;
    width: calc(100% - 3.54rem);
    border-radius: .1rem;
    background: #FFFFFF url("../images/n-img-8.png") repeat-x bottom center/100% auto;
    box-shadow: 0 .02rem .2rem 0 rgba(225, 225, 225, 0.5);
    transition: .5s;
}
.inner_s4 .block2 li .atop{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s4 .block2 li .atop h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.inner_s4 .block2 li .atop .tag{
    display: flex;
    align-items: center;
}
.inner_s4 .block2 li .atop .tag .li{
    font-size: .14rem;
    line-height: .24rem;
    padding: 0 .12rem;
    border-radius: 50vw;
    background: #72318d;
    color: #fff;
}
.inner_s4 .block2 li .abot{
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s4 .block2 li .abot .a_ll{
    width: 30.23%;
    padding: 0 .21rem 0 0;
    border-right: 1px solid rgba(114, 49, 141, 0.2);
}
.inner_s4 .block2 li .abot .a_ll h4{
    font-size: .16rem;
    line-height: .23rem;
    color: #808080;
    transition: .5s;
}
.inner_s4 .block2 li .abot .a_ll h4 + h4{
    margin-top: .07rem;
}
.inner_s4 .block2 li .abot .a_rr{
    width: 69.77%;
    padding-left: .29rem;
}
.inner_s4 .block2 li .abot .h41{
    display: flex;
    flex-wrap: wrap;
    font-size: .16rem;
    line-height: .23rem;
    color: #808080;
    transition: .5s;
}
.inner_s4 .block2 li .abot .h41 span{
    display: block;
}
.inner_s4 .block2 li .abot .h42{
    margin-top: .18rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #808080;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    height: .78rem;
}
.inner_s4 .block2 li + li{
    margin-top: .41rem;
}
.inner_s4 .block2 li:hover .img,
.inner_s4 .block2 li:hover .right{
    box-shadow: 0 .02rem .17rem 0 rgba(114, 49, 141, 0.4975);
}
.inner_s4 .block2{
    margin-top: .4rem;
}
.inner_s4{
    margin-top: .5rem;
}
/*inner_s5*/

.inner_s5 .left{
    width: 3.4rem;
}
.inner_s5 .left .img {
    height: 2.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:.08rem;
    background: #FFFFFF;
    box-shadow: 0 .02rem .06rem 0 rgba(114, 49, 141, 0.1112);
    overflow: hidden;
    transition: .5s;
}
.inner_s5 .left .img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.inner_s5 .left h3{
    margin-top: .26rem;
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    text-align: center;
}
.inner_s5 .right{
    padding: .34rem .35rem .55rem .35rem;
    width: calc(100% - 3.65rem);
    background: #fff url("../images/n-img-9.png") no-repeat 50%/cover;
    border-radius: .1rem;
}
.inner_s5 .right .top h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    margin-bottom: .2rem;
}
.inner_s5 .right .top h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #808080;
}
.inner_s5 .right .top h4 i{
    color: #72318d;
}
.inner_s5 .right .top h4 + h4{
    margin-top: .05rem;
}
.inner_s5 .right .top{
    padding: 0 .17rem .1rem;
    min-height: 1.91rem;
    border-bottom: 1px solid rgba(114, 49, 141, 0.1);
}
.inner_s5 .right .bot .li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.inner_s5 .right .bot .li .ll{
    width: 1.54rem;
    padding: 0 .18rem;
}
.inner_s5 .right .bot .li .ll span{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
}
.inner_s5 .right .bot .li .rr{
    width: calc(100% - 1.54rem);
}
.inner_s5 .right .bot .li .rr p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    word-wrap: break-word;
}
.inner_s5 .right .bot .li .rr p + p{
    margin-top: .07rem;
}
.inner_s5 .right .bot .li + .li{
    margin-top: .2rem;
}
.inner_s5 .right .bot{
    margin-top: .38rem;
}

.inner_s5{
    margin-top: .64rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #72318d;
}

#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;
}

#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: #72318d;
}

#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: #72318d;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }

    .n_tit .h2,
    .n_dh{
        display: none;
    }
    .posi{
        margin-left: 0;
    }
    .inner_page{
        margin-top: 0;
        padding: .3rem 0 .4rem;
    }
    .pagination{
        padding-top: .3rem;
    }
}
@media (max-width: 1025px){
    .n_tit{
        padding-bottom: .15rem;
    }
    .inner_s1 li .pic {
        width: 4.2rem;
        height: 2.33rem;
    }
    .inner_s1 li .txt {
        width: calc(100% - 4.5rem);
    }
    .inner_s1 li i{
        height: .03rem;
        margin-top: .15rem;
    }
    .inner_s1 li p{
        margin-top: .1rem;
    }
    .inner_s1 li time{
        margin-top: .15rem;
    }
    .inner_s1 li a{
        padding: .2rem 0 !important;
    }
    .inner_s1 li:before{
        left: -15px;
        right: -15px;
    }
    .inner_s1{
        margin-top: .2rem;
    }
    .inner_s2 li{
        width: 100%;
        margin-top: 0;
    }
    .inner_s2 li time{
        width: 1rem;
        height: .8rem;
        padding: 0 .12rem 0 0;
    }
    .inner_s2 li time span{
        font-size: .24rem;
        margin-top: 0;
    }
    .inner_s2 li .txt{
        width: calc(100% - 1rem);
        padding: .16rem .2rem .2rem;
    }
    .inner_s2 li p{
        margin-top: .1rem;
    }
    .inner_s2 ul{
        gap: .2rem 0;
    }
    .inner_s2{
        margin-top: .3rem;
    }
    .inner_s3 .dtl_l{
        width: 100%;
    }
    .inner_s3 .dtl_tit h1{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: .1rem;
    }
    .inner_s3 .dtl_tit .cont .li{
        margin: 0 .1rem;
    }
    .inner_s3 .dtl_tit{
        padding-bottom: .15rem;
    }
    .inner_s3 .dtl_txt p{
        line-height: 2 !important;
    }
    .inner_s3 .dtl_txt p + p{
        margin-top: .15rem;
    }
    .inner_s3 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_page{
        padding-top: .2rem;
        margin-top: .3rem;
    }
    .inner_s3 .dtl_page p{
        line-height: 1.5;
        font-size: .18rem;
    }
    .inner_s3 .dtl_page p + p{
        margin-top: .1rem;
    }
    .inner_s3 .dtl_r{
        width: 100%;
        margin-top: .4rem;
    }
    .inner_s3 .dtl_r h2{
        font-size: .26rem;
        line-height: .3rem;
        margin-bottom: .26rem;
    }
    .inner_s3 .dtl_r .top a .pic{
        padding-top: 69.97%;
    }
    .inner_s3 .dtl_r .bot li h3{
        font-size: .18rem;
        line-height: .28rem;
        max-height: .56rem;
    }
    .inner_s3 .dtl_r .bot li time{
        margin-right: .15rem;
    }
    .inner_s3 .dtl_r .bot ul li a{
        padding: .2rem 0;
    }
    .inner_s3{
        margin-top: .2rem;
    }
    .inner_s4 .serForm .inp{
        font-size: .16rem;
        padding: 0 .2rem;
    }
    .inner_s4 .serForm .sub{
        font-size: .16rem;
    }
    .inner_s4 .tabFilter{
        margin-top: .2rem;
        padding: .1rem .2rem;
    }
    .inner_s4 .tabFilter .li{
        padding: .15rem 0;
    }
    .inner_s4 .tabFilter .li .item_box span{
        margin: 0;
    }
    .inner_s4 .tabFilter .li .item_box{
        gap: .1rem;
    }
    .inner_s4 .block1 h4{
        padding: 0 .2rem;
        margin-top: .1rem;
    }
    .inner_s4 .block2 li .right{
        padding: .3rem;
    }
    .inner_s4{
        margin-top: .2rem;
    }
    .inner_s5 .left{
        width: 100%;
    }
    .inner_s5 .left .img{
        height: auto;
        box-shadow: none;
        background:transparent;
    }
    .inner_s5 .left .img img{
        max-width: 100%;
    }
    .inner_s5 .left h3{
        margin-top: .1rem;
    }
    .inner_s5 .right{
        width: 100%;
        padding: .2rem;
        margin-top: .2rem;
    }
    .inner_s5 .right .top{
        padding: 0 0 .2rem;
    }
    .inner_s5 .right .top h3{
        margin-bottom: .1rem;
    }
    .inner_s5 .right .bot .li + .li{
        margin-top: .1rem;
    }
    .inner_s5 .right .bot{
        margin-top: .2rem;
    }
    .inner_s5{
        margin-top: .3rem;
    }
}
@media (max-width: 769px){
    .inner_s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 56.35%;
    }
    .inner_s1 li .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s4 .block2 li .img{
        width: 100%;
        padding: .1rem;
        height: 24vw;
    }
    .inner_s4 .block2 li .right{
        width: 100%;
        padding: .2rem;
        margin-top: .2rem;
    }
    .inner_s4 .block2 li .abot .a_ll{
        width: 100%;
        padding-right: 0;
        padding-bottom: .15rem;
        border-right: none;
        border-bottom: 1px solid rgba(114, 49, 141, 0.2);
    }
    .inner_s4 .block2 li .abot .a_rr{
        width: 100%;
        padding: 0;
        margin-top: .15rem;
    }
    .inner_s4 .block2 li .abot .h42{
        margin-top: .1rem;
    }
    .inner_s4 .block2 li .abot{
        margin-top: .1rem;
    }
    .inner_s4 .block2 li .atop h3{
        width: 100%;
        text-align: center;
    }
    .inner_s4 .block2 li .atop .tag{
        width: 100%;
        justify-content: center;
        margin-top: .1rem;
    }
    .inner_s5 .right .top h4{
        font-size: .18rem;
        line-height: .28rem;
    }
    .inner_s5 .right .top h4 + h4,
    .inner_s5 .right .bot .li .rr p + p{
        margin-top: 0;
    }
    .inner_s5 .right .bot .li .ll span,
    .inner_s5 .right .bot .li .rr p{
        font-size: .18rem;
        line-height: 2;
    }
    .inner_s5 .right .bot .li .ll{
        padding: 0;
        width: 1.2rem;
    }
    .inner_s5 .right .bot .li .rr {
        width: calc(100% - 1.2rem);
    }
}

.table-box{ overflow-x: auto;}
.pb_sys_style1 .p_no_d {
    border: 1px solid #652d7c !important;!i;!;
    color: #fff;
    background-color: #652d7c !important;
}