@charset "utf-8";

.banner img{
    display: block;
    width: 100%;
}
.n_container{
    position: relative;
    padding-top: 0.4rem;
    min-height: 7.5rem;
    /* padding-bottom: .55rem; */
}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.42rem;
}

.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: #9c2324;
    color: #fff;
    border: 1px solid #9c2324;
}

.pagination a:hover {
    background: #9c2324;
    color: #fff;
    border: 1px solid #9c2324;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}


.leftNav {
    width: 20%;
    background: #9c2324;
    padding-left: .1rem;
    max-height: 6.4rem;
}
.leftNav h2{
    font-size: .34rem;
    color: #fff;
    line-height: .9rem;
}
.leftNav .lv1{
    background: #f0f0f0;
    padding-top: .1rem;
    padding-bottom: .3rem;
    min-height: 6rem;
}
.leftNav .lv1 h2{
    position: relative;
    padding: .2rem .3rem;
    padding-left: .2rem;
}
.leftNav .lv1 h2 a{
    display: block;
    font-size: .2rem;
    color: #000;
    line-height: .32rem;
}
.leftNav .lv1 h2 i{
    position: absolute;
    right: .1rem;
    top: 0;
    bottom: 0;
    width: .2rem;
    background: url("../images/n_jt.png") no-repeat 50%;
    background-size: .09rem;
    cursor: pointer;
}
.leftNav .lv2 a{
    display: block;
    font-size: .18rem;
    line-height: .28rem;
    color: #000;
    padding:.08rem .1rem;
    transition: .5s;
}
.leftNav .lv2 li{
    padding-left: .1rem;
}
.leftNav .lv2 a:hover{
    color: #9c2324;
}
.leftNav .lv2{
    display: none;
}
.leftNav .lv1 li.on h2 i,
.leftNav .lv1 li.active h2 i{
    background-image: url("../images/n_jt2.png");
}
.leftNav .lv1 li.on h2,
.leftNav .lv1 li.active h2{
    background: #9c2324;
}
.leftNav .lv1 li.on h2 a,
.leftNav .lv1 li.active h2 a{
    color: #fff;
}

.rightBox{
    width: 75%;
}

.n_tit {
    position: relative;
    margin-bottom: .2rem;
    border-bottom: 1px solid #ddd;
}
.n_tit h2{
    display: inline-block;
    position: relative;
    font-size: .24rem;
    line-height: .54rem;
    color: #000;
    padding: 0 0.05rem;
}
.n_tit h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #9c2324;
}
.position{
    position: absolute;
    right: 0;
    top: 0;
    line-height: .54rem;
    font-size: .16rem;
    color: #999;
    display: flex;
    align-self: center;
}
.position span{
    margin: 0 3px;
}
.position a:hover,
.position a.active{
    color: #9c2324;
}

/*n_list*/

.n_list li{
    position: relative;
    line-height: .64rem;
    padding-left: .25rem;
    border-bottom: 1px solid #ddd;
}
.n_list li:before{
    position: absolute;
    content: '';
    left: .1rem;
    top: 50%;
    width: 0.05rem;
    height: .05rem;
    background: #111111;
    border-radius: 50%;
    transform: translateY(-50%);
}
.n_list li a{
    font-size: .18rem;
    color: #333;

    padding-right: 1.1rem;
    transition: .5s;
}
.n_list li time{
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: .16rem;
    transition: .5s;
}
.n_list li:hover{
    background: #9c2324;
}
.n_list li:hover a,
.n_list li:hover time{
    color: #fff;
}
.n_list li:hover time{
    right: .1rem;
}
.n_list li:hover:before{
    background: #fff;
}

/*n_list_pic*/

.n_list_pic li{
    width: 32%;
    margin-left: 2%;
    margin-bottom: .4rem;
}
.n_list_pic li:nth-child(3n+1){
    margin-left: 0;
}
.n_list_pic li a{
    display: block;
}
.n_list_pic li a .pic{
    padding-top: 65%;
    background-color: #f5f5f5;
}
.n_list_pic li a .txt p{
    font-size: .18rem;
    color: #000;
    line-height: .32rem;
    text-align: center;
}
.n_list_pic li a .txt{
    background: rgba(156, 35, 36, 0.2);
    padding:.15rem .1rem;
}

