.UIHotnewsModule {
    margin: 10px 0;
    padding: 0;
}
.UIHotnewsModule .container {
    background-color: #fff;
    padding: 0 0 30px 0px;
}
.UIHotnewsModule .Header {
    font-size: 24px;
    position: relative;
    padding: 0;
    background: linear-gradient(to right, #d60c0c 0%, #ffc500 100%);
    margin-bottom: 10px;
}
.UIHotnewsModule .Header span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Roboto';
    line-height: 30px;
}
.UIHotnewsModule .item {
    float: left;
    display: inline-block;
    clear: both;
    width: 100%;
    padding: 0 10px 10px 10px;
}
.UIHotnewsModule .item a {
    float: left;
    clear: both;
    margin-bottom: 10px;
    text-align: justify;
}
.UIHotnewsModule .item img.HotnewsItemImage {
    width: 90px!important;
    float: left;
    margin-right: 15px;
    height: 70px;
    object-fit: cover;
}
.UIHotnewsModule .item span.ArticleTitle {
    font-size: 14px;
}