.ery{
    max-width: 1180px;
    margin: auto;
    min-width: 800px;
}

/*导航条*/
.navBar{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 50px;
    /* overflow: hidden; */
    /* display: none; */
    top: 0;
}
.navBbarIco{
    position: absolute;
    /*left: 10%;*/
    /*right: 10%;*/
    height: 50px;
    overflow: hidden;
}
.navBbarIco ul{
    display: flex;
    background-color: ghostwhite;
    list-style: none;
}
.navBbarIco li{
    /*flex: 1;*/
    width: 236px;
    /* height: 50px; */
    text-align: center;
    line-height: 50px;
    border-right: 3px solid white;
    display: inline;
}
.navBbarIco li:hover{
    cursor: pointer;
}
.navBbarIco li>a{
        width: 100%;
    height: 100%;
    display: inline-block;
}
a{
    text-decoration: none;
    color: darkslategrey;
}
a:hover{
    text-decoration: none;
    color: red;
}
.navBbarIco li>a:hover{
    color: black;
}

/*脚注*/
.footnote{
    width: 100%;
    line-height: 35px;
    text-align: center;
    background-color: #1C212D;
    color: white;
}
.footnote>div{
    width: 100%;
    height: 35px;
}





.active{
    background-color: red;
}