.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    padding: 0;
    margin: 10px 0;
}
.HotnewsControl .Header span {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 26px;
    color: #ffffff;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    max-height: 345px !important;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: #0681c9 url("images/bar.png") no-repeat scroll right center;
    border-radius: 5px 5px 0 0;
    height: 26px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.png") no-repeat scroll left center;
    clear: both;
    padding: 5px 0 5px 12px;
}
.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: #b82805;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
