.new-block {
    background:rgba(254,254,254,1);
    box-shadow:0px 1px 6px 0px rgba(0,0,0,0.2);
    display: flex;
    padding: 20px  20px  20px  15px;
    /* margin: 10px  20px; */
    height : 170px;
    margin: 10px  0px;
  }
.news-span-en-xinwen {
    font-size:14px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(102,102,102,1);
    line-height:25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }
.new-date-en {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 8px;
    right: 10px;
  }
  .news-line-en {
    padding:0px;
    overflow:hidden;
    width:36px;
    height:2px;
    background:rgba(216,216,216,1);
  }
  .news-date {
    height:19px;
    font-size:14px;
    font-family:Roboto-Regular,Roboto;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:19px;
    margin-left: 5px;
  }
.news-content-en {
    margin-left: 20px;
    margin-top: 26px;
    text-align : left;
    /* width: 720px; */
    position: relative;
    flex: 1;
  }
.new-en-title {
	 height: 25px;
	 display: -webkit-box;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 word-wrap: break-word;
	 white-space: normal !important;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
	 font-size: 18px;
	 font-family: PingFangSC-Medium,PingFang SC;
	 font-weight: 500;
	 color: rgba(51,51,51,1);
	 line-height: 25px;
	 margin-bottom: 19px;
	 margin-top: -22px;
	 word-wrap: break-word;
	 word-break: break-word;
}
  .news-en-flex {
    margin: 20px  0;
  }
.img-new {
 object-fit: contain;
 height: 100%;
 width: 100%;
}
.new-block-div {
 width: 140px;
 height:100%;
}
