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

.nh-top_div {
    background-color: #592fa1;
    color: #fff;
    padding: 0px;
    border-bottom: #ffe8a0 solid 1px;
}

.nh-mnav {
    color: #ececec !important;
    top: 15px;
    left: 0px;
    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: #0485ded1;
    box-shadow: 12px 5px 10px rgba(81, 77, 77, 0.5);
}

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

/**********************************************************栏目标题*****************************************************/
.title01 {
    line-height: 2.8125rem;
    margin-bottom: 1.375rem;
}

.title01 > img {
    height: 1.5rem;
    vertical-align: sub;
}

.title01 span {
    font-size: 1.58rem;
    color: #2d63c6;
    margin-left: 0.5rem;
    transition: 0.36s;
}

.more00 {
    margin-top: 1.625rem
}

.title01 a {
    font-size: 0.875rem;
    color: #666666;
    transition: 0.36s;
    float: right;
}

.title01 a img {
    margin: -3px 0 0 5px;
    transition: 0.36s;
    vertical-align: middle;
}

/**********************************************************学院新闻*****************************************************/

@media screen and (max-width: 800px) {
    .nh-news img {
        width: 100%;
        height: 7.3rem !important;;
        overflow: hidden;
        position: relative;
        object-fit: cover;
    }

    .nh-news .item .title-box {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-bottom: 10px !important;;
    }

    .nh-news .item .title-box .title {
        font-size: 14px !important;;
        line-height: 21px !important;
        height: 48px;
        margin-top: 5px !important;
        width: 100%;
        overflow: hidden;
    }

    .nh-news .item .time {
        position: absolute;
        bottom: 74px !important;
        left: 43px !important;
        width: 47px !important;
        color: #fff;
        text-align: center;
    }

    .nh-news .item .time .day {
        width: 100%;
        height: 25px !important;
        line-height: 32px !important;
        font-size: 21px !important;
        background: #5F4399;
        font-size: 1.875rem;
        color: #fff;
        font-family: Impact;
        border-radius: 5px 5px 0 0;
    }

    .nh-news .item .time .years {
        width: 100%;
        height: 21px;
        line-height: 21px;
        background: #5F4399;
        font-size: 10px !important;
        color: #fff;
        font-family: Arial;
        border-radius: 0 0 5px 5px;
    }

}


.nh-news li {
    position: relative;
}

.nh-news .item .time {
    position: absolute;
    bottom: 97px;
    left: 58px;
    width: 52px;
    color: #fff;
    text-align: center;
}

.nh-news .item .time .day {
    width: 100%;
    height: 34px;
    line-height: 39px;
    font-size: 24px;
    background: #0081db94;
    font-size: 1.875rem;
    color: #fff;
    font-family: Impact;
    border-radius: 5px 5px 0 0;
    backdrop-filter: blur(5px);
}

.nh-news .item .time .years {
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    font-family: Arial;
    border-radius: 0 0 5px 5px;
    backdrop-filter: blur(5px);
    background: #0081db94;
}

.nh-news .item .title-box {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-bottom: 21px;
}


.nh-news .item .title-box .title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-top: 11px;
    width: 100%;
    overflow: hidden;
}


.nh-news img {
    width: 100%;
    height: 14.3rem;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}

.nh-news li:hover {
    transform: scale(1.05);
    color: #f4930a !important;
}

