.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px 5px 0 0;
        padding: 0;
        /* box-shadow: 5px 5px 9px #ececec; */
        margin-bottom: 10px;
}
.HotnewsControl .Header span {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 20px;
        line-height: 30px;
        font-family: 'Merriweather';
}
.HotnewsControl .HotnewsScroll {
        height: 450px!important;
        margin: 0;
        overflow: hidden;
        padding: 5px;
}
.HotnewsControl .Header {
        border-bottom: 1px solid #ddd;
        height: 30px;
        list-style: outside none none;
        background: #da251c url(https://storage-vnportal.vnpt.vn/cbg-ubnd/themes/default/uisteeringdocument/newsteering/images/t.png) no-repeat scroll right 5px center;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        background: rgba(0, 0, 0, 0) url("images/i1.png") no-repeat scroll left center;
        clear: both;
        display: block;
        padding: 4px 0 4px 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 50px;
        margin-right: 6px;
        vertical-align: top;
        width: 65px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        font-size: 16px;
        /* text-align: right; */
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        font-family: 'Merriweather';
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #00458a;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
