.nh-image-card {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
}

.nh-image-card:hover {
    transform: translateY(-5px);
}

.nh-ciao {
    color: #f4f77d;
    font-weight: bold;
}

.nh-ciao:hover {
    color: #f73f42;
}

.nh-block_title {
    font-size: 22px;
    color: #0c3af0;
    line-height: 1em;
    text-align: left;
    font-weight: bolder;
}

.nh-block_title b {
    height: 23px;
    width: 8px;
    background: #204a8e;
    display: inline-block;
    vertical-align: bottom;
    /*! opacity: 0.5; */
    margin: 0 10px 0 0;
}


.nh-topline {
    height: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.nh-new_title {
    font-size: 16px;
}


.nh-text_title_more {
    font-size: 18px;
    float: right;
    color: #9e9595;
    font-weight: initial;
}

.nh-height {
    height: 220px;
}

.nh-word h2 {
    font-family: "Microsoft JhengHei", "明黑", Arial, Helvetica;
    font-size: 30px;
    color: #204a8e;
    text-align: center;
    line-height: 1em;
    font-weight: bold;
}

.nh-word b {
    height: 2px;
    width: 6%;
    background: #204a8e;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}


.nh-word div a {
    display: block;
    color: #fff;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.nh-word div .txtwrapper {
    margin-left: 28px;
}


/*ListCss*/
.nh-topimg {
    background: url(../../imgs/topimg.png) no-repeat 100% 50%;
    height: 240px;
}


.nh-topimg h3 {
    font-size: 32px;
    color: #fff;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}

.nh-subnav{

}
.nh-subnav li{
    float: left;
    height: 12px;
    padding: 15px 0px;
    line-height: 1em;
    margin: 10px 5px;
    border-radius: 5px;
}


.nh-subnav a{
    font-size: 20px;
    color: #ffffff !important;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
}
.nh-subnav a:hover{
    background: #ffffff;
    color: #204a8e !important;;
    border: 1px #204a8e solid;
}

.nh-list_box {
    border: #314897 solid 2px;
    background: azure;
}

.nh-box_bg {
    border-radius: 5px;
    background-color: #f7f7f7;
    background-size: 100%;
    background-position: center;
}

.nh-box_title > span {
    border-left: solid #4486b6 10px;
    padding-left: 7px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3em;
}

.nh-nav_header {
    margin: 25px 0 5px 0;
    padding: 5px 15px;
    background: #4486b6;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}


.nh-position {
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: bolder;
}

.nh-box_new{

}

.nh-box_new li{
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.nh-date_left{
    float: left;
    text-align: revert;
    width: 70%;
    line-height: 26px;
}
.nh-date_right{
    width: 30%;
    float: left;
    text-align: end;
}

.nh-box_notic{

}

.nh-box_notic li{
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.nh-notic_date{
    display: block;
    width: 15%;
    border: 2px #204a8e solid;
    border-radius: 5px;
    float: left;
    margin: 0 30px 0 10px;
    text-align: center;
    font-size: 18px;
    color: #204a8e;
    padding: 10px 5px;
    line-height: 25px
}
.nh-notic_data{
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nh-notic_abstract{

    font-size: 14px;
    margin-top: 14px;
    color: #aea6a6;
}





/************************************************2021修改添加************************************************************/

.nh-sousuo_input {
    font-size: 18px;
    padding: 18px 15px;
    border-radius: 25px;
    border: 1px solid #424ae4;
    height: 0px;
    color: #090909;
}



@media screen and (max-width: 670px) {
    .nh-news_img_height {
        height: 211px !important;
    }
}

.nh-news_img_height {
    height: 325px;
}

.nh-overlay {
    background: rgba(4, 4, 4, 0.6);
    padding: 13px 15px;
}

.nh-news_title {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 83%;
}
.nh-news_title p{
    font-size: 16px;
    color: #ffffff !important;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 83%;
}




.nh-news_button_nav {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.nh-news_button_nav:hover {
    background: rgb(56, 75, 140);
}

.nh-sousuo_title li{
    font-size: 18px;
    padding: 15px 15px;
}













