.about_x {
    margin: 20px 0;
    padding: 20px;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #eee;
}
.about_x .show_t {
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: var(--next-primary-color);
}
.about_x .con_line {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px dashed #cccccc;
  text-align: center;
}
.about_x .con_id {
  line-height: 30px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  padding-top: 20px;
  text-align: left;
  padding-bottom: 40px;
  border-bottom: 1px dashed #cccccc;
}
.about_x table {
  border-collapse: collapse;
  border-spacing: 0;
}
.about_x table td {
  line-height: 22px;
  height: 27px; /*border:1px solid #000;*/
}
.prenext {
  font-size: 16px;
  line-height: 60px;
  margin-top: 20px;
  color: #444;
}
.prenext span {
  float: left;
  width: 108px;
  color: #666666;
  font-size: 16px;
}
.prenext a {
  color: var(--next-primary-color);
}
.prenext a:hover {
  text-decoration: underline;
}