.UIHotnewsModule {
    margin: 10px 0;
    padding: 0;
}
.UIHotnewsModule .container {
    background-color: #fff;
    padding: 0 0 15px 0px;
}
.UIHotnewsModule .Header {
    font-size: 24px;
    position: relative;
    padding: 0;
    /* background: linear-gradient(to right, #d60c0c 0%, #ff6700 100%); */
    margin-bottom: 10px;
	background: #f20d0d;
}
.UIHotnewsModule .Header span {
/*     font-size: 14px;
    font-weight: 600; */
	font-size: 16px;
    font-weight: 400
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    text-transform: uppercase;
    color: #ffffff;
    /* font-family: 'Roboto'; */
	font-family: Oswald;
    line-height: 30px;
}
.UIHotnewsModule .item {
    float: left;
    display: inline-block;
    clear: both;
    width: 100%;
    padding: 0 10px 10px 10px;
}
.UIHotnewsModule .item a {
    float: left;
    margin-bottom: 10px;
    text-align: justify;
}
.UIHotnewsModule .item img.HotnewsItemImage {
    width: 95px!important;
    float: left;
    margin-right: 10px;
    height: 70px;
   /*  object-fit: cover; */
}
.UIHotnewsModule .item span.ArticleTitle, .UIHotnewsModule .item .ArticleViewCount {
    font-size: 13px;
    margin-left: 105px;
    display: block;
}
.UIHotnewsModule .item .ArticleViewCount{
    margin-top: 5px;
    color: #ef610e;
}
span.ArticleTitle:hover {
    color: #df2e09 !important;
    font-weight: 800 !important;
}