.c20000 {
    color: #c20000!important;
}

.notice-box {
    background: #FFF2F2;
    height: 0.28rem;
    font-size: 14px;
    color: #3c3535;
    overflow: hidden;
}

.notice-list {
    height: 0.56rem;
    width: 75%;
}
.notice-tips {
    height: 0.28rem;
    line-height: 0.28rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
    padding-right: 0.1rem;
}
.notice-tips p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.notice-read {
    height: 0.28rem;
    line-height: 0.28rem;
    width: 25%;
    overflow: hidden;
    cursor: pointer;
    text-decoration: underline;
    box-sizing: border-box;
}