/*头锟斤拷*/
.news-flex {
    display: flex;
    align-items: stretch;
    margin-bottom :0px;
}
color-line {
    background-color: #EBDB07;
}
.line-en {
    width: 10px;
    min-height: 48px;
    background: rgba(31,104,172,1);
    border-radius: 2px;
}

.color-title {
    background: rgba(235,219,7,.1);
}
.news-title-en {
 display: flex;
 justify-content: space-between;
 width: 1200px;
 min-height: 48px;
 background: rgba(31,104,172,.1);
 border-radius: 2px;
 line-height: 48px;
}
.news-title-span {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium,SourceHanSansCN;
    font-weight: 500;
    color: rgba(51,51,51,1);
    margin-left: 20px;
}
/*头锟斤拷*/
.news-page-en {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    /* margin-bottom: 20px; */
}
.news-two-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.co-title {
    display: flex;
    align-items: center;
    min-width: 152px;
    height: 44px;
    background: rgba(7,104,172,1);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(254,254,254,1);
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
    margin-bottom: 5px;
    justify-content: center;
}
.new-more {
    margin-right: 15px;
    line-height: 49px;
}
.new-more>span {
    width: 49px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(80,91,101,1);
    line-height: 17px;
}

/*头锟斤拷*/
.meeting-first {
    text-align: center;
    /* margin-top: 30px; */
}
.new-top {
    margin-bottom: 10px;
}
.row-div {
    width: 144px;
    height: 3px;
    border-radius: 5px;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}
.meeting-spans img {
    max-width:100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.content-en {
    background-color: white;
    line-height: 24px;
    padding: 25px 35px;
    word-wrap: break-word;
    margin-top: 20px;
} 
.content-en p {
   text-align: justify;
 }

.meeting-spans {
    background-color: white;
    line-height: 24px;
    padding: 25px 17px;
    word-wrap: break-word;
}

table td, table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
}
.new-block img {
  height: 100%;
  object-fit: contain;
  height: 100%;
  max-width: 100%;
}