.UIShortArticle_uishortarticle_ittpa .ShortArticle 
{
        background: #fff none repeat scroll 0 0  !important;
    display: inline-block;
    /* margin-bottom: 5px; */
    text-align: justify;
    width: 100%;
    border-bottom: 4px double #C3D0E0 !important;
        min-height:35px !important;
}
.ShortArticle {
        /*
        width: 96%;
        left: 0;
        z-index: 4;
        flex: 1;
        height: 32px;
        --margin-bottom: 10px;
        display: inline-block;
        padding: 0 10px;
        background: #efefef;
        margin-bottom: 10px;
        border: 1px solid #ccc;  
        border-radius: 10px; 
        display: flex;
        margin-right:10px;
        */
}
.ShortArticle .Title {
 
         
        color: #fff;
        display: inline-block;
        float: left;
        height: 100%;
        margin: 0 15px 15px 0;
        padding: 0 10px;
        position: relative;
          text-transform: uppercase; 
     
}
/*
.ShortArticle .Title::after {
        border-color: transparent transparent transparent #b50302;
        border-style: solid;
        border-width: 5px 0 5px 9px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: -20px;
        top: 14px;
        vertical-align: middle;
        width: 0;
}*/
.ShortArticle marquee {
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        height: 36px;
}
.UIShortArticle_uishortarticle_ittpa .ShortArticle .Title::before {
        /*
            content: '\25A0';
    color: #da251c;
    margin-right: 7px;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 1px;
        */
}

.UIShortArticle_uishortarticle_ittpa .ShortArticle marquee .block-row p a::before {

    content: '\25A0';
    color: #da251c;
    margin-right: 7px;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 0px;
}

.ShortArticle marquee .block-row p {
        margin: 0;
        padding: 0;
}
.ShortArticle marquee .block-row p a {
        /* background: rgba(0, 0, 0, 0) url("images/i.png") no-repeat scroll left center; */
        color: #212529;
        font-size: 15px;
        padding-left: 15px;
        line-height: 36px;
        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;
        }
}
