@charset "utf-8";
.hd1{
    transform: none;
    padding-top: 0;
    opacity: 1;
    position: static;
}
.hd1 .d1 .wp{
    display: block;
}
.hd1 .d1 .top{
    margin-bottom: 0;
}
.hd1 .top .li{
    line-height: 30px;
}
.hd1 .d1{
    background: #9a2226;
}
.hd1:after{
    display: none;
}
.hd1 .top .li:hover{
    font-weight: 600;
    color: #fff;
}
.hd1 .d2{
    height: 0.86rem;
    background: #fff;
}
.hd1 .d2 .wp{
    height: 100%;
}
.hd1 .nav li h2{
    color: #111;
    line-height: 0.86rem;
}
.hd1 .nav li.search a {
    border-color: #aa151c;
}

.banner img{
    display: block;
    width: 100%;
}
.n_container{
    position: relative;
    padding-top: 0.7rem;
    padding-bottom: .55rem;
    background: url("../images/n_container.jpg") no-repeat bottom center;
    background-size: cover;
}
/**/
.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: #9a2226;
    color: #fff;
    border: 1px solid #9a2226;
}

.pagination a:hover {
    background: #9a2226;
    color: #fff;
    border: 1px solid #9a2226;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}



.n_tit {
    position: relative;
    padding-left: .33rem;
    margin-bottom: -0.35rem;
}
.n_tit h2{
    display: inline-block;
    font-size: 0.32rem;
    line-height: 0.72rem;
    color: #fff;
    font-family: 'SHSCN-Bold';
    position: relative;
    background: #9a2226;
    padding: 0 0.36rem;
}
.n_tit h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.05rem;
    background: #ad7e47;
}
.n_tit .position{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: rgba(17, 17, 17, 0.6);
    line-height: 0.28rem ;
}
.n_tit .position a{
    margin: 0 3px;
}
.n_tit .position a:hover,
.n_tit .position a.active{
    color: #aa151c;
}

/*n_list*/

.n_list li a{
    padding-top: 0.38rem;
    padding-bottom: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_list li a time{
    display: block;
    width: 1.37rem;
    padding-right: 0.3rem;
    text-align: right;
    color: #111;
    position: relative;
}
.n_list li a time span{
    display: block;
    font-size: 0.44rem;
    line-height: 0.46rem;
    margin-bottom: 0.05rem;
}
.n_list li a time em{
    display: block;
    font-size: 0.2rem;
    line-height: 0.24rem;
}
.n_list li a time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: 1rem;
    background: #ddd;
    transform: translateY(-50%);
}
.n_list li a .txt{
    width: calc(100% - 1.65rem);
}
.n_list li a .txt h2{
    font-size: 0.24rem;
    color: #111111;
    line-height: 0.3rem;
    margin-bottom: 0.14rem;
}
.n_list li a .txt p{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: rgba(17, 17, 17, 0.6);
    height: 0.6rem;
}
.n_list li{
    border-bottom: 1px dashed #eeeeee;
}
.n_list{
    padding: 0.5rem 0.33rem 0.57rem;
    background: #fff;
}

/*leftNav*/
.leftNav{
    width: 21.79%;
    padding-top: 0.24rem;
    padding-left: 0.22rem;
    align-self: flex-start;
    position: relative;
    margin-top: -1.72rem;
}
.leftNav:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0.22rem;
    bottom: 0.74rem;
    background: #aa151c;
}
.leftNav .lv1{
    position: relative;
    z-index: 3;
    padding: 0.34rem 0.45rem 0.99rem 0.4rem;
    background: #fff url("../images/n_lv1.png") no-repeat bottom center;
    background-size: 100% 1.49rem;
}
.leftNav .lv1 li h2{
    position: relative;
    font-size: .2rem;
    color: #111;
    line-height: .32rem;
    padding: .13rem .35rem;
    padding-left: 0;
    transition: .5s;
    border-bottom: 1px dashed #eee;
}
.leftNav .lv1 li h2 a.on {color: #9a2226;font-weight: bold;}
.leftNav .lv1 li h2 i{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: .2rem;
    background: url("../images/n_left.png") no-repeat 50%;
    background-size: .17rem;
    transition: .5s;
    cursor: pointer;
}

.leftNav .lv2{
    display: none;
}
.leftNav .lv2 li {
    font-size: .16rem;
    line-height: .26rem;
    color: #000;
    padding: .1rem ;
}
.leftNav .lv1 li.on h2 i,
.leftNav .lv1 li.active h2 i,
.leftNav .lv1 li:hover h2 i{
    background-image: url("../images/n_left2.png");

}
.leftNav .lv1 li.on h2 ,
.leftNav .lv1 li.active h2 ,
.leftNav .lv1 li:hover h2 {
    color: #9a2226;
    font-size: .2rem;
    background: #fff;
    font-weight: 600;
}

.leftNav .lv2 li:hover{
    color: #9a2226;
}

.rightBox{
    width: 73.57%;
}
.rightBox .n_tit{
    padding-left: .56rem;
}
.rightcon{
    padding: 0.5rem 0.4rem 0.76rem;
    background: #fff;
}

.n_dtl_tit h2{
    font-size: 0.36rem;
    color: #111;
    line-height: 1.5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.35rem;
}
.n_dtl_tit .n_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: center;
}
.n_dtl_tit .n_btn .ll span{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #666666;
    margin-right: 0.3rem;
}
.n_dtl_tit .n_btn .rr i{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #666666;
    vertical-align: middle;
}
.n_dtl_tit .n_btn .rr img{
    display: inline-block;
    vertical-align: middle;
    width: .17rem;
    margin-right: .05rem;
}
.n_dtl_tit .n_btn .rm_btn {
    background: #F5F5F7;
    padding: 0 .15rem;
    cursor: pointer;
    border-radius: .5rem;
    font-size: 0;
}
.n_dtl_tit{
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #dddddd;
}

