
.HotnewsControl {
    background: rgba(0, 0, 0, 0) url("images/bot.png") no-repeat scroll right bottom;
    height: 367px;
    overflow: hidden;
    padding: 0 4px 9px 0;
    position: relative;
}
.HotnewsControl .Header span {
    color: #ffffff;
    font: bold 13px/28px arial;
    padding-left: 20px;
    text-transform: uppercase;
    white-space: nowrap !important;
}
.HotnewsControl .HotnewsScroll {
    border-bottom: 1px solid #ddd;
    border-image: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 327px !important;
    margin: 0;
    overflow: hidden;
}
.HotnewsControl .Header {
background: #1575d6;
background: -moz-linear-gradient(left, #1575d6 0%, #3f89d3 100%);
background: -webkit-linear-gradient(left, #1575d6 0%,#3f89d3 100%);
background: linear-gradient(to right, #1575d6 0%,#3f89d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1575d6', endColorstr='#3f89d3',GradientType=1 );
  
  
    height: 26px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 0 0 0 10px;
}
.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 !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: #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;
}
