.HotnewsControl {
        /* margin-bottom: 10px; */
        margin: 20px 0;
        padding: 16px;
        border-radius: 4px;
        border: 1px solid var(--stroke, #DDE4F0);
}
.HotnewsControl .Header span {
        font-family: Merriweather;
        font-size: 17px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        color: #3B4E68;
        margin-left: 20px;
        position: relative;
        text-transform: uppercase;
}
.HotnewsControl .Header span:before{
        width: 3px;
        height: 16px;
        border-radius: 9px ;
        position: absolute;
        content: '';
        background: var(--color-blue);
        left: -20px;
        top: 2px;
}
div.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: auto;
        padding: 0;
        border: 0;
        padding: 0;
        gap: 14px;
        opacity: 0px;
        /* min-height: 382px; */
        /* max-height: 382px; */
}
.HotnewsControl .Header {
        /* background: linear-gradient(#fff, #ffd485); */
        /* padding: 8px 5px; */
        /* border-left: 3px solid #a90d11; */
        margin-bottom: 16px;
}
div.HotnewsControl .HotnewsList {
        display: inline-block;
        /* margin: 0; */
        padding: 0;
        height: auto !important;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        float: left;
        padding: 8px 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: justify;
        min-height: 50px;
        width: 100%;
}
div.HotnewsControl .HotnewsList .HotnewsItem+div{
        border-top: 1px dashed #ddd;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 50px;
        margin-right: 6px;
        vertical-align: top;
        width: 65px;
}
.HotnewsControl .HotnewsList .HotnewsItem:first-child img{
        display: block;
        width: 110.83px;
        height: 70px;
        border-radius: 2px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #212529;
        text-decoration: none;
        text-align: justify;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        font-family: Merriweather;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #182940;
        max-height: 44px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        /* color: #960c01; */
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .ArticlePostDate {
        font-size: 12px;
        color: #6c757d;
        text-align: right;
}
@media only screen and (max-width: 1023px){
        div.HotnewsControl {
                padding: 0 10px;
                margin-bottom: 10px;
        }
}
@media only screen and (max-width: 768px){
        div.HotnewsControl {
                padding: 16px;
                margin: 0 16px;
                margin-bottom: 20px;
        }
}
