.c20000 {
    color: #c20000!important;
}

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

.notice-list {
    height: 56px;
}

.notice-tips {
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    width: 960px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notice-read {
    height: 28px;
    line-height: 28px;
    width: 120px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: underline;
}
em, i {
    font-style: italic;
}
.modal-content::-webkit-scrollbar {
    /*这里写滚动条宽度*/
    width: 5px;
}
.modal-content:hover::-webkit-scrollbar-thumb:vertical {
    /*这里写鼠标移入时的滚动条颜色和边框样式*/
    background-color: #CDCDCD ;
    border-radius: 3px;
}