.HotnewsControl {
        border:  solid 1px #c3c3c3;
        border-top: none;
        height: 437px;
        overflow: hidden;
        margin-left: 5px;
        background: url(images/bg-widget.png),linear-gradient(#FAF5D3, #FAF2C4);
        background-position: center center;
        background-size: cover;
}
.HotnewsControl .Header span {
        color: #E82D3D;
        font-weight: bold;
        font-size: 13px;
        padding-left: 10px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        z-index: 100;
        font-family: inherit;
}
.HotnewsControl .Header span::before {
        content: "\f0a1";
        font-family: 'Font Awesome 5 Pro';
        margin-right: 5px;
        position: relative;
        bottom: 1px;
}
.HotnewsControl .HotnewsScroll {
        /* height: 270px !important; */
        margin: 0;
        overflow: hidden;
        padding: 0;
}
.HotnewsControl .Header {
        width: 100%;
        height: 26px;
        background: linear-gradient(to bottom, #fff 0%, #eee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-color: #ccc #ccc #ccc #da1c12;
        border-style: solid;
        border-width: 1px 1px 1px 4px;
        text-align: left;
        border-right: none;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 0 0 0 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        display: block;
        padding: 3px 5px 4px 10px !important;
        text-align: justify;
        border-bottom: 1px dotted #ccc !important;
}
.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;
        font-size: 13px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #0f6fa9;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
@media only screen and (max-width: 768px){
        .HotnewsControl {
                padding: 5px;
                margin: 0;
                width: 95vw !important;
        }
