.nh-top_div_position {
    /*! position: fixed; */
    width: 100%;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
}

.nh-top_div {
    background-color: #004271;
    color: #fff;
    padding: 5px;
    border-bottom: #709dc4 solid 1px;
}

.nh-mnav {
    color: #ececec !important;
    top: 10px;
    left: 15px;
    position: relative;
}

.nh-header {
    box-shadow: 0px 5px 15px rgba(81, 77, 77, 0.5);
    background: #1488CC;
    background: linear-gradient(to right, #0d4d9b, #0b619f);
    background: url(../imgs/headBg.png) center no-repeat;
    background-size: cover;
}

.nh-mnav_bg {
    background: url("../imgs/mnavbg.png");
    background-color: #0b306ae0;
    box-shadow: 12px 5px 10px rgba(81, 77, 77, 0.5);
}

.nh-mnav_dh li a {
    font-size: 16px;
    padding: 10px 5px;
}


.nh-button_nav {
    height: 40px;
    top: 50%;
    width: 40px;
    color: #FFF;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    background-color: #00266f70;
    cursor: pointer;
}

.nh-button_nav_li_a li a {
    width: 30px;
    height: 10px;
    border-radius: 6px;
}

.nh-small_button_nav {
    height: 34px;
    top: 50%;
    width: 20px;
    color: #fff !important;
    font-size: 32px;
    line-height: 28px;
    text-align: center;
    background-color: #004aaeb8;
    cursor: pointer;
}

.nh-small_button_nav_li_a li a {
    width: 30px;
    height: 10px;
    border-radius: 6px;
}

.nh-banner_position {
    /*! margin-top: 191px; */
}


.nh-bg1 {
    padding: 34px 0px 43px 0px;
    background: #ffffff;
}


.nh-bg2 {
    padding: 10px 0px;
    background-color: #fff;
}

@media screen and (max-width: 670px) {
    .nh-bg1 {
        padding: 21px 0px 10px 0px;
        background: #ffffff;
    }

    .nh-banner_position {
        /*! margin-top: 58px; */
    }

    .nh-button_nav {
        height: 15px;
        top: 50%;
        width: 10px;
        color: #FFF;
        font-size: 6px;
        line-height: 8px;
        text-align: center;
        background-color: #1a3f6273;
        cursor: pointer;
    }

}


.nh-link_hover_img {
    /*! transition: all 0.5s ease; */
}

/*******************************************************中心动态*********************************************************/

.nh-news_img_height {
    height: 334px;
}

.nh-tab_title {
    margin-bottom: 21px;
}

.nh-news_button_nav {
    height: 34px;
    width: 21px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.nh-tab_title a {
    padding: 0px 0px 5px 0px;
    font-size: 25px;
    margin-right: 28px;
    font-weight: bold;
}

.nh-tab_title > .uk-active > a {
    color: #17509d !important;
    border-bottom: #17509d solid 5px;
    padding-bottom: 18px;
    font-weight: bolder;
    letter-spacing: 2px;
}

.nh-title_more {
    font-size: 18px !important;
    padding-bottom: 20px;
}

.nh-height {
    height: 222px;
}

@media screen and (max-width: 670px) {
    .nh-height {
        height: 183px;
    }

    .nh-news_img_height {
        height: 234px;
    }
}


.nh-image-card {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
    margin-bottom: 21px !important;
    border-bottom: #bd1314 solid 3px;
}

.nh-image-card:hover {
    transform: translateY(-5px);
}

.nh-img_time {
}

.nh-img_time a {
    display: block;
    font-size: 16px;
    color: #bd1314;
    font-weight: bolder;
    margin-top: 10px;
}

.nh-img_title {
    font-size: 16px;
    color: #000000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
}

.nh-img_title_hover {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5em;
    text-align: left;
}


.nh-news_list_title {
}

.nh-news_list_title li {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
    font-size: 16px;
    line-height: 2.5em;
    z-index: 1;
}

.nh-news_list_title li:hover {
    transform: translatex(5px);
}

.nh-news_imgs_height {
    height: 60px;
    border-bottom: #bd1314 solid 3px;
}


.nh-news_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #bd131417 solid 1px;
    padding: 12px 0;
    padding-left: 10px;
}

.nh-news_list_title li .nh-news_row::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 9;
    width: 8px;
    height: 8px;
    background: #bd1314;
    margin-top: 15px;
}

