
.HotnewsControl {
    background: url("images/line.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    /* border-radius: 10px 0 0; */
    height: 298px;
    overflow: hidden;
    padding: 0 0px 10px 0;
    position: relative;
    margin-bottom:10px;
}
.HotnewsControl .Header span {
    color: #fdfdfd;
    font: bold 9pt/32px arial;
    padding-left: 62px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsScroll {
    height: 270px !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.HotnewsControl .Header {
    background: linear-gradient(to bottom right, #000099, #0082e3);
    height: 35px;
    border-radius: 0;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 0 0 0 10px;
    position: absolute;
}
.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: #0f6fa9;
}
.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;
    width: 24px;
    z-index: 500;
    top: 35px;
    right: 5px;
}
.HotnewsControl .scrolldown {
    background: url("images/down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 500;
    bottom: 5px;
    right: 5px;
}
