.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #E5E5E5;
        border-radius: 0;
        padding: 0;
        margin: 10px 0;
        margin-top: 0;
}

div.HotnewsControl .HotnewsScroll {
        margin: 0;
        max-height: 575px !important;
        overflow: auto;
        padding: 0;
        min-height: unset;
        
        background: #f7f7f7;
}

.UIHotnewsModule_default .Header span {
    white-space: nowrap;
    line-height: 38px;
    display: inline-block;
    border-bottom: 3px solid #f5c400;
    padding: 2px 20px 0px 5px;
    color: #cd2629;
    height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.28em;
    margin: 0;
    text-align: left;
    /* width: 100%; */
    margin-bottom: 5px;
    position: absolute;
    left: 0;
     font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
}


.UIHotnewsModule_default .Header span::after {
        content: "";
    position: absolute;
    left: 10%;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f5c400;
}

.UIHotnewsModule_default .Header {
    text-transform: uppercase;
    /* border-left: 10px solid #037dba; */
    /* line-height: 20px; */
    width: 100%;
    /* background: #f7f7f7; */
    border-bottom: 3px solid #b10804;
    height: 33px;
    position: relative;
    margin-bottom: 5px;
}

.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: 10px 5px 10px 5px !important;
}

.HotnewsControl .HotnewsList .HotnewsItem {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
        font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
}


.HotnewsControl .HotnewsList .HotnewsItem:last-child {
    border-bottom: none;
}


.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: normal;
            font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
}
.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;
        }
}