.nh-news_title {
    padding-right: 0;
    width: 78%;
}

.nh-news_title a {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.nh-news_date {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    width: 20%;
    margin: -15px 0px 0px 10px;
    color: #bd1314;
}


/******************************************************中心动态列表******************************************************/
@media screen and (max-width: 670px) {
    .nh-height {
        height: 183px;
    }
}


.nh-noticelist {
    margin: 0px 0 5px 0;
    background: #DBEBFF;
    /*! width: 195%; */
    height: 1px;
    padding: 40px 40px 40px 40px;
    position: relative;
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
}

.nh-noticelist:hover {
    transform: translatex(-10px);
}


.nh-noticelist .nh-biankuang {
    border: #17509d solid 1px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 93%;
    height: 34%;
    padding: 15px 34px 30px 5px;
}


@media screen and (max-width: 670px) {
    .nh-noticelist .nh-biankuang {
        border: #9f9f9f solid 1px;
        position: absolute;
        top: 10px;
        left: 0px;
        width: 89%;
        height: 34%;
        padding: 15px 34px 25px 5px;
    }

    .nh-noticelist {
        margin: 0px 0px 3px 0px;
        background: #F4F4F4;
        width: 77%;
        height: 0px;
        padding: 45px;
        position: relative;
        transition: all .3s cubic-bezier(.2, .5, .3, 1);
    }

    .nh-noticelist .nh-tltle {
        width: 108% !important;
    }

}


.nh-noticelist .nh-date {
    width: 70px;
    border-right: #17509d solid 2px;
    float: left;
    margin-right: 15px;
}

.nh-noticelist .nh-date-dd {
    font-size: 25px;
    color: #17509d;
    position: relative;
    top: 0px;
    text-align: center;
}

.nh-noticelist .nh-date-yyyy {
    font-size: 14px;
    color: #000;
    position: relative;
    top: 10px;
    text-align: center;
    /*! font-weight: bold; */
}


.nh-noticelist .nh-tltle {
    width: 103%;
}


.nh-noticelist .nh-tltle p {
    color: #202020;
    font-size: 16px;
    top: -5px;
    position: relative;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nh-noticelist .nh-tltle p:hover {
    color: #17509d;
    font-weight: bold;
}

/*******************************青春电气*****************************/
@media screen and (max-width: 670px) {
    .nh-qcdqD_img_height {
        height: 200px !important;
        width: 100% !important;
    }
    .nh-qcdqT_imglist_height {
    height: 115px !important;
    width: 100% !important;
}

}

.nh-qcdqD_img_height {
    height: 460px;
    width: 100%;
}


.nh-qcdqD_img {
    background: rgba(61, 88, 232, 0.77);
    background: url(../imgs/footer.jpg) no-repeat bottom center;
    background-size: cover;
    opacity: 0.83 !important;
    padding: 100px 0 0 64px;
}


.nh-qcdqD_img .title {
    padding: 15px 0 21px 21px;
    font-size: 26px;
    width: 72%;
    text-align: left;
    color: white;
    font-weight: bold;
    line-height: 1.5em;
}

.nh-qcdqD_img .time {
    font-size: 25px;
    font-family: "georgia";
    padding: 10px 0 21px 21px;
    color: white;
    font-weight: bold;
}

.nh-qcdqD_img .zy {
    padding: 15px 0 50px 21px;
    font-size: 16px;
    width: 72%;
    text-align: left;
    color: #f9eded;
    line-height: 24px;
}

.nh-jiaobiaoD {
    background: #062088d6;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: -60px;
    top: 15px;
    z-index: 5;
    padding: 10px 60px 10px;
    transform: rotate(-45deg);
}


.nh-jiaobiao {
    background: rgba(28, 67, 134, 0.7);
    color: #fff;
    font-size: 15px;
    left: 0px;
    z-index: 5;
    border-top: #939393 solid 1px;
    bottom: 0;
    padding: 10px 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: absolute;
}


.nh-qcdqT_imglist_height {
    height: 191px;
    width: 100%;
}


.nh-qcdqT_imglist {
    background: #17509da8;
    background-size: cover;
    opacity: 0.83 !important;
}


.nh-qcdqT_imglist .title {
    padding: 10px 0 0px 10px;
    font-size: 16px;
    text-align: left;
    color: #fff;
    /*! font-weight: bold; */
    line-height: 1.5em;
}

/*****************************************************马院视窗/理论学习***************************************************/
.nh-bk {
    border: solid 1px #e5e5e5;
    padding: 1px 10px;
}


.nh-xxmklist_title li {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: solid 1px #e5e5e5;
    padding: 8px 0px 14px 15px;
}

.nh-xxmklist_title li:hover {
    transform: translateX(5px);
}


@media screen and (max-width: 670px) {
    .nh-xxmklist_title li {
        transition: all .3s cubic-bezier(.2, .5, .3, 1);
        font-size: 16px;
        line-height: 1.5em;
        border-bottom: solid 1px #e5e5e5;
        padding: 5px 0px 34px 15px;
    }
}


.nh-xscg_bj {
    float: right;
    background: #bdbdbde6;
    color: #fff;
    padding: 5px;
    line-height: 10px;
    font-size: 13px;
    border-radius: 5px;
}


/*****************************************************研究基地***********************************************************/
.nh-xxmklist_title li {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
    font-size: 16px;
    line-height: 1.8em;
    border-bottom: solid 1px #e5e5e5;
    padding: 0px 0px 10px 10px;
    padding-left: 0px;
}

.nh-xxmklist_title li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 484px;
    position: absolute;
}

.nh-xxmklist_title li:hover {
    transform: translateX(5px);
    color:#94070a;
}


.nh-xxmklist_title li a:hover {
    color:#17509d !important; !important;
    font-weight: bold;
}

@media screen and (max-width: 670px) {
    .nh-xxmklist_title li {
        transition: all .3s cubic-bezier(.2, .5, .3, 1);
        font-size: 16px;
        line-height: 1.5em;
        border-bottom: solid 1px #e5e5e5;
        padding: 10px 0px 10px 0px;
    }

    .nh-xxmklist_title li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 222px;
        position: absolute;
    }
}

