@charset "utf-8";
.wp{
    width: 16rem;
}
body{
    background: url("/images/inner-page.png") no-repeat bottom center/100%;
}
/**/
.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: #863242;
    color: #fff;
    border: 1px solid #863242;
}

.pagination a:hover {
    background: #863242;
    color: #fff;
    border: 1px solid #863242;
}

.n_banner{
    position: relative;
}
/*.n_banner:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/n_mask.png") no-repeat bottom center;
}*/
.n_banner .img img{
    display: block;
    width: 100%;
}

.n_banner .n_top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .29rem;
    z-index: 333;
}
.n_banner .n_wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_banner .n_top h2{
    font-size: .42rem;
    line-height: .63rem;
    color: #fff;
    font-weight: 600;
}
.posi{
    display: flex;
    align-items: center;
}
.posi img{
    display: block;
    width: .26rem;
    margin-right: .14rem;
}
.posi a,.posi span{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
}
.posi span{
    margin: 0 0.03rem;
}

.inner-page {
    padding-bottom: 2.02rem;
}

.leftNav{
    align-self: flex-start;
    position: relative;
    z-index: 2;
    width: 18.75%;
    margin-top: -1.03rem;
}
.leftNav:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: .85rem;
    background: #863242;
    z-index: -1;
}
.leftNav .tit h2{
    font-size: .3rem;
    line-height: .36rem;
    color: #fff;
}

