.UIShortNews {
        width: 100%;
        z-index: 4;
        height: 40px;
        background: #f9f9f9;
        display: flex;
        overflow: hidden;
        position: relative;
        padding: 5px 10px;
        justify-content: flex-end;
        /* padding-left: 20px; */
}
.UIShortNews:before {
        width: 1px;
        height: 30px;
        background-color: #e9e9e9;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
}
.UIShortNews:after {
        width: 1px;
        height: 30px;
        background-color: #e9e9e9;
        content: '';
        display: block;
        position: absolute;
        right: 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{
        content: "";
        width: 5px;
        height: 5px;
        background: #DA251C;
        display: inline-block;
        margin-left: 2px;
        position: absolute;
        left: -10px;
        top: 14px;
        vertical-align: middle;
}
.UIShortNews .block-row{
        display: flex;
        width: 100%;
}
.UIShortNews .block-row p {
        margin: 0;
        padding: 0;
        
}
.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;

}
.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;
        }
}
@media only screen and (max-width: 768px){
        div.UIShortNews {
                display: none;
                
        }
}
