.HotnewsControl {
        -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-color: #e9ecef;
        border-image: none;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        margin: 0 0 15px;
}
.HotnewsControl .Header span {
        border-bottom: 1px solid #bd1f24;
        color: #212529;
        display: inline-block;
        padding: 0px 0 0 40px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        line-height: 45px;
}
.HotnewsControl span.new {
        background: rgba(0, 0, 0, 0) url("Images/new.gif") no-repeat scroll 0 0;
        color: transparent;
        height: 12px;
        width: 23px;
}
div.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: hidden;
        padding: 10px 15px;
        overflow: auto;
        min-height: 400px;
}
@media only screen and (min-width: 769px){
div.HotnewsControl .HotnewsScroll {
        height: 403px !important;
}
div.HotnewsControl .HotnewsList {
    height: auto !important;
}
} 
.HotnewsControl .Header {
        background: rgb(248 249 250) url(images/logo.png) no-repeat scroll left 10px center;
        padding: 0;
}
div.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 0;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        background: rgba(0, 0, 0, 0) url("Images/i.gif") no-repeat scroll left 13px;
        /* float: left; */
        padding: 10px 0 15px 0px;
        padding-right: 0 !important;
        text-align: justify;
        display: block;
        position: relative;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        /* display: none; */
        /* float: left; */
        height: 40px;
        margin-right: 0;
        vertical-align: top;
        width: 60px;
        object-fit: cover;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        display: flex;
        gap: 15px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        flex: 1;
        font-size: 15px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #00458a;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.ArticlePostDate {
        color: #6c757d;
        font-size: 13px;
        margin-top: 5px;
        position: absolute;
        bottom: 10px;
        right: 0;
}
div.HotnewsControl .HotnewsList .HotnewsItem+div {
        border-top: 1px dashed #ddd;
}
@media only screen and (max-width: 768px){
        div.HotnewsControl {
                padding: 0 0px !important;
                margin: auto;
                margin-bottom: 10px;
                width: calc(100vw - 20px) !important;
        }
}
