@charset "utf-8";
/*分页*/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.32rem;
}

.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: #63065F;
    color: #fff;
    border: 1px solid #63065F;
}

.pagination a:hover {
    background: #63065F;
    color: #fff;
    border: 1px solid #63065F;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.n_banner {
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .img:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/bannybg.png) repeat-x bottom center;
    background-size: auto;
}
.n_top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .56rem;
}
.n_top .n_title001{
    padding-left: 1.1rem;
}
.n_top .n_title001 h3{
    font-size: .36rem;
    color: #fff;
    line-height: .5rem;
    font-weight: 600;
    margin-bottom: .15rem;
}
.n_top .n_title001 img{
    display: block;
    width: 1.4rem;
    margin: 0 auto;
}

.n_dh{
    position: relative;
    background: #fff;
    box-shadow: 0 0 .17rem 0 rgba(99, 6, 95, 0.2);
}

.n_erji li{
    line-height: .85rem;
}
.n_erji li a{
    display: block;
    font-size: .22rem;
    color: #333333;
    line-height: .85rem;
    padding: 0 .25rem;
    min-width: 1.7rem;
    text-align: center;
    transition: .5s;
}
.n_erji li:hover a{
    color: #63065F;
}
.n_erji li.active a{
    background: #63065F;
    font-weight: 600;
    color: #fff;
}


.n_container {
    padding-top: .52rem;
    padding-bottom: .87rem;
    background: url("../images/n_container.jpg") no-repeat bottom center;
    background-size: cover;
}

.n_zzjg img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.n_zzjg{
    padding-top: .77rem;
    padding-bottom: 1rem;
}
.n_zzjg .img_box{
    position: relative;
    max-width: 13.81rem;
    margin: 0 auto;
}
.n_zzjg .img_box .zzjg_tit{
    width: 5.02rem;
    margin: 0 auto;
    background: #63065F;
    border-radius: .1rem;
    text-align: center;
}
.n_zzjg .img_box .zzjg_tit p{
    font-size: .26rem;
    color: #fff;
    line-height: .77rem;
    font-weight: 600;

}
.n_zzjg .img_box .line{
    margin: 0.6rem .42rem 0;
    height: 1px;
    position: relative;
    background: #63065F;
}
.n_zzjg .img_box .line::before {
    content: "";
    display: block;
    width: 1px;
    height: 0.61rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #63065F;
}

.jzlink li{
    width: 6.15%;
    position: relative;
    padding-top: .76rem;
}
.jzlink li:before{
    position: absolute;
    content: '';
    left: 50%;
    width: 1px;
    height: .76rem;
    top: 0;
    background: #63065F;
}
.jzlink li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.67rem;
    background: #63065F;
    border-radius: .1rem;
    transition: .5s;
    border: 1px solid #63065F;
}

.jzlink li a p{
    font-size: .22rem;
    color: #fff;
    line-height: .3rem;
    letter-spacing: .03rem;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
.jzlink li.active a{
    background: #fff;
}
.jzlink li.active a p{
    color: #63065F;
}
.jzlink {
    margin-bottom: .5rem;
}

.jz_info li h3{
    font-size: .24rem;
    color: #63065F;
    font-weight: 600;
    line-height: .44rem;
}
.jz_info li p{
    font-size: .18rem;
    line-height: .36rem;
    color: #333;

}
.jz_info li{
    transform: scaleX(0);
    height: 0;
    visibility: hidden;
}
.jz_info li.active{
    transform: scaleX(1);
    height: auto;
    visibility: visible;
}


.n_leader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.n_xrld {
    width: 53.91%;
    padding-top: .2rem;
    padding-bottom: .14rem;
    border: 1px solid #E5E5E5;
}
.n_xrld dl{
    text-align: left;
    padding: 0.15rem 0;
    border-bottom: #D8D8D8 1px solid;
    align-items: center;
    min-height: 1.03rem;
}
.n_xrld dl:last-child{
    border: none;
}
.n_xrld dl dt{
    font-size: .22rem;
    color: #63065F;
    line-height: .36rem;
    width: 5.62rem;
    padding-left: .76rem;
    padding-right: .2rem;
    position: relative;
}
.n_xrld dl dt:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.195rem;
    width: 1px;
    height: 0.39rem;
    border-right: #E5E5E5 1px solid;
}
.n_xrld dl dd{
    width: calc(100% - 5.62rem);

    padding-left: .7rem;
}
.n_xrld dl dd a{
    display: block;
    font-size: .22rem;
    color: #333333;
    line-height: .36rem;
    transition: .5s;
}
.n_xrld dl dd a:hover{
    color: #63065F;
}
.n_leader .n_img{
    width: 42.97%;
}
.n_leader .n_img .pic{
    padding-top: 4.01rem;
}
.n_leader {
    padding-top: 1.25rem;
    padding-left: .58rem;
    padding-right: .34rem;
    padding-bottom: 1.85rem;
}


