.container-head {
  height: 102px;
  line-height: 102px;
  background: rgba(245, 245, 245, 1);
}
body {
  background: rgba(245, 245, 245, 1);
}
.meeting {
  width: 70px;
  color: #3cb5da;
}
.meeting > img {
  position: absolute;
}
.meeting > div {
  text-align: center;
}

.text {
  position: relative;
  z-index: -1 !important;
}

#test1 {
  z-index: -1 !important;
}
.page-container {
  flex: 1 1 auto;
}
.article p {
  /* text-align: justify; */
  /*  word-break: break-all; */
}
.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;
}
.container-footer .article p img {
  max-width: 100%;
}
.content-en {
  margin-top: 10px;
  width: 1200px;
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: black;
  line-height: 28px;
  background-color: white;
  width: 1200px;
  padding-left: 35px;
  box-sizing: border-box;
  margin-left: 0 !important;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-en p {
  word-break: break-word;
}
.content-en p img {
  max-width: 100%;
}
.news-page-en {
  margin: 0 auto;
  margin-top: 20px;
  width: 1200px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.12);

}

.container-command-head {
  width: 1200px;
  height: 58px;
  background: #f3f3f3;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* margin-top: 20px; */
}
.container-command-head-span {
  height: 37px;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 37px;
  /* margin-left: 24px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: block;
  margin-top: 0px !important;
}
#barDown {
  display: flex;
  align-content: center;
  justify-content: center;
}
body {

  background: #ffffff;
}