@charset "utf-8";
.navigation-bread {
  margin-bottom: 16px;
  margin-left: 27px;
  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: #a80b02;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul {
  padding-top: 15px;
}
.text-list ul li {
  margin-top: 15px;
  line-height: 30px;
  overflow: hidden;
}
.text-list ul li:hover span {
  color: #a80b02;
}
.text-list ul li:hover a i {
  background: #a80b02;
}
.text-list ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #372a2a;
  width: 86%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list ul li a i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 8px;
}
.text-list ul li span {
  font-size: 12px;
  font-weight: 400;
  color: #c8c8c8;
  float: right;
}
.fill .head {
  padding: 50px 0 22px;
}
.fill .head .head-title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #a80b02;
}
.page-fill .head {
  position: relative;
}
.page-fill .head .head-title {
  margin-left: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #a80b02;
}
.page-fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #a80b02;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
.fill .head {
  margin-bottom: 0;
}
.itme-words {
  background-color: #ffffff;
  padding: 18px 53px 56px 27px;
}
.navigation-bread {
  margin-bottom: 16px;
}