@media screen and (max-width: 670px) {
    .nh-yjjd_img_height {
        height: 211px !important;
    }
}

.nh-yjjd_img_height {
    height: 252px;
}

.nh-overlay {
    background: rgba(4, 4, 4, 0.6);
    padding: 13px 15px;
}

.nh-yjjd_title {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 83%;
}

.nh-yjjd_title a {
    color: #ffffff;
}

.nh-yjjd_button_nav {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

/*****************************************************石鼓讲堂***********************************************************/
.nh-xsjz_bg {
    background: #e2f3ff;
    border-top: 1px solid #8dcdfb;
    border-bottom: 1px solid #8dcdfb;
    background-image: url("../imgs/xsjzbg.jpg");
}

.nh-block_title span {
    font-size: 21px;
    display: inline-block;
    color: #0d0d0d;
    font-weight: lighter;
    border-bottom: darkorange solid 5px;
    padding-bottom: 10px !important;
}

.nh-block_title .nh-block_more {
    background: url(../imgs/more.svg) center right no-repeat;
    padding-right: 75px;
    color: #333;
    line-height: 28px;
    float: right;
    font-size: 16px;
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
}

.nh-block_title .nh-block_more:hover {
    color: #bf0744;
    transform: translateX(10px);
}

@media screen and (max-width: 670px) {
    .nh-block_title span {
        font-size: 18px !important;
        margin: 0px 0px;
        border-bottom: darkorange solid 3px;
        padding-bottom: 5px !important;
    }
}


.nh-block_title .nh-lf {
    float: left;
    width: 20px;
    height: 12px;
    background: url(../imgs/leftheititle.png) no-repeat left center;
    margin: 7px 5px 5px 0;
}

.nh-block_title .nh-rt {
    float: right;
    width: 20px;
    height: 12px;
    background: url(../imgs/rightheititle.png) no-repeat left center;
    margin: 7px 0 0px 5px;
}


.nh-xxjz_link_hover a:hover p {
    color: #fff;

}

.nh-xxjz_hover_img {
    transition: all 0.7s ease-out;
}


.nh-xsjz_imglist_height {
    height: 211px;
    width: 100%;
}

@media screen and (max-width: 670px) {

    .nh-xsjz_imglist_height {
        height: 183px !important;
    }
}

.nh-xsjz_card {
    padding: 21px 21px;
    background: #94070a;
    color: #fff;
}


.nh-xsjz_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;

    line-height: 21px;
    height: 40px;
    overflow: hidden;
}

