.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        padding: 0;
        padding-bottom: 10px;
        /* border: 1px solid #ddd; */
        margin-bottom: 10px;
}
.HotnewsControl .Header span {
        line-height: 36px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        top: 0;
        position: relative;
        margin: 0;
        display: inline-block;
        height: auto;
        font-weight: bold;
        text-transform: uppercase;
        color: #101828;
}

.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: scroll;
        padding: 0;
        max-height: 600px;
        overflow-x: hidden;
}
.HotnewsControl .Header {
        position: relative;
        background: #FAFAFA;
        margin-bottom: 0;
        background-color: #EAECF0;
        border-radius: 0;
        border-bottom: none;
        padding: 0.50rem 1rem;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        padding: 10px 10px;
        width: 100%;
        /* display: flex; */
        padding-bottom: 10px;
        /* border-bottom: 1px solid #ccc; */
        padding-top: 0;
        padding: 10px 0 !important;
}
.HotnewsControl .HotnewsList .HotnewsItem:nth-child(1) img{
        display: none;
        float:none;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        object-fit: cover;
        height: 180px;
}
div.HotnewsControl .HotnewsList .HotnewsItem:nth-child(1){
        /* padding-left: 5px; */
        /* padding-right: 5px; */
}
.HotnewsControl .HotnewsList .HotnewsItem:nth-child(1) .ArticleTitle{
        /* padding-left: 0px; */
        /* padding-right: 5px; */
}
.HotnewsControl .HotnewsList .HotnewsItem span{
        
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        /* display: none; */
        float: left;
        height: 98px;
        margin-right: 15px;
        vertical-align: top;
        width: 150px;
        background-color: #f0f0f0;
        display: none;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #101828;
        text-decoration: none;
        text-align: justify;
}
.HotnewsControl .HotnewsList .HotnewsItem a:before {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500; /* Solid */
    color: red;
    font-size: 15px;
    padding-right: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        /* display: -webkit-box !important; */
        /* -webkit-line-clamp: 4; */
        /* -webkit-box-orient: vertical; */
        white-space: normal;
        font-weight: 450;
        line-height: 1.4;
        font-size: 16px;
}
.HotnewsControl .sum{
        padding-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
}
.HotnewsControl .sum strong{
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        font-weight: normal;
        line-height: 1.4;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: red;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .HotnewsList {
        padding: 5px 0px !important;
}
.HotnewsControl .HotnewsList, ::after, ::before{
        box-sizing: border-box;
}
.HotnewsControl .HotnewsList .ArticlePostDate{
        color: #d13d3d;
        font-size:12px;
}
.HotnewsControl .HotnewsList .ArticlePostDate::before{
        content:"";
        font-size:12px;
}
.HotnewsControl .paging {
        text-align: center;
        display: block;
        float: unset !important;
        margin-top: 0;
}
.HotnewsControl  .paging>span>*{
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #dee2e6;
        border-radius: 5px;
        font-size: 14px;
        text-decoration: none;
}
.HotnewsControl  .paging>span>.CurrentPage{
        background: #ea0504;
        color: #fff;
}
.HotnewsControl .ViewCount {
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.HotnewsControl .ViewCount>*{
        font-size: 14px;
        color: rgba(0,0,0,.5);
}
.HotnewsControl .ViewCount> span{padding-right: 5px;}
.HotnewsControl .ViewCount> span:after{
      content: " )";  
}
.HotnewsControl .ViewCount> span:before{
      content: "( ";  
}
@media only screen and (min-width: 768px) {
        .HotnewsControl .HotnewsList .new{
                display: inline-block !important;
                width: 28px;
                height: 10px;
                background-image: url("images/iconnew.gif");
                background-size: cover;
                text-indent: -9999px;
        }
}

@media only screen and (max-width: 1024px){
        div.HotnewsControl .HotnewsList .HotnewsItem img {
                height: 100px;
                width: 135px;
                height: 45vw;
                min-height: 45vw;
        }
        div.HotnewsControl{
                padding: 10px;
                max-width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
        div.HotnewsControl .HotnewsList .HotnewsItem:nth-child(1){
                padding-left: 0;
                padding-right: 0;
        }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
        .HotnewsControl .HotnewsList .HotnewsItem:nth-child(1) a{
                display: flex;
                gap: 10px;
        }
        div.HotnewsControl .HotnewsList .HotnewsItem img {
                height: 100px;
                width: 135px;
                height: 45vw;
                max-height: 25vw;
                max-width: 50vw;
                min-height: 25vw;
        }
}
