.HotnewsControl {
        background: url("images/verBar.png") no-repeat scroll center top #fcf7c0;
        border: 2px dashed #5db006;
        border-radius: 15px;
        margin: 20px 0 10px;
        padding: 10px 5px 1px;
}
.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: hidden;
        padding-bottom: 15px;
}
.HotnewsControl .Header {
        background: url("images/bar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
        height: 50px;
}
.HotnewsControl .Header span {
        color: #fff !important;
        font: bold 10pt/50px arial;
        padding-left: 50px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        background: url("images/star.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        clear: both;
        padding: 5px 5px 5px 23px !important;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 60px;
        margin-right: 6px;
        vertical-align: top;
        width: 80px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        font:10pt/23px roboto;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #FF4E00;
}
.HotnewsControl .HotnewsList .active {
        background-color: #CCCCCC;
}
@media only screen and (max-width: 768px)
{
        .HotnewsControl .HotnewsScroll{
                min-height: 300px !important;
        }
        .HotnewsControl {
                margin: 15px !important;
                width: 92vw !important;
        }
}
