.UIHotnewsModule {
    margin: 20px 0 0;
}
.UIHotnewsModule .container {
    background-color: #fff;
}
.UIHotnewsModule .Header {
    position: relative;
    /*background: linear-gradient(to right top, #108dd6, #1890d7, #1f93d9, #2595da, #2a98db, #2a98db, #2a98db, #2a98db, #2595da, #1f93d9, #1890d7, #108dd6);*/
    background: #145a8d;
    margin-bottom: 10px;
}
.UIHotnewsModule .Header span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
}
.UIHotnewsModule .item {
    float: left;
    display: inline-block;
    clear: both;
    width: 100%;
}
.UIHotnewsModule .item a:hover {
    color: #0d50da;
}
.UIHotnewsModule .item a {
    float: left;
    clear: both;
    margin-bottom: 10px;
}
.UIHotnewsModule .item img.HotnewsItemImage {
    width: 100px!important;
    float: left;
    margin-right: 10px;
    height: 70px;
    object-fit: cover;
}
.UIHotnewsModule .item span.ArticleTitle {
    font-size: 14px;
    width: 100%;
}