

#printPDF {
  font-size: 16pt;
  font-family: FangSong;
  line-height: 1.5;
}
#printPDF .header {
  display: flex;
  justify-content: center;
  color: #f50401;
  font-weight: bolder;
  font-family: SimSun;
}
#printPDF .top_info {
  font-family: SimHei;
}
#printPDF .file-num {
  font-size: 16pt;
  display: flex;
  padding: 0 16pt;
}

#printPDF .content_header {
  font-size: 18pt;
  font-weight: bold;
  font-family: SimSun;
  display: flex;
  justify-content: center;
}
#printPDF .body-content *{
  font-family: FangSong !important;
  font-size: 16pt !important;
  line-height: 1.5 !important;
}

#printPDF .file-foot {
  line-height: 2;
}

#printPDF .file-foot .themeWord {
  padding: 0 16pt;
}

#printPDF .file-foot .subTheme {
  border-bottom: 1px solid #000;
  border-top: 2px solid #000;
  padding: 0 16pt;
}

#printPDF .file-foot .time {
  display: flex;
  font-size: 14pt;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  padding: 0 16pt;
}
