.HotnewsControl {
        /*background: rgba(0, 0, 0, 0) url("images/bot.png") no-repeat scroll right bottom;*/
        height: 367px;
        overflow: hidden;
        /*padding: 0 4px 9px 0;*/
        position: relative;
}
.HotnewsControl .Header span {
        /* line-height: 30px; */
        color: #fff;
        font-size: 15px;
        background: #003366;
        padding: 8px 10px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        flex: 1;
}
.HotnewsControl .HotnewsScroll {
        border-bottom: 1px solid #ddd;
        border-image: none;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        /* height: 334px !important; */
        margin: 0;
        overflow: hidden;
}
.HotnewsControl .Header {
        background: #003366;
        display: flex;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 0 0 0 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        background-position: 0px 14px;
        clear: both;
        display: block;
        padding: 5px 10px !important;
        !i;
        !;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    float: left;
    height: 50px;
    margin-right: 6px;
    vertical-align: top;
    width: 65px;
    background-image: url('images/no-image.jpg');
    background-size: cover;
    background-position: center;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #000;
        padding-top: 0;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #0f6fa9;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .scrollup {
        background: rgba(0, 0, 0, 0) url("images/up.png") no-repeat scroll center center;
        height: 24px;
        position: absolute;
        right: 5px;
        top: 35px;
        width: 24px;
        z-index: 500;
}
.HotnewsControl .HotnewsList .HotnewsItem .itemnews {
        padding-left: 7px;
        background: rgba(0, 0, 0, 0) url('https://snv.binhthuan.gov.vn/Themes/sonoivu/UIHotnewsModule/Images/new.gif') no-repeat scroll right center;
        color: transparent;
}
.HotnewsControl .scrolldown {
        background: rgba(0, 0, 0, 0) url("images/down.png") no-repeat scroll center center;
        bottom: 13px;
        height: 24px;
        position: absolute;
        right: 5px;
        width: 24px;
        z-index: 500;
}
.HotnewsControl .HotnewsList .HotnewsItem .itemnews {
        padding-left: 7px;
        background: rgba(0, 0, 0, 0) url('https://syt.binhthuan.gov.vn/Themes/Blue01/UIHotnewsModule/Images/new.gif') no-repeat scroll right center;
        color: transparent;
}
