div.ShortArticle {
        position: relative;
        overflow: hidden;
        min-height: 25px;
}
.ShortArticle .block-row.d-flex {
        /* height: 25px; */
        position: static;
        visibility: hidden;
}
.ShortArticle marquee .block-row.d-flex{
        visibility: unset;
}
.ShortArticle .block-row.d-flex p {
        display: inline-block;
        padding: 0 5px;
        width: auto;
        margin-bottom: 10px;
}
.ShortArticle .Title {
        color: #2e2e2e;
        display: inline-block;
        float: left;
        font-size:14px;
        margin: 0 15px 0 0;
        padding: 0 10px;
        position: relative;
        white-space: nowrap;
        line-height: 30px;
}
.ShortArticle a.Title:before {
        content: "\f14a";
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        font-size: 10px;
        position: absolute;
        left: -5px;
        color: #be2626;
        top: 0;
}
.ShortArticle .block-row {
        left: 20px;
        position: relative;
        top: 5px;
}
.ShortArticle marquee {
        height: 25px;
        margin: 0;
        padding: 0;
        overflow: hidden;
}
.ShortArticle marquee .block-row {
        left: 0;
        position: relative;
        top: -8px;
}
.ShortArticle marquee .block-row p a:hover {
        color: #e35a0c;
}
@media (max-width: 768px){

}