/*n_detail*/
.n_detail p{
    font-size: .18rem;
    line-height: .36rem;
    color: #333;
    text-indent: 2em;
    margin-bottom: .3rem;
}

/*n_content*/

.n_con_tit h2{
    font-size: .26rem;
    color: #000;
    line-height: .36rem;
    text-align: center;
    margin-bottom: .15rem;
}
.n_con_tit p{
    font-size: 0;
    text-align: center;
    margin-bottom: .2rem;
}
.n_con_tit p span{
    display: inline-block;
    vertical-align: initial;
    font-size: .16rem;
    color: #999;
    margin: 0 0.2rem;
}
.n_con_tit{
    border-bottom: 1px solid #ddd;
    margin-bottom: .2rem;
}

.n_con_txt p{
    font-size: .16rem;
    line-height: .32rem;
    color: #333;
    text-indent: 2em;
    margin-bottom: .2rem;
}
.n_con_txt img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.n_paga p{
    font-size: .16rem;
    color: #bb2526;
    line-height: .36rem;
}
.n_paga p a{
    color: #000;
}
.n_paga p a:hover{
    color: #bb2526;
}
.n_paga{
    margin-top: .4rem;
    padding-top: .2rem;
    border-top: 1px solid #ddd;
}
.n_con_txt table tr td p
{
    text-indent: 0 !important;
}


/*===========================================================================*/


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #9c2324;
}

#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: #f2f2f2;
    display: none;
    z-index: 9;
    width: 100%;
}

#sub_nav_content ul {
}

#sub_nav_content ul li {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    padding: 0 15px;
}

#sub_nav_content ul li a {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    color: #333;
    width: 88%;
}

#sub_nav_content ul li i {
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
}

#sub_nav_content ul li ul li {
    border: 0;
    line-height: 40px;
    padding-left: 10px;
}

#sub_nav_content ul li ul li a {
    font-size: 13px;
    color: #666;
}

#sub_nav_content ul li.on>a {
    color: #9e2121;
}

#sub_nav_content ul li ul {
    display: none
}
.kzzd
{
    margin:30px 0;
}
.kzzd:after
{
    content:"";
    display:block;
    clear:both;
}
.kzzd ul
{
    float:left;
    margin: 0 14px;
}
.kzzd ul li
{
    float:left;
    font-size: 15px;
    margin: 0 5px;
}
.dpzw table
{
    margin:0 auto;
}
.dpzw table tbody tr td p
{
    text-indent: 0px !important;
    margin: 0;
}
.dpzw>div
{
    margin-top:30px
}
.dpzw p>img
{
    width:600px;
    height:auto;
}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:90%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }
@media screen and (max-width: 1200px){
    #m_n_nav {
        display: block;
    }

    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }

}

@media screen and (max-width: 1024px){
    .n_container{
        padding-top: .1rem;
        /* padding-bottom: .4rem; */
    }
    .banner{
        margin-top: .75rem;
    }
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;
    margin: 5px 0 !important;
    height:24px;
    -height:auto;
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
}

}
@media screen and (max-width: 768px){
    .position{
        position: static;
        transform: none;
    }
    .n_tit{
        margin-bottom: .1rem;
    }
    .n_list_pic li{
        width: 48%;
        margin-left: 0;
        margin-bottom: .2rem;
    }
    .n_list_pic li a .txt{
        padding: .1rem ;
    }
    .n_con_tit h2{
        font-size: .22rem;
    }
    .n_con_txt p,
    .n_paga p{
        font-size: .18rem;
    }
    .dpzw p>img
    {
        width:100%;
        height:auto;
        display:block;
        margin:0 auto;
    }
}
@media screen and (max-width: 420px){
    .n_list_pic li{
        width: 100%;
    }
    .dpzw p>img
    {
        width:100%;
        height:auto;
        display:block;
        margin:0 auto;
    }
}