@charset "utf-8";

/*分页*/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .6rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #C7AD90;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
    border-radius: .05rem;
}

.pagination a.active {
    background: #AB7C3C;
    color: #fff;
    border: 1px solid #AB7C3C;
}

.pagination a:hover {
    background: #AB7C3C;
    color: #fff;
    border: 1px solid #AB7C3C;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.n_banner {
    position: relative;
    z-index: 3;
}
.n_banner img{
    display: block;
    width: 100%;
}
.n_container{
    padding-top: .93rem;
    padding-bottom: .99rem;
    background: #EAE4D7 url("") no-repeat bottom center;
    background-size: 100%;min-height:10rem;
}
.n_container .wp{
    align-items: flex-start;
}
.leftNav{
    position: relative;
    width: 20.73%;
    margin: .2rem 0;
    padding: 0 .3rem;
    background: #FDF5EA;
    border-left: 1px solid #C5A582;
    border-right: 1px solid #C5A582;
}
.leftNav:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.19rem;
    height: .2rem;
    background: url("../images/n_left02.png") no-repeat 50%;
    background-size: 100%;
}
.leftNav:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.2rem;
    height: .2rem;
    background: url("../images/n_left03.png") no-repeat 50%;
    background-size: 100%;
}

.leftNav h1{
    position: relative;
    font-size: .34rem;
    line-height: .49rem;
    color: #333333;
    padding-bottom: .22rem;
    font-family: 'songti', sans-serif;
    text-align: center;
    margin-bottom: .27rem;
}

.leftNav h1:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .1rem;
    background: url("../images/n_left01.png") no-repeat 50%;
    background-size: 100%;
}
.leftNav .lv1 li h2{
    font-size: .22rem;
    line-height: .58rem;
    border: 1px solid rgba(197, 165, 130, 0.5);
    text-align: center;
    position: relative;
    transition: .5s;
}
.leftNav .lv1 li h2:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: .03rem;
    background: #E1AD6A;
    transition: .5s;
}
.leftNav .lv1 li a{
    display: block;
}
.leftNav .lv1>li{
    margin-bottom: .12rem;
}

.leftNav .lv1 li.on h2:after,
.leftNav .lv1 li.active h2:after,
.leftNav .lv1 li:hover h2:after{
    right: -1px;
    left: -1px;
}
.leftNav .lv1 li.on h2,
.leftNav .lv1 li.active h2,
.leftNav .lv1 li:hover h2{
    background: #A12424;
    color: #fff;
    font-weight: 600;
}
.leftNav .lv2 li{
    font-size: .16rem;
    line-height: .48rem;
    color: #333;
    border: 1px solid rgba(197, 165, 130, 0.5);
    text-align: center;
    transition: .5s;
}
.leftNav .lv2 li{
    margin-top: .1rem;
}
.leftNav .lv2 li:hover{
    background: #A12424;
    color: #fff;
}

.leftNav .lv2{
    display: none;
}
.leftNav .lv1{
    margin-bottom: .35rem;
}

.rightBox{
    width: 74.93%;
}

.n_tit01{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .15rem;
    padding-top: .05rem;
    border-bottom: 1px solid #C5A582;
    margin-bottom: .2rem;
}

.n_tit01 h2{
    font-size: .22rem;
    line-height: .3rem;
    color: #1B1B1B;
    font-weight: 600;
}

.posi{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
}

.posi img{
    display: block;
    width: .21rem;
    margin-right: .04rem;
}
.posi span{
    display: block;
    margin: 0 .02rem;
}
/*列表页*/

.n_list01 li{
    position: relative;
    line-height: .8rem;
    border-bottom: 1px dashed #C7AD90;
}
.n_list01 li a{
    font-size: .18rem;
    color: #333333;
    padding-left: .24rem;
    padding-right: 1.7rem;
    transition: .5s;
}
.n_list01 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .18rem;
    color: #8F4F0A;
}
.n_list01 li:before{
    position: absolute;
    content: '';
    left: .05rem;
    top: 0;
    bottom: 0;
    width: .06rem;
    background: url("../images/n_list01.png") no-repeat 50%;
    background-size: 100%;
}
.n_list01 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background: #C7AD90;
    transition: .5s;
}
.n_list01 li:hover:after{
    right: 0;
}
.n_list01 li:hover a{
    color: #8F4F0A;
    font-weight: 600;
}

/*图片列表页*/

.n_list02 li{
    width: 31.85%;
    margin-left: 2.225%;
    margin-top: .2rem;
    margin-bottom: .25rem;
}
.n_list02 li:nth-child(3n+1){
    margin-left: 0;
}
.n_list02 li a{
    display: block;
    position: relative;
}
.n_list02 li a .pic{
    padding-top: 2.57rem;
}
.n_list02 li a h4{
    font-size: .2rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    padding: 0 .15rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(24, 24, 24, 0.5);
}

/*列表页2*/

