@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #3e8908 !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.itme-words {
  background-color: #ffffff;
  padding: 30px 35px 56px 35px;
}
.navigation-bread {
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-left: 16px;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 15px;
  color: #000000;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #3e8908;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #000000;
}
body {
  background-color: #f7f8f8;
}
.detail-wrap {
  padding: 42px 41px 57px 40px;
  background-color: #ffffff;
}
.detail-wrap .detail-bt {
  border-bottom: 1px dashed #E5E5E5;
  padding-bottom: 20px;
}
.detail-wrap .detail-bt h1 {
  font-size: 24px;
  line-height: 30px;
  color: #323232;
  font-weight: bold;
  text-align: center;
}
.detail-wrap .detail-bt .sub-title {
  text-align: center;
  line-height: 30px;
  margin-top: 16px;
}
.detail-wrap .detail-bt .sub-title span {
  font-size: 14px;
  color: #999999;
  margin-right: 25px;
}
.detail-wrap .detail-bt .sub-title span:last-child {
  margin-right: 0;
}
.detail-wrap .text {
  margin-top: 26px;
  padding: 0 27px 0 41px;
}
.detail-wrap .text p {
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  margin-bottom: 35px;
}
