
.HotnewsControl {
    background: url("images/r.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 260px;
    margin: 10px 0;
    overflow: hidden;
}
.HotnewsControl .HotnewsScroll {
    height: 190px !important;
    overflow: hidden;
    padding-bottom: 0;
}
.HotnewsControl .Header {
    background: url("images/bar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 43px !important;
    margin-left: -7px;
    text-align: left;
}
.HotnewsControl .Header > span {
    color: #fff;
    font: bold 13px/40px arial;
    padding-left: 50px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
    clear: both;
    padding: 0 10px 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: url("images/iconLi.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    clear: both;
    display: block;
    padding: 3px 5px 4px 14px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 60px;
    margin-right: 6px;
    vertical-align: top;
    width: 80px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #000;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #b90e13;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
