.UIShortNews {
        width: 100%;
        z-index: 4;
        /* height: 40px; */
        /* background: #F6F6F6; */
        /* display: flex; */
        overflow: hidden;
        position: relative;
        /* padding: 5px 0; */
        /* justify-content: flex-end; */
        /* padding-left: 20px; */
}

.UIShortNews .item-title {
        color: #212529;
        display: inline-block;
        height: 100%;
        margin: 0 15px 0 0;
        padding: 0 10px;
        position: relative;
        line-height: 35px;
}
.UIShortNews .item-title:before{
        content: '';
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        left: -10px;
        top: 7px;
        vertical-align: middle;
        width: 0;
        width: 6.72px;
        height: 6.72px; 
        background: #DA251C;

}
.UIShortNews .block-row{
        margin: 0;
        padding: 0;
        height: 40px;
        width: 100%;
}
.UIShortNews .block-row>p{
        display: inline;
}
.UIShortNews .block-row p a {
                /* background: rgba(0, 0, 0, 0) url("images/i.png") no-repeat scroll left center; */
              font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
        color: #0A2458;


}
.UIShortNews .block-row p a:hover {
        color: #c10807;
}
@media only screen and (max-width: 1023px){
        div.UIShortNews {
                display: block;
                margin-bottom: 5px;
                padding: 0 15px;
                background: content-box;
        }
}
@media only screen and (max-width: 768px){
        div.UIShortNews {
                display: none;
                
        }
}
