.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    padding: 0;
        margin-top: 25px;
}
.HotnewsControl .Header span {
       font-family: Merriweather;
    font-size: 16.81px;
    font-weight: 700;
    line-height: 21.13px;
    text-align: left;
    color: #031739;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    max-height: 345px !important;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
     margin-bottom: 20px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.png") no-repeat scroll left center;
    clear: both;
    padding: 10px 0!important;
        counter-increment: item;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    max-height: 80px;
        order: 3;
        object-fit: cover;
    vertical-align: top;
    width: 120px;
        flex-shrink: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem{
    display: flex;
    flex-direction: row;
}
.HotnewsControl .HotnewsList .HotnewsItem:before {
    content: counter(item, decimal-leading-zero) ". ";
        /**content: counter(item) ". ";**/
  font-weight: bold;
    width: 25px;
    display: block;
    top: 8px;
    font-size: 18px;
    font-family: 'Merriweather';
        margin-right: 10px;
        color: var(--bg-orrange);
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
        display: flex;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
  color: var(--bg-orrange);
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: rgba(0,0,0,0.8);
    padding-top: 0;
        font-family: "Merriweather";
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
        margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .page-layout-3 td.td-layout:has(.UIHotnewsModule_Default) {
        width: 30% !important;
    }
}
@media only screen and (max-width: 1023px) {
    .HotnewsControl {
        width: 100%!important;
            padding: 20px 10px!important;
    }
        .HotnewsControl .HotnewsList {
        padding: 0px!important;
    }
}