@charset "utf-8";
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul {
  padding-top: 12px;
}
.text-list ul li {
  line-height: 36px;
  overflow: hidden;
}
.text-list ul li:hover span {
  color: #6caeef;
}
.text-list ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  width: 85%;
  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: 24px;
  margin: 0 10px 0 3px;
  width: 5px;
  height: 5px;
  background: #6CAEEF;
  border-radius: 50% ;
  vertical-align: 4px;
}
.text-list ul li span {
  font-size: 17px;
  font-weight: 400;
  color: #999999;
  float: right;
}
.fill .head {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding: 0 12px;
}
.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #6caeef;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 29px;
}
.fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #6caeef;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
.itme-words {
  background-color: #ffffff;
  padding: 18px 53px 56px 27px;
}
.itme-words .text-list ul {
  padding-top: 12px;
}
.itme-words .text-list ul li {
  margin-top: 11px;
  line-height: 36px;
}
.itme-words .text-list ul li a {
  width: 80%;
}
.itme-words .text-list ul li a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #1d57c5;
  vertical-align: 3px;
}
.navigation-bread {
  margin-bottom: 16px;
}
