.ShortArticle {
        height: 38px;
        margin: 0px 0 0 0;
        position: relative;
        background: rgba(0, 0, 0, 0) linear-gradient(to top, #d3d6d4, #fffdfd) repeat scroll 0 0;
}
.ShortArticle .block-row{
        width: auto !important;
}
.ShortArticle .Title {
        display: inline-block;
        height: 100%;
        padding: 0 10px;
        position: relative;
        text-transform: uppercase;
        float: left;
         padding-top: 5px;
        padding-left: 15px;
}
.ShortArticle span:first-of-type {
        padding-top: 10px;
        font-size:13px;
        width:120px;
        font-weight:600;
}
.ShortArticle .Title::before {
        border-color: transparent transparent transparent #ac0203;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        left: 0px;
        top: 50%;
        vertical-align: middle;
        transform: translateY(-50%);
}
.ShortArticle marquee{
        width: 100%;
        /* float: left; */
        height: 35px;
        padding: 0;
        margin: 0;
}
.ShortArticle marquee .block-row{
        position:relative;
        left: 0px;
        display: flex;
        height: 35px;
        align-items: center;
}
.ShortArticle marquee .block-row p{
        margin: 0;
}
.ShortArticle marquee .block-row p a {
        font-size: 13px;
        font-weight: 500;
}
.ShortArticle marquee .block-row p a:hover {
        color:#AC0203;
}
@media only screen and (max-width: 768px){
        .ShortArticle {
                border-bottom: 1px dashed #ddd;
        }
}
