.UIHotnewsModule_right .HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    padding: 0;
        margin-top: 20px;
}
.UIHotnewsModule_right .HotnewsControl .Header span {
    font-size: 16px;
    font-weight: 800;
    line-height:32px;
    text-align: left;
    color: #fff;
        padding: 0 15px;
    text-transform: uppercase;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsScroll {
    margin: 0;
    max-height: 505px !important;
    overflow: hidden;
    padding: 0;
        height: 500px!important;
}
.UIHotnewsModule_right .HotnewsControl .Header {
    height: 34px;
    background:#ee3a35;
        color: #fff;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
        height: 500px;
}
.UIHotnewsModule_right .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;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem img {
    max-height: 80px;
        order: 3;
        object-fit: cover;
    vertical-align: top;
    width: 120px;
        flex-shrink: 0;
        background: #f4f4f4;
        border: none!important;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem{
    display: flex;
    flex-direction: row;
                border-bottom: 1px solid #eee;
}
.UIHotnewsModule_right .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: #ee3a35;
        margin-left: 5px;

}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
        display: flex;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
  color:  var(--color-primary);
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: rgba(0,0,0,0.8);
    padding-top: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
        margin-right: 10px;
        text-align: left;
}

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