.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    padding: 0;
        margin-top: 20px;
}
.HotnewsControl .Header span {
    font-size: 15px;
    line-height:36px;
    text-align: left;
    color: #f4df7b;
        padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
            font-family: 'Roboto Condensed', sans-serif;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    max-height: 500px !important;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    height: 36px;
    background:#e03e2d;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0!important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.png") no-repeat scroll left center;
    clear: both;
    padding: 12px 0!important;
        counter-increment: item;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    max-height: 75px;
        object-fit: cover;
    vertical-align: top;
    width: 110px;
        flex-shrink: 0;
        background: #f4f4f4;
        border: none!important;
        display: block;
}
.HotnewsControl .HotnewsList .HotnewsItem{
position: relative
}
.HotnewsControl .HotnewsList .HotnewsItem:before {
    content: counter(item, decimal-leading-zero) ;
        /**content: counter(item) ". ";**/
  font-weight: bold;
    width: 25px;
    display: block;
    font-size: 15px;
    font-family: 'Merriweather';
        margin-right: 12px;
        color:  var(--bg-orrange);
            position: absolute;
padding:2px 5px;
        background: #e70000;
        color: #fff;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
        display: flex;
        gap: 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
  color:  var(--color-primary);
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: rgba(0,0,0,0.8);
    padding-top: 0;
    font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px){
        .HotnewsControl{
        	padding: 0 5px!important;
                width: auto!important;
                margin-top: 15px!important;
        }
        .HotnewsControl .HotnewsList{
        	padding-left: 0!important;
                padding-right:0!important
        }
}
@media (max-width: 768px){
        .HotnewsControl{
        	padding: 0 15px!important;
        }
} 