.UIHotnewsModule {
    margin: 0 0 10px 0;
}
.UIHotnewsModule .container {
    background-color: #fff;
}
.UIHotnewsModule .Header {
    font-size: 24px;
    position: relative;
    padding: 0px 0 5px 0;
    border-bottom: 2px solid #0066b3;
    margin-bottom: 15px;
}
.UIHotnewsModule .Header span:before {
    position: absolute;
    right: calc(100% - 60px);
    height: 1px;
    content: '';
    background-color: #0066b3;
    top: calc(50% - 1px);
    width: 40px;
}
.UIHotnewsModule .Header span {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 70px;
    text-transform: uppercase;
    color: #333333;
    position: relative;
}
.UIHotnewsModule .Header span:after {
    top: calc(50% + 3px);
    width: 60px;
    position: absolute;
    height: 1px;
    content: '';
    background-color: #0066b3;
    right: calc(100% - 60px);
}
.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: 110px!important;
    float: left;
    margin-right: 15px;
    height: 80px;
    object-fit: cover;
}
.UIHotnewsModule .item span.ArticleTitle {
    font-size: 14px;
}