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

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

.nh-mnav {
    color: #ececec !important;
    top: 13px;
    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-block_title {
    margin-bottom: 21px !important;
}


.nh-block_title span {
    font-size: 21px;
    display: inline-block;
    color: #3b3b3b;
    font-weight: bold;
    padding-right: 10px;
}

.nh-block_title .nh-block_more {
    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: #d18e59;
    transform: translateX(10px);
}

@media screen and (max-width: 670px) {
    .nh-block_title span {
        font-size: 21px !important;
        margin: 0px 0px;
    }

    .nh-block_title_en {
        border-left: 1px solid #000;
        padding-left: 10px;
        color: #6645bb !important;
        font-size: 18px !important;
    }
}


.nh-block_title_en {
    border-left: 1px solid #000;
    padding-left: 10px;
    color: #6645bb !important;
    font-size: 18px !important;
}

.nh-new_abstract {
    color: #666;
    font-size: 15px;
    line-height: 24px;
}


/**********************************************************学院新闻*****************************************************/
.nh-xwgg_bg {
    background-image: url("../imgs/xyxin.png");
    position: relative;
}


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

    .nh-news_imglist_height {
        height: 234px !important;
    }
}

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

.nh-new_padding {
    padding: 0px 5px;
    height: 113px;
}


.nh-new_time {
    color: #6141b6;
    font-size: 16px;
    padding: 9px 0;
    font-weight: bold;
}

.nh-new_title {
    font-size: 18px;
    /*! font-weight: 600; */
    line-height: 26px;
    height: 60px;
}


.nh-new_abstract {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #899899;
}


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

}

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


.nh-link_hover a:hover img {
    transform: scale(1.15);
    -ms-transform: scale(1.15);

}

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

/**********************************************************通知公告*****************************************************/

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

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

.nh-notice {
    margin-bottom: 26px;
    display: flex;
}

.nh-notice-time {
    color: #ffffff;
    background-color: #6141b6;
    text-align: center;
    margin-right: 15px;
    height: 58px;
    min-width: 58px;
}


