.detail-box {
  width: 100%;
}
.detail-box .header-box {
  line-height: 0.25rem;
}
.detail-box .header-box .location-box {
  text-align: right;
}
.detail-box .header-box .location-box span,
.detail-box .header-box .location-box span a {
  display: inline-block;
  font-size: 0.07291667rem;
  color: #5d5d5d;
}
.detail-box .header-box .location-box span a:hover {
  color: #DE2910;
}
.detail-box .con-box {
  padding: 0.10416667rem 0.3125rem 0.15625rem;
  overflow: hidden;
}
.detail-box .con-box .title,
.detail-box .con-box .subtitle {
  margin: 0 0.36458333rem;
  line-height: 0.29166667rem;
  text-align: center;
  font-weight: normal;
  font-size: 0.14583333rem;
}
.detail-box .con-box .overt-box {
  margin-top: 0.09375rem;
}
.detail-box .con-box .overt-box table {
  height: auto;
  overflow: hidden;
  font-size: 0.08333333rem;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.detail-box .con-box .overt-box table tbody tr {
  line-height: 0.234375rem;
}
.detail-box .con-box .overt-box table tbody tr td {
  padding: 0 0.05208333rem;
  border-color: #dddddd;
  border-style: solid;
  border-width: 0.00520833rem;
}
.detail-box .con-box .overt-box table tbody tr td.et2 {
  text-align: center;
  background: #efefef;
}
.detail-box .con-box .overt-box table tbody tr td.et3 {
  text-align: left;
  background: #ffffff;
}
.detail-box .con-box .source-box {
  margin: 0.125rem auto 0.10416667rem;
  color: #666666;
  font-size: 0.07291667rem;
  border-bottom: dotted 0.00520833rem #e1e1e1;
  height: 0.1875rem;
  line-height: 0.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-box .con-box .source-box .tool {
  width: 2.45833333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-box .con-box .source-box .tool span:hover {
  cursor: pointer;
}
.detail-box .con-box .source-box .printIco {
  background: url(print.png) no-repeat;
  background-position: left center;
  background-size: 0.08333333rem;
  padding-left: 0.10416667rem;
}
.detail-box .con-box .content {
  font-size: 0.08333333rem;
  line-height: 1.8;
  text-align: justify;
  color: #282828;
}
.detail-box .con-box .content img {
  max-width: 100% !important;
}