.ShortArticle {
        width: 100%;
        left: 0;
        z-index: 4;
        flex: 1;
        height: 36px;
        padding: 0 10px;
        margin-bottom: 10px;
        display: flex;
        overflow: hidden;
        position: relative;
        background: #F9F9F9;
}
.ShortArticle .Title {
        color: #212529;
        display: inline-block;
        height: 100%;
        margin: 0 15px 0 0;
        padding: 0 10px;
        position: relative;
        line-height: 35px;
}
.ShortArticle .Title::after {
        border-color: #DA251C;
        border-style: solid;
        border-width: 5px 0 4px 8px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: -20px;
        top: 5px;
        vertical-align: middle;
        width: 0;
}
.ShortArticle marquee {
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        height: 36px;
}
.ShortArticle marquee .block-row p {
        margin: 0;
        padding: 6px !important;
}
.ShortArticle marquee .block-row p a {
        color: #3b4e68;
        font-size: 14px;
        padding-left: 15px;
        line-height: 1.6em;
        text-decoration: none;
        font-family: 'Roboto';
}
.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;
        }
}
