@charset "utf-8";

.header-box{
    position: static;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
#nav{
    background: #14649f;
}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top:.4rem;
}

.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: #14649f;
    color: #fff;
    border: 1px solid #14649f;
}

.pagination a:hover {
    background: #14649f;
    color: #fff;
    border: 1px solid #14649f;
}

.n_banner{
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}


.n_container{
    padding: .4rem 0 .35rem;
}

.n_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: .3rem;
}
.n_tit h3{
    font-size: .26rem;
    line-height: .6rem;
    color: #111111;
    font-weight: 700;
}

 .posi{
    display: flex;
    align-items: center;
     font-size: .16rem;
     line-height: .3rem;
     color: #333;
}
 .posi img{
    display: block;
    width: .17rem;
    margin-right: .1rem;
}

.leftNav{
    width: 23.51%;
    align-self: flex-start;
}

.lv1 h3{
    font-size: .2rem;
    color: #000000;
    line-height: .35rem;
    position: relative;
    padding: .15rem .6rem .15rem .15rem;
}
.lv1 a{
    display: block;
}
.lv1 h3 i{
    position: absolute;
    right: .15rem;
    top: 50%;
    transform: translateY(-50%);
    width: .29rem;
    height: .29rem;
    background: url("") no-repeat 50%/100%;
}
.lv1 h3:hover i,
.lv1 li.active h3 i{
    background-image: url("");
}
.lv1 h3:hover,
.lv1 li.active h3{
    color: #fff;
    background: #14649f;
}
.lv1 li{
    border-bottom: 1px solid #dcdcdc;
}

.rightBox{
    width: 73.83%;
}

.n_list01 li{
    width: 30.7%;
    margin-left: 3.95%;
    margin-bottom: .26rem;
}
.n_list01 li:nth-child(3n+1){
    margin-left: 0;
}
.n_list01 li a{
    display: block;
}
.n_list01 li .pic{
    padding-top: 2.26rem;
    border-radius: .1rem;
}
.n_list01 li .pic .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .46rem;
    height: .46rem;
    background: url("") no-repeat 50%/100%;
    margin: auto;
    z-index: 3;
}
.n_list01 li .txt-box h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #111111;
    text-align: center;
    transition: .5s;
}
.n_list01 li .txt-box{
    padding: .2rem 0;
}

.n_list01 li:hover .txt-box h3{
    color: #14649f;
}

.zyjs .item{
    position: relative;
    padding-left: .47rem;
    margin-bottom: .28rem;
}
.zyjs .item:before{
    position: absolute;
    content: '';
    left: 0;
    width: 1px;
    top: .05rem;
    bottom: .37rem;
    background: #ed7019;
}
.zyjs .item h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #2c2c2c;
    margin-bottom: .2rem;
}
.zyjs .item li{
    width: calc(100% / 5.01);
    font-size: .18rem;
    line-height: .36rem;
    color: #2c2c2c;
    padding-right: .1rem;
    margin-bottom: .1rem;
    transition: .5s;
}
.zyjs .item li a{
    display: block;
}
.zyjs .item ul{
    padding-bottom: .16rem;
    border-bottom: 1px solid #dcdcdc;
}
.zyjs .item ul li:hover{
    color: #14649f;
}



.zs_tit h3{
    font-size: .3rem;
    color: #14649f;
    line-height: .7rem;
    font-weight: 600;
}
.zs_tit{
    padding-bottom: .1rem;
    margin-bottom: .42rem;
    border-bottom: 1px solid #ed7019;
}
.zscx .filter dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: .1rem;
}
.zscx .filter dl dt{
    font-size: .18rem;
    line-height: .28rem;
    color: #2c2c2c;
    width: .6rem;
}
.zscx .filter dl dd{
    width: calc(100% - .6rem);
    display: flex;
    flex-wrap: wrap;
}
.zscx .filter dl dd a{
    margin-right: .2rem;
    display: block;
    font-size: .18rem;
    line-height: .28rem;
    color: #2c2c2c;
    padding: 0 .1rem;
    margin-bottom: .1rem;
    border-radius: .05rem;
    transition: .5s;

}
.zscx .filter dl dd a.active,
.zscx .filter dl dd a:hover{
    background: #14649f;
    color: #fff;
}
.zscx .filter{
    margin-bottom: .42rem;
}
.rsbox .rsbox_tit h3{
    font-size: .24rem;
    color: #000000;
    line-height: .3rem;
}
.rsbox .rsbox_tit{
    margin-bottom: .12rem;
}
.rsbox-table table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}
.rsbox-table table td{
    width: 7.51%;
    font-size: .18rem;
    line-height: .3rem;
    height: .62rem;
    text-align: center;
}

.rsbox-table table td.td2{
    width: 10.04%;
}

.rsbox-table table td.td3{
    width: 18.65%;
}

