.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid  #e8e8e8;
        border-radius: 7px;
        padding: 0 0 10px;
        box-shadow: 5px 5px 9px #ececec;
        margin-bottom: 15px;
}
.HotnewsControl .Header span {
    color: #fff;
    font: bold 10pt / 28px arial;
    padding-left: 10px;
    text-transform: uppercase;
}
.HotnewsControl .Header span::before {
    width: 46px;
    height: 30px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
	background: url(/gov-lan/5949/logo/header-white-icon.png) no-repeat 5px center;
}


.HotnewsControl .HotnewsScroll {
        height: 120px!important;
        min-height: unset !important;
        overflow: hidden;
        padding: 0;
}

.HotnewsControl .Header {
    background: #127abe url(/images/box-news-l.gif) no-repeat scroll;
    border-bottom: 1px solid #ddd;
    height: 27px;
    margin-bottom: 10px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding:0 10px !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        background: rgba(0, 0, 0, 0) url("images/i1.png") no-repeat scroll left center;
        clear: both;
        display: block;
        padding: 0px 0px 0px 10px !important;
        margin-bottom: 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;
        font-size: 0.9em !important;
}
.HotnewsControl .HotnewsList .HotnewsItem a > span {
        line-height: 1.2em;
        display: block;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        text-transform: lowercase;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:first-letter {
        text-transform: uppercase;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: /*#00458a*/ #fea20e;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}


