.UIHotnewsModule {
    margin: 20px 0 0;
    background: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    padding: 15px;
}
.UIHotnewsModule .container {
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.UIHotnewsModule .Header {
    position: relative;
    background: linear-gradient(225deg,#1568bf 0%,#2f82e9 100%);
    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: 18px;
}
.UIHotnewsModule .item img.HotnewsItemImage {
    width: 130px!important;
    float: left;
    margin-right: 10px;
    height: 85px;
    object-fit: cover;
}
.UIHotnewsModule .item span.ArticleTitle {
    font-size: 15px;
    width: 100%;
    line-height: 1.5;
}