.rsbox-table table thead{
    background: #14649f;
}
.rsbox-table table thead td{
    border-left: 1px solid #fff;
    color: #fff;
}
.rsbox-table table thead td:first-child{
    border: none;
}
.rsbox-table table tbody td{
    color: #000000;
    border-bottom: 1px solid #bdbdbd;
}


.xyjj .xy_tit h3{
    font-size: .48rem;
    line-height: .54rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: .06rem;
}
.xyjj .xy_tit h4{
    font-size: .18rem;
    line-height: .28rem;
    color: #000000;
    font-weight: 600;
}

.xyjj .xy_tit{
    padding-bottom: .28rem;
    border-bottom: 1px solid #d9d9d9;
}

.dtl-txt p{
    font-size: .2rem !important;
    color: #666 !important;
    line-height: 1.8 !important;
    text-indent: 2em !important;
    font-family: "Microsoft Yahei", sans-serif !important;
}
.dtl-txt p *{
    font-size: .2rem !important;
    color: #666 !important;
    line-height: 1.8 !important;
    font-family: "Microsoft Yahei", sans-serif !important;
}

.dtl-txt h4{
    font-size: .2rem;
    line-height: 1.8;
    color: #000000;
    font-weight: 700;
    margin: .3rem 0;
}

.detail .dtl-tit{
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
}
.detail .dtl-tit .ll{
    width: calc(100% - 1.4rem);
}
.detail .dtl-tit .ll h1{
    font-size: .48rem;
    line-height: .58rem;
    color: #555;
    font-weight: 600;
}
.detail .dtl-tit .rr{
    width: .77rem;
    height: .77rem;
}
.detail .dtl-tit time{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #14649f;
    color: #fff;
}
.detail .dtl-tit time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-weight: 200;
}
.detail .dtl-tit time em{
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

.dtl-txt h5{
    font-size: .2rem;
    color: #000000;
    line-height: 1.8;
    font-weight: 600;
    text-align: center;
    margin-bottom: .3rem;
}
.dtl-txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100% !important;
    margin: .3rem auto !important;
}

.dtl-page p{
    font-size: .2rem;
    line-height: 1.8;
    color: #000000;
}

.dtl-page p a{
    color: #6c6c6c;
    transition: .5s;
}
.dtl-page p a:hover{
    color: #a4151e;
}
.dtl-page{
    margin-top: .7rem;
    padding-top: .6rem;
    border-top: 1px solid #d9d9d9;
}

.n_list02 li{
    width: 47.93%;
    border-bottom: 1px solid #d9d9d9;
}

.n_list02 li a{
    padding: .6rem .39rem .59rem .29rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_list02 li .txt-box{
    width: calc(100% - 1.9rem);

}
.n_list02 li .txt-box h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000;
    margin-bottom: .1rem;
}
.n_list02 li .txt-box p{
    font-size: .14rem;
    line-height: .24rem;
    color: #686868;
    height: .48rem;
}
.n_list02 li time{
    width: .78rem;
    height: .78rem;
    border: 1px solid #b4b4b4;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #636363;
    transition: .5s;
}
.n_list02 li time span{
    font-size: .28rem;
    line-height: 1;
    font-weight: 200;
}
.n_list02 li time em{
    font-size: 12px;
    line-height: 1.5;
}

.n_list02 li *,
.n_list02 li{
    transition: .5s;
}
.n_list02 li:hover{
    border-color: #14649f;
}
.n_list02 li:hover a{
    background: #14649f;
}
.n_list02 li:hover .txt-box h3,
.n_list02 li:hover .txt-box p{
    color: #fff;
}
.n_list02 li:hover time{
    background: #1b8bde;
    border-color: #1b8bde;
    color: #fff;
}



.n_list03 li a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .2rem;
    position: relative;
    z-index: 3;
}
.n_list03 li .pic{
    width: 2.8rem;
    height: 1.8rem;
}
.n_list03 li .txt{
    width: calc(100% - 3.2rem);
}
.n_list03 li h3{
    font-size: .22rem;
    line-height: .4rem;
    color: #222222;
    margin-bottom: .09rem;
}
.n_list03 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    margin-bottom: .28rem;
}
.n_list03 li time{
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #9E9E9E;
    font-family: Consolas,sans-serif;
}
.n_list03 li *{
    transition: .5s;
}
.n_list03 li{
    background: #FAFAFA;
    margin-bottom: .4rem;
    position: relative;
    z-index: 3;
}

.n_list03 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #c1272d;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

}
.n_list03 li:hover:after{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.n_list03 li:hover h3,
.n_list03 li:hover p{
    color: #fff;
}
.n_list03 li:hover time{
    color: #fff;
}
.n_list03 li.noimg .txt{
    width: 100%;
}
.n_list03 li.noimg a{
    padding: .24rem .4rem .29rem;
}


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #14649f;
}

#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: #14649f;
}

#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: #14649f;
}

#vsb_content table{border: 0px;border-left:1px solid #ddd;border-top:1px solid #ddd;min-width: auto !important;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 !important;padding:0px;margin:0px;text-align: center !important;}
#vsb_content table tr td p{text-indent: 0em !important;padding:0px;margin:0px;text-align: center !important;}




