.WingsHomeNav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background-color: #ffffff; */
    border-radius: 10px;
    /* background: #e0e0e0; */
    box-shadow:  10px 10px 20px #bebebe,
                -10px -10px 20px #ffffff;

}

#WingsHomeAbout{
    /* box-sizing: border-box; */
    padding: 10px;
    width: 50%;
    float: left;
    /* color: rgb(68, 106, 142); */
}

#WingsHomeList{
    padding: 10px;
    width: 50%;
    float: right;
    /* color: rgb(68, 106, 142); */
}

/* 宋体 */
.markdown-body p {
    font-family: simsun, arial, helvetica, clean, sans-serif;
}