.UIHotnewsModule {
    margin: 0 0 10px 0;
    padding: 0 10px;
      display: none;
}
.UIHotnewsModule .container {
    background-color: #fff;
}
.UIHotnewsModule .Header {
    margin: 0;
    height: 60px;
    padding: 0px 0 0 0px;
    position: relative;
    text-transform: uppercase;
}
.UIHotnewsModule .Header:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0px;
    display: block;
    width: 80px;
    height: 3px;
    background-color: #5dbe59;
}
.UIHotnewsModule .Header span {
    color: #111;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}
.UIHotnewsModule .item {
    float: left;
    display: inline-block;
    clear: both;
    width: 100%;
}
.UIHotnewsModule .item a {
    float: left;
    clear: both;
    margin-bottom: 15px;
}
.UIHotnewsModule .item img.HotnewsItemImage {
    width: 100px;
    float: left;
    margin-right: 15px;
    height: 75px;
    object-fit: cover;
    border-radius: 10px;
}
.UIHotnewsModule .item span.ArticleTitle {
    font-size: 16px;
}