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

}

.nh-banner_li li {
    padding: 0px 5px 0px 5px;
    width: 100%;
}

.nh-banner_li li img {
    width: 100%;
}

.nh-banner-button {
    height: 34px;
    top: 50%;
    width: 40px;
    color: #FFF !important;
    line-height: 34px;
    text-align: center;
    background-color: #b9986cd6;
    cursor: pointer;
}


.nh-pcnav::before {
    content: "";
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear,
    right top,
    left top,
    from(#ffffff),
    color-stop(#e9dbcf),
    to(#ffffff));
    background-image: linear-gradient(-90deg, #ebece6, #b9986c, #ecede7);
}


.nh-mnav_bg {
    border-right: 5px solid #a09d95;
    backdrop-filter: blur(5px);
    background-color: rgba(34, 34, 34, 0.6);
}

.nh-bg1 {
    padding-top: 34px;
    /*! background: url("../imgs/bg1.jpg") no-repeat; */
    background-size: cover;
}

.nh-bg2 {
    padding-top: 34px;
    /*! background: url("../imgs/bg1.jpg") no-repeat; */
    background-size: cover;
}

.nh-bg3 {
    padding-top: 34px;
    /*! background: url("../imgs/bg1.jpg") no-repeat; */
    background-size: cover;
}

.nh-bg4 {
    padding-top: 34px;
    /*! background: url("../imgs/bg1.jpg") no-repeat; */
    background-size: cover;
}


.nh-bg5 {
    padding-top: 5px;
    /*! background: url("../imgs/bg1.jpg") no-repeat; */
    background-size: cover;
    padding-bottom: 34px;
}

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


.tit001 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    background: url("../imgs/tit.png") repeat-x 50%;
    justify-content: space-between;
    margin-top: 21px;
}

.tit001 .ll {
    display: flex;
    padding-right: 20px;
    background: #eee;
    align-items: baseline;
}

.tit001 .ll h2 {
    font-size: 24px;
    color: #434343;
    line-height: 34px;
    font-weight: bold;
}

.tit001 .ll i {
    font-size: 18px;
    color: #b9986c;
    line-height: 22px;
    margin-left: 10px;
}

.tit001 .rr {
    padding-left: 20px;
    background: #eee;
}

.tit001 .rr .mores {
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}

@media screen and (max-width: 670px) {
    .tit001 {
        margin-bottom: 5px;
    }

    .tit001 .ll h2 {
        font-size: 16px;
    }

    .tit001 .ll i {
        font-size: 10px;
    }

    .tit001 .rr .mores {
        font-size: 14px;
    }
}

.nh-news_button_nav {
    width: 43px;
    text-align: center;
    cursor: pointer;
}

.nh-new_img_height {
    height: 464px;
    width: 100%;
}

@media screen and (max-width: 670px) {
    .nh-new_img_height {
        height: 200px;
        width: 100%;
    }

    .nh-new_img_title p {
        font-size: 14px !important;
    }

    .nh-new_img_title {
        padding: 10px 15px !important;
    }

}


.nh-new_img_title {
    z-index: 100;
    background: rgba(0, 0, 0, 0.58);
    padding: 15px 21px;
}

.nh-new_img_title p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: white;
}


.gglist li {
    position: relative;
    line-height: 48px;
}

.gglist li a {
    font-size: 16px;
    color: #333333;
    padding-right: 134px;
}

.gglist li time {
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}

.gglist li:hover time {
    color: #b9986c;
    font-weight: bold;
}




.gglist li:before {
    position: absolute;
}

.aline_r {
    position: relative;
    background-image: linear-gradient(#b9986c, #b9986c);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.alin_r:hover .aline_r {
    background-size: 100% 1px;
    color: #b9986c;
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 670px) {
    .gglist li a {
        font-size: 14px;
        padding-right: 25%;
    }
    .gglist li time {
        font-size: 14px;
    }

    .nh-wlxy_border img{
        width: 100%;
        height: 80px;
    }

    .nh-wlxy_border p{
        font-size: 13px;
    }

    .nh-wlxy_border{
        background: #fff;
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
        margin-right: 24px !important;
        width: 58%;
    }

    .link li {
        width: 43% !important;
        padding: 5px 10px 10px 0px !important;
    }

    .nh-link_img img{
        height: 50px !important;
        width: 100%;
    }
}

.nh-wlxy_border a{
    width: 100%;
}

.nh-wlxy_border img{
    width: 100%;
}

.nh-wlxy_border{
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    margin-right: 34px;
}


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

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

.nh-link_img img{
    height: 64px;
    width: 100%;
}


.link {
    width: 100%;
    z-index: 0;
    position: relative;
}


.link li {
    float: left;
    width: 18%;
    padding: 10px 26px 10px 0px;
}

 .link li a {
    font-size: 14px;
    line-height: 1.5em;
}






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

.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}


.wp{
    max-width: 1400px;
    margin: 0 auto;
    width: 94%;
}

.ftewm{
    width: 7%;
    margin: 0px auto;
    padding-left: 58px;
}

.ftewm img{
    display: block;
}

.ftewm p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
}

.ftlogo{
    width: 25%;
    padding-left: 58px;
}
.ftlogo img{
    display: block;
    width: auto;
    max-width: 230px;
    margin-bottom: 23px;
}
.ftlogo p{
    font-size: 14px;
    line-height: 25px;
    color: #999999;
}
.ftxun{
    width: 18%;
    margin: 5px auto;
}


.ftxun h2 span{
    margin-right: 20px;
}
.ftxun div a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.ftadd{
    width: 17%;
    padding-left: 58px;
}
.ftadd h2{
    font-size: 14px;
    line-height: 25px;
    color: #999;
    font-weight: bold;
}
.ftadd h2 p{
    font-weight: lighter;
    font-size: 14px;
    line-height: 25px;
}
.ftadd li{
    width: 25%;
    font-size: 16px;
    line-height: 34px;
    color: #737070 !important;
}
.ftadd li:hover{
    color: #0054a3;
}
.foot .wp{
    align-items: center;
}
.foot .wp>div{
    position: relative;
}
.foot .wp>div:before{
    position: absolute;
    content: '';
    width: 1px;
    top: 50%;
    left: 0;
    height: 120px;
    background: #e5e5e5;
    transform: translateY(-50%);
}
.foot .wp>div:first-child:before{
    display: none;
}

.foot{
    padding-top: 38px;
    padding-bottom: 30px;
    overflow:hidden;
}


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

    .ftlogo,.ftxun,.ftadd{
        padding-left: 15px;
    }
    .wp{
        /*! padding-left: 15px; */
        /*! padding-right: 15px; */
        /*! width: 100%; */
    }
}
@media screen and (max-width: 1200px){
    .ftlogo,.ftxun{
        width: 50%;
        margin-bottom: 20px;
    }
    .ftadd{
        width: 100%;
        margin-bottom: 20px;
    }
    .foot .wp>div:before{
        display: none;
    }
    .foot{
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1024px){
    .ftewm{
        width: 100%;
    }
    .ftadd h2{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ftadd li{
        font-size: 14px;
    }
    .ftxun h2{
        font-size: 16px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 768px){
    .foot .wp>div{
        width: 100% !important;
        padding-left: 0 !important;
    }
    .ftxun{
        padding-bottom: 0;

    }

    .ftlogo img{
        margin-bottom: 15px;
    }

    .ftewm img{
        display: block;
        width: 34%;
    }

    .ftxun img{
        display: block;
        width: 58%;
        margin: 0px auto;
    }

}
@media screen and (max-width: 640px){
    .m-logo img{
        max-height: 35px;
    }
    .m-logo a{
        height: 35px;
    }
    .foot{
        padding-top: 20px;
    }
    .ftlogo img{
        margin: 0 auto 15px;
    }
    .ftewm img{
        margin: 0 auto;
    }
    .ftewm{
        text-align: center;
    }
}

@media screen and (max-width: 640px){
    .m-logo img{
        max-height: 35px;
    }
    .m-logo a{
        height: 35px;
    }
    .foot{
        padding-top: 20px;
    }
    .ftlogo img{
        margin: 0 auto 15px;
    }
    .ftewm img{
        margin: 0 auto;
    }
    .ftewm{
        text-align: center;
    }
}


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

    .ftlogo,.ftxun,.ftadd{
        padding-left: 0px;
    }
    .wp{
        /*! padding-left: 15px; */
        /*! padding-right: 15px; */
        /*! width: 100%; */
    }
}
/**********************************************************搜索页******************************************************/
@media screen and (max-width: 800px) {
    .nh-sousuo_title li {
        font-size: 14px !important;
        padding: 28px 14px !important;
    }
}

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

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

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


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

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


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


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


.nh-list_bg {
    position: relative;
    padding-top: 34px;
    padding-bottom: 83px;
    background: #eeeeee;
}

.nh-list_col_dh {
    position: relative;
    top: -113px;
    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;
}

.nh-list_col_dh_heading h3 {
    color: #2d2d2d;
    padding: 3.4rem 1.5rem;
    font-size: 30px;
}

.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: #848484;
    /*! border: #cdd1d5 solid 1px; */
    background: #f8f8f8;
    display: block;
    padding: 1rem 1.5rem;
}

.nh-list_col_dh ul li a:hover {
    color: #2f2f2f !important;
    background: #e6e6e6;
    padding: 1rem 1.5rem;
}

.nh-now {
    color: #000 !important;
    background: #e9e6dc !important;
}

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


.nh-list_location {
    margin: 0px auto 21px auto;
    text-align: right;
    font-size: 17px;
}


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

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

    .nh-subnav li{
        margin: 0px 10px 15px 0px !important;
    }

    .nh-subnav a{
        font-size: 10px !important;
        padding: 9px 9px 8px 8px !important;
    }

    .nh-subnav ul{
        float: left;
        padding:15px 0px !important;
    }
}

.nh-subnav{
    border-bottom: 1px solid #b9986c;
    /*! border-top: 1px solid #b9986c; */
    margin-bottom: 21px;
}

.nh-subnav ul{
    float: left;
    padding:21px 0px;
}


.nh-subnav li{
    float: left;
    margin: 0px 15px 0px 0px;
    text-align: center;
}


.nh-subnav a{
    font-size: 16px;
    color: #969491;
    padding: 10px 10px 8px 11px;
    background: #e6e0d8;
    text-align: center;
}

.nh-subnav_now {
    background: #b9986c !important;
    color: #fff !important;
}


.nh-subnav a:hover{
    background: #b9986c;
    color: #fff !important;
}







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

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


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


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


.nh-teacher_padding {
    background: white;
    padding: 15px;
}

.nh-teacher_jj {
    font-size: 17px;
    margin-bottom: 10px;
}

.nh-teacher_leader {
    color: #a21e00;
    font-size: 14px;
}


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


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

@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 img {
    width: 183px !important;;
}

}


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

.nh-content_img_box img {
    width: 300px;
    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: 83px;
}

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


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

@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 {
        font-size: 13px !important;;

    }

}

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


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


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



