.classifyAll {
  width: 1170px;
  height: auto;
  background: #fff;
  padding: 10px 15px;
  margin-top: 40px;
  margin: 40px 0 20px;
}
.classifyAll .title {
  width: 100%;
  height: auto;
  background: #fff;
}
.classifyAll .title p.first {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 20px;
  color: #333;
}
.classifyAll .title p.first span {
  padding-left: 10px;
  border-left: 3px solid #2398d6;
}
.classifyAll .title p:nth-child(2) {
  border-bottom: 1px dashed #ebebeb;
  border-top: 1px solid #ebebeb;
}
.classifyAll .title .item .allClassifyLabelHide1,
.classifyAll .title .item .allClassifyLabelHide2 {
  display: none;
}
.classifyAll .title .item a {
  color: #333;
  font-size: 14px;
  padding: 4px 4px;
  float: left;
  margin: 6px 50px 6px 0;
}
.classifyAll .title .item a:hover {
  background: #2398d6;
  color: #fff;
}
.classifyAll .title .item.retract {
  padding-left: 20px;
  border-bottom: 1px dashed #f0f0f0;
}
.classifyAll .title .item.retract .item_title {
  overflow: hidden;
  width: 100px;
  float: left;
}
.classifyAll .title .item.retract .item_list {
  width: 1050px;
  overflow: hidden;
  display: block;
  float: left;
}
.classifyAll .title .item.retract .retract_item {
  display: block;
  margin: 10px 2px;
  width: 115px;
  text-align: center;
  cursor: pointer;
}
.classifyAll .title .item.retract .retract_item.allClassifyLabelMore1 {
  color: #2398d6;
}
.classifyAll .title .item.retract .retract_item:hover {
  background: #2398d6;
  color: #fff;
}
.classifyAll .title .item.retract .retract_item.allClassifyLabelHide1 {
  display: none;
}
.classifyAll .title .item.retract a.active {
  background: #2398d6;
  color: #fff;
}
.classifyAll .title .item.retract span {
  float: left;
  display: inline-block;
  padding: 10px;
  width: 60px;
  height: 100%;
  text-align: left;
  cursor: pointer;
}
.classifyAll .title .item.retract .more {
  padding: 2px 4px;
  color: #2398d6;
}
.classifyAll .title .item a:last-child {
  margin-right: 0;
}