.nh-xsjz_card p {
    padding-bottom: 6px;
}


.nh-xsjz_rw_time_location {
    font-size: 15px;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: lighter;
}

.nh-xsjz_more {
    color: #fff;
    font-size: 14px;
    height: 34px;
    display: block;
    border: 1px solid #f2d3ad;
    text-align: center;
    line-height: 34px;
    margin-top: 20px;
}

.nh-xsjz_more:hover {
    background-color: #ffa334;
}


.nh-xsjz_list li {
    margin: 0px 0px 23px 0px;
}

.nh-dates {
    float: left;
    background: #ff8c00;
}

.nh-dates_t {
    font-size: 18px;
    text-align: center;
    color: #003262;
    display: block;
    background: #fff;
    padding: 4px;
    border-top: #ff8c00 solid 3px;
}

.nh-dates_d {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 30px;
    text-align: center;
    padding: 2px 21px;
}

.nh-date_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    font-size: 16px;
    color: #050505;
    padding: 0px 10px 5px 20px;
}

.nh-date_title p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nh-date_title:hover {
    color: #024797 !important;
}


.nh-mz {
    color: black;
}

.nh-title {
    color: #000;
}

.nh-timelocation {
    font-size: 12px;
    color: black;
}
/*****************************************************服务指南***********************************************************/
@media ( max-width: 767px) {
    .nh-link_box {
        height: 90px !important;
        padding-top: 14px !important;
    }
    .bottom-tt {
        font-size: 16px !important;
        color: #333;
        padding-top: 0px !important;
        text-align: center;
    }
}

.nh-link_box {
    background: #312d603b;
    display: block;
    height: 134px;
    padding-top: 10px;
}

.bottom-box {
    background: #fff;
    display: block;
    height: 160px;
    padding-top: 34px;
}

.icon-bottom01 {
    height: 90px;
    background: url(../imgs/icon01.png) top center no-repeat;
}

.icon-bottom02 {
    height: 90px;
    background: url(../imgs/icon02.png) top center no-repeat;
}

.icon-bottom03 {
    height: 90px;
    background: url(../imgs/icon03.png) top center no-repeat;
}

.icon-bottom04 {
    height: 90px;
    background: url(../imgs/icon04.png) top center no-repeat;
}

.icon-bottom05 {
    height: 90px;
    background: url(../imgs/icon05.png) top center no-repeat;
}

.icon-bottom06 {
    height: 90px;
    background: url(../imgs/icon06.png) top center no-repeat;
}

.icon-bottom07 {
    height: 90px;
    background: url(../imgs/icon07.png) top center no-repeat;
}

.icon-bottom08 {
    height: 90px;
    background: url(../imgs/icon08.png) top center no-repeat;
}

