.ShortArticle {
    height: 35px;
    margin: 0px 0 0 0;
    position: relative;
    background-color: #0d78401f;
}
.ShortArticle .Title::after {
    display: block;
    height: 0;
    margin-left: 2px;
    position: absolute;
    right: -9px;
    top: 0;
    vertical-align: middle;
    width: 0;
}
.ShortArticle .block-row {
    position:relative;
    left: 20px;
    top: 5px;
}
.ShortArticle marquee{
    width: 100%;
    float: left;
    height: 37px;
    padding: 0;
    /*margin: 0;*/
    margin-top: -0.5%;
}
.ShortArticle marquee .block-row{
    position:relative;
    left: 0px;
    top: -8px;
}
.ShortArticle marquee .block-row p a {
    background: url(Images/i.png) no-repeat left center;
    padding-left: 10px!important;
    margin-right: 1rem;
    color:#333;
    /* font:15px arial; */
    font-size: 1rem;
    font-family: 'Roboto';
    line-height: 35px;
}
.ShortArticle marquee .block-row p a:hover {
    color:#AC0203;
}