.nh-news li {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/**********************************************************通知公告*****************************************************/
.nh-notice {
}

.nh-notice li {
    margin-bottom: 0.83rem;
}

.nh-notice li a {
    display: block;
    padding: 10px;
    margin: -10px;
    transition: 0.36s;
}

.nh-notice li .time {
    width: 60px;
    text-align: center;
    float: left;
}

.nh-notice li .time h4 {
    height: 1.6rem;
    line-height: 1.6rem;
    background: #2d63c6;
    font-size: 1rem;
    color: #fff;
    font-family: Impact;
}

.nh-notice li .time h6 {
    font-size: 12px;
    line-height: 1.5rem;
    color: #999999
}

.nh-notice li .time span {
    display: block;
    height: 20px;
    line-height: 21px;
    border: #007eda 1px solid;
    font-size: 13px;
    color: #007eda;
}

.nh-notice li .con {
    margin-left: 4.6rem;
}

.nh-notice li .con h4 {
    font-size: 16px;
    line-height: 1.5rem;
    /*! color: #666; */
    transition: 0.36s;
    position: relative;
    margin: -0.125rem 0 -0.121rem 0;
    height: 3.25rem;
    overflow: hidden;
}

.nh-notice li .con p {
    font-size: 14px;
    line-height: 1.34rem;
    height: 2.43rem;
    overflow: hidden;
    color: #e3e3e3;
}

@media (min-width: 768px) {

    .nh-notice li a:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.25)
    }
}

/***************************************************教学科研*************************************************************/
.slide-list li {
    margin: 0px 0px 20px;
    position: relative;
    padding: 0px 0px 5px 0px;
}

.slide-list li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;;
    height: 1px;
    width: 100%;
    z-index: 0;
    border-bottom: 1px dashed #dedede;
}

.slide-list li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    z-index: 1;
    transition: .5s;
    border-bottom: 1px dashed #0070c0;
}

.slide-list li:hover:before {
    width: 100%
}

.slide-list li a {
    display: flex;
    justify-content: space-between;
}


.slide-list li:hover a:before {
    height: 100%
}

.slide-list li time {
    width: 6.8rem;
    font-size: 16px;
    line-height: 2.1em;
    text-align: right;
    color: #999999;
}

.slide-list li time span {
    display: block;
    font-size: 21px;
    padding: 5px 0px;
}

.slide-list li .txt {
    width: calc(100% - 4.8rem);
}

.slide-list li .txt img{
    padding-right: 5px;
}


