/* .zysearch::before {
  background: url(../image/bcg.png) fixed;
  background-position-x: center;
}
.zysearch {
  position: relative;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1) border-box;
}
.zysearch::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 12px 0;
  z-index: -1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
} */
.cplist .tre .row {
  left: 0;
  padding: 10px;
}
.cplist .tre .treehed {
  position: relative;
  padding: 0px 20px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
}
.cplist .tre .treehed .jt {
  color: #5f09b4;
}
.cplist .tre .treehed .left {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.cplist .tre .treehed .right {
  display: none;
}
.cplist .tre .lihead {
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
  color: #000;
}
.cplist .tre .leftnav {
  box-shadow: 0 0 5px #ccc;
  padding: 0;
}
.cplist .tre .leftnav .to__name a {
  color: #404d5b !important;
}
.cplist .tre .leftnav .treeview span.icon {
  width: 12px;
  margin-right: 5px;
  position: absolute;
  right: 156px;
  top: 14px;
  color: red;
}
.cplist .tre .leftnav .list-group-item {
  position: relative;
  border: 0;
  font-size: 14px;
  color: #333;
  padding: 10px 20px;
}
.cplist .tre .leftnav .list-group-item .glyphicon-plus:before {
  content: "︾";
  margin-left: 10px;
}
.cplist .tre .leftnav .list-group-item .glyphicon-minus:before {
  content: "︽";
  margin-left: 10px;
}
@media (min-width: 1520px) {
  .cplist .left_tree_box {
    display: block!important;
  }
}
@media (min-width: 980px) {
  .cplist .left_tree_box {
    display: block!important;
  }
}
@media (max-width: 980px) {
  .cplist .right {
    display: inline-block !important;
    position: absolute;
    right: 23px;
    top: 3px;
  }
  .cplist .right span {
    font-size: 30px;
    color: #690599;
  }
  .cplist .left_tree_box {
    display: none;
  }
  .cplist .cp_box1 ul li ul li {
    margin: 10px 12px!important;
    width: 42%!important;
    top: 34px;
  }
}
.cplist .cp_pic ul li {
  margin: 15px 0;
}
.cplist .cp_box1 {
  height: 100%;
  box-shadow: 0 0 5px #ccc;
}
.cplist .cp_box1 ul li h4 {
  font-size: 15px;
  font-weight: bold;
  color: #9c59e0;
}
.cplist .cp_box1 ul li ul {
  overflow: hidden;
}
.cplist .cp_box1 ul li ul li {
  margin-left: -1px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  min-height: 155px;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 10px;
  box-shadow: 0 0 5px #ccc;
}
.cplist .cp_box1 ul li ul li .nullimg {
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.cplist .cp_box1 ul li ul li .imgtit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  color: #404d5b;
  bottom: 0;
  background: #f3f3f3;
  padding: 8px 0;
}
.cplist .cp_box1 ul li ul li img {
  width: 100%;
  height: 123px;
}
