.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        /* border-radius: 5px 5px 0 0; */
        padding: 10px 0;
        /* box-shadow: 5px 5px 9px #ececec; */
        border: 1px solid #dddddd;
        /* border-radius: 7px; */
        margin-bottom: 25px;
}
.HotnewsControl .Header span {
        color: #fff;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 27px;
        line-height: 30px;
}
.HotnewsControl .Header span::before {
        width: 46px;
        height: 30px;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        background: url(/gov-lan/5944/icons/header-white-icon.png) no-repeat 5px center;
}
.HotnewsControl .HotnewsScroll {
        height: 250px!important;
        overflow: hidden;
        padding: 0;
}
.HotnewsControl .Header {
        margin-bottom: 10px;
        background: #00519b;
        border-bottom: 1px solid #ddd;
        height: 30px;
        position: relative;
        display: none;
}
.HotnewsControl .HotnewsList {
        padding: 0 15px !important;
        clear: both;
        display: block;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        /*background: rgba(0, 0, 0, 0) url("images/bardo.png") no-repeat scroll left center;*/
        clear: both;
        display: block;
        padding: 0 !important;
        margin-bottom: 10px;
        position: relative;
}
.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:before {
        content: "";
        width: 6px;
        height: 6px;
        background: #ce1126;
        position: absolute;
        left: 0;
        top: 8px;
        border-radius: 50%;
}
.HotnewsControl .HotnewsList .HotnewsItem a > span {
        line-height: 1.2em;
        display: block;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        padding-left: 15px;
        color: #222222;
        padding-top: 0;
        text-transform: lowercase;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:first-letter {
        text-transform: uppercase;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #00458a;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
@media only screen and (max-width: 768px) {
        .HotnewsControl {
                margin: 10px !important;
                width: auto !important;
        }
}
.
