
.HotnewsControl {
background: rgba(22,148,39,1);
background: -moz-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,148,39,1)), color-stop(100%, rgba(117,209,125,1)));
background: -webkit-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: -o-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: -ms-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: linear-gradient(to bottom, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#169427', endColorstr='#75d17d', GradientType=0 );
    border-radius: 10px 10px 0 0;
    margin: 10px 0;
}
.HotnewsControl .HotnewsScroll {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: -10px;
    overflow: hidden;
    padding: 0;
    height: 273px!important;
}
.HotnewsControl .Header {
    background: url("images/thongbao.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 44px;
    left: -9px;
    position: relative;
    z-index: 5;
}
.HotnewsControl .Header > span {
    color: #ffeb00;
    font: bold 10pt/40px arial;
    padding-left: 50px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: url("images/star.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    clear: both;
    padding: 5px 5px 5px 23px !important;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 60px;
    margin-right: 6px;
    vertical-align: top;
    width: 80px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #ffffff !important;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #fff !important;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #ff4e00;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
