.UIShortNews {
        width: 100%;
        z-index: 4;
        height: 40px;
        background: #F6F6F6;
        display: inline-block;
        overflow: hidden;
        position: relative;
        padding: 5px 0;
        justify-content: flex-end;
        padding-left: 20px;
        text-align: right;
        overflow: hidden;
}
.UIShortNews .pointer {
    max-width: 990px !important;
}
.UIShortNews:before {
        width: 1px;
        height: 30px;
        background-color: #e9e9e9;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
}
.UIShortNews .block-row {

}
.UIShortNews .item-title {
        color: #212529;
        display: inline-block;
        height: 100%;
        margin: 0 15px 0 0;
        padding: 0 10px;
        position: relative;
}
.UIShortNews .item-title:before{
        width: 0; 
          height: 0; 
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          
          border-bottom: 5px solid #DA251C;
        content: '';
        display: inline-block;
        margin-bottom: 2px;
        transform: rotate(90deg);
}

.UIShortNews  .block-row p {
        margin: 0;
        padding: 0;
        /* float: inline-end; */
        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: 14px;
        font-weight: 400;
        line-height: 36px;
        text-align: left;
        color: #6D6D6D;
        white-space: nowrap;
}
.UIShortNews .block-row p a:hover {
        color: #c10807;
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        .UIShortNews{
                max-width: 100vw;
        }
        .UIShortNews>div[style*='block-inline']{
                width: 100% !important;
                float: right;
        }
        .UIShortNews:before{
                left: 5px;
        }
}
@media only screen and (max-width: 768px){
        div.UIShortNews {
                display: none;
                
        }
}
