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

}

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

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