body {
  background-color: #F9F9F9;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
a {
  display: block;
}
a:hover {
  color: #367EB5 !important;
}
.container-wrap {
  min-width: 1200px;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.layout-main {
  padding: 24px 0 30px 0;
}
.last-mr {
  margin-right: 0px !important;
}
.banner {
  width: 100%;
  height: 420px;
  min-width: 1200px;
}
.banner .banner-wrap {
  width: 1200px;
  height: 420px;
}
.banner .banner-wrap img {
  width: 100%;
  height: 100%;
}
.Crumbs {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}
.Crumbs a {
  color: #999999;
  display: inline;
}
.detail-wrap {
  background-color: #fff;
  padding: 42px 41px 57px 40px;
}
.detail-wrap .detail-titleBar {
  border-bottom: 1px dashed #F4F4F4;
  padding-bottom: 20px;
}
.detail-wrap .detail-titleBar h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  max-height: 60px;
  font-size: 24px;
  line-height: 30px;
  color: #323232;
  font-weight: bold;
  text-align: center;
}
.detail-wrap .detail-titleBar .sub-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  text-align: center;
  line-height: 19px;
  margin-top: 12px;
}
.detail-wrap .detail-titleBar .sub-title span {
  font-size: 12px;
  color: #757575;
  margin-right: 20px;
}
.detail-wrap .text {
  margin-top: 26px;
}
.detail-wrap .text p {
  font-size: 15px;
  color: #333;
  line-height: 26px;
  margin-bottom: 25px;
}
.detail-wrap .text p img {
  display: inline-block;
  text-align: center;
}
