@charset "utf-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .98rem;
}

.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: #9c0000;
    color: #fff;
    border: 1px solid #9c0000;
}

.pagination a:hover {
    background: #9c0000;
    color: #fff;
    border: 1px solid #9c0000;
}
.inner_page{
    padding: 1.05rem 0 1.2rem;
    background: url("../images/inner_page.png") no-repeat bottom center/100% auto;
}
.leftNav{
    width: 20%;
    position: relative;
    z-index: 2;
    align-self: flex-start;
}
.leftNav:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: .96rem;
    background: linear-gradient(180deg, #F2DADA 7%, rgba(253, 249, 249, 0) 100%);
}
.leftNav .tit h2{
    font-size: .36rem;
    line-height: .52rem;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    text-align: center;
}
.leftNav .tit{
    padding: .26rem .2rem .25rem;
    background: #9c0000;
    position: relative;
    z-index: 2;
}

.leftNav .box h3{
    color: #333333;
    font-size: .22rem;
    line-height: .77rem;
    position: relative;
    padding: 0 .3rem 1px;
    transition: .5s;
}

.leftNav .box a{
    display: block;
    text-align: center;
}
.leftNav .box h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(156, 0, 0, 0.2);
    transition: .5s;
}
.leftNav .box h3 i{
    position: absolute;
    content: '';
    top: 50%;
    right: .1rem;
    width: .17rem;
    height: .09rem;
    background: url("../images/n-img-2.png") no-repeat 50%/.17rem;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .5s;
}
.leftNav .s-link a{
    display: block;
    font-size: .18rem;
    line-height: .28rem;
    color: #666;
    margin-top: .1rem;
    transition: .5s;
}
.leftNav .s-link a:first-child{
    margin-top: 0;
}
.leftNav .s-link a:hover{
    color: #9c0000;
}
.leftNav .s-link{
    display: none;
    padding: .1rem .3rem .2rem;
    border-bottom: 1px dashed rgba(156, 0, 0, 0.2);
}

.leftNav .box.active h3,
.leftNav .box:hover h3{
    color: #9C0000;
}
.leftNav .box.on h3:after{
    opacity: 0;
    visibility: hidden;
}

.leftNav .block{
    padding: .14rem .34rem .96rem;
    position: relative;
    z-index: 2;
}

.rightBox{
    width: 76.25%;
}

.n_tit{
    padding-bottom: .24rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.n_tit h2{
    font-size: .32rem;
    line-height: .46rem;
    color: #9c0000;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .18rem;
}
.posi img{
    display: block;
    width: .2rem;
    margin-right: .1rem;
}
.posi span,
.posi a{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    transition: .5s;
}
.posi a.active,
.posi a:hover{
    color: #9c0000;
}

/*inner_s1*/

.inner_s1 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .22rem .33rem .22rem 0;
}

.inner_s1 li time{
    display: block;
    width: 1.1rem;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    margin-right: .32rem;
}
.inner_s1 li time span{
    display: block;
    font-size: .26rem;
    line-height: .37rem;
    color: #9C0000;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    transition: .5s;
}
.inner_s1 li time em{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    color: #666666;
    transition: .5s;
}
.inner_s1 li time:before{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .52rem;
    background: #979797;
    opacity: .3;
    transform: translateY(-50%);
    transition: .5s;
}