.nh-notice-time h5 {
    font-size: 32px;
    margin-top: 3px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.nh-notice-time span {
    font-size: 13px;
    display: block;
}


.nh-notice_title {
    font-size: 18px;
    /*! font-weight: 600; */
}


.nh-notice_abstract {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #9c9c9c;
    font-size: 14px;
    margin-top: 6px;
}


/***************************************************学术活动*************************************************************/
.nh-xshd_bg {
    background-image: url("../imgs/xshd.png") ;
    position: relative;
}

.nh-learning_block_title {
    width: 100%;
    float: left;
    font-size: 80px;
    text-align: center;
    position: relative;
    font-family: Arial;
    color: rgba(239, 239, 239, 0.349);
}


.nh-learning_block_title h1 {
    width: 100%;
    font-size: 34px;
    text-align: center;
    background: url(../imgs/xshd_title.png) no-repeat center;
    color: #fff;
    font-weight: 700;
    top: -34px;
    position: inherit;
}

@media screen and (max-width: 400px) {
    .nh-learning_block_title {
        font-size: 34px;
        line-height: 43px;
    }

    .nh-learning_block_title h1 {
        font-size: 25px;
    }

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

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

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

    .nh-xsr_name_tiome_location dl dt {
        width: 100%;
        float: left;
        font-size: 15px !important;
        color: #fff;
        font-weight: bold;
        line-height: 19px !important;
        height: 58px !important;
        margin-bottom: 5px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3 !important;
    }

    .nh-xsr_name_tiome_location dl dd {
        width: 100%;
        float: left;
        font-size: 15px !important;
        color: #fff;
        text-indent: 25px !important;
        line-height: 34px !important;
        height: 34px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nh-xshd_jj {
        padding: 0px 21px 34px !important;
        clear: both;
        overflow: hidden;
    }


}


.nh-xsr_bg {
    background: url(../imgs/xshd_lfbg.jpg);
    background-size: 100% 100%;
    border: aliceblue solid 1px;
}

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

.nh-xsr span {
    float: left;
    margin-left: 34px;
    width: 160px;
    overflow: hidden;
    height: 211px;
}


.nh-xsr_name_tiome_location {
    overflow: hidden;
    padding-left: 34px;
    padding-right: 34px;
}


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

.nh-xsr_name_tiome_location dl dt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    /*! font-weight: bold; */
    line-height: 30px;
    height: 66px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nh-xsr_name_tiome_location dl dd {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #fff;
    text-indent: 40px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.nh-xsr_name_tiome_location dl dd.xsic1 {
    background: url(../imgs/white_ren.png) no-repeat left center;
}


.nh-xsr_name_tiome_location dd.xsic2 {
    background: url(../imgs/white_sj.png) no-repeat left center;
}

.nh-xsr_name_tiome_location dd.xsic3 {
    background: url(../imgs/white_dd.png) no-repeat left center;
}


.nh-xshd_jj {
    padding: 0px 43px 34px;
    clear: both;
    overflow: hidden;
}


.nh-xshd_jj h3 {
    width: 100%;
    float: left;
    margin-bottom: 13px;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.nh-xshd_jj p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #bdb5dc;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

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


.nh-link_list_hover:hover {
    transform: translatex(10px);
    color: #9f8027 !important;
}

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


.nh-xxhd_list_title {
    color: #cccccc;
}


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

.nh-xxhd_list_title li a{
    color: #fffdfd;
    /*! font-weight: bold; */
    width: 75%;
    position: relative;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block ruby;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


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


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












/****************************************************党团建设************************************************************/
.nh-party_bg {
    background-image: url("../imgs/part_bg.png");
    position: relative;
}

.nh-party_img_height{
    height: 334px;
}

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



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

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

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



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

.nh-party_list_title li a{
    /*! font-weight: bold; */
    width: 87%;
    position: relative;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block ruby;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


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


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




/***************************************************专题链接************************************************************/
@media screen and (max-width: 670px) {

    .nh-links_imglist_height {
        height:85px !important;
    }
}

.nh-links_imglist_height {
    height: 105px;
    width: 100%;
}

/***************************************************信息服务************************************************************/
.service {
    margin: 25px 0 60px;
    overflow: hidden;
}

.service h4 {
    float: left;
    font-size: 30px;
    color: #233f8a;
    background: url(../imgs/service-h4.png) 55px top no-repeat;
    padding: 0px 68px 34px 0;
    margin: 32px 0 0;
}

.service ul {
    /*! float: right; */
}

.service ul li {
    width: 143px;
    height: 143px;
    float: right;
    text-align: center;
    margin-left: 34px;
    -webkit-transition: all .7s linear;
    transition: all .3s linear;
}

.service ul li:hover {
    background: #203b85;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s linear;
}

.service ul li .img-link {
    margin-top: 21px;
    height: 54px;
    background-image: url(../imgs/service-icon.png);
    background-repeat: no-repeat;
}

.service ul li .img-link1 {
    background-position: center 0px;
}

.service ul li:hover .img-link1 {
    background-position: center -413px;
}

.service ul li .img-link2 {
    background-position: center -59px;
}

.service ul li:hover .img-link2 {
    background-position: center -472px;
}

.service ul li .img-link3 {
    background-position: center -118px;
}

.service ul li:hover .img-link3 {
    background-position: center -531px;
}

.service ul li .img-link4 {
    background-position: center -177px;
}

.service ul li:hover .img-link4 {
    background-position: center -590px;
}

.service ul li .img-link5 {
    background-position: center -236px;
}

.service ul li:hover .img-link5 {
    background-position: center -649px;
}

.service ul li .img-link6 {
    background-position: center -295px;
}

.service ul li:hover .img-link6 {
    background-position: center -708px;
}

.service ul li .img-link7 {
    background-position: center -354px;
}

.service ul li:hover .img-link7 {
    background-position: center -767px;
}

.service ul li p {
    font-size: 18px;
    color: #333;
    margin-top: 8px;
}

.service ul li:hover p {
    color: #fff;
}



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

    .service {
        margin: 0px;
    }

    .service h4 {
        font-size: 28px;
        padding: 0px 58px 34px 0;
        margin: 30px 30px 0;
    }

    .service ul li {
        width: 115px;
        height: 113px;
        margin-left: 0px;
        float: left;
    }

    .service ul li .img-link {
        margin-top: 14px;
    }

    .service ul li p {
        font-size: 17px;
    }
}
/***************************************************列表页栏目导航********************************************************/
.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: 100% 100%;
}

.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: rgb(97, 65, 182);
    /*! 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: rgb(35, 63, 138) !important;
}

.nh-now:hover {
    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;
}


/***************************************************列表页***************************************************************/
.list ul li {
    padding: 0 15px 0 21px;
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

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

.list ul li::before, .list ul li::after, .list-img ul li::before, .list-img ul li::after, .list-platform ul li::before, .list-platform ul li::after {
    content: '';
    position: absolute;
}

.list-platform{
    margin: 0 0 50px;
}

.list ul li::before {
    left: -15px;
    top: 58%;
    width: 15px;
    height: 68px;
    margin-top: -43px;
    background: #6141b6;
    z-index: 10;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.list ul li:hover{
    padding: 0px 34px;
}

.list ul li:hover::before {
    height: 100%;
    top: 0;
    left: -3.5%;
    margin-top: 0;
}

.list ul li::after, .list-img ul li::after, .list-platform ul li::after {
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 10;
    width: 100%;
    transition: 0.3s all;
    border: #d9d9d9 solid 1px;
}

.list ul li:hover::after, .list-img ul li:hover:after, .list-platform ul li:hover:after {
    width: 105%;
    left: -3.5%;
    box-shadow: 7px 0 20px rgb(0 0 0 / 15%);
    background-image: url("../imgs/listbg.png");
    background-size: 100% 100%;
}

.list ul li a {
    display: block;
    padding: 21px 134px 21px 0px;
    position: relative;
    z-index: 20;
    text-decoration: none;
}

.list ul li:hover a {
    border-bottom: 1px solid #436db1;
}

.list ul li .time {
    width: 106px;
    float: left;
    margin-right: 34px;
    text-align: center;
    margin-top: 0px;
}

.list ul li .time p {
    font-size: 43px;
    line-height: 58px;
    color: #203b85;
    font-family: "Tahoma";
    font-weight: 600;
}

.list ul li:hover .time p {
    color: #fff;
}

.list ul li .time div {
    font-size: 15px;
    color: #888;
    font-weight: unset;
}

.list ul li .time div span{
    margin: 0 3px;
}

.list ul li:hover .time div {
    color: #fff;
}

.list ul li .cont-info h4 {
    font-size: 21px;
    color: #333;
    margin-bottom: 5px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul li:hover .cont-info h4 {
    color: #fff;
}

.list ul li .cont-info p {
    font-size: 14px;
    color: #b0adad;
    line-height: 21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
}

.list ul li:hover .cont-info p {
    color: #fff;
}


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

    .list ul li {
        padding: 0 0px 0 15px !important;
    }

    .list ul li a {
        padding: 21px 15px 21px 0px !important;
    }

    .list ul li .time {
        width: 78px !important;
        margin-right: 10px !important;
        margin-top: 11px !important;
    }


    .list ul li .time p {
        font-size: 34px !important;
        line-height: 34px !important;
    }

    .list ul li .time div {
        font-size: 13px !important;
        color: #888;
        font-weight: unset;
    }

    .list ul li .cont-info h4 {
        font-size: 18px;
        color: #2a2a2a;
        line-height: 21px;
        height: 21px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .list ul li {
        padding: 0 13px 0 31px;
        position: relative;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

}



/****************************************************搜索页*************************************************************/
@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: 1px solid #554fb8;
    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: 99%;
    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 10px 0px;
    position: relative;
}

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

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


.nh-sousuo_list {
    padding-left: 15px;
}

.nh-sousuo_list li {
    line-height: 18px;
    font-size: 16px;
    position: relative;
    margin-bottom: 12px;
    color: #000;
    border-bottom: 1px dotted;
    padding-bottom: 12px;
}

.nh-sousuo_list li .nh-row {
    display: ruby;
    margin-right: -15px;
    margin-left: -15px;
}

.nh-sousuo_list li .nh-row .title {
    font-weight: bold;
}

.nh-sousuo_list li .nh-row .title a:hover {
    color: #d18e59;
}

.nh-sousuo_list li .nh-row .title {
    padding-right: 0;
    padding-left: 21px;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nh-sousuo_list li .date {
    width: 26%;
    float: right;
    text-align: right;
}

.nh-sousuo_list li .nh-row::before {
    display: block;
    content: "";
    position: absolute;
    left: -15px;
    top: 16%;
    z-index: 9;
    width: 8px;
    height: 8px;
    background: #6141b6;
}





/****************************************************footer************************************************************/
.righttools {
    position: fixed;
    right: 20px;
    bottom: 20px;
    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: 50%;
    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: #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: 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: 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 #fff;
    padding: 5px;
    width: 84px;
    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: #fffdfd;
    font-size: 14px;
    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 {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 1.5em;
}

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


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

@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;
        box-shadow: -1px -1px 34px rgba(255, 254, 254, 0.34) !important;
    }


}

.nh-content-box {
    padding: 34px 83px;
    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;
}









