.UIHotnewsModule {
    position: relative;
    padding: 15px;
    background: #f1fcefc2;
    margin: 20px 0;
    z-index: 10;
    border-radius:5px;
}
.UIHotnewsModule .container {
    padding: 0;
}
.UIHotnewsModule .Header {
    position: relative;
    margin: 0 0 15px 0;
    text-align: center;
}
.UIHotnewsModule .Header span {
    padding: 15px 0 10px 10px;
    margin-top: 0px;
    font-family: 'Roboto', Arial;
    text-transform: uppercase;
    color: #009342;
    font-weight: 500;
    display: inline-block;
    font-size: 1.2em;
}
.UIHotnewsModule .Header:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: initial;
    left: 0;
    bottom: 0px;
    background: linear-gradient(90deg, #f5f5f5 0%, #009342 10%, #009342 10%, #009342 90%, #009342 90%, #f5f5f5 100%);
}
.UIHotnewsModule .Header:after {
    content: "";
    display: block;
    position: absolute;
    width: 125px;
    height: 7px;
    top: initial;
    bottom: -5px;
    left: 0px;
    margin: 0 auto;
}
.UIHotnewsModule .item {
    float: left;
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: justify;
}
.UIHotnewsModule .item a:hover {
    color: #009342;
}
.UIHotnewsModule .item a {
    float: left;
    clear: both;
    margin-bottom: 10px;
}
.UIHotnewsModule .item img.HotnewsItemImage {
    width: 120px!important;
    float: left;
    margin-right: 10px;
    height: 95px;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 1px;
}
.UIHotnewsModule .item span.ArticleTitle {
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
}