@charset "utf-8";
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #0baa94;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul li {
  line-height: 43px;
  overflow: hidden;
}
.text-list ul li a {
  width: 95%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 43px;
}
.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  width: 9px;
  height: 9px;
  background: #0baa94;
  border-radius: 50%;
  margin: 0 18px 0 4px;
}
.text-list ul li a:hover {
  color: #0baa94;
}
.text-list ul li span {
  font-weight: 400;
  color: #999999;
  float: right;
  line-height: 43px;
}
.fill .head {
  margin-top: 70px;
  margin-bottom: 34px;
}
.fill .head p {
  float: left;
}
.fill .head p img {
  display: block;
  width: auto;
  height: auto;
}
.fill .head ul {
  float: left;
  position: relative;
  margin-top: 10px;
  margin-left: 23px;
}
.fill .head ul li {
  position: relative;
  float: left;
  margin-right: 13px;
  font-size: 18px;
  color: #25644B;
  line-height: 24px;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0 30px;
}
.fill .head ul .on {
  color: #ffffff;
  background: #0BAA94;
  border-radius: 15px;
}
.fill .head a {
  display: block;
  float: right;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 48px;
}
.wrapper-fill .head {
  margin-top: 20px;
  padding-bottom: 7px;
  overflow: hidden;
}
.wrapper-fill .head p {
  font-size: 24px;
  font-weight: bold;
  color: #0baa94;
  line-height: 26px;
  float: left;
  position: relative;
}
.itme-words {
  background-color: #ffffff;
  padding: 18px 53px 56px 27px;
}
.text-list {
  margin-top: 20px;
}
.text-list ul li a {
  width: 80%;
}