.slide-list li h4 {
    line-height: 2.1em;
    max-height: .44rem \0;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slide-list li:hover h4 {
    color: #2d63c6;
}

.slide-list li:hover time {
    color: #0070c0;
}


/****************************************************党团建设************************************************************/
.nh-party_img_height {
    height: 330px;
}

.nh-party_overlay {
    padding: 13px 15px;
    backdrop-filter: blur(2px);
    background: #3c3c3cc4;
}


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

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

.nh-party_button_nav {
    height: 40px;
    width: 21px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .nh-party_img_height {
        height: 200px !important;;
    }

    .nh-djjxky_list li p {
        color: #666;
        font-size: 14px !important;
        font-weight: inherit;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.nh-djjxky_list li p {
    color: #666;
    font-size: 16px;
    font-weight: inherit;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nh-djjxky_list li p:hover {
    color: #09629f;
}


.nh-djjxky_list li p:hover .nh-djjxky_list_time {
    color: #09629f;
}


.nh-djjxky_list_time {
    padding: 5px 5px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    float: right;
    color: #666;
}


/***************************************************学生活动************************************************************/
@media screen and (max-width: 800px) {
    .nh-student_img_height {
        height: 115px !important;
    }

}

.nh-student_img_height {
    height: 183px;
    width: 100%;
    border: #ececec solid 1px;
}

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

.nh-student_img_time {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    margin: 34px 0px;
    font-weight: bold;
}

/***************************************************专题链接*************************************************************/


.nh-zhuanti li {
    position: relative;
}

.nh-zhuanti .item .time {
    position: absolute;
    top: 70px;
    left: 34px;
    color: #fff;
    text-align: center;
}

.nh-zhuanti .item .time .day {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #2d63c6bd;
    font-size: 14px;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 7px;
    backdrop-filter: blur(5px);
}

.nh-zhuanti .item .time .years {
    width: 100%;
    height: 21px;
    line-height: 21px;
    background: #5F4399;
    font-size: 12px;
    color: #fff;
    font-family: Arial;
    border-radius: 0 0 5px 5px;
}

.nh-zhuanti .item .title-box {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-bottom: 21px;
}


.nh-zhuanti .item .title-box .title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-top: 11px;
    width: 100%;
    overflow: hidden;
}


.nh-zhuanti img {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    border-radius: 8.3px;
}

.nh-zhuanti li:hover {
    transform: scale(1.05);
    color: #f4930a !important;
}

.nh-zhuanti li {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 21px;
}



/***************************************************下载列表*************************************************************/

.nh-xz_list li a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    overflow: hidden;
    position: relative;
    padding-right: 75px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    color: #333;
    transition: border-color .3s,color .3s;
    position: relative;
    margin-bottom: 12px;
}

.nh-xz_list li a::after{
    width: 27px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    content: "";
    background-image: url(../imgs/xz.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 14px;
}

.nh-xz_list li a:hover{
    color:#307ece;
    border-color:#307ece;
}



/***************************************************列表页栏目导航********************************************************/


.nh-list_list {
    background: #fff;
    padding: 21px;
    box-shadow: 0px 0px 10px 0px rgba(113, 113, 113, 0.43);
}


.nh-list_bg {
    background-image: url("../imgs/list_bg.jpg");
    position: relative;
}

.nh-list_col_dh {
    position: relative;
    top: -138px;
    border: #fbfbfb00 solid 1px;
}

.nh-list_col_dh_heading {
    border-bottom: rgb(245, 247, 246) solid 12px;
    /*! background-image: url("../imgs/coldhbg.png"); */
    background-size: cover;
    background: #3975c5cc;
}

.nh-list_col_dh_heading h3 {
    color: #ffffff;
    padding: 2.1rem 1.5rem;
    font-size: 26px;
    font-weight: 600;
}

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

.nh-list_col_dh ul li a {
    color: #3975c5;
    /*! border: #cdd1d5 solid 1px; */
    background: #eceef0;
    display: block;
    padding: 1rem 1.5rem;
}

.nh-list_col_dh ul li a:hover {
    /*! color: #6141b6 !important; */
    background: #e6e6e6;
    padding: 1rem 1.5rem;
}

.nh-now {
    color: #eceef0 !important;
    font-weight: bolder;
    padding: 15px 0px 15px 34px;
    background: #3975c5 !important;
}

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


.nh-list_location {
    margin: 0px auto 15px auto;
    text-align: right;
    font-size: 16px;
    color: #3975c5;
}


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

    .nh-list_location {
        margin: 0px auto 10px auto;
        text-align: right;
        font-size: 12px;
        color: #6141b6;
    }

    .nh-list_list li p {
        color: #666;
        font-size: 14px !important;
        font-weight: inherit;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.nh-list_list li p {
    color: #666;
    font-size: 18px;
    font-weight: inherit;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nh-list_list li p:hover {
    color: #d18e59;
}


.nh-list_list li p:hover .nh-list_list_time {
    color: #d18e59;
}


.nh-list_list_time {
    padding: 5px 5px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    float: right;
    color: #666;
}


/***************************************************三级导航********************************************************/

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

.nh-navbar li {
float: left;
margin: 7px 10px 0px 0px !important;
line-height: 10px !important;
text-align: center;
width: 50px !important;
}

.nh-navbar li a {
font-weight: bold;
font-size: 9px !important;
color: #afbecc;
}


}






.nh-navbar li {
float: left;
text-align: center;
background: #eceef0;
padding: 15px 0px;
height: 24px;
}

.nh-navbar li:hover {
background: #3975c5;
}

.nh-navbar li a {
font-size: 18px;
padding: 14px 21px;
}

.nh-navbar li a:hover {
color: #fff !important;
}

.nh-navbar {
font-weight: bold;
height: 56px;
margin: 10px auto;
}


.nh-focus {
 !important;
color: #fff !important;
padding: 5px 0px;
background: #3975c5;
}


/***************************************************教师页***************************************************************/

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

    .nh-teacher {
        margin: 15px 0px !important;
    }

    .nh-teacher span {
        margin-left: 15px !important;
        width: 115px !important;
        height: 155px !important;
    }

    .nh-teacher_name_tiome_location {
        overflow: hidden;
        padding-left: 10px !important;
        padding-right: 21px !important;
    }

    .nh-teacher_name_tiome_location dl dt {
        font-size: 18px !important;
        line-height: 6px !important;
        margin: 34px auto 10px auto !important;
    }

    .nh-teacher_name_tiome_location dl dd {
        font-size: 13px !important;
        line-height: 21px !important;
    }

    .nh-teacher_name_tiome_location dl h3 {
        font-size: 12px !important;
        margin: 15px auto !important;
        border-left: aliceblue solid 7px !important;
        padding-left: 10px !important;
        font-weight: bold;
    }


}

.nh-teacher_bg {
    background: url(../imgs/teacherbg.png);
    background-size: 100% 100%;
}


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

.nh-teacher_hover {
    transition: all 0.35s ease;
}

.nh-teacher {
    width: 100%;
    float: left;
    margin: 21px 0px 21px 0px;
}

.nh-teacher span {
    float: left;
    width: 183px;
    overflow: hidden;
    height: 255px;
    margin: 13px;
}


.nh-teacher_name_tiome_location {
    overflow: hidden;
    padding-left: 15px;
}


.nh-teacher_name_tiome_location dl {
    width: 100%;
    float: left;
}

.nh-teacher_name_tiome_location dl dt {
    width: 100%;
    float: left;
    font-size: 21px;
    color: #1a1a1a;
    /*! font-weight: bold; */
    margin: 43px auto 15px auto;
}

.nh-teacher_name_tiome_location dl dd {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #201e1e;
    line-height: 1.5rem;
}

.nh-teacher_name_tiome_location dl h3 {
    width: 83%;
    float: left;
    font-size: 16px;
    color: #233f8a;
    margin: 15px auto;
    border-left: #233f8a solid 10px;
    padding-left: 10px;
}


/****************************************************搜索页*************************************************************/

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

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

.nh-sousuo-home span {
    font-size: 15px;
    /*! font-weight: bold; */
}


.nh-sousuo-input {
    background-color: white !important;
    font-size: 15px;
    height: 34px !important;
    color: #5b2fa1;
}

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


.nh-search-input {
    background-color: white !important;
    font-size: 15px;
    height: 43px !important;
    color: #5b2fa1;
}

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


/****************************************************footer************************************************************/
.righttools {
    position: fixed;
    right: 34px;
    bottom: 83px;
    width: 52px;
    z-index: 999;
}

.righttools .i {
    display: block;
    cursor: pointer;
    opacity: 0.25;
    filter: alpha(opacity=25);
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: #000;
    border-radius: 0%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
}


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

.footer .ulink {
    padding-top: 34px;
    padding-bottom: 21px;
}

.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: 21px;
    text-transform: uppercase;
    color: #2d63c6;
    font-weight: bold;
}

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

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

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

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

.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 #3b91ff;
    padding: 5px;
    width: 121px;
    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: #592fa1;
    font-size: 15px;
    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: #fbfbfb;
    padding: 5px 0px 15px 0px;
    font-size: 15px;
    line-height: 1.5em;
}

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

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


/****************************************************内容页************************************************************/

@media screen and (max-width: 720px) {
    .nh-content_title {
        font-size: 21px !important;
        padding-bottom: 10px !important;
    }

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

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

    .nh-content-box {
        padding: 15px 0px !important;

        box-shadow: 0px 0px 10px 0px rgb(248, 250, 252) !important;
        background: #f9fbfd !important;
    }

    .nh-content-box p img {
        width: 100% !important;
        height: 100% !important;

    }

    .nh-content-box p {
        font-size: 13px !important;;

    }

}

.nh-content-box {
    background: #fff;
    padding: 43px 43px;
    box-shadow: 0px 0px 10px 0px rgba(113, 113, 113, 0.43);
    text-align: justify;
}


.nh-content-box p img {
    /*! width: 83%; */
    margin: 21px 0px;
}

.nh-content-box table  {
    margin: auto;
    width: 83%;
}


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


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

.nh-content_time {
    color: #bbb;
    text-align: center;
    background: #f7f7f7;
    font-size: 14px;
    margin-bottom: 21px;
    padding: 10px 5px;
}

.nh-content_width {
    width: 83%;
}

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


/****************************************************毕业合影************************************************************/

@media screen and (max-width: 800px) {
    .nh-content_title {
        font-size: 21px !important;
        padding-bottom: 10px !important;
    }

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

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

    .nh-content-box_byhy {
        padding: 15px 0px !important;

        box-shadow: 0px 0px 10px 0px rgb(248, 250, 252) !important;
        background: #f9fbfd !important;
    }

    .nh-content-box_byhy p img {
        width: 100% !important;
        height: 100% !important;

    }

    .nh-content-box_byhy p {
        font-size: 13px !important;;

    }

}

.nh-content-box_byhy {
    background: #fff;
    padding: 43px 43px;
    box-shadow: 0px 0px 10px 0px rgba(113, 113, 113, 0.43);
    text-align: justify;
}


.nh-content-box_byhy p img {
    width: 100%;
    margin: 21px 0px;
}

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


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

.nh-fu_title {
    font-size: 21px;
    padding-bottom: 21px;
    text-align: center;
}


.nh-content_time {
    color: #bbb;
    text-align: center;
    background: #f7f7f7;
    font-size: 14px;
    margin-bottom: 21px;
    padding: 10px 5px;
}

.nh-content_width {
    width: 83%;
}

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

/****************************************************教师列表页************************************************************/


.nh-teacher_img_height {
    height: 211px;
    /*! background: white; */
    width: 100%;
}


.nh-teacher_padding {
    background: white;
}

.nh-teacher_jj {
    font-size: 16px;
    margin-top: 10px;
}


.nh-teacher_leader{
    font-size: 13px;
    color: #af251b;
}




.nh-teacher_time {
    color: #c8c8c8;
    font-size: 15px;
    padding: 15px 0px 10px 0px;
    font-weight: lighter;
}


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

    .nh-teacher_img_height {
        height: 134px;
        /*! background: white; */
        width: 100%;
    }
.nh-teacher_jj {
    font-size: 12px !important;
    margin-top: 10px;
}
}


