* {
    /*font-size: 14px;*/
}

.notice-body {
    color: #777777;
}

.ec_button_yell{ /*标记已读按钮*/
    float:right;
}

.notice-header {
    margin-top: 15px;
}

.notice-header-item {
    height: 50px;
    line-height: 50px;
}

.notice-table {
    margin-top: 15px;
    margin-bottom: 15px;
}

.select-all {
    display: inline-block;
}

.select {
    display: inline-block;
    float: left;
}

.solid-circle {
    display: list-item;
    list-style-type: disc;
    margin-left: 28px;
    color: #ff6900;
    float: left;
    clear: both;
    font-size: 28px;
    margin-right: -10px;
}

.notice-title {
    display: inline-block;
    margin-top: 8px;
    font-weight: bold;
}

.notice-content {
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.notice-time,.notice-detail {
    display: inline-block;
    margin-left: 28px;
    margin-top: 8px;
}

.notice-detail {
    float: right;
    clear: both;
}

.notice-detail > .view-detail {
    color: #ff6900;
    cursor: pointer;
}

.horizontal-line {
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

