.HotnewsControl .Header {
        background: #2196F3;
        height: 30px;
        background-size: contain;
}
.HotnewsControl .Header span {
        color: #ffffff;
        display: inline-block;
        font: bold 10pt/30px arial;
        padding-left: 15px;
        text-transform: uppercase;
}
.HotnewsControl {
        overflow: hidden;
}
.HotnewsControl .HotnewsScroll {
        background: #ffffff none repeat scroll 0 0;
        height: 270px !important;
        margin: 0;
        overflow: hidden;
        padding: 0;
}
.HotnewsControl .HotnewsList {
        padding: 2px 0;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        float: left;
        padding: 5px 0;
        font-size: 14px;
        line-height: 1.2;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        float: left;
        height: 55px;
        margin-right: 6px;
        vertical-align: top;
        width: 70px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.2;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        font-size: 14px;
        line-height: 1.2;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #ff4e00;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
