.ShortArticle {
        width: 100%;
        left: 0;
        z-index: 4;
        flex: 1;
        display: inline-flex;
        position: relative;
        overflow: hidden;
        min-height: 35px;
        background: #F9F9F9;
        height: 38px;
}
.ShortArticle .Title {
        color: #333;
        display: inline-block;
        float: left;
        height: auto;
        margin: 0 15px 0 0;
        padding: 0 10px;
        position: relative;
}
.ShortArticle .Title::before {
        border-color: transparent transparent transparent #e48000;
        border-style: solid;
        border-width: 5px 0 5px 9px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: -20px;
        top: 13px;
        vertical-align: middle;
        width: 0;
}
.ShortArticle marquee {
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        /* height: 25px; */
}
.ShortArticle marquee .block-row p {
        margin: 0;
        padding: 0;
}
.ShortArticle marquee .block-row p a {
        color: #212529;
        font-size: 14px;
        padding-left: 15px;
        line-height: 2.8;
        text-decoration: none;
        font-family: Arial;
}
.ShortArticle marquee .block-row p a:hover {
        color: #e48000;
}
.ShortArticle .block-row {
        white-space: nowrap;
}
.ShortArticle .block-row p {
        margin: 0;
}
@media only screen and (max-width: 768px){
        div.ShortArticle {
                display: block;
                margin-bottom: 5px;
                padding: 0 15px;
                background: content-box;
        }
}
