.news-hotnew {
        /* margin-bottom: 10px; */
        margin: 20px 0;
        padding: 16px;
        border-radius: 4px;
        border: 1px solid var(--stroke, #DDE4F0);
}
.news-hotnew .new-hotnew-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;
}
.news-hotnew .new-hotnew-header span:before{
        width: 3px;
        height: 16px;
        border-radius: 9px ;
        position: absolute;
        content: '';
        background: var(--color-blue);
        left: -20px;
        top: 2px;
}
div.news-hotnew .news-hotnew-list {
        margin: 0;
        overflow: auto;
        padding: 0;
        border: 0;
        padding: 0;
        gap: 14px;
        opacity: 0px;

}
.news-hotnew .new-hotnew-header  {
        margin-bottom: 16px;
}

div.news-hotnew .news-hotnew-list li {
        /* clear: both; */
        /* float: left; */
        padding: 8px 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: justify;
        min-height: 50px;
        width: 100%;
        list-style: none;
        display: inline-block;
}
div.news-hotnew .news-hotnew-list li+li{
        border-top: 1px dashed #ddd;
        
}
.news-hotnew  .news-hotnew-list  li img {
        display: none;
        float: left;
        height: 50px;
        margin-right: 10px;
        vertical-align: top;
        width: 65px;
}
.news-hotnew  .news-hotnew-list  li:first-child img{
        display: block;
        width: 100px;
        height: 80px;
        border-radius: 2px;
        object-fit: cover;
}
.news-hotnew  .news-hotnew-list  li:first-child a .item-info {
        float: right;
        width: calc(100% - 110px);
}
.news-hotnew  .news-hotnew-list  li a .item-info .item-title {
        font-family: Merriweather;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #182940;
}
.news-hotnew  .news-hotnew-list  li a .item-info .item-title:hover{
        color: var(--color-blue);
}
.news-hotnew  .news-hotnew-list  li a .item-info .item-date {
        display: none;
}

@media only screen and (max-width: 768px){
        div.news-hotnew {
                padding: 16px;
                margin: 0 16px;
                margin-bottom: 20px;
        }
}
