
.recent-news-event-block{
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 30px;
}


.recent-news-event-header{
    margin-bottom: 10px;
}


.recent-news-event-header svg{
    fill: #1D6EC1;
    width: 18px;
    height: 14px;
  }
  
.recent-news-event-header span{
    opacity: 0.8;
    font-family: 'SourceHanSansSC-Normal';  
    font-size: 16px;
    color: #1D6EC1;
    line-height: 24px;
}
  
.recent-news-event-block a{
    opacity: 0.8;
    font-family: 'SourceHanSansSC-Normal';
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
  
.recent-news-event-block a:hover{

    opacity: 0.8;
    text-decoration: none;
    color: #1D6EC1;

   
}


.recent-news-event-more{
    display: flex;
    align-items: center;
}

.recent-news-event-more:hover{
    cursor: pointer;
    text-decoration: none;

}


.recent-news-event-more span{
    font-family: 'SourceHanSansSC-Normal';
    font-size: 14px;
    color: #333333;
    margin-right: 5px;
}

.recent-news-event-more svg{
    fill: #333333;
    width: 10px;
    height: 15px;
}