.UIHotnewsModule {
    margin: 0 0 10px 0;
}
.UIHotnewsModule .container {
    background-color: #fff;
}
.UIHotnewsModule .Header {
    position: relative;
    margin-bottom: 15px;
    background: #34d5f7;
    background: linear-gradient(225deg,#34d5f7 10%,#149bb8 100%);
    height: 30px;
}
.UIHotnewsModule .Header span:before {
    position: absolute;
    right: calc(100% - 40px);
    height: 1px;
    content: '';
    background-color: #ffffff;
    top: calc(45% - 1px);
    width: 20px;
}
.UIHotnewsModule .Header span {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-left: 50px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    line-height: 30px;
}
.UIHotnewsModule .Header span:after {
    top: calc(50% + 3px);
    width: 34px;
    position: absolute;
    height: 1px;
    content: '';
    background-color: #ffffff;
    right: calc(100% - 40px);
}
.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;
}