.HotnewsControl {
        margin: 0 0 40px 0;
        margin-top: 15px;
}
.HotnewsControl .Header span {
        color: #3e8363;
    font-size: 1.5rem;
        padding-left: 0;
        text-transform: uppercase;
        white-space: nowrap;
        display: flex;
        align-items: center;
        font-weight: bold;
        padding: 0;
        font-family: 'Merriweather';
}
.HotnewsControl .Header span::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        /* background: url(images/iconbvdkbd.png); */
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 10px;
        display: none;
}
.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: hidden;
        padding: 0;
        /* min-height: auto !important; */
        height: 485px!important;
}
.HotnewsControl .Header {
        padding: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 3px solid #eee;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 !IMPORTANT;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        padding: 0px  !important;
        display: flex;
}
.HotnewsControl .HotnewsList .HotnewsItem+.HotnewsItem{
        margin-top: 15px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        width: 120px;
        height: 80px;
        margin-right: 15px;
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        display: flex;
        font-size: 15px;
        text-align: justify;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #444444;
        padding-top: 0;
        font-size: 14px;
        flex: 1;
        text-align: justify;
        font-family: 'Merriweather';
        
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}

@media (max-width: 768px){
        .HotnewsControl {
        	padding: 0 15px!important;
                margin-top: 15px!important;
        }
}
