.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px 5px 0 0;
        padding: 0;
        box-shadow: 5px 5px 9px #ececec;
        margin-bottom: 15px;
}
.HotnewsControl .Header span {
        padding: 0px 20px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 37px;
        background-color: #eb0000;
        border-radius: 5px 5px 0 0;
        position: relative;
}
.HotnewsControl .Header span:before{
        content: url("images/icon_aftertit.png");
        position: absolute;
        left: 45%;
        bottom: -19px;
}
.HotnewsControl .HotnewsScroll {
        max-height: 289px!important;
        margin: 0;
        overflow: hidden;
        padding: 5px;
        background-color: #f0f9fe;
        padding-top: 0;
        border: 1px solid #009ee3;
}
.HotnewsControl .Header {
        background: #009ee3;
        height: 36px;
        border-radius: 5px 5px 0 0;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        background: rgba(0, 0, 0, 0) url("images/icon_libvdm.png") no-repeat left 13px;
        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: #000;
        padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #00458a;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .HotnewsList .HotnewsItem .itemnews {
        padding-left: 7px;
        background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
        color: transparent;
}
