
.HotnewsControl {
    margin: 10px 0;
}
.HotnewsControl .Header span {
    color: #ffffff;
    font: bold 13px/28px arial;
    padding-left: 15px;
  text-transform:uppercase;
}
.HotnewsControl .HotnewsScroll {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-image: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: auto;
    margin: 0;
    overflow: hidden;
}
.HotnewsControl .Header {
background: rgba(127,186,0,1);
background: -moz-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,186,0,1)), color-stop(100%, rgba(159,204,63,1)));
background: -webkit-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: -o-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: -ms-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: linear-gradient(to bottom, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fba00', endColorstr='#9fcc3f', GradientType=0 );
    border-radius: 5px 5px 0 0;
    height: 28px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 0 0 0 4px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/iconLi.png") no-repeat scroll left center;
    clear: both;
    display: block;
    padding: 5px 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: #0f6fa9;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
.HotnewsControl .scrollup {
    background: rgba(0, 0, 0, 0) url("images/up.png") no-repeat scroll center center;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 35px;
    width: 24px;
    z-index: 500;
}
.HotnewsControl .scrolldown {
    background: rgba(0, 0, 0, 0) url("images/down.png") no-repeat scroll center center;
    bottom: 13px;
    height: 24px;
    position: absolute;
    right: 5px;
    width: 24px;
    z-index: 500;
}
