.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        padding: 0;
        /* margin-top: 23px; */
        /* padding-left: 20px; */
        overflow: auto;
        /* padding-right: 10px; */
        width: auto !important;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
}
.HotnewsControl  .ArticlePostDate {
        display: none;
}
.HotnewsControl .HotnewsScroll {
        height: auto !important; 
        margin: 0;
        /* overflow: auto; */
        padding: 0;
        /* padding-right: 10px; */
}
.HotnewsControl .Header {
        border-top: 2px solid #DA251C;
        border-bottom: 1px solid #eeeeee;
        background: url(images/logonan2.png) no-repeat;
        padding-left: 37px;
        line-height: 26px;
        border-radius: 2px 2px 0 0;
        /* padding-bottom: 15px; */
        padding-top: 0px;
        font-weight: bold;
        background-position-y: 40%;
}
.HotnewsControl .HotnewsList .HotnewsItem::before {
        content: '\25A0';
        color: #DA251C;
        margin-right: 12px;
        font-size: 13px;
}
.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;
        display: inline-block;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        padding-top: 0;
        display: inline-block;
        font-family: Merriweather;
        font-style: normal;
        /* font-weight: bold; */
        font-size: 14px;
        line-height: 1.8 !important;
        color: #031739;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #031739;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        display: flex;
        align-items: flex-start;
        border-bottom: none !important;
        padding: 18px 0 18px 0px !important;
        /*min-height: 109px;*/
        min-height: auto;
}
.HotnewsControl .HotnewsList {
        padding: 0 !important;
}
.HotnewsControl .HotnewsList .HotnewsItem+.HotnewsItem {
        border-top: 1px solid #EEEEEE
}
@media only screen and (max-width: 1023px){
        .HotnewsControl .Header {
                border-top: none;
        }
        div.HotnewsControl {
                margin-top: 0px;
                padding: 0 10px !important;
                !i;
                !;
                width: 100% !important;
                margin-bottom: 10px;
        }
        div.HotnewsControl .HotnewsList .HotnewsItem {
                min-height: unset;
                padding: 20px 0 !important;
        }
        .HotnewsControl div.HotnewsScroll {
                /* height: auto !important; */
                border-top: 1px solid #eeeeee;
        }
        .HotnewsControl div.HotnewsList {
                padding: 0;
        }
        .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
                font-family: Merriweather;
                font-style: normal;
                font-weight: bold;
                font-size: 15px;
                line-height: 23px;
                /* or 153% */
                /* Grey 1 */
                color: #031739;
        }
}
