.under{
    width: 1000px;
    margin: 20px auto;
    padding-bottom: 20px;
}
.under ul li{
    height: 32px;
    margin-left: 20px;
    margin-top: 2px;
    line-height: 32px;
}
.under ul li span{
    color: #333333;
    font-size: 13px;
    font-family: "微软雅黑";
    margin-right: 18px;
}
.links{
    width:calc(100% - 8px) ;
    height: 35px;
    background-color: #f2f2f2;
    padding-left: 8px;
    padding-top: 7px;
    display: flex;
    align-items: center;
}
.underfooter{
    width: 100%;
    height: 84px;
    background-color: #9ca0a1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerul {
    margin: 0;
    padding: 0 0 14px 0;
    list-style: none;
    /*padding-bottom: 14px;*/
}
