.announcement-box {
    background: #ebebeb;
    height: 30px;
    line-height: 30px;

}

.announcement .title {
    float: left;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 700;
    color: #666;
}

.announcement .content {
    width: 100%;
    color: #ff0024;
    text-align: initial;
    white-space: nowrap;
}