.inner_s1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s1 li h4{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    margin-left: .2rem;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li h4 img{
    display: block;
    width: .12rem;
    margin-left: .09rem;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: calc(100% + 1px);
    background: #9C0000;
    border-radius: .1rem;
    transition: .5s;
}
.inner_s1 li{
    margin-top: .36rem;
    position: relative;
    border: 1px dashed rgba(156, 0, 0, 0.5);
    border-radius: .1rem;
}
.inner_s1 li:first-child{
    margin-top: 0;
}
.inner_s1 li:hover:after{
    right: -1px;
    box-shadow: 0 .02rem .16rem 0 rgba(164, 27, 30, 0.5007);
}
.inner_s1 li:hover .keywordfontcolor1162510
{
    color: #ff0000 !important;
    font-family: 'SourceHanSansCN-Bold', sans-serif !important;
    font-weight: bold;
}
.inner_s1 li:hover time:before{
    background: #fff;
}
.inner_s1 li:hover time span,
.inner_s1 li:hover time em{
    color: #fff;
}
.inner_s1 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s1 li:hover h4{
    opacity: 1;
    visibility: visible;
}

.inner_s1{
    margin-top: .49rem;
}

/*inner_s2*/

.inner_s2 li a{
    position: relative;
    z-index: 2;
    padding: .38rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li a .pic{
    width: 3.54rem;
    height: 2.21rem;
}
.inner_s2 li a .txt{
    width: calc(100% - 3.84rem);
    padding-right: .38rem;
}
.inner_s2 li a .txts{
    width:100%;
    padding-right:0;
}
.inner_s2 li a time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #9C0000;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    transition: .5s;
}
.inner_s2 li a h3{
    margin-top: .19rem;
    font-size: .2rem;
    line-height: .28rem;
    color: #333;
    transition: .5s;
}
.inner_s2 li a p{
    margin-top: .17rem;
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
    transition: .5s;
}

.inner_s2 li a h6{
    margin-top: .26rem;
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #666666;
    line-height: .24rem;
    transition: .5s;
}
.inner_s2 li a h6 i{
    display: block;
    width: .12rem;
    height: .05rem;
    margin-left: .09rem;
    background: url("../images/n-img-5.png") no-repeat 50%/100%;
    transition: .5s;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: -.19rem;
    top: .2rem;
    bottom: .19rem;
    right: calc(100% + .19rem);
    background: #9C0000;
    transition: .5s;
}
.inner_s2 li{
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.inner_s2 li:hover:after{
    right: 0;
    box-shadow: 0 .03rem .19rem 0 rgba(164, 27, 30, 0.4787);
}
.inner_s2 li:hover time,
.inner_s2 li:hover h3,
.inner_s2 li:hover p,
.inner_s2 li:hover h6{
    color: #fff;
}
.inner_s2 li:hover a h3{
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s2 li:hover h6 i{
    background-image: url("../images/n-img-6.png");
}

.inner_s2{
    margin-top: .02rem;
}

/*inner_s3*/

.inner_s3 .dtl_tit h1{
    font-size: .3rem;
    line-height: .42rem;
    color: #333333;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s3 .dtl_tit .cont{
    margin-top: .39rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s3 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin: 0 .39rem;
}

.inner_s3 .dtl_tit {
    padding-bottom: .28rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}

.inner_s3 .dtl_txt p{
    font-size: .2rem;
    line-height: 2;
    color: #666666;
    text-indent: 2em;
    margin-top: .3rem;
}
.inner_s3 .dtl_txt p:first-child{
    margin-top: 0;
}
.inner_s3 .dtl_txt img{
    display: block;
    width: 85%;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

.inner_s3 .dtl_txt{
    margin-top: .3rem;
}

.inner_s3 .dtl_page p{
    font-size: .2rem;
    line-height: 1.6;
    color: #666666;
    margin-top: .2rem;
    transition: .5s;
}
.inner_s3 .dtl_page p:hover{
    color: #9c0000;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}

.inner_s3 .dtl_page{
    padding-top: .36rem;
    margin-top: .56rem;
    border-top: .02rem solid #9C0000;
}

.inner_s3 {
    margin-top: .79rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #9c0000;
}

#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: #9c0000;
}

#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: #9c0000;
}

.keywordfontcolor1162510
{
    font-size: .2rem !important;
    color: #9c0000 !important;
    font-family: 'SourceHanSansCN-Regular','Microsoft Yahei',Arial,sans-serif !important;
    font-weight: 100 !important;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
        margin-top: .2rem;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
    .n_tit h2,
    .n_tit i{
        display: none;
    }
    .posi{
        margin-left: 0;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
}

@media (max-width: 1025px){
    .n_tit{
        padding-bottom: .15rem;
    }
    .inner_s1 li a{
        padding: .15rem .15rem .15rem 0;
    }
    .inner_s1 li time{
        width: .85rem;
        margin-right: .15rem;
    }
    .inner_s1 li h3{
        font-size: .18rem;
    }
    .inner_s1 li h4{
        margin-left: .1rem;
    }
    .inner_s1 li{
        margin-top: .2rem;
        border-radius: .05rem;
    }
    .inner_s1 li:after{
        border-radius: .05rem;
    }
    .inner_s1{
        margin-top: .24rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s2 li a{
        padding: .2rem 0;
    }
    .inner_s2 li:after{
        top: 0;
        bottom: 0;
        left: -15px;
        right: calc(100% + 15px);
    }
    .inner_s2 li:hover:after{
        right: -15px;
    }
    .inner_s2 li a h3{
        margin-top: .05rem;
    }
    .inner_s2 li a p{
        margin-top: .05rem;
    }
    .inner_s2 li a h6{
        margin-top: .1rem;
    }
    .inner_s2{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_tit h1{
        font-size: .26rem;
        line-height: .32rem;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: .15rem;
    }
    .inner_s3 .dtl_tit .cont .li{
        margin: 0 .1rem;
    }
    .inner_s3 .dtl_tit{
        padding-bottom: .2rem;
    }
    .inner_s3 .dtl_txt p{
        font-size: .19rem;
        margin-top: .2rem;
    }
    .inner_s3 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_page{
        padding-top: .1rem;
        margin-top: .2rem;
    }
    .inner_s3 .dtl_page p{
        font-size: .19rem;
        margin-top: .1rem;
    }
    .inner_s3{
        margin-top: .3rem;
    }
}

@media (max-width: 769px){
    .inner_s1 li h4{
       display: none;
    }
    .inner_s2 li a .pic{
        width: 100%;
        height: auto;
        padding-top: 62.43%;
    }
    .inner_s2 li a .txt{
        padding: .2rem 0 0 ;
        width: 100%;
    }
}