@charset "utf-8";
.navigation-bread {
  margin-top: 20px;
  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: #044A96;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
.text-list {
  width: 100%;
  overflow: hidden;
}
.text-list ul {
  padding-top: 10px;
}
.text-list ul li {
  line-height: 24px;
  overflow: hidden;
}
.text-list ul li:hover span {
  color: #044A96;
}
.text-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 45px;
  width: 85%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  float: right;
  line-height: 45px;
}
.fill .head {
  padding: 14px 0 8px;
}
.fill .head {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 30px;
}
.fill .head .head-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}
.fill .content-head {
  position: relative;
}
.fill .content-head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #044A96;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
.fill .content-head p {
  font-size: 20px;
  font-weight: 500;
  color: #044A96;
  line-height: 28px;
  letter-spacing: 1px;
  padding-left: 20px;
}
.itme-words {
  background-color: #ffffff;
  padding: 18px 53px 56px 27px;
}
.itme-words .text-list ul li {
  line-height: 36px;
}
.navigation-bread {
  margin-bottom: 10px;
}