.leftNav .tit{
    height: 1.03rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1rem ;
}
.leftNav .lv1 li{
    border-bottom: 1px solid #863242;
}
.leftNav .lv1  .xiala{ background: linear-gradient(90deg, #BB6177 3%, #863242 100%);}
.leftNav .lv1  .xiala1{color:#fff;}
.leftNav .lv1 h3{
    position: relative;
    font-size: .22rem;
    line-height: .26rem;
    color: #333333;
    text-align: center;
    transition: .5s;
    z-index: 2;
}
.leftNav .lv1 h3:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background: linear-gradient(90deg, #BB6177 3%, #863242 100%);
    transition: .5s;
    z-index: -1;
}
.leftNav .lv1 h3 a{
    display: block;
    padding: .18rem .5rem .22rem;
}

.leftNav .lv1 .xiala h3 i{
    position: absolute;
    right: 0.3rem;
    top: 0;
    bottom: 0;
    width: 0.2rem;
    background: url("/images/n_left.png") no-repeat 50%;
    background-size: 0.15rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    cursor: pointer;
}
.leftNav .lv1 li.active h3,
.leftNav .lv1 li:hover h3{
    color: #fff;
}
.leftNav .lv1 li.active h3:after,
.leftNav .lv1 li:hover h3:after{
    right: 0;
}
.leftNav .lv1{
    margin-left: .1rem;
    padding-bottom: 1.18rem;
    background: #F8F5F5 url("../images/n-img-1.png") no-repeat bottom center/100% auto;
}

.rightBox{
    width: 76.875%;
    position: relative;
    z-index: 2;
    margin-top: -.43rem;
}
.n_tit h2{
    font-size: .38rem;
    color: #863242;
    line-height: .46rem;
}

.n_tit{
    padding: .5rem 0 .37rem;
    border-bottom: 1px solid #863242;
}


.n_list01 li a{
    position: relative;
    padding: .42rem 0 .43rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.n_list01 li .pic{
    width: 3.13rem;
    height: 1.77rem;
}
.n_list01 li time{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .16rem;
    line-height: .32rem;
    color: #fff;
    background: #863242;
    min-width: 1.06rem;
    padding: 0 .1rem;
    transition: .5s;
}


.n_list01 li .txt{
    width: calc(100% - 3.53rem);
    padding-right: .4rem;
}

.n_list01 li h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    transition: .5s;
}
.n_list01 li .txt i{
    display: block;
    width: .74rem;
    height: .04rem;
    background: #863242;
    margin-top: .28rem;
    transition: .5s;
}

.n_list01 li .txt p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .14rem;
    transition: .5s;
}

.n_list01 li .txt h5{
    display: inline-block;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    padding-right: .22rem;
    background: url("/images/n-img-3.png") no-repeat bottom right/.2rem;
    margin-top: .18rem;
    transition: .5s;
}
.n_list01 li:after{
    position: absolute;
    content: '';
    left: -.23rem;
    top: 0;
    right: 100%;
    bottom: 0;
    background: #863242 url("../images/n-img-4.jpg") no-repeat bottom center/contain;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    box-shadow: 0 .05rem .11rem 0 rgba(0, 0, 0, 0.2235);
}
.n_list01 li{
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.n_list01 li:hover:after{

    right: 0;
    opacity: 1;
    visibility: visible;
}
.n_list01 li:hover h3{
    color: #fff;
}
.n_list01 li:hover i{
    background: #fff;
}
.n_list01 li:hover p{
    color: #FFFFFF;
}

.n_list01 li:hover h5{
     color: #fff;
    background-image: url("/images/n-img-5.png");
}

.n_list01 li:hover time{
    color: #863242;
    background: #fff;
}

.n_list02 li a{
    position: relative;
    padding: .39rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.n_list02 li time{
    display: block;
    width: .74rem;
    color: #FFFFFF;
    padding: .06rem 0 .07rem;
    text-align: center;
    background: #863242;
}
.n_list02 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;

}
.n_list02 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}

.n_list02 li .txt{
    width: calc(100% - 1.24rem);
    padding-right: 3.19rem;
    position: relative;
}
.n_list02 li h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    transition: .5s;
}
.n_list02 li .txt i{
    display: block;
    width: .74rem;
    height: .04rem;
    background: #863242;
    margin-top: .28rem;
    transition: .5s;
}

.n_list02 li .txt h5{
    position: absolute;
    right: .56rem;
    bottom: 0;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    padding-right: .22rem;
    background: url("/images/n-img-3.png") no-repeat bottom right/.2rem;
    margin-top: .18rem;
    transition: .5s;
}
.n_list02 li:after{
    position: absolute;
    content: '';
    left: -.18rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: #863242 url("../images/n-img-6.png") no-repeat bottom center/contain;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    box-shadow: 0 .05rem .11rem 0 rgba(0, 0, 0, 0.2235);
}
.n_list02 li{
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.n_list02 li:hover:after{

    opacity: 1;
    visibility: visible;
}
.n_list02 li:hover time{
    background: #fff;
    color: #863242;
}
.n_list02 li:hover h3{
    color: #fff;
}
.n_list02 li:hover .txt i{
    background: #fff;
}
.n_list02 li:hover .txt h5{
    color: #fff;
    background-image: url("/images/n-img-5.png");
}
.n_list02{
    margin-top: .55rem;
}


.dtl_tit h1{
    font-size: .3rem;
    line-height: .36rem;
    color: #333333;
    text-align: center;
}

.dtl_tit i{
    display: block;
    width: 1.93rem;
    height: .05rem;
    background: #863242;
    margin: .37rem auto 0;
}
.dtl_tit p{
    margin-top: .29rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dtl_tit p span{
    /* display: block; */
    font-size: .18rem;
    line-height: .24rem;
    color: #666666;
    margin: 0 .2rem;
}
.dtl_txt p a{word-break: break-word;}
.dtl_txt p{
    font-size: .2rem;
    line-height: .35rem;
    color: #333333;
    text-indent: 2em;
    margin-top: .3rem;
}
.dtl_txt p:first-child{
    margin-top: 0;
}
.dtl_txt img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 80% !important;
    margin: 10px auto;
}
.dtl_txt{
    margin-top: .49rem;
}

.dtl_page p{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    position: relative;
    padding-left: .21rem;
    margin-top: .2rem;
    transition: .5s;
}
.dtl_page p:first-child{
    margin-top: 0;
}
.dtl_page p:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .05rem;
    background: #863242;
    opacity: .4;
    transition: .5s;
}

.dtl_page p:hover{
    color: #863242;
}
.dtl_page p:hover:before{
    opacity: 1;
}
.dtl_page{
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px dashed rgba(134, 50, 66, 0.4);
}

.detail{
    margin-top: .54rem;
}

.n_list03 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.n_list03 li .img-box{
    position: relative;
    width: 1.93rem;
}
.n_list03 li .img-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    transform: translate(.09rem , .11rem);
    background: linear-gradient(134deg, #BB6177 16%, #863242 82%);
    opacity: .4;
    transition: .5s;
}
.n_list03 li .pic{
    padding-top: 100%;
    border-radius: 50%;
    z-index: 2;
}

.n_list03 li .txt-box{
    width: calc(100% - 2.58rem);
}

.n_list03 li .txt-box h3{
    font-size: .26rem;
    line-height: .3rem;
    color: #333333;
    display: flex;
    align-items: flex-end;
    transition: .5s;
}

.n_list03 li .txt-box span{
    display: block;
    font-size: .18rem;
    line-height: .22rem;
    color: #666666;
    margin-left: .18rem;
    transition: .5s;
}
.n_list03 li .txt-box i{
    display: block;
    height: 1px;
    position: relative;
    margin-top: .36rem;
}
.n_list03 li .txt-box i:before{
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: -.56rem;
    right: .2rem;
    border-top: 1px dashed #863242;
}

.n_list03 li .txt-box i:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .2rem;
    height: .16rem;
    background: url("/images/n-img-3.png") no-repeat 50%/100%;
    transform: translateY(-50%);
}

