.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: 323px!important;
        margin: 0;
        overflow: hidden;
        padding: 5px;
        margin-bottom: 10px;
        box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}
.HotnewsControl .Header {
        background: #0046ff;
        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;
}
.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;
}
.HotnewsControl .HotnewsList .HotnewsItem .new , .HotnewsControl .HotnewsList .HotnewsItem .New{
    background-image: url('images/new2.gif');
    width: 32px;
    background-repeat: no-repeat;
    color: transparent;
    display: inline-block;
}