*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    min-width: 1200px;
    overflow-x: auto;
}
ul,li{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.auto{
    max-width: 1200px;
    /* background-color: pink; */
    margin: 0 auto;
}
.more{
    font-size: 12px;
    color: #7c5a09;
    text-align: right;
    padding: 10px;
}
.hidden{
    display: none!important;
}
.dates{
    margin-left: 14px;
}
.topLogo{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px;
}
.topLogo img{
    width: 460px;
    height: 58px;
}
.topLogo a:hover,.topLogo a:hover i{
    color: #0066b3;
}
.enterSchoolIndex i{
    color: #4d4d4d;
    margin-right: 4px;
}
.header{
    width: 100%;
    background-color: #1a4884;
    color: #fff;
}
.navLine{
    display: flex;
    padding: 10px;
}
.navLine li{
    margin-right: 60px;
}
.currentPages{
    color: #eab31d;
}
.navLine li a:hover{
    color: #eab31d;
}
/* 底部 */
.footer{
    width: 100%;
    height: 260px;
    background-color: #1a4884;
    margin-top: 32px;
    color: #fff;
}
.footer>div{
    display: flex;
    justify-content: space-between;
}
.footerContents{
    width: 85%;
    text-align: center;
}
.linkWrap{
    display: flex;
    flex-direction: column;
    width: 15%;
}
.shareWrap{
    display: flex;
    margin-left: 360px;
}
.shareWrap a{
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #7f9f56;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 40px 20px 30px;
}
.shareWrap  i{
    font-size: 34px;
}
.shareWrap a:nth-child(2){
    background-color: #ff9d00;
}
.shareWrap a:nth-child(3){
    background-color: #d34839;
}
.shareWrap a:hover{
    transform: scale(1.2);
}
.copyWrap p{
    display: inline-block;
    line-height: 26px;
}
.copyWrap>div p:nth-last-child(1){
    margin-left: 20px;
}
.linkWrap{
    margin-top: 30px;
    line-height: 26px;
}
.peoples{
    color: #f3b32a;
    margin: 0 6px;
}
.linkWrap a:hover{
    text-decoration: underline;
}
.onePages{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

