* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "微软雅黑", "Microsoft YaHei", "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
body {
  background-color: #fff;
}
a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #d42020 !important;
}
ul,
li {
  list-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.marginBottom-zero {
  margin-bottom: 0px !important;
}
.container-wrap {
  width: 100%;
  min-width: 1200px;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.layout-main {
  box-sizing: border-box;
  padding-top: 10px;
  margin-bottom: 40px;
}
em {
  color: #D0021B;
  font-style: inherit;
}
.layui-form .layui-form-item .layui-input-inline .layui-form-select .layui-select-title .layui-input {
  color: #777;
}
.layui-form .layui-form-item .layui-input-inline .layui-form-select dl {
  top: auto;
  bottom: auto;
}
.Crumbs {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}
.Crumbs .Crumbs-title {
  color: #d42020;
}
.Crumbs a {
  color: #999999;
  display: inline;
}
.Crumbs a:hover {
  color: #d42020;
}
.Crumbs .active {
  color: #d42020;
}
body {
  background-color: #f6f6f6;
}
.article-main {
  background-color: #fff;
  padding-bottom: 40px;
}
.detail-wrap {
  background-color: #fff;
  padding: 50px 55px 30px 55px;
}
.detail-wrap h1 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  max-height: 60px;
}
.detail-wrap .sub-title {
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.detail-wrap .sub-title span {
  font-size: 12px;
  color: #999;
  margin-right: 20px;
}
.detail-wrap .sub-title span:last-child {
  margin-right: 0;
}
.detail-wrap .text {
  margin-top: 40px;
}
.detail-wrap .text p {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin-bottom: 30px;
}
.icon {
  width: 100%;
  height: 40px;
}
.text p a {
    display: initial;
}

