
.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    padding: 0;
    box-shadow: 5px 5px 9px #ececec;
}
.HotnewsControl .Header span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 30px;
}
.HotnewsControl .HotnewsScroll {
    height: 300px!important;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}
.HotnewsControl .Header {
    background: #0080d5;
    border-bottom: 1px solid #ddd;
    height: 30px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i1.png") no-repeat scroll left center;
    clear: both;
    display: block;
    padding: 4px 0 4px 10px !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: #00458a;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
