 .article-en {
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .hr-en {
    height: 1px;
    /*border-bottom: 1px  dashed  #CCCCCC;*/
    /*border-top: 1px dashed white;*/
  }
  .article-en-flex {
    display: flex;
    flex-direction: row;
    justify-content: spac.article-en-flex-spane-between;
  }
 .article-en-flex-span {
     height:20px;
     font-size:14px;
     font-family:PingFangSC-Regular,PingFang SC;
     font-weight:400;
     color:rgba(51,51,51,1);
     line-height:20px;
     overflow: hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
     flex: 1;
     text-align: left;
 }
  .article-en-flex-date {
    height:19px;
    font-size:14px;
    font-family:Roboto-Regular,Roboto;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:19px;
    width: 150px;
    text-align: right;
  }
  .insise-en-row {
    margin-bottom: 20px;
  }
