
.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
    padding: 0;
}
.HotnewsControl .textHeadNews{
    display: none;
}
.HotnewsControl .Header span {
    color: #0099cc;
    display: inline-block;
    padding-left: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
}
.HotnewsControl .HotnewsScroll {
    min-height: 450px !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: url("images/bgthongbao.png") repeat-x;
    border-bottom: 2px solid #0099cc;
    height: 38px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    height: 450px !important;
    padding: 0 !important;
    overflow-y: scroll;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    clear: both;
    display: block;
    padding-left: 20px;
    padding: 10px 5px 10px 5px !important;
    border-bottom: 1px solid #dcdcdc;
    height: 90px;
}
.HotnewsControl .HotnewsList .HotnewsItem:nth-child(2n+1) {
    background: #e7f6fd;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    /* display: none; */
    float: left;
    height: 70px;
    margin-right: 6px;
    vertical-align: top;
    width: 100px;
    object-fit: cover;
}
.HotnewsControl .HotnewsList .HotnewsItem img:not([src]) {
    display: none !important;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #1a79eb;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}

.HotnewsControl ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
}
.HotnewsControl ::-webkit-scrollbar-track {
        background: silver;
        border-radius: 3px;
}
.HotnewsControl ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}