.newsList1 {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    padding: 5px 0px;
}
.newsList1 .title {
    background: #eab31a;
    color: white;
    padding: 5px 10px 5px 10px;
    /* margin-right: 10px; */
    /* width: 120px; */
    flex: 0 0 76px;
  
}

.newsList1 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.newsList1 ul li {
    display: inline;
}
.newsList1 ul i {
    margin-right: 5px;
    color: #d22521;
}
.newsList1 ul a {
    color: #828282;
    text-decoration: none;
   
}
.newsList1 .date {
    display:none !important;
    position: absolute;
    right: 0px;
    z-index: 99;
    background: white;
    height: 100%;
    /* display: flex; */
    /* justify-content: center; */
    /* padding: 10px; */
    border: 1px solid #d8d8d8;
   
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}