
.HotnewsControl {
    margin: 0 0 20px 0;
}
.HotnewsControl .Header span {
    color: #fff;
    font-size: 22px;
    padding-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 35px;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    max-height: 345px !important;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    height: 35px;
    background: #0074bc;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/arr_b.png") no-repeat scroll left center;
    clear: both;
    padding: 5px 0 5px 12px;
}
.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;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #ef59a1;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
