
.HotnewsControl {

    overflow: hidden;

}
.HotnewsControl .HotnewsScroll {
    background: none repeat scroll 0 0 #ffffff;
    height: 270px !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: url("Images/news_title_bg.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font: bold 10pt/28px arial;
    height: 28px;
    padding-left: 20px;
}
.HotnewsControl .HotnewsList {
    padding: 2px 0;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    clear: both;
    float: left;
    padding: 3px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    float: left;
    height: 45px;
    margin-right: 6px;
    vertical-align: top;
    width: 60px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #ff4e00;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
