
.HotnewsControl {
    background: none repeat scroll 0 0 #f3f3f3;
    height: 315px;
    overflow: hidden;
    padding: 0 0 20px;
    width:100% !important;
    margin-bottom: 10px;
        margin-top:15px;
}
.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;
    min-height: unset !important;
}
.HotnewsControl .Header {
    background: #cd2323;
    height: 30px;
    padding-left: 8px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
        padding: 5px 10px!important;
        background: #f3f3f3;
}
.HotnewsControl .HotnewsList .HotnewsItem {
   
    clear: both;
    display: inline-block;
    padding: 5px 0 !important;
    width: 100%;
}
.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; */
    line-height: 1.35;
}
.HotnewsControl .HotnewsList .HotnewsItem::first-letter{
text-transform: uppercase;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #cd2323;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
