.function > ul > a > li {
    text-align: center;
}

    .function > ul > a > li > img {
        margin: 64px 0 31px 0;
    }

#Fun {
    width: 100%;
    background: #EFEFEF;
    position: relative;
}

    #Fun > a {
        overflow: hidden;
    }

        #Fun > a > img {
            position: absolute;
            top: 0;
        }

.s1 {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
    display: inline-block
}

.s2 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.inform ul {
    overflow: hidden;
}

    .inform ul a li:hover {
        color: orange;
    }

    .inform ul li {
        float: left;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
        overflow: hidden;
        cursor: pointer;
    }

    .inform ul li {
        padding-left: 18px;
    }

        .inform ul li:last-child {
            float: right;
        }

.notice ul {
    overflow: hidden;
}

    .notice ul a li:hover {
        color: orange;
    }

.notice .scroll ul li {
    position: relative;
    width: 480px;
    padding: 15px 10px 15px 65px;
}

.notice > ul:first-child {
    margin-top: 30px;
}

.notice_div ul li {
    height: 38px;
    line-height: 38px;
}
.notice ul li {
    float: left;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

    .notice ul li:nth-child(2) {
        width: 110px;
    }

    .notice ul li:first-child > a {
        width: 380px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.notice {
    overflow: hidden;
    height: 247px;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.news {
    height: 35px;
    background: #fff;
    overflow: hidden;
}

    .news .t_news {
        height: 36px;
        color: #2a2a2a;
        margin-top: 15px;
        overflow: hidden;
        position: relative;
        width: 500px;
    }

    .news .news_li, .swap {
        line-height: 36px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        text-align: right;
        color: #585858
    }

    .news .swap {
        top: 36px;
    }

#header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

    #header #login {
        background: none;
        color: #fff;
    }
/*#header #nav > div > div ul li a {
    color: #fff;
}
#loginname span > a, #loginname span {
    color: #fff;
}*/
