.notice{
    width: 100%;
    height: 22px;
    padding: 0 30px;
    background-color: #b3effe;
    overflow: hidden;
}
.notice ul li{
    list-style: none;
    line-height: 22px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}