.nh-title {
    color: #a32051;
    font-size: 36px;
    font-weight: 600;
    background: none;
    background: -moz-linear-gradient(left, #4222a0 1%, #b22045 100%);
    background: -webkit-linear-gradient(left, #4120a0 1%, #b22045 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.nh-title-more{
    color: #5d1889;
    font-size: 20px;
    font-weight: normal;
    background: none;
    background: -moz-linear-gradient(left, #4222a0 1%, #b22045 100%);
    background: -webkit-linear-gradient(left, #4120a0 1%, #b22045 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.nh-title-noice-more{
    width:100PX;
    height:40px;
    border-radius:5px;
    border:2px solid rgb(85, 85, 217);
    display: block;
    color: rgb(75, 75, 235);
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 60px 0;
}
.nh-title-noice-more:hover{
    color:#4B2E83;
    border:2px solid #4B2E83;
}
.nh-title-b{
    background: #1815b7;
    width: 90px;
    height: 3px;
    display: block;
    margin-top: 15px;
}

.nh-title-events {
    color: #5d1889;
    font-size: 56px;
    font-weight: 600;
    background: none;
    background: -moz-linear-gradient(left, #993232 20%, #10975e 70%);
    background: -webkit-linear-gradient(left, #993232 20%, #10975e 70%);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.nh-newsbg{
    background: url(../../2019imgs/newsbg.png) no-repeat bottom center;
}

.nh-notice {
    padding: 130px 0;
    position: relative;
    margin-top: -100px;
}

.nh-notice-bgwrapper {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.nh-notice-bg {
    position: absolute;
    background: #edc13a url(../../2019imgs/noticebg.png);
    width: 100%;
    top: 30px;
    bottom: 30px;
    background-size: cover;
}

.nh-notice-bgimg {
    position: absolute;
    background: #edc13a;
    width: 50%;
    right: 0;
    height: 100%;
    transform: skewX(47deg);
    transform-origin: left top;
    overflow: hidden;
    padding-left: 200px;
}
.nh-notice-img {
    background: #edc13a url(../../2019imgs/noticebg.jpg) no-repeat left center;
    background-size: cover;
    height: 100%;
    width: 100%;
    transform: skewX(-47deg);
    transform-origin: left top;
}

.nh-notice-triangle {
    background: #090975;
    transform: skewX(47deg);
    width: 150px;
    height: 150px;
    position: absolute;
    right: -25px;
    top: 0;
    transform-origin: left top;
    border-left: 25px solid #fff;
}


.nh-imgbg {
    background: #0a0a4a url(../../2019imgs/imgbg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}

.nh-eventsimg {
    width: 270px;
    height: 160px;
}


.nh-footerbg {
    background-color: #0A0A4A;
}
.nh-footerlogo{
    margin: 30px 0;
}
.nh-footerinfo{
    margin: 48px 0;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
}
.nh-footerewm{
    float: right;
    position: inherit;
    width: 50%;
    margin-top: 40px;
}


.nh-copyrightbg {
    background-color: #05052f;
    width: 100%;
    height: 50px;
}

.nh-copyright-info {
    font-size: 14px;
    margin-top: 18px;
    color: #f0ad48;
}

/*非首页css*/
.nh-topimg{
    width: 100%;
    box-shadow: 0px 7px 20px rgba(25, 25, 185,0.7);
}
.nh-col-head{
    background: #101077;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    display: block;
    line-height: 50px;
    padding: 5px 5px 15px 20px;
    position: relative;
    border-bottom: 2px solid #9999d5;
}
.nh-col-list {
    background: #eeeff1;
    padding: 14px 5px 20px 24px;
    display: block;
    font-size: 18px;
}
.nh-col-list:hover{
    background: #101077;
    color: #fff;
}
.nh-col-head-b{
    background: #fff;
    width: 60px;
    height: 1px;
    display: block;
    margin-top: 10px;
}
.nh-col-title{
    border-bottom: 2px solid #171797;
    border-left: 8px solid #171797;
    padding: 0 0 10px 15px;
    font-size: 24px;
    color: #101077;
}
.nh-banner-bg{
    padding: 10% 0;
    width: 100%;
}

