
.HotnewsControl {
    margin: 2px 0 8px;
}
.HotnewsControl .Header span {
    color: #0058b3;
    display: inline-block;
    font: bold 14px/24px arial;
    padding: 0 0 0 28px;
}
.HotnewsControl .HotnewsScroll {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #7495ae #dfe0e4 #d0d1d5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0 6px 0 4px;
      height: 300px!important;
}
.HotnewsControl .Header {
    background: rgba(0, 0, 0, 0) linear-gradient(#e4ecf2, #cdd6de) repeat scroll 0 0;
    height: 25px;
}
.HotnewsControl .HotnewsList {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    clear: both;
    float: left;
    padding: 5px 0 5px 15px !important;
}
.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: #960c01;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
