.detial_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.detial_box .details_top {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #CCC;
  margin-top: 20px;
}
.detial_box .details_top .dqlm {
  font-size: 18px;
  color: #b00a00;
  float: left;
  border-bottom: 1px solid #b00a00;
}
.detial_box .details_top .dqwz {
  font-size: 16px;
  float: right;
  margin-right: 10px;
  font-family: 微软雅黑;
  color: #000000;
}
.detial_box .details_top .dqwz a {
  color: #161616;
  font-size: 16px;
}
.detial_box .details_top .dqwz a:hover {
  color: #cb100e;
}
.detial_box .detail_content {
  background: #ffffff;
  width: 1170px;
  min-height: 455px;
  margin: 0 auto;
  font-family: "微软雅黑";
  padding: 20px 0;
}
.detial_box .detail_content .title_h1 {
  text-align: center;
  line-height: 200%;
  font-family: 微软雅黑;
  font-size: 20px;
  color: #000000;
}
.detial_box .detail_content .sub_title {
  line-height: 400%;
  color: #444444;
  font-size: 16px;
  text-align: center;
}
.detial_box .detail_content .sub_title .unit {
  font-size: 16px;
}
.detial_box .detail_content .body_main {
  line-height: 250%;
  padding: 10px 0px;
  color: #444444;
  font-size: 16px;
}
.detial_box .detail_content .body_main p {
  line-height: 35px;
  text-indent: 2em;
  font-size: 16px;
}
.detial_box .detail_content .body_main .section_img {
  text-align: center;
  text-indent: 0px;
}
.detial_box .detail_content .bottom_next {
  font-size: 16px;
  color: #444444;
}
.detial_box .detail_content .bottom_next a {
  font-size: 16px;
  color: #444444;
}
.detial_box .detail_content .bottom_next a:hover {
  color: #cb100e;
}
.detial_box .detail_content .close {
  font-size: 16px;
  color: #444444;
}
.detial_box .detail_content .close a {
  font-size: 16px;
  color: #444444;
}
.detial_box .detail_content .close a:hover {
  color: #cb100e;
}
