.wytt_jztagtree {
  padding: 10px;
  position: fixed;
  z-index: 99;
  opacity: 0;
  top: 100%;
  transition: all .5s ease 0s;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 85vh;
}
.jzDown {
  opacity: 1;
  visibility: visible;
  top: 10vh;
}

.wytt_jztagtree ul {
  padding: 0 0 0 40px!important;
  margin: 0 0 0 -20px!important;
}
.wytt_jztagtree li {
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
  list-style-type: none;
}
.wytt_jztagtree li::before, .wytt_jztagtree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto
}
.wytt_jztagtree li::before {
  border-left: 1px solid #cecece;
  bottom: 50px;
  height: 100%;
  top: -4px;
  width: 1px
}
.wytt_jztagtree li::after {
  border-top: 1px solid #cecece;
  height: 20px;
  top: 25px;
  width: 25px
}
.wytt_jztagtree li a {
  position: relative;
  z-index: 1;
  background-color: #448EF6;
  height: 28px;
  display: inline-block;
  padding: 0 8px 0 5px;
  font-size: 14px;
  line-height: 28px;
  color: white;
}
.wytt_jztagtree li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-top: 14px solid transparent;
  border-right: 10px solid #448EF6;
  border-bottom: 14px solid transparent;
  left: -10px;
}
.wytt_jztagtree li a {
  cursor: pointer
}
.wytt_jztagtree > ul > li::before, .wytt_jztagtree > ul > li::after {
  border: 0
}
.wytt_jztagtree li:last-child::before {
  height: 30px
}
.wytt_jztagtree li a:hover {
  background: #0045a6;
  color: #fff;
}
.wytt_jztagtree li a:hover::before {
  border-right: 10px solid #0045a6;
}



ul.pictxt {
    padding: 15px 0 0 5px;
    /* width: 752px; */
    height: auto;
    display: flow-root;
}

ul.pictxt li a {
    float: left;
    display: inline-block;
    width: 126px;
    height: 150px;
    line-height: 19px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}


ul.pictxt li {
    float: left;
    width: 126px;
    height: 150px;
}


ul.pictxt li a img {
    margin-bottom: 5px;
    border-radius: 10px;
    width: 101px;
    height: 106px;
}

 .titq {
    float: left;
    width: 100%;
    height: 26px;
    line-height: 20px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #f63d3d;
     display:block;
}

