
.HotnewsControl {
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgb(52 52 52 / 10%);
    border-radius: 0;
}
.HotnewsControl .Header span {
    color: #fff;
    font: bold 14px / 35px arial;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
}

.HotnewsControl .Header .hotnews-tabs{
    width:100%;
    gap:0;
    padding:0;
    margin:0;
    border-radius: 0;
}

.HotnewsControl .Header .hotnews-tabs .hotnews-tab{
    /* flex:1; */
    text-align:center;
    font: 700 14px Arial, sans-serif;
    /* text-transform:uppercase; */
    color: rgb(0 0 0 / 75%);
    cursor:pointer;
    transition:all .25s ease;
    position:relative;
    letter-spacing:.3px;
    user-select:none;
    padding: 0;
    line-height: 35px;
    border: 0;
    border-radius: 0;
}

.HotnewsControl  .Header .hotnews-tabs .hotnews-tab:hover,
.HotnewsControl  .Header .hotnews-tabs .hotnews-tab.active{
    color:#fff;
    background:rgba(255,255,255,0.08);
}
.HotnewsControl  .Header .hotnews-tabs .hotnews-tab:first-child{
    width: 31%;
    display: block;
}
.HotnewsControl  .Header .hotnews-tabs .hotnews-tab:last-child{
    width: 71%;
    display: block;
}
/*.HotnewsControl .hotnews-tab.active::after{
    content:"";
    position:absolute;
    left:18%;
    right:18%;
    bottom:0;
    height:3px;
    background:#fff;
    border-radius:3px 3px 0 0;
}*/

.HotnewsControl .hotnews-tab + .hotnews-tab{
    border-left:1px solid rgba(255,255,255,0.15);
}
.HotnewsControl .Header {
    color: white;
    /* font: bold 14px / 35px arial; */
    width: 100%;
    background: #3d91db;
    height: 35px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 0!important;
    max-height: 417px;
    width: 100%;
    overflow-y: auto;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    overflow: hidden;
    min-height: 0 !important;
    max-height: 420px!important;
    min-height: 420px!important;
    box-shadow: 0 4px 10px rgb(52 52 52 / 10%);
    border-radius: 8px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    float: left;
    color: #333333;
    font-size: 14px;
    padding: 7px 15px!important;
    font-weight: bold;
}
.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;
    background: url(images/icon-tb.jpg) no-repeat left center;
    padding-left: 13px;
    display: flex;
}
.HotnewsControl .HotnewsList .HotnewsItem a .gr-title{
    display: inline;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #333333;
    #margin: 6px 0px 0px 25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #0072BA;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
.HotnewsControl .hotnews-tabs {
    border-bottom: 2px solid #fa955f !important;
}
.HotnewsControl .HotnewsList::-webkit-scrollbar {
        width: 5px !important;
}
.HotnewsControl .HotnewsList::-webkit-scrollbar-thumb {
        background: #e0e0e0 !important;
        border-radius: 8px !important;
}
@media (max-width: 1023px) {
        .HotnewsControl{
        	width: auto!important;
                padding: 0!important;
                margin-right: 10px!important;
                margin-top: 15px!important;
        }
}
@media (max-width:768px){
        .HotnewsControl{
        padding:0 10px!important;
        margin-right: 0!important;
        width: 100vw !important;
        box-shadow: none;
        margin-bottom: 20px !important;
        border-radius: 0;
        }
}
