
.HotnewsControl {
    padding: 0;
    position: relative;
}
.HotnewsControl .Header span {
    border-bottom: 2px solid #f94000;
    color: #f94000;
    display: inline-block;
    font: bold 15px/28px "Segoe UI",Tahoma,Verdana;
    padding: 0 0 0 27px;
    width: 93%;
}
.HotnewsControl .HotnewsScroll {
    height: 274px !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat scroll left 10px center;
    height: 28px;
    padding: 0 8px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 0 0 0 3px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/iconLi.png") no-repeat scroll left center;
    clear: both;
    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: 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: 5px;
    height: 24px;
    position: absolute;
    right: 5px;
    width: 24px;
    z-index: 500;
}
