.HotnewsControl {
       border-radius: 4px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    font-family: 'Roboto';
}
.HotnewsControl .Header span {
       color: #af0000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 15px;
    line-height: 34px;
    font-family: 'Roboto Condensed';
}
.HotnewsControl .HotnewsScroll {
        height: 380px!important;
        margin: 0;
        overflow: hidden;
        padding: 5px;
}
.HotnewsControl .Header {
        height: 40px;
        padding-top: 5px;
        color: #222;
    display: block;
    line-height: 35px;
    background: url(images/ic-title.png) no-repeat left 12px;
    margin-left: 12px;
    padding-left: 20px;
    border-bottom: 1px solid #d65a01;
    margin-bottom: 5px;
    margin-right: 15px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
        padding-top: 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        display: block;
        padding: 0 0 10px 0!important;
        line-height: 1.4;
        padding-left: 5px!important
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        float: left;
        height: 65px;
        margin-right: 6px;
        vertical-align: top;
        width:100px;
        object-fit: contain;
        margin-left: 12px;
        flex: 0 0 100px;
        display: none;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        display: flex
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        line-height: 1.4;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #00458a;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
