@charset "utf-8";
.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;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul {
  padding-top: 7px;
}
.text-list ul li {
  line-height: 20px;
  overflow: hidden;
  margin-top: 16px;
}
.text-list ul li:hover span {
  color: #3e8908;
}
.text-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  line-height: 20px;
  margin: 0 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3e8908;
  vertical-align: 4px;
}
.text-list ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  float: right;
}
.fill .head {
  overflow: hidden;
}
.fill .head .head-title {
  float: left;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3e8908;
  line-height: 40px;
}
.fill .head .head-title span {
  text-indent: -9999px;
  display: inline-block;
}
.fill .head .head-title img {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-right: 23px;
}
.fill .head .head-title .fillLeft {
  height: 27px;
}
.fill .head a {
  float: right;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 40px;
}
.fill h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
body {
  background-color: #f7f8f8;
}
.fill_dynamicitme .head {
  border-bottom: none;
  padding-bottom: 15px;
}