.n_list03 li .txt-box p{
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .3rem;
    padding-right: .44rem;
    transition: .5s;
}
.n_list03 li:not(:first-child){
    margin-top: .72rem;
}

.n_list03 li:hover .txt-box h3,
.n_list03 li:hover .txt-box h3 span,
.n_list03 li:hover .txt-box p{
    color: #863242;
}
.n_list03 li:hover .img-box:after{
    opacity: 1;
}

.n_list03{
    margin-top: .58rem;
}

.n_dqtit{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #863242;
    padding-bottom: .18rem;
    margin-bottom: .52rem;
}
.n_dqtit img{
    display: block;
    width: .26rem;
    margin-right: .18rem;
}
.n_dqtit h2{
    font-size: .3rem;
    line-height: 1;
    color: #863242;
    font-weight: 600;
}

.dq_list li{
    width: 48%;
    margin-left: 4%;
    margin-bottom: 0.3rem;
}
.dq_list li:nth-child(2n+1){
    margin-left: 0;
}
.dq_list li a{
    display: block;
    font-size: .22rem;
    line-height: 0.7rem;
    color: #333333;
    padding: 0 0.3rem;
    background: #F7F7F7;
    border-left: .02rem solid #863242;
    transition: .5s;
    position: relative;
}

.dq_list li:hover a:before{
    left: -.48rem;
    opacity: 1;
    visibility: visible;
}
.dq_list li:hover a{
    color: #fff;
    background: #863242;
}

