.header .date-num .date {
  float: left;
}
.header .date-num .num i {
  font-style: normal;
}
.people {
  display: inline-block;
  height: 100%;
  padding: 0 18px 0 4px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: rgba(130, 49, 142, .3);
}
.header .date-num .peopleNum {
  padding-left: 3px;
}
.header .date-num .num {
  padding-right: 10px;
}
@media only screen and (max-width: 800px) {
  .header .date-num .people {
    font-size: 12px;
    padding: 0 5px;
  }
  .header .date-num .num {
    padding-right: 0px;
  }
}
.tags {
  overflow: hidden;
}
.tags li a {
  display: block;
  float: left;
  border: 1px solid #cdcdcd;
  background: #fff;
  font-size: 12px;
  color: #525252;
  line-height: 29px;
  padding: 0 18px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.tags li a.on, .tags li a:hover {
  background: #d80000;
  border-color: #d80000;
  color: #fff;
}
.notice-list-tt a:hover {}
.p-list9 a:hover, .p-list9 li.on a {
  background: none;
}
.color1 {
  background: #ffefef;
  color: #b80308;
}
.color2 {
  background: #d8ffff;
  color: #306eb4;
}
.color3 {
  background: #f6eeff;
  color: #d80000;
}
.color4 {
  background: #eee;
  color: #878787;
}
.fix-con {
  right: -90px;
}
.fix-wrap {
  width: 580px;
  overflow: hidden;
  position: absolute;
  left: -570px;
  height: 100%;
  display: none;
}
.fix-problem li.on h3 {
  color: #83328f;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fix-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1001;
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .610, .355, 1.000);
    transition-timing-function: cubic-bezier(0.215, .610, .355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -350px, 0);
    transform: translate3d(3000px, -350px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-325px, -350px, 0);
    transform: translate3d(-325px, -350px, 0);
  }
  75% {
    -webkit-transform: translate3d(-260px, -350px, 0);
    transform: translate3d(-260px, -350px, 0);
  }
  90% {
    -webkit-transform: translate3d(-265px, -350px, 0);
    transform: translate3d(-265px, -350px, 0);
  }
  100% {
    -webkit-transform: translate3d(-260px, -350px, 0);
    transform: translate3d(-260px, -350px, 0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .610, .355, 1.000);
    transition-timing-function: cubic-bezier(0.215, .610, .355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -350px, 0);
    transform: translate3d(3000px, -350px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-325px, -350px, 0);
    transform: translate3d(-325px, -350px, 0);
  }
  75% {
    -webkit-transform: translate3d(-260px, -350px, 0);
    transform: translate3d(-260px, -350px, 0);
  }
  90% {
    -webkit-transform: translate3d(-265px, -350px, 0);
    transform: translate3d(-265px, -350px, 0);
  }
  100% {
    -webkit-transform: translate3d(-260px, -350px, 0);
    transform: translate3d(-260px, -350px, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.desc a {
  color: #83328f;
}
.fix-nv .rengong-new .ico {
  background-image: url(../images/kf.png);
}
.fix-nv .znwd-new .ico {
  background-image: url(../images/zn.png);
}
.rengong {
  padding: 0;
  padding-top: 20px;
}
.rengongBtn {
  background-color: #f8f5f8;
  border: none;
  padding: 5px 10px;
  border-radius: 18px;
  color: #83328f;
  margin-bottom: 8px;
}
.activeBar {
  background-color: rgba(130, 49, 142, .1) !important;
}
.hidden {
  overflow: hidden;
}