.n_list01 li{
    width: 48.375%;
    margin-bottom: .55rem;
    border: 1px solid #D4B1D3;
}
.n_list01 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    background-position: right .2rem center;
    background-size: cover;
    background-repeat: no-repeat;
}
.n_list01 li time{
    width: 1.29rem;
    display: block;
    text-align: right;
    position: relative;
    padding-right: .29rem;
    padding-top: .22rem;
    padding-bottom: .25rem;
    transition: .5s;
}
.n_list01 li time:after{
    position: absolute;
    content: '';
    width: 1px;
    height: .63rem;
    background: #D4B1D3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}
.n_list01 li time span{
    display: block;
    font-size: .26rem;
    color: #63065F;
    line-height: .34rem;
    font-weight: 600;
    transition: .5s;
}
.n_list01 li time em{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #9E9E9E;
    transition: .5s;
}
.n_list01 li .txt{
    width: calc(100% - 1.68rem);
    padding-right: .46rem;
}
.n_list01 li .txt p{
    font-size: .2rem;
    line-height: .28rem;
    color: #272727;
    max-height: .56rem;
    transition: .5s;
}
.n_list01 li:hover a{
    background-color: #63065F;
    background-image: url("../images/list01_img.png");
    box-shadow: 0px 0px .1rem 0px rgba(56, 6, 54, 0.3);
}
.n_list01 li:hover time{
    background: #E6C390;
}
.n_list01 li:hover time em{
    color: #6F6A64;
}
.n_list01 li:hover .txt p{
    color: #fff;
}


.n_listtz .wp{ width:15.6rem}
.n_listtz li{width: 48.75%;margin-bottom: 0.5rem;}
.n_listtz li .kxdt-l{width: 1.08rem;height: 1.08rem;background: #fff7e9;display: flex;flex-direction: column;align-items:flex-end;justify-content: center;transition: 0.5s;padding: 0 0.15rem;border-top-left-radius: 0.05rem;border-bottom-left-radius: 0.05rem;}
.n_listtz li a{width: 100%;}
.n_listtz li .kxdt-r{width: calc(100% - 1.08rem);background: #f8f8f8;padding: 0.2rem 0.3rem 0.2rem 0.3rem;transition: 0.5s;display: flex;flex-direction: column;justify-content: center;}
.n_listtz li .kxdt-l p{color: #333333;font-size: 0.28rem;line-height: 1.2;transition: 0.5s;font-family: din;}
.n_listtz li .kxdt-l span{color: #a9a9a9;font-size: 0.18rem;line-height: 1.2;transition: 0.5s;font-family: din;}

.n_listtz li h3{font-size: 0.18rem;color: #222;line-height: 0.26rem;transition: 0.5s;min-height: .52rem\0;}
.n_listtz li h4{font-size: 0.14rem;color: #666;line-height: 0.24rem;max-height: 0.72rem\0;transition: 0.5s;margin: .1rem 0;}
.n_listtz li .kxdt-r::after{width: 100%;height: 0%;background: url(../images/kxbg.png) no-repeat center;background-size: 100% 100%;border-top-right-radius: 0.3rem;border-bottom-left-radius: 0.3rem;overflow: hidden;}

.wl {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.wl::after{content: "";z-index: -1;position: absolute;left: 0;bottom: 0;width: 0;height: 100%;}
.n_listtz li a:hover .kxdt-l{background: #e6c390; box-shadow: 0px 1px 0.18rem 0px rgba(0, 0, 0, 0.29);}
.n_listtz li a:hover .kxdt-l p,.kxyj li a:hover .kxdt-l span{color: #6f166b;}
.n_listtz li a:hover .kxdt-r::after{height: 100%; box-shadow: 0px 1px 0.18rem 0px rgba(0, 0, 0, 0.29);}
.n_listtz li a:hover h3{color: #fff;}
.n_listtz li a:hover h4{color: #c9afc5;}


.n_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: .32rem;
}
.n_nav .li{
    font-size: .22rem;
    color: #4D4D4D;
    line-height: .48rem;
    border: 1px solid #B999B8;
    min-width: 1.3rem;
    margin: 0 .11rem;
    text-align: center;
    transition: .5s;
}
.n_nav .li a{
    display: block;
    padding: 0 .19rem;
}
.n_nav .li:hover{
    color: #63065F;
    border-color: #63065F;
}
.n_nav .li.active{
    color: #fff;
    background: #63065F;
    border-color: #63065F;
}

.n_list02 li {
    position: relative;
    line-height: .8rem;
    border-bottom: 1px dashed #c9c0c8;

}
.n_list02 li:last-child{
    border: none;
}
.n_list02 li:before{
    position: absolute;
    content: '';
    left: .24rem;
    top: 50%;
    width: .23rem;
    height: .23rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transform: translateY(-50%);
}
.n_list02 li a{
    font-size: .18rem;
    color: #2C2C2C;
    padding-right: 2.5rem;
    padding-left: .6rem;
    transition: .5s;
}
.n_list02 li .info{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.n_list02 li .info i{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #C8A063;
}
.n_list02 li .info i img{
    display: block;
    width: .16rem;
    margin-right: .04rem;
}
.n_list02 li .info time{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #63065F;
    margin-left: .34rem;
}
.n_list02 li .info time img{
    display: block;
    width: .14rem;
    margin-right: .06rem;
}
/*抖音图标*/
.n_list02a li:before{
    background-image: url("../images/s3-img03.png");
}
/*微博图标*/
.n_list02b li:before{
    background-image: url("../images/s3-img02.png");
}
/*微信图标*/
.n_list02c li:before{
    background-image: url("../images/s3-img01.png");
}
/*b站图标*/
.n_list02d li:before{
    background-image: url("../images/s3-img04.png");
}
/*校报图标*/
.n_list02e li:before{
    background-image: url("../images/s3-img05.png");
}
.n_list02 li:hover a{
    color: #63065F;
}


.n_piclist li{
    width: 31.375%;
    margin-left: 2.9375%;
    margin-bottom: .29rem;
}
.n_piclist li:nth-child(3n+1){
    margin-left: 0;
}
.n_piclist li a{
    display: block;
}
.n_piclist li .pic{
    padding-top: 66.33%;
}
.n_piclist li h2{
    font-size: .2rem;
    line-height: .5rem;
    color: #333;
    text-align: center;
    padding: 0 .1rem;
    transition: .5s;
    margin-top: .18rem;
}
.n_piclist li:hover h2{
    color: #63065F;
}
.n_piclist{
    padding-top: .2rem;
}
.detailjj{}
.detailjj p{
    font-size: 0.16rem;
    color: #222;
    line-height: 0.3rem;
    text-indent: 2em;
    margin-bottom: 0.2rem;}

.detail{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.dtl_l{
    width: 74%;
}

.dtl_tit h1{
    color: #333;
    font-size: 0.28rem;
    line-height: 0.38rem;
    font-family: "黑体";
    text-align: center;
    font-weight: bold;
    margin-bottom: .2rem;
}
.dtl_tit ul{
    font-size: 0;
    text-align: center;
}
.dtl_tit ul li{
    display: inline-block;
    font-size: .16rem;
    color: #666666;
    line-height: .32rem;
    margin: 0 0.14rem;
    position: relative;
}
.dtl_tit{
    padding-bottom: .1rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid #e5e5e5;
}
.dtl_txt p{
    font-size: 0.16rem;
    color: #222;
    line-height: 0.3rem;
    text-indent: 2em;
    margin-bottom: 0.2rem;
}
.dtl_txt img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
    height: auto !important;
}
.dtl_page p{
    font-size: .16rem;
    line-height: .36rem;
    color: #333;
}
.dtl_page p:hover a{
    color: #63065F;
}
.dtl_page {
    margin-top: .4rem;
    padding-top: .3rem;
    border-top: 1px solid #e5e5e5;
}


.dtl_r{
    width: 22%;
    position: relative;
    padding-left: .18rem;
}

.dtl_r h3{
    font-size: .24rem;
    color: #000000;
    line-height: 1;
    position: relative;
    margin-bottom: .3rem;
}

.dtl_r h3:before{
    position: absolute;
    content: '';
    left: -.18rem;
    width: .04rem;
    height: .3rem;
    background: #63065F;
    top: 50%;
    margin-top: -.15rem;
}
.dtl_r li a{
    display: block;
}
.dtl_r li a time{
    display: inline-block;
    font-size: .16rem;
    line-height: .3rem;
    color: #63065F;
    padding-left: .2rem;
    padding-right: .2rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
    margin-bottom: .13rem;
}
.dtl_r li a p{
    font-size: .16rem;
    line-height: .24rem;
    color: #000000;
    height: .48rem;
}
.dtl_r li{

    margin-bottom: .3rem;
    position: relative;
}
.dtl_r li:before{
    position: absolute;
    content: '';
    left: -.26rem;
    top: 0.06rem;
    width: 0.08rem;
    height: 0.08rem;
    border: 0.05rem solid #fff;
    background: #63065F;
    border-radius: 50%;
}
.dtl_r ul{
    position: relative;
}
.dtl_r:before{
    position: absolute;
    content: '';
    left: 0;
    top: -0rem;
    bottom: 0;
    width: 1px;
    background: #e4e4ef;
}
.dtl_r li:hover p,
.dtl_r p:hover a{
    color: #63065F;
}
/*部门概况*/

.n_bmgk{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.n_bmgk .left{
    width: 53.625%;
    position: relative;
    z-index: 3;
    margin-top: .65rem;
    margin-left: .21rem;
    margin-right: -.23rem;
    padding-left: .08rem;
    padding-bottom: .09rem;
}
.n_bmgk .left:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: .09rem;
    right: .08rem;
    background: #63065F;
}
.n_bmgk .left .txt{
    padding: .83rem .8rem .3rem .55rem;
    background: #fff url("../images/bmgk_bg.png") no-repeat bottom left;
    position: relative;
    z-index: 3;
    min-height: 3.31rem;
    box-shadow: 0px 0px .1rem 0px rgba(134, 134, 134, 0.5);
}
.n_bmgk .left .txt p{
    font-size: .2rem;
    line-height: .5rem;
    color: #333333;
    -webkit-line-clamp: 4;
    max-height: 2rem;
}

.n_bmgk .right{
    width: 46.375%;
}
.n_bmgk .right .pic{
    padding-top: 4.94rem;
}

.n_bmgk .right .piczz{
    margin-top:3rem;
}

.n_bmgk{
    padding-top: .76rem;
    padding-bottom: 1.88rem;
}

/*投稿须知*/

.ej_nr_box_main{padding: 0.4rem 0.3rem;background: rgba(255,255,255,.8);margin-bottom: 0.4rem;}
.ej_tgxz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ej_tgxz{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
.ej_tgxz>div{width: calc(50% - 0.15rem);}
.ej_tgxz .box{margin-bottom: 0.3rem;box-shadow: 0 0 0.1rem rgba(0,0,0,.08);}
.ej_tgxz .box .xtit{padding: 0.2rem 0.3rem;background: url(../images/ej_tgxz_tit_bg.jpg) repeat right center;background-size: auto 100%;cursor: pointer;}
.ej_tgxz .box .xtit p{font-size: 0.18rem;color: #ffffff;padding-right: 0.3rem;position: relative;}
.ej_tgxz .box .xtit p span{display: block;width: 0.15rem;height: 100%;position: absolute;right: 0;top: 0;background: url(../images/ej_tgxz_tit_jt.png) no-repeat right center;background-size: 100%;transition: 0.4s;}
.ej_tgxz .box .con{padding: 0.4rem;display: none;}
.ej_tgxz .box .con p{font-size: 0.16rem;color: #323232;line-height: 0.28rem;}


.ej_tgxz .box.on .xtit p span{transform: rotate(180deg);}


.ndjj3{position: relative;width: 100%;}
.ndjj3::after{width: 100vw;height: 100%;}
.ndjj3-r,.ndjj3-l{width: 48%;}
.jjpic::after{width: 0.3rem;height: 0.3rem;left: auto;left: -0.15rem;top: 0.1rem;}
.jjpic img{width: 100%;display: block;margin-bottom: 0.4rem;}

.ndjj3-l{padding-top: 0.5rem;}
.jjcont {padding-top: 0.4rem;}
.jjcon p{font-size: 0.18rem;color: #333;line-height: 0.36rem;text-align: justify;text-indent: 2em;font-family: Microsoft Yahei;}

/*=============================公共 开始===================================*/

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #63065F;
}

#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: #63065F;
}

#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: #63065F;
}

@media (max-width: 1199px) {
    .n_banner {
        margin-top: 0.75rem;
    }
    .n_top{
        display: none;
    }
    #m_n_nav{
        display: block;
    }
}

@media (max-width: 1025px){
    .n_zzjg {
        padding-top: 0;
        padding-bottom: 0;
    }
    .n_container{
        padding-top: .4rem;
        padding-bottom: .45rem;
    }
    .n_leader{
        padding-top: .3rem;
        padding-bottom: .2rem;
    }
    .n_xrld{
        max-width: none;
        padding: 0;
    }
    .n_list01 li .txt{
        width: calc(100% - 1.3rem);
        padding-right: .2rem;
    }
    .n_list01 li time{
        width: 1.1rem;
        padding-right: .2rem;
        padding-top: .15rem;
        padding-bottom: .18rem;
    }
    .n_list01 li{
        margin-bottom: .3rem;
    }

    .n_listtz li .txt{
        width: calc(100% - 1.3rem);
        padding-right: .2rem;
    }
    .n_listtz li time{
        width: 1.1rem;
        padding-right: .2rem;
        padding-top: .15rem;
        padding-bottom: .18rem;
    }
    .n_listtz li{
        margin-bottom: .3rem;
    }
    .n_nav .li{
        font-size: .2rem;
        line-height: .44rem;
    }
    .n_nav{
        margin-bottom: .24rem;
    }
    .n_list02 li a{
        padding-right: 2rem;
        padding-left: .35rem;
    }
    .n_list02 li:before{
        left: 0;
    }
    .n_list02 li{
        line-height: .7rem;
    }
    .n_piclist li h2{
        line-height: .4rem;
        margin-top: .1rem;
    }
    .n_piclist li{
        margin-bottom: .24rem;
    }
    .n_piclist{
        padding-top: .1rem;
    }
    .dtl_l{
        width: 100%;
    }
    .dtl_tit h1{
        font-size: .26rem;
        margin-bottom: .15rem;
        line-height: 1.5em;
    }
    .dtl_txt p{
        font-size: .18rem;
    }
    .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .dtl_page p{
        font-size: .18rem;
    }
    .dtl_r{
        display: none;
    }
    .n_bmgk{
        padding-top: 0;
        padding-bottom: 0;
    }
    .n_bmgk .left{
        margin: 0 0 .4rem;
        width: 100%;
    }
    .n_bmgk .left .txt{
        padding: .3rem;
        min-height: auto;
    }
    .n_bmgk .left .txt p{
        line-height: .4rem;
        display: block;
        max-height: none;

    }
    .n_bmgk .right{
        width: 100%;
    }
    .n_bmgk .right .pic{
        padding-top: 66.57%;
    }
    .ej_tgxz>div{width: 100%;}
    .ej_tgxz .box .xtit {padding: 0.15rem 0.2rem;}
    .ej_tgxz .box .xtit p{font-size: 0.16rem;}
    .ej_tgxz .box .con{padding: 0.2rem;}
    .n_zzjg .img_box .zzjg_tit{
        width: 100%;
        max-width: 5.02rem;
    }
    .n_zzjg .img_box .zzjg_tit p{
        font-size: .22rem;
        line-height: .72rem;
    }
    .n_zzjg .img_box .line{
        margin: .4rem 0 0;
    }
    .n_zzjg .img_box .line::before{
        height: .4rem;
    }
    .jzlink ul{
        padding-top: .4rem;
        position: relative;
    }
    .jzlink ul:before{
        content: "";
        display: block;
        left: 0;
        top: 0;
        width: 1px;
        height: calc(100% - 0.56rem);
        background: #63065F;
        position: absolute;
        z-index: 2;
    }
    .jzlink ul:after{
        content: "";
        display: block;
        right: 0;
        top: 0;
        width: 1px;
        height: calc(100% - 0.56rem);
        background: #63065F;
        position: absolute;
        z-index: 2;
    }
    .jzlink li{
        width: 50%;
        padding: 0 .3rem;
        margin-bottom: .2rem;
    }
    .jzlink li a{
        height: .74rem;
        flex-direction: column;
    }
    .jzlink li a p{
        writing-mode: inherit;
    }
    .jzlink li:before{
        width: .3rem;
        left: 0;
        top: 50%;
        height: 1px;

    }
    .jzlink li:nth-child(2n):before{
        left: auto;
        right: 0;
    }
    .jzlink{
        margin-bottom: .2rem;
    }
.n_leader .n_img{
    width: 100%;
}
.n_xrld{
 width: 100%;
}
}
@media (max-width: 769px){
    .n_xrld dl dt{
        padding-left: .3rem;
        width: 4.6rem;
    }
    .n_xrld dl dd{
        width: calc(100% - 4.6rem);
        padding-right: 0;
        padding-left: .4rem;
    }
    .n_list01 li{
        width: 100%;
    }
    .n_listtz li{
        width: 100%;
    }
    .n_list02 li .info time{
        margin-left: .2rem;
    }
    .n_piclist li{
        width: 48%;
        margin-left: 0;
    }
    .n_piclist ul{
        justify-content: space-between;
    }
 .ndjj3-l,.jjcont{padding-top: 0;}
  .ndjj2-r li h3{font-size:0.36rem;}
  .ndjj1-r::after{right: 0;z-index: 10;bottom: .25rem;}
.ndjj3-r, .ndjj3-l {
    width: 100%;
}
}
@media (max-width: 641px){
    .n_xrld dl dt{
        width: 100%;
        margin-bottom: 0.06rem;
    }
    .n_xrld dl dt:before{
        display: none;
    }
    .n_xrld dl dd{
        width: 100%;
        padding-left: .3rem;
    }
    .n_xrld dl dd a{
        font-size: .21rem;
    }
    .n_leader{
        padding: 0;
    }
    .n_nav .li{
        margin: 0 1.5%;
    }
    .n_list02 li .info i{
        display: none;
    }
    .n_list02 li a{
        padding-right: 1.25rem;
    }
    .n_nav .li a{
        padding: 0 .12rem;
    }
    .n_nav .li{
        min-width: 1rem;
    }

    .jzlink li{
        width: 100%;
    }
    .jzlink li:after{
        position: absolute;
        content: '';
        right: 0;
        width: 0.3rem;
        top: 50%;
        height: 1px;
        background: #63065F;
    }
    .jzlink li:nth-child(2n):after{
        right: auto;
        left: 0;
    }
.n_leader .n_img{
    width: 100%;
}
.n_xrld{
 width: 100%;
}
}