.icon-bottom09 {
    height: 90px;
    background: url(../imgs/icon09.png) top center no-repeat;
}

.icon-bottom010 {
    height: 90px;
    background: url(../imgs/icon010.png) top center no-repeat;
}

.icon-bottom011 {
    height: 90px;
    background: url(../imgs/icon011.png) top center no-repeat;
}

.icon-bottom012 {
    height: 90px;
    background: url(../imgs/icon012.png) top center no-repeat;
}

.bottom-tt {
    font-size: 21px;
    color: #114275;
    padding-top: 10px;
    text-align: center;
    font-weight: 600;
}

.nh-link_box:hover .icon-bottom01 {
    height: 90px;
    background: url(../imgs/icon1.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom02 {
    height: 90px;
    background: url(../imgs/icon2.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom03 {
    height: 90px;
    background: url(../imgs/icon3.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom04 {
    height: 90px;
    background: url(../imgs/icon4.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom05 {
    height: 90px;
    background: url(../imgs/icon5.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom06 {
    height: 90px;
    background: url(../imgs/icon6.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom07 {
    height: 90px;
    background: url(../imgs/icon7.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom08 {
    height: 90px;
    background: url(../imgs/icon8.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom09 {
    height: 90px;
    background: url(../imgs/icon9.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom010 {
    height: 90px;
    background: url(../imgs/icon10.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom011 {
    height: 90px;
    background: url(../imgs/icon11.png) top center no-repeat;
}

.nh-link_box:hover .icon-bottom012 {
    height: 90px;
    background: url(../imgs/icon12.png) top center no-repeat;
}


.nh-link_box:hover {
    background: #114275;
}

.nh-link_box:hover .bottom-tt {
    color: #fff;
}



/*****************************************************视频微课***********************************************************/

.nh-new_image-card {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
}

.nh-new_image-card:hover {
    transform: translateY(-10px);
}

.nh-new_height {
    height: 221px;
}


.nh-new_time {
    font-size: 14px;
    color: #13467c;
    margin-bottom: 7px;
}

.nh-new_title {
    margin-top: 15px;
}


.nh-new_title > a {
    font-size: 18px;
    line-height: 1.5em;
    color: #bd1314;
}

.nh-new_xxtext {
    background: #bd1314;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: beige !important;
    width: 50%;
    padding: 8px 0px;
}


.nh-new_xxtext:hover {
    background: #bd1314;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #efb521 !important;
    width: 50%;
    padding: 8px 0px;
}

.nh-new_button a {
    height: 43px;
    top: 55%;
    width: 34px;
    color: #114275;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border-radius: 33px;
    box-shadow: 1px 0px 8px 3px rgba(0, 0, 0, 0.3);
}

/********************************************************搜索页面********************************************************/
@media screen and (max-width: 800px) {
    .nh-sousuo_title li {
        font-size: 14px !important;
        padding: 28px 14px !important;
    }
}

.nh-sousuo_input {
    font-size: 15px;
    padding: 15px 15px;
    border-radius: 25px;
    border: 1px solid #bd1314;
    height: 0px;
    color: #090909;
}

.nh-sousuo_title li {
    font-size: 18px;
    padding: 21px 21px;
    color: #004271;
}

.nh-sousuo_nav_input {
    height: 0px;
    font-size: 18px;
    padding: 15px 10px;
    border-radius: 25px;
    border: #114275 solid 1px;
}


.nh-images {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
}

.nh-images:hover {
    transform: translateY(-6px);
}

.nh-search-form {
    width: 100%;
    height: 34px;
}

.nh-search-home {
    width: 234px;
}


.nh-search-input {
    background-color: aliceblue !important;
    color: black;
    font-size: 15px;
    height: 34px !important;
}

.nh-search-home a {
    float: right;
    font-size: 15px;
    color: #eceaea;
    padding: 0px 8px 15px 0px;
    position: relative;
}

.nh-search-home a:hover {
    color: #fff !important;
}

.nh-search-home span {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}


/*******************************************************列表页**********************************************************/

.nh-list_top{
    margin-top: 43px;
}

.list-left {
    width: 260px;
    margin-top: -47px;
    position: relative;
    z-index: 100;
    background: #fff;
    border-left: solid 5px #c01006;
    padding: 0px;
}

.list-left-tt {
    font-size: 34px;
    font-family: SourceHanSerifCN-Heavy;
    color: #333;
    padding: 34px 0 0 34px;
    line-height: 40px;
}

.list-left-tt span {
    font-size: 14px;
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
}

.list-left-nav li {
    position: relative;
    padding-left: 27px;
}

.list-left-nav li a {
    font-size: 18px;
    color: #333;
    display: block;
    padding: 15px 0;
    width: 100%;
    position: relative;
    z-index: 100;
    padding-left: 20px;
    padding-right: 30px;
}

.list-left-nav li a span {
    display: table-cell;
    max-height: 75px;
    line-height: 25px;
    vertical-align: middle;
}

.list-left-nav li:before {
    display: block;
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url(../imgs/li03.png) center no-repeat;
}

.list-left-nav li.active:before, .list-left-nav li:hover:before {
    background: url(../imgs/li04.png) center no-repeat;
}

.list-left-nav li.active:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 265px;
    bottom: -10px;
    background: url(../imgs/nav-c.png) center no-repeat;
    left: 17px;
    background-size: 100% 100%;
}

.list-left-nav li.active a, .list-left-nav li.active:hover a {
    color: #fff !important;
}

.list-left-nav li:hover a {
    color: #c01006;
}

.list-left-nav {
    margin-top: 30px;
}

.list-left:before {
    display: block;
    content: "";
    height: 50px;
    position: absolute;
    left: -4px;
    top: 100%;
    right: 0;
    background: url(../imgs/left-b.png) center no-repeat;
    width: 260px;
}


.inner-top {
    padding-top: 30px;
    position: relative;
    background: url(../imgs/inner-top.png) right bottom no-repeat;
    min-height: 150px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 40px;
}

.inner-title {
    font-size: 36px;
    max-width: 900px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}

.inner-title span {
    display: inline-block;
    position: relative;
}

.inner-top:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 144px;
    border-top: solid 1px #c01006;
}


.inner-top {
    padding-top: 0px;
    position: relative;
    background: url(../imgs/inner-top.png) right bottom no-repeat;
    min-height: 83px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 21px;
}

.inner-title {
    font-size: 34px;
    max-width: 900px;
    color: #333;
    font-weight: bold;
    margin-top: 21px;
    margin-bottom: 24px;
}

.inner-title span {
    display: inline-block;
    position: relative;
}

.inner-top:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 144px;
    border-top: solid 2px #004170;
}


.nh-list_title li {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
    font-size: 18px;
    line-height: 1.5em;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 0px 15px 15px;
}

.nh-list_title li:hover {
    transform: translateX(10px);
}


@media screen and (max-width: 670px) {
    .nh-list_title li {
        transition: all .3s cubic-bezier(.2, .5, .3, 1);
        font-size: 16px;
        line-height: 1.5em;
        border-bottom: solid 1px #e5e5e5;
        padding: 5px 0px 34px 15px;
    }
    .nh-list_top{
        margin-top: 21px;
    }
}


.nh-list_col_dh ul li {
    line-height: 1.25em;
    padding: 0px 0px;
    list-style-type: none;
    font-size: 21px;
}

.nh-list_col_dh ul li a{
    color: #000;
    border: #dbdbdb solid 1px;
    padding: 10px 0px 10px 34px;
    background: #fff;
    /*! width: 83%; */
    display: block;
    /*! font-family: '华文宋体','宋体','微软雅黑'; */
    /*! font-weight: bold; */
}

.nh-list_col_dh ul li a:hover{
    color: #fff !important;
    border: #dbdbdb solid 1px;
    padding: 10px 0px 10px 34px;
    background: #558dc4;
}

.nh-now {
    color: #fff !important;
    font-weight: bolder;
    border: #6b92b5 solid 1px !important;
    padding: 15px 0px 15px 34px;
    background: #004170 !important;
}


.nh-now:hover {
    color: #fff !important;
}





/*******************************************************内容页**********************************************************/
@media screen and (max-width: 720px) {
    .nh-content_title {
        font-size: 21px !important;
    }

    .nh-content_time {
        font-size: 15px !important;
    }

    .nh-content_width {
        width: 100% !important;
        margin: auto;
    }

    .nh-content-box {
        padding: 15px 10px !important;
        margin-top: -21px !important;
        box-shadow: -1px -1px 34px rgba(255, 254, 254, 0.34) !important;
    }


}

.nh-content-box {
    padding: 34px 83px;
    margin-top: -21px;
    border: 1px solid #dbdbdb;
}


.nh-content-imgbox {
    padding: 21px 34px;
    border: 1px solid #dbdbdb;
}


.nh-content_title {
    font-size: 32px;
    padding-bottom: 34px;
    text-align: center;
}

.nh-content_time {
    font-size: 16px;
    color: #004170;
    font-weight: bold;
    text-align: center;
}

.nh-content_width {
    width: 83%;
    margin: auto;
}

.nh-content_imgwidth {
    width: 100%;
    margin: auto;
}

/******************************************************现任领导**********************************************************/
.nh-leader_box {
    padding: 32px 21px;
}

.nh-name {
    font-size: 24px;
    padding-bottom: 21px;
    color: #222;
    font-weight: normal;
}

.nh-post {
    font-size: 16px;
    color: #c01006;
    font-weight: bolder;
    border-left: #c01006 solid 5px;
    padding-left: 5px;
    margin-bottom: 21px;
}


.nh-Introduction {
    font-size: 16px;
    height: 43px;
    line-height: 21px;
    border-top: #e5e5e5 solid 1px;
    padding-top: 21px;
}


/******************************************************教师列表**********************************************************/
.nh-jysjj {
    font-size: 34px;
    text-align: center;
    border-bottom: #c01006 solid 3px;
    padding: 21px;
    margin: 21px 60px 34px 60px;
}

.nh-jysjj_jj {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    line-height: 34px;
    text-indent: 2em;
    margin: 34px 50px;
}

.nh-jysjj_name {
    font-size: 21px;
    margin: 15px auto 15px auto;
    height: 43px;
    padding-top: 10px;
}


@media screen and (max-width: 720px) {
    .nh-jysjj {
        font-size: 21px;
        text-align: center;
        border-bottom: #c01006 solid 3px;
        padding: 21px;
        margin: auto 21px;
    }

    .nh-jysjj_jj {
        font-size: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        line-height: 34px;
        text-indent: 2em;
        margin: 21px 21px;
    }

}

.nh-teacher_box {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
    margin-bottom: 34px !important;
    border-bottom: #bd1314 solid 3px;
}

.nh-teacher_box:hover {
    transform: translateY(-15px);
}


.nh-select {
    width: 83%;
    float: right;
    background-color: rgb(146, 6, 9);
    color: #fcfbfb;
    border: 1px solid #e3d3d3;
    border-right-width: 1px;
    margin-left: 1px;
}


/**************************************************footer**************************************************************/

.footer .ulink .plink li {
    list-style-type: none;
}

.footer .ulink .plink li {
    list-style-type: none;
}


.footer {
    background: url(../imgs/footer.png) no-repeat;
    background-size: cover;
    /*! background: #496f96; */
}

.footer .ulink {
    padding: 34px 0px 10px 0px;
}

.footer .ulink .plink {
    float: left;
}

@media screen and (max-width: 1000px) {
    .footer .ulink .plink {
        float: none;
    }
    .footer .ulink {
    padding: 24px 21px 0px 21px;
    }
    .nh-copy{
            background: #920609;
            padding: 0px 21px;
}

}

.nh-copy{
    background: #004a80;
    padding: 0px 15px;
    border-top: #709dc4 solid 1px;
}


.footer .ulink .plink h2 {
    font-size: 21px;
    line-height: 1em;
    padding-bottom: 21px;
    color: #fff;
    text-transform: uppercase;
}

.footer .ulink .plink li {
    float: left;
}

.footer .ulink .plink li a {
    display: block;
    color: #fff;
}

.footer .ulink .plink li a:hover {
    color: #d18e59;
}

.footer .ulink .plink .plink_1 {
    font-size: 15px;
    margin-left: -30px;
    margin-bottom: 15px;
}

.footer .ulink .plink .plink_1 a {
    margin-left: 30px;
}

.footer .ulink .plink .plink_1 i {
    padding: 0 5px;
}

@media screen and (max-width: 700px) {
    .footer .ulink .plink .plink_1 {
        line-height: 25px;
        font-size: 14px;
    }
}

.footer .ulink .plink .plink_2 {
    font-size: 16px;
    border: 1px solid rgb(255, 255, 255);
    border-left: 0;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 34px;
    border-bottom: 0px solid rgb(255, 255, 255);
}

@media screen and (max-width: 700px) {
    .footer .ulink .plink .plink_2 {
        float: none;
        border-bottom: 0;
        width: 100%;
    }
}

.footer .ulink .plink .plink_2 li {
    border-left: 1px solid rgb(255, 255, 255);
    line-height: 30px;
    padding: 5px 15px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

@media screen and (max-width: 700px) {
    .footer .ulink .plink .plink_2 li {
        float: none;
        line-height: 21px;
        padding: 5px 10px;
        font-size: 14px;
    }
}

.footer .ulink .tlink {
    float: right;
}

@media screen and (max-width: 1000px) {
    .footer .ulink .tlink {
        float: none;
    }
}

.footer .ulink .tlink .txtwrapper a {
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    padding: 0 8px;
}


.footer .ulink .tlink .txtwrapper li {
    float: left;
    padding-bottom: 20px;
}

.footer .ulink .tlink .globe {
    float: right;
    border: 1px solid #fff;
    padding: 4px;
    width: 70px;
    margin-left: 34px;
}

@media screen and (max-width: 1000px) {
    .footer .ulink .tlink .globe {
        float: left;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 400px) {
    .footer .ulink .tlink .globe {
        float: right;
        margin-bottom: 30px;
    }
}

.footer .ulink .tlink .globe a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
}

.footer .ulink .tlink .globe p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 11px;
    position: absolute;
    padding: 10px 0px;
}

.footer .ulink .tlink .globe a:hover {
    background: none;
}

.footer .ulink .tlink .socailweixin {
    position: relative;
}

.footer .ulink .tlink .socailweixin div {
    position: absolute;
    background: #fff;
    width: 130px;
    height: 130px;
    top: 45px;
    left: 50%;
    margin-left: -65px;
    border: 1px solid #ccc;
    display: none;
    z-index: 1;
}

.footer .ulink .tlink .socailweixin div i {
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-bottom-color: #ccc;
    border-top-width: 0;
    left: 50%;
    margin-left: -8px;
    top: -10px;
}

.footer .ulink .tlink .socailweixin div i em {
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-bottom-color: #fff;
    border-top-width: 0;
    left: -10px;
    top: 1px;
}

.footer .ulink .tlink .socailweixin div img {
    width: 100%;
}

.footer .ulink .tlink .socailweixin:hover div {
    display: block;
}

.footer .copy .mainWrap {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 2em;
}

.footer .copy a {
    color: #fff;
}

.footer .copy .contact {
    float: left;
}

@media screen and (max-width: 700px) {
    .footer .copy .contact {
        float: none;
    }
}

.footer .copy .copyrights {
    float: right;
}

@media screen and (max-width: 700px) {
    .footer .copy .copyrights {
        float: none;
        padding-top: 10px;
    }
}