@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');
.HotnewsControl {
    padding: 0;
    height:430px;
    border: solid 1px #ddd;
        margin-bottom: 15px;
        margin-top: 15px;
}

.HotnewsControl .Header span {
    color: #fff;
    display: inline-block;
    font: bold 14px roboto;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 35px;
}
.HotnewsControl .HotnewsScroll {
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
        margin-bottom: 15px;
}
.HotnewsControl .Header {
    background: #005bcc;
    height: 35px;
    margin: 0;
    text-align: left;
    padding: 0 20px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("https://storage-vnportal.vnpt.vn/bpc-khdn//themes/ubndchonthanh/uihotnewsmodule/images/i1.png") no-repeat scroll left center;
    clear: both;
    display: block;
    border-style: dotted;
        line-height: 1.333;
        font-family: arial,sans-serif;  
    border-width: 0 0 1px 0;
}
.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;
        line-height: 1.333;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #333;

}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #dd127b
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
