.HotnewsControl {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: rgb(245 245 245) none repeat scroll 0 0;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        border-image: none;
        border-radius: 0;
        border-style: solid;
        border-width: 0px;
        margin: 0 0 10px;
}
.HotnewsControl .Header span {
        /* border-bottom: 1px solid #ffca26; */
        color: #fff;
        display: inline-block;
        padding: 0 0 0 35px;
        white-space: nowrap;
        width: 80%;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        line-height: 35px;
        background: #056dec url(images/logo.png) no-repeat scroll left 10px center;
        position: relative;
}
.HotnewsControl .Header span:before{
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 6px solid #033571;
        position: absolute;
        top: -6px;
        left: 0;
}
.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: 0px 10px;
        max-height: 381px;
        overflow: auto;
        min-height: 381px;
}
.HotnewsControl .Header {
        /* background: rgb(233 236 239); */
        height: 35px;
        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: 3px 0 3px 10px;
        padding-right: 0 !important;
        text-align: justify;
        padding-left: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        /* display: none; */
        /* float: left; */
        height: 50px;
        margin-right: 0;
        vertical-align: top;
        width: 80px;
        min-width: 80px;
        margin-top: 3px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        display: flex;
        gap: 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #00458a;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.ArticlePostDate {
        color: #607d8b;
        font-size: 12px;
        margin-top: 5px;
}
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;
        }
}