@media (max-width: 1199px) {
    #vsb_content table{}
    .n_banner {
        margin-top: .75rem;
    }

    #m_n_nav {
        display: block;
    }
    .n_banner .txt-box h3{
        display: none;
    }
    .n_banner .txt-box .left .bg{
        display: none;
    }
    .n_banner .txt-box .left{
        width: 100%;
        padding: .2rem 0;
    }
    .posi span{
        margin: 0 .1rem;
    }
    .n_banner .txt-box .right{
        display: none;
    }
    .n_banner .txt-box{
        bottom: 0;
    }
    .n_banner:after{
        top: auto;
        height: 1.35rem;
        background-size: 100% 99%;
    }
    .leftNav{
        display: none;
    }
    .n_container{
        padding: .4rem 0 ;
    }
    .rightBox{
        width: 100%;
    }
}

@media (max-width: 1025px) {
    .n_list01 li .pic{
        padding-top: 64.57%;
    }
    .n_list01 li .txt-box{
        padding: .15rem 0;
    }
    .n_list01 li {
        margin-bottom: .1rem;
    }
    .zyjs .item{
        padding-left: .2rem;
    }
    .zyjs .item h3{
        font-size: .24rem;
        line-height: .3rem;
        margin-bottom: .1rem;
    }
    .zyjs .item ul{
        padding-bottom: .1rem;
    }
    .zyjs .item li{
        width: calc(100% / 4);
    }
    .detail .dtl-tit .ll h1{
        font-size: .24rem;
        line-height: 1.5;
    }
    .detail .dtl-tit{
        padding-bottom: .15rem;
        margin-bottom: .2rem;
    }
    .dtl-txt p{
        font-size: .18rem;
    }
    .dtl-txt p img{
        margin: .2rem auto !important;
    }
    .dtl-txt h5{
        margin-bottom: .2rem;
    }
    .dtl-page{
        margin-top: .2rem;
        padding-top: .2rem;
    }
    .dtl-page p{
        font-size: .18rem;
    }
    .xyjj .xy_tit h3{
        font-size: .26rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .xyjj .xy_tit h4{
        font-size: .16rem;
    }
    .xyjj .xy_tit{
        padding-bottom: .15rem;
    }
    .dtl-txt h4{
        margin: .2rem 0;
    }
    .zs_tit h3{
        font-size: .24rem;
        line-height: .36rem;
    }
    .zs_tit{
        margin-bottom: .25rem;
    }
    .zscx .filter{
        margin-bottom: .25rem;
    }
    .rsbox .rsbox_tit{
        margin-bottom: .2rem;
    }
    .n_list02 li a{
        padding: .24rem .2rem;
    }
    .n_list02 li .txt-box {
        width: calc(100% - 1rem);
    }


    .n_list03 li{
        margin-bottom: .3rem;
    }
}

@media (max-width: 769px) {
    
    .dtl-txt p,.dtl-txt p * {
    font-size: .18rem !important;}
    .n_banner:after{
        height: 45%;
    }
    .n_banner .txt-box .left{
        padding: .1rem 0;
    }
    .n_list01 li{
        width: 48%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .n_list01 ul{
        gap: .1rem 4%;
    }
    .zyjs .item li{
        width: calc(100% / 3);
    }
    .detail .dtl-tit .ll{
        width: calc(100% - .95rem);
    }
    .zscx .filter dl dd a{
        margin-right: .1rem;
    }
    .rsbox-table table thead{
        display: none;
    }
    .rsbox-table table tbody td{
        display: flex;
        height: auto;
        line-height: .5rem;
        text-align: left;
        width: 100% !important;
    }
    .rsbox-table table tbody td:before{
        display: block;
        content: attr(data-title);
        width: 1rem;
        flex-shrink: 0;
    }
    .rsbox-table table tbody{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .2rem 4%;
    }
    .rsbox-table table tbody tr{
        display: block;
        width: 48%;
        padding: .2rem;
        border-radius: .1rem;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
    }
    .n_list02 li{
        width: 100%;
    }
    .n_list02 li .txt-box h3{
        margin-bottom: .05rem;
    }

    .n_list03 li .pic{
        width: 100%;
        height: auto;
        padding-top: 64.28%;
    }
    .n_list03 li .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .n_list03 li p{
        margin-bottom: .1rem;
    }
    .n_list03 li.noimg .txt{
        margin-top: 0;
    }
    .n_list03 li.noimg a{
        padding: .2rem;
    }
}
@media (max-width: 641px) {
    .zyjs .item li{
        width: calc(100% / 2);
    }
    .rsbox-table table tbody tr{
        width: 100%;
    }
    .rsbox-table table tbody{
        gap: .2rem 0;
    }
}
@media (max-width: 481px) {
    .posi img{
        margin-top: -.03rem;
    }
}