.n_dtl_txt p{
    font-size: 18px;
    color: #333333;
    line-height: 2em;
    text-indent: 2em;
    margin-bottom: 0.2rem;
}
.n_dtl_txt p.FontSize20{
    font-size: 20px !important;
}
.n_dtl_txt img,.n_dtl_txt video{
    margin: 10px auto;
    display: block;
    max-width: 94%;
    height: auto !important;
}
.n_dtl_pag {
    border-top: 1px solid #ddd;
    padding-top: 0.35rem;
}
.n_dtl_pag  p{
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #333;
}
.n_dtl_pag  p a:hover{
    color: #c6000b;
}

.share-bar {
    position: absolute;
    width: 50px;
    top: 3.8rem;
    right: 8.85vw;
    z-index: 9;
}

.share-bar .btn {
    display: block;
    margin: 0 auto 15px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;

    cursor: pointer;
    background-color: #ceced7;
    border-radius: 50%;
    border: none;
    background-size: 100% 100% !important;
}
.share-bar .btn.close{
    display: none;
    background: url("../images/ic_close.png") no-repeat 50%;
}
.share-bar .btn:hover{
    background-color: #ceced7;
}
.share-bar .btn:before{
    display: none;
}
.share-bar .icon-wechat,
.share-bar .icon-wechat:hover{
    background-image: url("../images/n_wx.png");
}
.share-bar .icon-weibo,
.share-bar .icon-weibo:hover{
    background-image: url("../images/n_wb.png");
}

.share-bar .icon-qzone,
.share-bar .icon-qzone:hover{
    background-image: url("../images/n_qz.png");
}

