.ShortArticle {
        width: 100%;
        left: 0;
        z-index: 4;
        flex: 1;
        height: 36px;
        padding: 0 10px;
        margin-bottom: 10px;
        display: flex;
        background: #F6F6F6;
}
.ShortArticle .Title {
        color: #212529;
        display: inline-block;
        height: 100%;
        margin: 0 15px 0 0;
        padding: 0 10px;
        position: relative;
        line-height: 35px;
}
.ShortArticle .Title:before {
      width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #DA251C;
    content: '';
    display: inline-block;
    margin-bottom: 2px;
    transform: rotate(90deg);
}
.ShortArticle marquee {
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        height: 36px;
}
.ShortArticle marquee .block-row p {
        margin: 0;
        padding: 0;
}
.ShortArticle marquee .block-row p a {
       font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #6D6D6D;
    white-space: nowrap;
}
.ShortArticle marquee .block-row p a:hover {
        color: #c10807;
}
@media only screen and (max-width: 1023px){
        div.ShortArticle {
                display: block;
                margin-bottom: 5px;
                padding: 0 15px;
                background: content-box;
        }
}