.nh-teacher_block_padding li {
    margin: 13px 0px;
}


.nh-teacherlist_block {
    width: 100%;
    margin-top: 34px;
    box-sizing: border-box;
    padding-bottom: 34px;
    /*! padding-right: 40px; */
}


.nh-teacherlist_border {
    box-shadow: 0px 0px 5px 0px rgba(113, 113, 113, 0.21);
    margin-bottom: 15px;
}

.nh-teacher_number1 {
    margin-left: 200px;
}


.nh-teacher_number2 {
    margin-left: 100px;
}

@media screen and (max-width: 768px) {
	.nh-teacher_number1 {
    margin-left: auto;
    }
    .nh-teacher_number2 {
    margin-left: auto;
    }
}



/****************************************************教师内容页************************************************************/

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

    .nh-content_img_box {
        /*! margin-bottom: 34px !important; */
        /*! margin-top: 21px !important; */
    }

    .nh-content_name h4 {
        font-size: 15px !important;
        padding-bottom: 15px !important;
        text-align: left;
    }

    .nh-content_name p {
        font-size: 15px !important;
        padding-bottom: 21px;
        text-align: left;
        font-weight: lighter;
        color: #af251b;
    }

    .nh-content_img_box img {
        width: 100px;
    }

    .nh-content_name {
        padding-left: 10px;
    }


}


.nh-content_img_box {
    /*! margin-bottom: 15px; */
    /*! margin-top: 34px; */
}

.nh-content_img_box img {
    width: 158px;
    box-shadow: 0px 0px 5px 0px rgb(217, 214, 214);
    border: white solid 10px;
}


.nh-content_name h4 {
    font-size: 34px;
    padding-bottom: 21px;
    text-align: left;
    margin-top: 143px;
}

.nh-content_name p {
    font-size: 21px;
    padding-bottom: 21px;
    text-align: left;
    color: #af251b;
}







