.ic-index p {
  margin-top: 10px;
}
.ic-index p a {
  width: 36px;
  height: 36px;
  background: #ecf0ff;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  color: #2653ff;
  font-size: 16px;
  margin-right: 12px;
}
.ic-index p a.select {
  color: #ffffff;
  font-weight: 500;
  background: #ff8b0d;
}
.ic-index p a.select:hover {
  color: #ffffff;
}
.ic-index p a:hover {
  color: #ff8b0d;
}
.icIndex {
  margin-top: 20px;
  background: #fff;
  padding-bottom: 20px;
}
.icIndex h1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-left: 16px;
  border-left: 4px solid #ff8b0d;
}
.icIndex .title {
  height: 46px;
  background: #fff6ec;
  display: flex;
  align-items: center;
}
.icIndex .title span {
  margin-left: 8px;
  color: #999999;
}
.icIndex-list {
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
}
.icIndex-list li {
  width: 158px;
  margin: 0 12px 12px 0;
}
.icIndex-list li:nth-child(8n) {
  margin-right: 0;
}
.icIndex-list li a {
  width: 158px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.page ul {
  padding-top: 8px;
}
