.cat {
  margin-top: 30px;
}

.cat-head {
  height: 50px;
  background: #1661be;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}

.cat-body {
  margin-top: 30px;
}

.cat-table {
  text-align: center;
  border: solid #ccc5c5;
  border-width: 1px 0px 0px 1px;
  border-collapse: collapse;
}

.cat-table-head {
  background-color: #fafafa;
  height: 48px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
}

.cat-table-tr {
  height: 50px;
}

.cat-table-td {
  text-align: center;
  border: solid #ccc5c5;
  border-width: 0px 1px 1px 0px;
}

.cat-table-td a {
  color: black;
}

.cat-table-td a:hover {
  color: #1a92ff;
}

.calibration {
  margin-top: 30px;
}

.calibration-head {
  height: 50px;
  background: #1661be;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}

.index-main-group-large {
  width: 100%;
}

.calibration-content {
  margin-top: 30px;
}

.calibration-content-left {
  width: 700px;
  min-height: 210px;
  background: #f5f8fa;
  padding: 20px;
}

.calibration-content-right {
  width: 250px;
  min-height: 210px;
  margin-left: 10px;
  background: #f5f8fa;
  padding: 20px 0;
}

.calibration-content-right img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}

.calibration-content-right p {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  text-align: center;
}

.list-item-title-calibration {
  width: 82%;
}
