
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.HotnewsControl {
    font-family: 'Roboto', sans-serif !important;
    background: #fff none repeat scroll 0 0;
    border: 0px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    margin: 10px 0;
}

.HotnewsControl .Header span {
    display: block;
    color: #eaa800 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 0;
    text-shadow: none; 
    line-height: 1.4;
    margin-bottom: 10px;
}

.HotnewsControl .HotnewsScroll {
    margin: 0;
    max-height: 345px !important;
    overflow: hidden;
    padding: 0;
}

.HotnewsControl .Header {
    border-radius: 5px 5px 0 0;
    height: 26px;
    margin-bottom: 15px;
}

.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
}

div.HotnewsControl .HotnewsList .HotnewsItem {
    clear: both;
    padding: 5px 10px 5px 10px !important;
    min-height: 60px;
    font-size: 13px;
}

.HotnewsControl .HotnewsList .HotnewsItem img {
    float: left;
    height: 50px;
    margin-right: 10px;
    vertical-align: top;
    width: 65px;
    border-radius:5pt;
    object-fit:cover;
}

.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
}

.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
    font-size: 13px;
}

.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #00458a;
}

.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}