.data_right {
  width: 986px;
  /* height: 500px; */
  float: left;
  margin: 20px 0 0 20px;
}
.cn_name {
  width: 986px;
  height: 40px;
  background-color: #f9fcff;
  opacity: 1;
  line-height: 40px;
}
.cn_name span,
.en_name span {
  width: 123px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  opacity: 1;
  margin-left: 5px;
}
.cn_name strong,
.en_name strong {
  min-width: 123px;
  margin-left: 5px;
}
.en_name {
  width: 986px;
  height: 40px;
  line-height: 40px;
  background: rgba(238, 247, 255, 1);
}
.unit_number {
  width: 986px;
  height: 40px;
  line-height: 40px;
  background-color: #f9fcff;
  display: flex;
}
.unit_name {
  width: 986px;
  height: 40px;
  line-height: 40px;
  background: rgba(238, 247, 255, 1);
  display: flex;
}
.unit_number div,
.unit_name div {
  flex: 1;
}
.unit_number div strong,
.unit_name div strong,
.coding div strong {
  width: 123px;
  margin-left: 5px;
}
.unit_number div span,
.unit_name div span,
.coding div span {
  min-width: 123px;
  margin-left: 5px;
  font-size: 13px;
}
.coding {
  width: 986px;
  height: 40px;
  line-height: 40px;
  background-color: #f9fcff;
  display: flex;
}
.coding div {
  flex: 1;
}
.category {
  width: 986px;
  height: 40px;
  line-height: 40px;
  background: rgba(238, 247, 255, 1);
  opacity: 1;
}
.category strong {
  margin-left: 5px;
}
.category span {
  margin-left: 5px;
  font-size: 13px;
}
.data_box {
  width: 986px;
  border: 1px solid rgba(249, 150, 21, 1);
  margin-top: 20px;
}
.data_box thead tr {
  width: 986px;
  height: 40px;
  border-radius: 4px 4px 0px 0px;
  font-size: 14px;
  text-align: center;
}
.data_box thead tr td {
  width: 198px;
  height: 40px;
}
.data_box {
  /*cursor: pointer;*/
}

.data_box tbody {
  width: 986px;
  height: 640px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.data_box tbody tr td {
  height: 140px;
}
.data_message_text {
  width: 986px;
  /*height: 50px;*/
  display: flex;
  margin-top: 20px;
}
.data_message_text :nth-child(1) {
  width: 198px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  background: rgba(238, 247, 255, 1);
}
.data_message_text :nth-child(2) {
  widows: 788px;
  height: 48px;
  border: 1px solid #ccc;
  border-left: none;
  color: #666;
  padding-top: 3px;
  box-sizing: border-box;
}
.data_message_img {
  width: 986px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.data_message_img li {
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
}
.data_message_img img {
  width: 156px;
  height: 126px;
}
.data_right_select select {
  width: 986px;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
