@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: #318ae0;
  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: #E83218;
  border-radius: 50%;
  margin: 0 18px 0 4px;
}
.text-list ul li a:hover {
  color: #318ae0;
}
.text-list ul li span {
  font-weight: 400;
  color: #999999;
  float: right;
  line-height: 43px;
}
.fill .head {
  margin-top: 92px;
}
.fill .head p {
  height: 56px;
  text-align: center;
}
.fill .head p img {
  display: inline-block;
  width: auto;
  height: 56px;
}
.fill .head a {
  margin-top: 35px;
  display: block;
  padding-right: 13px;
  float: right;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 48px;
}
.wrapper-fill .head {
  padding-bottom: 7px;
  overflow: hidden;
}
.wrapper-fill .head p {
  font-size: 24px;
  font-weight: bold;
  color: #318ae0;
  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%;
}
