.ShortArticle {
        width: 100%;
        left: 0;
        z-index: 4;
        flex: 1;
        height: 30px;
        margin-top: 10px;
        display: inline-block;
        background: linear-gradient(to bottom, #ffffff 30%, #e7e7e7 70%);
        padding: 2px 0;
        border: 1px solid rgb(187, 187, 187);
        border-right: 0;
}
.ShortArticle .Title {
        float: left;
        line-height: 23px;
        padding-left:10px;
        padding-right:10px;
        font-size: 12px;
        font-weight: 400;
        color: black;
}
.ShortArticle .Title::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #470101;
        margin-right: 5px;
}
.ShortArticle marquee {
        margin: 0;
        padding: 0;
        width: 85%;
        position: absolute;
        height: 25px;
}
.ShortArticle marquee .block-row p {
        margin: 0;
        padding: 0;
}
.ShortArticle marquee .block-row p a {
        color: #212529;
        font-size: 13px;
        padding-left: 15px;
        line-height: 25px;
        text-decoration: none;
}
.ShortArticle marquee .block-row p a:hover {
        color: #c10807;
}
@media only screen and (max-width: 768px){
        div.ShortArticle {
                display: block;
                margin-bottom: 5px;
                padding: 0 15px;
                background: content-box;
        }
}
