.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px 5px 0 0;
        padding: 0;
        margin-bottom:8px;
}
.HotnewsControl .Header span {
        color: #fff;
        font: bold 11pt/22px "Segoe UI",Tahoma,Verdana;
        padding-left: 15px;
}
.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: hidden;
        padding: 0;
}
.HotnewsControl .Header {
        background: rgba(18,170,230,1);
        background: -moz-linear-gradient(top, rgba(18,170,230,1) 0%, rgba(90,178,237,1) 50%, rgba(7,120,200,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,170,230,1)), color-stop(50%, rgba(90,178,237,1)), color-stop(100%, rgba(7,120,200,1)));
        background: -webkit-linear-gradient(top, rgba(18,170,230,1) 0%, rgba(90,178,237,1) 50%, rgba(7,120,200,1) 100%);
        background: -o-linear-gradient(top, rgba(18,170,230,1) 0%, rgba(90,178,237,1) 50%, rgba(7,120,200,1) 100%);
        background: -ms-linear-gradient(top, rgba(18,170,230,1) 0%, rgba(90,178,237,1) 50%, rgba(7,120,200,1) 100%);
        background: linear-gradient(to bottom, rgba(18,170,230,1) 0%, rgba(90,178,237,1) 50%, rgba(7,120,200,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12aae6', endColorstr='#0778c8', GradientType=0 );
        border-radius: 10px 0 0;
        height: 24px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
        clear: both;
        display: block;
        padding: 4px 0 4px 0px;
}
.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;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #00458a;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
@media only screen and (max-width: 600px) {
        div.HotnewsControl .HotnewsScroll {
                min-height: auto!important;
        }
        .HotnewsControl .Header {
                width: 100vw!important;
        }
}
