.HotnewsControl {
        overflow: hidden;
        margin-bottom:10px
}
.HotnewsControl .HotnewsScroll {
        overflow: hidden;
        padding: 0;
        margin: 0;
        background: #f0f0f0;
}
.HotnewsControl .Header {
        background: url("images/icon.png") no-repeat scroll 8px center, linear-gradient(180deg, #82bb05, #a2cb3e);
        font: bold 10pt arial;
        height: 30px;
        border-radius: 5px 5px 0 0;
}
.HotnewsControl .Header span {
        color: #ffffff;
        font: bold 10pt/30px arial;
        padding-left: 40px;
        text-transform: uppercase;
}
.HotnewsControl .HotnewsList{
        clear: both;
        display: inline-block;
        padding: 5px;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        display: inline-block;
        padding: 5px;
        background: url("images/iconli.png") no-repeat scroll left 11px rgba(0, 0, 0, 0);
        padding-left: 20px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        float: left;
        height: 60px;
        margin-right: 6px;
        vertical-align: top;
        width: 80px;
        display: none;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222;
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        padding-top: 0;
        color: #222222;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #FF4E00;
}
.HotnewsControl .HotnewsList .active {
        background-color: #CCCCCC;
}
