.HotnewsControl {
        /* margin: 8px 0; */
        margin-top: 15px;
}
.HotnewsControl .Header{
    font-weight: bold;
    text-align: left;
    padding: 4px 0;
    background: #daeaf9;
}
.HotnewsControl .Header span {
        color: #e26f2c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 6px 20px 5px;
    background: #ebebeb;
    
}
div.HotnewsControl .HotnewsScroll {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        margin: 0;
        overflow: auto;
        padding: 0;
        max-height: 250px;
        min-height: 250px;
            border: 1px solid #eee;
}
.HotnewsControl .Header {
    background: #ebebeb;
    margin-top: 10px;
}
div.HotnewsControl .HotnewsList {
        display: inline-block;
        margin: 0;
        padding: 0 10px;
        height: auto !important;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        float: left;
        padding: 5px 0 5px 15px;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: justify;
        width: 100%;
}
div.HotnewsControl .HotnewsList .HotnewsItem+div{
       
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 50px;
        margin-right: 6px;
        vertical-align: top;
        width: 65px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #212529;
        text-decoration: none;
        text-align: justify;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #212529;
        padding-top: 0;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
        display: inline-block;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #960c01;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .ArticlePostDate {
        font-size: 12px;
        color: #6c757d;
        text-align: right;
}
@media only screen and (max-width: 1023px){
        div.HotnewsControl {
                padding: 0 10px;
                margin-bottom: 10px;
        }
}
