.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;
        margin: 20px 0;
}
.UIShortNews:before {
        width: 1px;
        height: 30px;
        background-color: #e9e9e9;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
}
.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{
        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;
        left: -10px;
        top: 12px;
        vertical-align: middle;
        width: 0;
}
.UIShortNews marquee {
        margin: 0;
        padding: 0;
        height: 40px;
}
.UIShortNews marquee .block-row p {
        margin: 0;
        padding: 0;
}
.UIShortNews marquee .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;

}
.UIShortNews marquee .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;
        }
}
