* {
  box-sizing: border-box;
}
.dis_none {
  display: none;
}
.active {
  display: block;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.container {
  margin: 0 auto;
}
.main {
  background-color: #f9f6f6;
}
body {
  background-color: #f4f4f4;
}
.main-box {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}
.qzqdmc {
  padding: 40px 35px 35px;
  background-color: #fff;
  margin-bottom: 33px;
}
.qzqdmc .table-title {
  border-left: 8px solid #2f5594;
  color: #2f5594;
  font-size: 26px;
  padding-left: 10px;
  font-weight: 700;
  height: 26px;
  line-height: 26px;
  margin-bottom: 35px;
}
.table-content {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.table-content .img-box {
  position: absolute;
  right: 0;
  top: -93px;
}
.table-row {
  width: 100%;
}
.table-td {
  width: 50%;
  float: left;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  border-right: 0;
  height: 80px;
  line-height: 80px;
}
.table-td span {
  display: inline-block;
  font-size: 18px;
}
.table-label {
  width: 20%;
  text-align: right;
  float: left;
}
.table-data {
  width: 79%;
  float: right;
  text-align: left;
  padding-right: 20px;
  /* font-weight: 700; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zqyj-tab li {
  float: left;
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer;
  min-width: 170px;
}
.zqyj-tab li p {
  padding: 0 45px;
  height: 42px;
  line-height: 42px;
  background-color: #dadce8;
  margin-top: 7px;
}
.zqyj-tab li.on {
  background-color: #fff;
  height: 54px;
  color: #2f5594;
  font-weight: 700;
}
.zqyj-tab li.on p {
  font-size: 18px;
  background-color: transparent;
}
.zqyj-content {
  background-color: #fff;
  padding: 20px 35px;
  min-height: 340px;
}
.zqyj-content p {
  line-height: 33px;
  /* text-indent: 2em; */
  font-size: 16px;
}

@media (max-width: 1200px) {
  .table-data {
    width: 76%;
  }
}
@media (max-width: 768px) {
  .table-td {
    width: 100%;
  }
  .table-label {
    width: 30%;
    text-align: center;
  }
  .table-data {
    width: 70%;
  }
  .zqyj-tab li {
    min-width: auto;
  }
  .zqyj-tab li p {
    padding: 0 5px;
    font-size: 12px;
  }
  .zqyj-tab li.on p {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .qzqdmc {
    padding: 40px 20px 20px;
  }
  .zqyj-content {
    padding: 20px;
  }
}
