
.HotnewsControl {
    margin: 0 0 10px;
    max-height:400px!important;
        overflow:hidden;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    overflow: hidden;
    height: auto !important;
}
.HotnewsControl .Header {
    background: url("images/news.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 65px;
}
.HotnewsControl .Header span {
    color: #ffffff;
    display: none;
    font: bold 0pt/40px arial;
    height: 40px;
    padding-left: 50px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 5px;
    height: auto !important;
}
.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;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 60px;
    margin-right: 6px;
    vertical-align: top;
    width: 80px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    font: 11pt arial;
    padding-top: 0;
}


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