.HotnewsControl {
        background: none repeat scroll 0 0 #fcfcfc;
        height: 315px;
        overflow: hidden;
        padding: 0 0 20px;
        width:100% !important;
        margin-bottom: 10px;
}
.HotnewsControl .Header span {
        color: #fff;
        font: bold 10pt/29px arial;
        text-transform: uppercase;
}
.HotnewsControl .HotnewsScroll {
        height: 270px !important;
        margin: 0;
        overflow: hidden;
        padding-right: 0;
}
.HotnewsControl .Header {
        background: #008000;
        border-radius: 5px 5px 0 0;
        height: 27px;
        padding-left: 8px;
        display: none;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 0;
        overflow: auto;
        height: 100%;
}
.HotnewsControl .HotnewsList::-webkit-scrollbar {
        width: 7px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        background: url("images/diep124.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        clear: both;
        display: inline-block;
        padding: 5px 5px 5px 15px !important;
}
.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;
        /*     text-transform: lowercase; */
}
.HotnewsControl .HotnewsList .HotnewsItem::first-letter{
        text-transform: uppercase;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #0072BA;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
