/*
*2022.5.5
*中心改名，背景图
*wly
*/
.cj-page {
  box-sizing: content-box;
  width: 646px;
  height: 865px;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  font-family: "楷体";
  margin: 0 auto;
  background: #e5f6fe url(https://t4.chei.com.cn/xlrz/images/bgpublic/2022_rzbg_cn_html.jpg?2022) no-repeat left top;
  position: relative;
  padding: 60px 0 0;
  word-break: break-all;
}

.nobackground {
  background: none;
  width: 646px;
  height: auto;
  padding-top: 0;
  text-align: center;
  font-size: 12px;
}

.xlrz_cnt_en .cj-page {
  width: 646px;
  padding: 60px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Calibri";
  background: url(https://t3.chei.com.cn/xlrz/images/bgpublic/2022_rzbg_en_html.jpg?2022) no-repeat left top;
}

.xlrz_cnt_en .nobackground {
  background: none;
  width: 646px;
  height: auto;
  padding-top: 0;
  text-align: center;
  font-size: 14px;
}