@charset "utf-8";
/* CSS Document */

.box1 {
  padding: 0;
  /* border-top: 1px solid #5e068c; */
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  background-color: #efefef;
}

.box1 {
  background-image: url(../images/pic11.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  border-radius: 6px;
  margin-top: 35px;
  -webkit-animation: bgMove 5s linear;
  -moz-animation: bgMove 5s linear;
  -ms-animation: bgMove 5s linear;
  -o-animation: bgMove 5s linear;
  animation: bgMove 5s linear;
  -webkit-animation-direction:alternate;
  -moz-animation-direction:alternate;
  -ms-animation-direction:alternate;
  -o-animation-direction:alternate;
  animation-direction:alternate;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #94070a;
  border-color: #94070a;
}

.list_title {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 10px;
  border-bottom: 1px solid#94070a;
  position: relative;
}

.list_title:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 20px;
  background-color: #94070a;
  left: 0px;
  top: 4px;
}
.media {
  border-bottom: 1px solid #ddd;
}
.media-left > a {
  width: 150px;
  height: 0px;
  padding-bottom: 66%;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}
.media-object {
  width: 100%;
}
@-webkit-keyframes bgMove {
  from {
    background-position: top center;
  }

  to {
    background-position: bottom center;
  }
}

@-moz-keyframes bgMove {
  from {
    background-position: top center;
  }

  to {
    background-position: bottom center;
  }
}

@-ms-keyframes bgMove {
  from {
    background-position: top center;
  }

  to {
    background-position: bottom center;
  }
}

@-o-keyframes bgMove {
  from {
    background-position: top center;
  }

  to {
    background-position: bottom center;
  }
}

@keyframes bgMove {
  from {
    background-position: top center;
  }

  to {
    background-position: bottom center;
  }
}

.box2 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.ztree *{
  font-size:16px;
}
.ztree li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 35px;
    text-align: left;
    white-space: nowrap;
    outline: 0;
    border-bottom:1px dashed #ddd;
}
.ztree li:last-child{
    border:0;
}
.ztree li a {
    padding: 1px 3px 0 0;
    margin: 0;
    cursor: pointer;
    height: 35px;
    color: #333;
    background-color: transparent;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    line-height:35px;
    font-size:16px;
}
.ztree li a:hover{
    text-decoration:none;
}
.ztree li a.curSelectedNode {
    padding-top: 0px;
    background-color: #FFE6B0;
    color: black;
    height: 35px;
    width: 90%;
    border: 1px #FFB951 solid;
    opacity: 0.8;
}
@media (max-width: 767px) {
  .media-left > a {
    width: 100px;
  }
}
