.nh-top_div {
    background-color: #ad080e;
    color: #fff;
    padding: 5px;
    border-bottom: #fbb154 solid 1px;
}

.nh-mnav {
    color: #fff;
    top: 18px;
    left: 10px;
    position: relative;
}

.nh-header {
    background: url(../imgs/headBg.jpg) no-repeat;
    background-position: top;
    background-size: cover;
}

.nh-mnav_bg {
    background: url("../imgs/mnavbg.png");
    background-color: #bd1314;
    border-right: 5px solid #d98441;
}

.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: #f8a138c4;
    cursor: pointer;
}

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

.nh-banner_position {
    margin-top: 50px;
}


@media screen and (max-width: 670px) {
    .nh-button_nav {
        height: 15px !important;
        width: 10px !important;
        color: #FFF !important;
        font-size: 33px !important;
        line-height: 10px !important;
    }

    .nh-banner_position {
        margin-top: 0px;
    }

}


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


.nh-bg2 {
    padding: 43px 0px;
    background-color: #f4f4f4;
}


/*******************************************************新闻动态*********************************************************/

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

.nh-news_button_nav {
    height: 34px;
    width: 34px;
    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: #bd1314;
    border-bottom: #bd1314 solid 3px;
    padding-bottom: 18px;
    font-weight: normal;
    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-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 20px 0;
    background: #F4F4F4;
    width: 80%;
    height: 1px;
    padding: 45px;
    position: relative;
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
}

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


.nh-noticelist .nh-biankuang {
    border: #9f9f9f solid 1px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 88%;
    height: 38%;
    padding: 21px 34px 25px 5px;
}


@media screen and (max-width: 670px) {
    .nh-noticelist .nh-biankuang {
        border: #9f9f9f solid 1px;
        position: absolute;
        top: 4px;
        left: 0px;
        width: 84%;
        height: 38%;
        padding: 21px 34px 25px 5px;
    }
    .nh-noticelist {
        margin: 0px 0 15px 0;
        background: #F4F4F4;
        width: 70%;
        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: #bd1314 solid 2px;
    float: left;
    margin-right: 15px;
}

.nh-noticelist .nh-date-dd {
    font-size: 34px;
    color: #bd1314;
    position: relative;
    top: 0px;
    text-align: center;
    font-weight: bold;
}

.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: #9a0000;
}


/*****************************************************马院视窗/理论学习***************************************************/
.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: 3px 0px 15px 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;
    }
}








/*****************************************************研究基地***********************************************************/
@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-new_image-card {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
}

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

.nh-new_height {
    height: 243px;
}


.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: #bd1314;
}

.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: 234px;
    height: 34px;
}

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



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

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

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

.nh-search-home span {
    float: left;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
}


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

.list-left {
    width: 240px;
    margin-top: -47px;
    position: relative;
    z-index: 100;
    background: #fff;
    border-left: solid 4px #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: 244px;
}


.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: 21px;
    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: 32px;
    margin-bottom: 21px;
}

.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;
}



.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;
    }
}
















/*******************************************************内容页**********************************************************/
@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{
    box-shadow: -1px -1px 34px rgba(115, 99, 98, 0.34);
    padding: 34px 83px;
    margin-top: -21px;
}




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

.nh-content_time {
    font-size: 21px;
    color: #999;
    font-weight: bold;
}

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

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

.nh-name{
    font-size: 24px;
    padding: 21px 0px;
    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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}




/******************************************************教师列表**********************************************************/
.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);
}


/**************************************************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-top: 40px;
    /*! padding-bottom: 30px; */
}

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

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

.footer .ulink .plink h2 {
    font-size: 24px;
    line-height: 1em;
    padding-bottom: 34px;
    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: 16px;
    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: 5px;
    width: 83px;
    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: 4px;
    font-size: 15px;
    position: absolute;
    padding: 15px 3px;
}

.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 {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
    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;
    }
}