
.HotnewsControl {
    overflow: hidden;
    margin-bottom: 10px;
}
.HotnewsControl .HotnewsScroll {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    height: 250px !important;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
}
.HotnewsControl .Header {
    background: #f0f0f0 url("images/logo.png") no-repeat scroll 5px 2px;
    border: 1px solid #e0e0e0;
    height: 25px;

}
.HotnewsControl .Header span {
    color: #AB0303;
    font: bold 10pt/25px arial;
    padding-left: 31px;
    text-align: center;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/b.jpg") no-repeat scroll left center;
    clear: both;
    padding: 3px 0px 4px 12px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 2px;
    margin-right: 6px;
    vertical-align: top;
    width: 2px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #E50506;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
