.ShortArticle {
        height: 100%;
        margin: 0 auto;
        position: relative;
        width: 100%;
        /* background: linear-gradient(#fff, #ffe47f); */
        display: flex;
        align-items: center;
        max-width: 100%;
        overflow: hidden;
        padding: 8px 5px;
}
.ShortArticle .Title:before {
        border-color: transparent transparent transparent #ac0203;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        left: 0px;
        top: 6px;
        vertical-align: middle;
        width: 0;
}
.ShortArticle .block-row {
        display: inline-flex;
        white-space: nowrap;
        gap: 15px;
}
.ShortArticle marquee{
        /*width: 1100px;*/
        /* float: left; */
        height: 100%;
        padding: 0;
        margin: 0;
        display: inline-flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        align-items: center;
}
.ShortArticle .block-row p{
        margin: 0;
        margin-right: 10px;
        color: #212529;
        text-decoration: none;
}
.ShortArticle .block-row p a {
        padding-left: 10px!important;
        margin-right: 10px;
        color: #212529;
        text-decoration: none;
}
.ShortArticle .block-row p a:hover {
        color:#005f9d;
        font-size: 14px;
}
.ShortArticle marquee .block-row p{
        margin: 0;
}
.ShortArticle marquee .block-row p a {
        padding-left: 10px!important;
        margin-right: 10px;
        color: #212529;
        text-decoration: none;
        position: relative;
        font-size: 14px;
        font-weight: 600;
}

a.Title {}
.ShortArticle marquee .block-row p a:hover {
        color:#005f9d;
        font-size: 14px;
}
@media only screen and (max-width: 768px){
        .ShortArticle marquee .block-row p a {
                background: transparent;
                padding-top: 5px;
        }
        div.ShortArticle {
                padding: 5px 10px;
        }
}
