.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #E5E5E5;
        border-radius: 0;
        padding: 0;
        margin: 10px 0;
        margin-top: 0;
}
.HotnewsControl .Header span {
        color: #fff;
        font: 14px/26px Roboto;
        padding-left: 15px;
        text-transform: uppercase;
}
div.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: auto;
        padding: 0;
}
.HotnewsControl .Header {
        background: #bf0404 url("images/bar.png") no-repeat scroll right center;
        border-radius: 0;
        height: 26px;
        display: none;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
        height: auto !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        /* background: url(images/arr-red1.gif) no-repeat 5px 10px; */
        clear: both;
        padding: 4px 5px 5px 4px !important;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        /* display: none; */
        float: left;
        height: 60px;
        margin-right: 5px;
        vertical-align: top;
        width: 80px;
        border-radius: 4px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #333;
        font-size: 14px;
        font-weight: 600;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticlePostDate{
        display: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #b82805;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .HotnewsList, ::after, ::before{
        box-sizing: border-box;
}
@media only screen and (max-width: 768px){
        div.HotnewsControl{
                max-width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
}