.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
        height: 361px;
        padding: 0;
}
.HotnewsControl .Header span {
        color: #d80404;
        font: bold 10pt/28px arial;
        padding-left: 35px;
        text-transform: uppercase;
}
.HotnewsControl .HotnewsScroll {
        height: 325px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        max-height: 331px;
}
.HotnewsControl .Header {
        background: #efefef url("images/logo.png") no-repeat scroll 8px 3px;
        border-bottom: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
        height: 27px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
}
.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 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;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        font: bold 09pt arial;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #00458a;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
@media only screen and (max-width: 768px){
        .HotnewsControl {
                padding: 5px !important;
                margin: 0;
                width: 100vw !important;
                overflow: hidden;
        }
}