.n_list03 li a{
    padding-top: .36rem;
    padding-bottom: .4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.n_list03 li .pic{
    width: 2.45rem;
    height: 1.65rem;
}
.n_list03 li .con{
    width: calc(100% - 2.8rem);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.n_list03 li time{
    width: 1.1rem;
    text-align: right;
    padding: .22rem 0;
    border-left: 1px solid #C5A582;
}
.n_list03 li time span{
    display: block;
    font-size: .3rem;
    color: #8F4F0A;
    font-weight: 600;
    line-height: 1;
    margin-right: .17rem;
}
.n_list03 li time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #9B9B9B;
    margin-top: .1rem;
}
.n_list03 li .txt{
    width: calc(100% - 1.48rem);
}
.n_list03 li .txt h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    margin-bottom: .23rem;
    transition: .5s;
}
.n_list03 li .txt i{
    display: block;
    width: .38rem;
    height: .03rem;
    background: #8F4F0A;
    margin-bottom: .25rem;
}
.n_list03 li .txt p{
    font-size: .16rem;
    line-height: .28rem;
    color: #898989;
    height: .56rem;
}
.n_list03 li{
    position: relative;
    border-bottom: 1px dashed #C7AD90;
}
.n_list03 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background: #8F4F0A;
    transition: .5s;
}
.n_list03 li:hover:after{
    right: 0;
}
.n_list03 li:hover .txt h3{
    color: #8F4F0A;
    font-weight: 600;
}

/*detail*/

.dtl-tit h4{
    font-size: .24rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: .18rem;
}
.dtl-tit .dtl-ar {
    font-size: 0;
    text-align: center;
}
.dtl-ar span{
    display: inline-block;
    font-size: .16rem;
    line-height: .3rem;
    color: #999;
    margin: 0 .08rem;
}
.dtl-tit {
    padding-top: .2rem;
    padding-bottom: .15rem;
    border-bottom: 1px dashed #C7AD90;
}

.dtl-txt p{
    font-size: .18rem;
    color: #000000;
    line-height: 2;
    text-indent: 2em;
    margin-top: .32rem;
}
.dtl-txt img{
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}
.p-page{
    border-top: 1px dashed #C7AD90;
    padding-top: 0.3rem;
    margin-top: 0.42rem;
}
.p-page p{
    font-size: 0.18rem;
    line-height: .34rem;
    color: #8F4F0A;
}
.p-page p a{
    color: #333;
}
.p-page p:hover a{
    color: #8F4F0A;
}


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #A12424;
}

#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: #A12424;
}

#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 i.on{
    transform: rotate(90deg);
}


#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;
}

@media (max-width: 1199px){
    .n_banner {
        margin-top: 0.75rem;
    }
    .leftNav{
        display: none;
    }
    .ny-tit h4{
        font-size: .24rem;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;

    }
    #m_n_nav{
        display: block;
    }
    .n_container{
        padding-top: .3rem;
        padding-bottom: .45rem;
    }
}

@media (max-width: 1025px){
    .n_list01 li{
        line-height: .6rem;
    }
    .n_list01 li a{
        padding-left: .15rem;
        padding-right: 1.15rem;
    }
    .n_list01 li:before{
        left: 0;
    }
    .pagination{
        padding-top: .4rem;
    }
    .n_list02 li a .pic{
        padding-top: 71.79%;
    }
    .n_list02 li{
        margin-top: .1rem;
        margin-bottom: .15rem;
    }
    .n_list03 li a{
        padding-top: .2rem;
        padding-bottom: .24rem;
    }
}
@media (max-width: 769px){
    .n_tit01 h2{
        width: 100%;
        margin-bottom: .1rem;
    }
    .posi{
        width: 100%;
    }
    .n_list02 li{
        width: 48%;
        margin-left: 0;
    }
    .n_list02 ul{
        justify-content: space-between;
    }
    .n_list02 li a h4{
        line-height: .4rem;
        padding: 0 .1rem;
    }
    .n_list03 li time{
        width: 1rem;
    }
    .n_list03 li .txt {
        width: calc(100% - 1.2rem);
    }
    .dtl-tit{
        padding-top: .1rem;
    }
    .p-page{
        margin-top: .24rem;
        padding-top: .15rem;
    }
}

@media (max-width: 641px){
    .n_list03 li .pic{
        width: 100%;
        height: auto;
        padding-top: 67.34%;
    }
    .n_list03 li .con{
        width: 100%;
        padding-top: .2rem;
    }
    .n_list03 li .txt h3{
        margin-bottom: .14rem;
    }
    .n_list03 li .txt i{
        margin-bottom: .15rem;
    }
    .n_list03 li time{
        padding: .15rem 0;
    }
}
@media (max-width: 481px){
    .n_list03 li .con{
        display: block;
    }
    .n_list03 li time{
        width: 100%;
        padding: 0;
        display: flex;
        align-items: flex-end;
        border: none;
        margin-bottom: .1rem;
    }
    .n_list03 li time span{
        font-size: .28rem;
        line-height: .3rem;
        margin-right: .05rem;
    }
    .n_list03 li time em{
        margin-top: 0;
        font-size: .2rem;
        line-height: .24rem;
    }
    .n_list03 li .txt{
        width: 100%;
    }
}