
.HotnewsControl {
    background: url("Images/line.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px 0px 0 0;
    height: 298px;
    overflow: hidden;
    padding: 0 10px 10px 0;
      position: relative;
}
.HotnewsControl .Header span {
    color: #fff;
    font: bold 11pt/32px arial;
    padding-left: 32px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsScroll {
    height: 270px !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: url("Images/news.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 39px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 0 0 0 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: url("Images/iconLi.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    clear: both;
    display: inline-block;
    padding: 3px 20px 4px;
}
.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;
}
.HotnewsControl .scrollup {
    background: url("images/up.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 24px;
    position: absolute;
    right: 5px;
    top: 35px;
    width: 24px;
    z-index: 500;
}
.HotnewsControl .scrolldown {
    background: url("images/down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    bottom: 5px;
    height: 24px;
    position: absolute;
    right: 5px;
    width: 24px;
    z-index: 500;
}