.news-holder {
    height: 50px;
    padding: 0 20px;
    background-color: #114b7a;
    position: relative;
    overflow: hidden
}

.news {
    white-space: nowrap;
    position: absolute;
    top: 5px;
    right: 100%;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.news .new {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    position: relative;
}

.news .new:not(:last-child):after {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #e7ded4;
}