.share-bar .share-btns .wechat-qrcode{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 256px;
    height: 256px;
    z-index: 99;
    padding: 10px;
    box-shadow: none;
    background: #fff;
}
.share-bar .share-btns .wechat-qrcode h4,
.share-bar .share-btns .wechat-qrcode .help{
    display: none;
}
.share-bar .share-btns .wechat-qrcode canvas,
.social-share .icon-wechat .wechat-qrcode .qrcode img{
    width: 210px!important;
    height: auto !important;
    margin: 0 auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode{
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-bar .share-btns .icon-wechat.on .wechat-qrcode{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.share-bar .share-btns .wechat-qrcode:after{
    display: none;
}
.share-btn {
    display: none;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    background-image: url("../images/ic_share.png");
}
.mask{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}


/*n_system*/
.n_system .aleft{
    width: 46.71%;
}
.n_system .n_sy_tit h2{
    font-size: 0.24rem;
    line-height: 0.79rem;
    color: #fff;
    padding: 0 0.4rem;
    font-weight: 600;
    background: #9a2226 url("../images/n_sy.png") no-repeat bottom right 0.5rem;
    background-size:  auto 0.79rem;
}
.n_system .n_box li{
    width: 100%;
    padding-right: 0.2rem;
    font-size: 0.18rem;
    line-height: 0.5rem;
    position: relative;
}
.n_system .n_box li a{
    padding-left: 0.2rem;
    position: relative;
    z-index: 3;
}
.n_system .n_box li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #9a2226;
    border-left: 0.04rem solid #ad7e47;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.n_system .n_box li:before {
    position: absolute;
    content: '';
    left: 0.05rem;
    top: 50%;
    width: 0.06rem;
    height: 0.06rem;
    background: #9a2226;
    border-radius: 50%;
    transform: translateY(-50%);
}
.n_system .n_box li:hover:after{
    right: 0.2rem;
    opacity: 1;
    visibility: visible;
}
.n_system .n_box li:hover{
    color: #fff;
}
.n_system .n_box {
    padding: 0.24rem .3rem 0.38rem;
    background: #fff;
}
.n_system .item{
    margin-bottom: 0.64rem;
}
.n_system{
    padding-top: 0.95rem;
}

/*n_leader*/
.list_xinaren dl {
    max-width: 4.13rem;
    text-align: left;
    padding: .27rem 0;
    border-bottom: #e2e2e2 1px solid;
    align-items: flex-start;
    margin: 0 auto;
}

.list_xinaren dl dt {
    font-size: .24rem;
    color: #111;
    line-height: .32rem;
    width: 2.4rem;
    padding-left: .24rem;
    position: relative;
}

.list_xinaren dl dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: #9a2226 1px solid;
}

.list_xinaren dl dd {
    width: calc(100% - 2.4rem);
    padding: 0 .18rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.list_xinaren dl dd a {
    font-size: .24rem;
    color: #333333;
    line-height: .32rem;
    display: block;
    min-width: .8rem;
    transition: .5s;
}
.list_xinaren dl dd a:hover{
    color: #c6000b;
}

.leftNav .n_n_title{
    display: none;
}

.nylist-c{}
.nylist-c:after{content: '';display: inline-block;width: 31%}
.nylist-c li{width: 31%;margin-bottom: .45rem;background: #fcfdff;border-bottom: 2px solid #aa151c;}
.nylist-c li .pic{height: 2rem}
.nylist-c li .pic img{display: none}
.nylist-c li .txt{padding: .2rem;border-left: 1px solid #f2f4fd;border-right: 1px solid #f2f4fd}
.nylist-c li .txt h4{line-height: 1.2em;color: #333;font-size: .16rem; font-weight: bold;text-align: center;}
.nylist-c li:hover .txt h4{color:#aa151c;}
.bg-mask .pic{overflow: hidden;}
.bg-mask .pic .a{background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;display: block;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;transform:scale(1.01)}
.eclips{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.wpic {padding: 0.5rem;  background: #fff;margin: 0 auto;}




@media screen and (max-width: 1200px){
    .banner{
        margin-top: 0.75rem;
    }
    .n_tit{
        margin-bottom: 0;
        padding-left: 0;
    }
    .n_tit .position{
        top: 50%;
        transform: translateY(-50%);
    }
    .n_container{
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .n_list{
        padding:0.1rem  0.2rem 0.3rem;
    }
}
@media screen and (max-width: 1024px){

    .nylist-c li{width: 48%}
    .nylist-c li .pic{height: 26vw}

    .n_list li a{
        padding: 0.2rem 0;
    }
    .n_list li a time span{
        font-size: 0.34rem;
        margin-bottom: 0;
    }
    .n_list li a time em{
        font-size: 0.18rem;
    }
    .n_list li a .txt h2{
        font-size: 0.2rem;
    }
    .n_tit h2{
        font-size: 0.28rem;
        line-height: 0.6rem;
        padding: 0 0.25rem;
    }
    .n_tit{
        margin-bottom: 0.3rem;
    }
    .n_system{
        padding-top: 0;
    }
    .n_system .n_sy_tit h2{
        padding:0 0.2rem ;
        line-height: 0.64rem;
    }
    .n_system .n_box{
        padding: 0.2rem 0.1rem;
    }
    .n_system .item {
        margin-bottom: 0.3rem;
    }
    .n_system .aleft{
        width: 48%;
    }

    .leftNav{
        position: relative;
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
        margin-top: -0.3rem;
        margin-bottom: .2rem;
    }
    .leftNav .lv1{
        padding: 0 15px;
        display: none;
    }
    .leftNav:after{
        display: none;
    }
    .leftNav .n_n_title{
        display: block;
        line-height: 50px;
        position: relative;
        z-index: 9;
        width: 100%;
        background: #aa151c;
        background-size: cover;
    }
    #bnt_back {
        position: absolute;
        left: 15px;
        top: 0px;
    }
    #bnt_back img{
        height: 20px;
        display: inline-block;
        vertical-align: middle;
    }
    .n_n_title h1 {
        font-size: .2rem;
        color: rgb(255, 255, 255);
        text-align: center;
        margin: 0;
        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 img {
        display: block;
        height: 20px;
    }
    .rightBox{
        width: 100%;
    }
    .rightBox .n_tit{
        padding-left: 0;
    }
    .rightcon{
        padding: 0.3rem 0.2rem;
    }
    .share-bar{
        top: auto;
        bottom: 15px;
        left: auto;
        right: 0;
        position: fixed;
    }
    .share-title{
        display: none;
    }
    .share-bar .btn.close{
        display: block;
    }
    .share-btns{
        display: none;
    }
    .share-btn{
        display: block;
    }
    .n_dtl_tit{
        padding-top: 0;
        margin-bottom: 0.2rem;
    }
    .n_dtl_tit h2{
        font-size: 0.28rem;
        margin-bottom: 0.15rem;
    }
}

@media screen and (max-width: 768px){
    .n_tit{
        margin-bottom: 0.2rem;
    }
    .n_tit .position{
        position: static;
        transform: none;
        margin-top: 0.15rem;
    }
    .n_list li a time{
        width: 1rem;
        padding-right: 0.2rem;
    }
    .n_list li a .txt {
        width: calc(100% - 1.2rem);
    }
    .n_system .aleft{
        width: 100%;
    }
    .list_xinaren dl{
        max-width: 100%;
    }
    .share-bar .share-btns .wechat-qrcode{
        width: 200px;
        height: 200px;
    }
    .share-bar .share-btns .wechat-qrcode canvas,
    .social-share .icon-wechat .wechat-qrcode .qrcode img{
        width: 150px!important;
    }
    .n_dtl_tit .n_btn .ll{
        width: 100%;
    }
    .n_dtl_tit .n_btn .rr{
        width: 100%;
    }
    .n_dtl_tit .n_btn .rm_btn{
        display: inline-block;
    }
}

@media screen and (max-width: 640px){
    .nylist-c li{width: 100%}
    .nylist-c li .pic{height: 46vw}
}

@media screen and (max-width: 480px){
    .n_list li a{
        flex-wrap: wrap;
    }
    .n_list li a time{
        width: 100%;
        text-align: left;
        margin-bottom: 0.1rem;
    }
    .n_list li a time span{
        display: inline-block;
        margin-right: 0.1rem;
    }
    .n_list li a time em{
        display: inline-block;

    }
    .n_list li a time:after{
        display: none;
    }
    .n_list li a .txt{
        width: 100%;
    }
    .n_system .n_box li{
        width: 100%;
    }
}


/*2023-06-12  校园印象*/

.campus {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding-top: .3rem;
}

.campus .n_aside {
    width: 2.2rem;
    z-index: 3;
}

.campus .n_aside ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.campus .n_aside ul li {
    width: 1rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.campus .n_aside ul li a {
    font-size: 0.18rem;
    color: #b60408;
    line-height: 0.7rem;
    display: block;
    text-align: center;
    font-weight: bold;
    transition: 0.4s;
    background: #f2f3f9;
}

.campus .n_aside ul li::after {
    background: #b60408;
    transform: scaleX(0);
    transform-origin: left center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;

}

.campus .n_aside ul li:hover a {
    color: white;
    background: none;
}

.campus .n_aside ul li:hover::after {
    transform: scaleX(1);

}

.n_campusPic {
    width: calc(100% - 2.4rem);
}
.n_campusPic ul li{
    width: 48%;
    position: relative;
    margin-bottom: 0.5rem;
}

.n_campusPic>ul li::after {
    width: 10%;
    position: absolute;
    content: "";
    height: 1px;
    background: #b60408;
    left: 0;
    bottom: 0;
}

.n_campusPic>ul li a {
    display: block;
}

.n_campusPic>ul li a .img_hz {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.n_campusPic>ul li a .img_hz img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.n_campusPic>ul li a .img_hz:hover img {
    transform: scale(1.2);
    transition: 0.4s;
}

.n_campusPic>ul li a i {
    color: #b60408;
    font-size: 0.12rem;
    display: block;
    line-height: 0.14rem;
    margin-top: 0.1rem;
    font-style: normal;
}



.n_campusPic>ul li a p {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.28rem;
    font-weight: bold;
    margin: 0.1rem 0 0.2rem;
}

.n_campusPic>ul li a p:hover {
    color: #b60408;
}

@media screen and (max-width: 900px){
    .campus {
        flex-direction: row-reverse;
        padding-top: 0;
    }
    .campus .n_aside{
        width: 100%;
    }
    .campus .n_aside ul{
        width: 100%;
        line-height: .6rem;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-overflow-scrolling: touch;
        text-align: justify;
        padding: 0px;
        box-sizing: border-box;
        flex-wrap: nowrap;
    }
    .campus .n_aside>ul li {
        margin-right: 0.2rem;
        width: auto;
    }
    .campus .n_aside>ul li a{

        line-height: .6rem;
        width: auto;
        padding: 0 0.3rem;
    }
    .n_campusPic{
        width: 100%;
        margin-top: .3rem;
    }
}

@media screen and (max-width: 640px){
    .n_campusPic ul li{
        width: 100%;
        margin-bottom: .3rem;
    }
}