.UIHotnewsModule {
    margin: 20px 0 20px 30px;
}
.UIHotnewsModule .container {
    background-color: #fff;
    
    margin: 0;
}
.UIHotnewsModule .Header {
    position: relative;
    margin-bottom: 10px;
    background-image: linear-gradient(to right top, #6dca9b, #5cd186, #3fc680, #009146c4, #009146);
    color: #fff;
}
.UIHotnewsModule .Header span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 32px;
    position:relative;
    padding: 0px 0 0 10px;
}
.UIHotnewsModule .item {
    float: left;
    display: inline-block;
    clear: both;
    width: 100%;
}
.UIHotnewsModule .item a:hover {
    color: #d20f14;
}
.UIHotnewsModule .item a {
    float: left;
    clear: both;
    margin-bottom: 10px;
}
.UIHotnewsModule .item img.HotnewsItemImage {
    width: 135px!important;
    float: left;
    margin-right: 10px;
    height: 85px;
    object-fit: cover;
    border-radius: 3px;
}
.UIHotnewsModule .item span.ArticleTitle {
    font-size: 14px;
    width: 100%;
    color: #444;
}