.ShortArticle {
        width: 100%;
        left: 0;
        z-index: 4;
        flex: 1;
        height: 36px;
        padding: 0 10px;
        background: #fff;
        margin-bottom: 10px;
        display: flex;
        overflow: hidden;
        position: relative;
}
.ShortArticle .Title {
        color: #212529;
        display: inline-block;
        height: 100%;
        margin: 0 15px 0 0;
        padding: 0 10px;
        position: relative;
        line-height: 35px;
}
.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;
}
.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: 1023px){
        div.ShortArticle {
                display: block;
                margin-bottom: 5px;
                padding: 0 15px;
                background: content-box;
        }
}