.n_dqjz{
    padding-top: .45rem;
}



    /*ÊÖ»ú¶ËÄÚÒ³²Ëµ¥*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #863242;
}

#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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    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: #863242;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}
#sub_nav_content .on a{color:#863242 !important;font-weight:600;}

#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: #863242;
}

@media (max-width: 1199px){
    .n_banner{
        margin-top: .75rem;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }
    .posi{
        display: none;
    }
    .inner-page{
        padding: .3rem 0 .45rem;
        min-height: 7rem;
    }
    .n_tit{
        padding: .1rem 0;
        display: none;
    }
   #m_n_nav{
       display: block;
   }
    .n_dqjz{
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1025px){
    .n_tit{
       padding: .1rem 0;
        display: none;
    }
    .n_tit h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .n_list02 li a{
        padding: .2rem 0;
    }
    .n_list02 li .txt{
        padding-right: 0;
        width: calc(100% - 0.95rem);
    }
    .n_list02 li .txt i{
        display: none;
    }
    .n_list02 li .txt h5{
        position: static;
        display: inline-block;
        margin-top: .1rem;
    }
    .n_list02 {
        margin-top:0;
    }
    .n_list02 li:after{
        right: -15px;
    }
    .pagination{
        padding-top: .3rem;
    }
    .dtl_tit h1{
        font-size: .25rem;
        line-height: .3rem;
    }
    .dtl_tit i{
        margin-top: .2rem;
        height: .02rem;
    }
    .dtl_tit p{
        margin-top: .15rem;
    }
    .dtl_tit p span{
        margin: 0 .1rem;
    }
    .dtl_txt p{
        font-size: .18rem;
        line-height: 2;
        margin-top: .15rem;
    }
     .dtl_txt p a{word-break: break-word;}
     .dtl_txt table img{
    max-width: inherit !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    }
    .dtl_txt{
        margin-top: .25rem;
    }
    .dtl_page{
        padding-top: .2rem ;
        margin-top: .2rem;
    }
    .dtl_page p{
        font-size: .18rem;
    }
    .detail{
        margin-top: 0;
    }
    .n_list01 li a{
        padding: .2rem 0 ;
    }
    .n_list01 li .txt i{
        height: .02rem;
        margin-top: .2rem;
    }
    .n_list01 li .txt h5{
        margin-top: .1rem;
    }
    .n_list01 li:hover:after{
        right: -15px;
    }
    .n_list01 li .txt{
        padding-right: .1rem;
    }

    .n_list03 li:not(:first-child){
        margin-top: .35rem;
    }
    .n_list03 li .txt-box p{
        padding-right: 0;
    }
    .n_list03 li .txt-box p{
        margin-top: .15rem;
    }

    .n_list03 li .txt-box i{
        margin-top: .2rem;
    }
    .n_list03 li .txt-box i:before{
        left: -0.25rem;
    }
    .n_list03 li .txt-box {
        width: calc(100% - 2.25rem);
    }

    .n_list03{
        margin-top: 0;
    }

    .n_dqtit h2{
        font-size: .25rem;
    }
    .n_dqtit{
        padding-bottom: .15rem;
        margin-bottom: .3rem;
    }
    .dq_list li{
        position: relative;
        width: 30%;
        margin-left: 5%;
        margin-bottom: .3rem;
        background: #F7F7F7;
    }
    .dq_list li a{
        padding: 0 .2rem;
        font-size: .2rem;
        line-height: .6rem;
        z-index: 3;
        background: transparent;
    }
    .dq_list li a:before{
        display: none;
    }
    .dq_list li:after{
        position: absolute;
        content: '';
        left: 0;
        right: 100%;
        top: 0;
        bottom: 0;
        background: #863242;
        transition: .5s;
        z-index: 1;
    }
    .dq_list li:hover:after{
        right: 0;
    }
    .dq_list li:hover a{
        color: #fff;
        padding: 0 .2rem;
    }

}
@media (max-width: 768px){
    .n_list01 li .pic{
        width: 100%;
        height: auto;
        padding-top: 56.54%;
    }
    .n_list01 li .txt{
        width: 100%;
        padding: .2rem 0 0 0;
    }
    .dq_list li{
        width: 48%;
        margin-left: 0;
    }
    .dq_list ul{
        justify-content: space-between;
    }

}
@media (max-width: 481px){
    .n_list03 li .img-box{
        width: 1.6rem;
    }
    .n_list03 li .img-box:after{
        transform: translate(.05rem,.05rem);
    }
    .n_list03 li .txt-box {
        width: calc(100% - 1.8rem);
    }
    .n_list03 li .txt-box i:before {
        left: -0.15rem;
    }
    .n_list03 li .txt-box h3{
        font-size: .24rem;
    }
    .n_list03 li .txt-box span{
        margin-left: .1rem;
    }
    .dq_list li{
        width: 100%;
    }
}









@media screen and (max-width: 1199px){
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
}