.UIHotnewsModule {
    padding: 15px;
}
.UIHotnewsModule .container {
    padding: 0;
}
.UIHotnewsModule .Header {
    width: 100%;
    position: relative;
    margin: 0 0 15px 0;
}
.UIHotnewsModule .Header span {
    font-size: 20px;
    color: #faa21a;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0;
}
.UIHotnewsModule .Header:after {
    content: '';
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -5px;
    left: 3px;
    background: #905324;
}
.UIHotnewsModule .item {
    float: left;
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: justify;
}
.UIHotnewsModule .item a:hover {
    color: #905324;
}
.UIHotnewsModule .item a {
    float: left;
    clear: both;
    margin-bottom: 10px;
}
.UIHotnewsModule .item img.HotnewsItemImage {
    width: 145px!important;
    float: left;
    margin-right: 10px;
    height: 105px;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 1px;
}
.UIHotnewsModule .item span.ArticleTitle {
    font-size: 1.1em;
    width: 100%;
    line-height: 1.5;
}