
.UIHotnewsModule_right .HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
}
.UIHotnewsModule_right .HotnewsControl .Header span {
    color: #444;
    font-family: "NotoSans", sans-serif !important;
    font-size: 13px;
    padding-left: 30px;
    text-transform: none;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsScroll {
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.UIHotnewsModule_right .HotnewsControl .Header {
    background: url("images/logo.png") no-repeat scroll 5px center, rgba(0, 0, 0, 0) url("images/bar.png") repeat-x scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    height: 26px;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    clear: both;
    display: block;
    padding: 4px 0 4px 10px;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 50px;
    margin-right: 6px;
    vertical-align: top;
    width: 65px;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #00458a;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
