 .zysearch {
     width: 100%;
     height: 274px;
     text-align: center;
     position: relative;
     z-index: 9;
     border-top: 5px solid #e62129;
 }
 .zysearch::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px;
  z-index: -1;
  background: url(../image/bcg.png)no-repeat;
  background-position-x: center;
} 

.zysearch .check .checkbox {
  display: inline-block;
  margin: 5px 26px;
}
.zysearch .check .checkbox .inpcheck {
  width: 17px;
  height: 17px;
  top: -2px;
  background-color: #fff;
  color: #fff !important;
}
.zysearch .search {
  width: 100%;
  text-align: center !important;
  height: 50px;
  position: relative;
  padding: 20px;
}
.zysearch .search .inpsea {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.zysearch .search .inpsea .serchbtn {
    width: 90px;
    height: 45px;
    background-color: #e62129 !important;
    color: #fff;
    border: 0;
    font-size: 17px;
}
.icon_a {
    font-size: 60px;
    margin-top: -11px;
    float: left;
}


.mbxnav .nav_bar_box {
    overflow: hidden;
    background-color: #f5f5f5;
}
.mbxnav .nav_bar_box .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0;
    max-width: 1200px;
    margin: 0 auto;
}
.cplist .tre .row {
    padding:0px;
}
.cplist .tre .treehed {
    color: #fff;
    height: 110px;
    line-height: 110px;
    font-size: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 0.5em;
    background: #114368;
}
.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 {
    padding: 0;
    background: #f9f9f9;
    margin-bottom: 15px;
    /* box-shadow: 0 0 29px #ececec; */
    width: 260px;
}
.cplist .tre .leftnav .to__name a {
  /* color: #333 !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: 43px;
    color: #ffffff;
  }
  .cplist .left_tree_box {
    display: none;
  }
  .cplist .cp_box1 ul li ul li {
    margin: 10px 12px!important;
    width: 42%!important;
  }
}
.cplist .cp_pic ul li {
border-bottom: 1px solid #d6d6d6;
    padding: 15px 0px;
    float: left;
    width: 94%;
}
.cplist .cp_box1 {
    height: 100%;
    background: #fff;
    margin-bottom: 30px;
    width: 938px;
    padding: 0;
}
.cplist .cp_box1 ul li h4 {
    font-size: 16px;
    font-weight: bold;
}
.zc_pic {
    text-align: center;
    width: 25%;
    float: left;
}
.zc_pic a img {
    width: 100%;
    border: 1px solid #ececec;
}
.cplist .cp_box1 ul li ul {
  overflow: hidden;
}
.cplist .cp_box1 ul li ul li {
padding: 0;
    overflow: hidden;
    font-size: 12px;
    height: 33px;
    cursor: pointer;
    position: relative;
    text-align: left;
    margin: 0px 29px;
    width: 71%;
    border: 0;
}
.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;
    bottom: 0;
    padding: 8px 0;
    font-size: 14px;
    font-weight: normal;
}
.cplist .cp_box1 ul li ul li img {
  width: 100%;
  height: 123px;
}



/* 手机端样式开始 */
@media (max-width:768px) {
	.icon_a {
font-size: 42px;
    margin-top: -4px;
    float: left;
	}
	.cplist .tre .treehed .right {
	  display: none;
	}
	.cplist .tre .lihead {
	  font-size: 15px;
	  font-weight: bold;
	  padding: 0 20px;
	  color: #000;
	}
	.cplist .tre .leftnav {
	  padding: 0;
	  width: 100%;
	}
	.cplist .tre .treehed {
	    color: #fff;
	    height: 65px;
	    line-height: 65px;
	    font-size: 22px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    text-indent: 0.5em;
	    background: #114368;
	}
	.cplist .right span {
	    font-size: 32px;
	    color: #ffffff;
	}
	.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;
	}
	.cplist .cp_pic ul li {
	    border-bottom: 1px solid #d6d6d6;
	    padding: 6px;
	    float: left;
	    width: 98%;
	}
	.cplist .cp_box1 ul li h4 {
	    font-size: 15px;
	    font-weight: bold;
	}
	.cplist .cp_box1 ul li ul li {
    margin: 0px 3px 0px!important;
    width: 100%!important;
    height: 28px;
    line-height: 42px;
	}
	.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;
	    bottom: 0;
		padding: 0;
	    font-size: 13px;
	    font-weight: normal;
	}
	.zc_pic {
	    width: 26%;
	}
	.cplist .cp_box1 {
	    height: 100%;
	    background: #fff;
	    margin-bottom: 30px;
	    width: 100%;
	    padding: 0;
	}
	
}
