
.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
    padding: 0;
}
.HotnewsControl .Header span {
    color: #fff;
    display: inline-block;
    font: bold 13px/27px Arial;
    padding-left: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.HotnewsControl .HotnewsScroll {
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: url("images/icon.png") no-repeat scroll right 8px top 9px, rgba(0, 0, 0, 0) url("images/menu.png") repeat-x scroll right top;
    border-bottom: 1px solid #ddd;
    height: 27px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    height: 300px !important;
    padding: 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    clear: both;
    display: block;
    padding: 4px 0 4px 10px;
}
.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;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #1a79eb;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
