.UIHotnewsModule {
    margin: 20px 0;
}
.UIHotnewsModule .container {
    background-color: #fff;
}
.UIHotnewsModule .Header {
    margin: 0;
    height: 60px;
    padding: 0px 0 0 0px;
    position: relative;
}
.UIHotnewsModule .Header span {
    color: #ffffff;
    font-size: 17px;
    line-height: 35px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-color: #623828;
    padding: 0px 0 0 10px;
}
.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: 120px!important;
    float: left;
    margin-right: 15px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}
.UIHotnewsModule .item span.ArticleTitle {
    font-size: 14px;
}