.content-en {
    margin-top: 10px;
    /* margin-left: 20px; */
    width:1160px;
    font-size:14px;
    font-family:SourceHanSansCN-Medium,SourceHanSansCN;
    font-weight:500;
    color:rgba(80,91,101,1);
    line-height:28px;
    background-color : white;
  }
  .line-en {
    width:10px;
    height:48px;
    background:rgba(31,104,172,1);
    border-radius:2px;
  }
  .news-title-en {
    width:1200px;
    height:48px;
    background:rgba(31,104,172,.1);
    border-radius:2px;
    line-height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 30px;
  }
  .news-page-en {
     margin: 0  auto;
     width: 1200px;
     margin-bottom: 20px;
  }
  .news-flex {
    display: flex;
    align-items: center;
    margin-top : 20px;
    width: 1231px;
  }
  .news-title-spanN {
    font-size:24px;
    font-family:SourceHanSansCN-Medium,SourceHanSansCN;
    font-weight:500;
    color:rgba(51,51,51,1);
    margin-left: -3px;
   }
   .inside-span {
     height:14px;
     font-size:14px;
     font-family:SourceHanSansCN-Medium,SourceHanSansCN;
     font-weight:500;
     color:#1F68AC;
     line-height:21px;
   }
   .inside-span-meet {
     height:14px;
     font-size:14px;
     font-family:SourceHanSansCN-Medium,SourceHanSansCN;
     font-weight:500;
     color:#333333;
     line-height:21px;
   }
   .news-right {
      height: 44px;
      line-height: 44px;
   }
   .UEditorTable {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table td, table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
}