@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');
.HotnewsControl {
    border-radius: 5px 5px 0 0;
    padding: 0;
    height:360px;
    border: solid 1px #e00000;
}
.HotnewsControl .Header span {
    color: #fff;
    display: inline-block;
    font: bold 13px roboto;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 40px;
    line-height: 30px;
}
.HotnewsControl .HotnewsScroll {
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: #cc0000 url("images/speaker.png") no-repeat scroll left 5px center;
    border-bottom: 1px solid #ddd;
    height: 30px;
}
.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;
    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;
    margin: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #cc0000;
    margin: 10px;
    font: 10pt/20px roboto;

}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #cd0000;
    font-weight: bold;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
