.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        padding: 0;
        margin: 10px 0;
        margin-top: 0;
}
.HotnewsControl .Header span {
        color: white;
		font-size: 18px;
        text-transform: uppercase;
        display: inline-block;
        padding-right:15px;
        font-weight: 600;
}
div.HotnewsControl .HotnewsScroll {
        margin: 0;
        max-height: 575px !important;
        overflow: auto;
        padding: 0;
        min-height: 575px;
}
.HotnewsControl .Header {
        background: #823507;
        border-radius: 0;
        padding: 8px;
}
.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 15px !important;
        display: list-item;        
    	list-style-type: square; 
    	list-style-position: inside;
}
.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: #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;
        }
}
