
.HotnewsControl .Header {
    background: #ef1414 url("images/b.png") no-repeat scroll right top;
    border-radius: 5px 5px 0 0;
    height: 25px;
}

.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 10px 0 0;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 0 10px;
}
.HotnewsControl .Header span {
    color: #ffffff;
    font: bold 10pt/25px arial;
    padding-left: 10px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    overflow: hidden;
    padding-right: 10px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/iconLi.png") no-repeat scroll left center;
    clear: both;
    display: inline-block;
    padding: 3px 5px 4px 20px;
}
.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;
}
