.hot-news{margin-top:15px;}
.hot-news>div{border-bottom:1px solid #d8d8d8;padding:10px 0;}
.hot-news>div span{font-size: 16px;
    color: #78231c;
    /* margin-top:15px; */
    float: none;
    display: block;
    line-height: 26px;}
  .hot-news>div h4{font-size: 18px;
    /* font-weight: bold; */
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: wrap;
    -webkit-box-orient: vertical;
    color: #333;
    /* margin-bottom: 15px; */
    /* width: 100%; */
    height: auto;}  
    
 @media screen and (max-width: 1024px){
   .hot-news{display:none;}
 }   
    
    
    
    
