.HotnewsControl {
}
.HotnewsControl .HotnewsScroll {
        overflow: hidden;
        max-height: 600px;
        margin-bottom: 30px;
}
.HotnewsControl .HotnewsList{
padding: 10px 0!important;
        margin-bottom: 20px;
}
.HotnewsControl .Header span {
        color: #1988D1;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        background-color: var(--main-color);
        padding: 6px 12px;
        text-decoration: none;
        display: inline-block;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        display: inline-block;
        padding: 5px 0px !important;
        width: 336px;
        line-height: 1.45;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        border-radius: 3px;
        float: left;
        height: 65px;
        margin-right: 12px;
        transition: all 0.5s ease 0s;
        vertical-align: top;
        width: 95px;
        object-fit: cover;
        margin-bottom: 5px;
}
.HotnewsControl .Header {
        /* margin-bottom: 20px; */
        border-bottom: 2px solid var(--main-color);
}
.HotnewsControl .HotnewsList .HotnewsItem:hover img {
        border: 3px solid #029ed7;
        transition: all 0.5s ease 0s;
}
.HotnewsControl .HotnewsList .HotnewsItem:hover a {
        color: #029ed7;
        transition: all 0.5s ease 0s;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        transition: all 0.5s ease 0s;
        font-size: 15px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #029ed7;
}
.HotnewsControl .HotnewsList .active {
        background-color: #CCCCCC;
}
.HotnewsControl .HotnewsList .HotnewsItem:first-child img {
        width: 100%;
        height: unset;
        aspect-ratio: 16/10;
        margin-bottom: 12px;
}
.HotnewsControl .HotnewsList .HotnewsItem:first-child .ArticleTitle {
        font-size: 16px;
        font-weight: bold;
        color: #029ed7;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
        line-height: 1.4;
}
@media only screen and (max-width: 768px){
        .HotnewsControl .HotnewsList .HotnewsItem { 
                width: 100%;
        }
}
