.notice {
  width: 14.4rem;
  padding: .8rem 0;
  margin: 0 auto;
}

.notice .notice-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .4rem;
}

.notice .notice-con .notice-item {
  width: 7rem;
  height: 2.1rem;
  opacity: 1;
  padding: .4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid #ccc;
  margin-bottom: .4rem;
}

.notice .notice-con .notice-item:hover {
  background: white;
}

.notice .notice-con .notice-item:hover .notice-item-tit {
  color: #000;
}

.notice .notice-con .notice-item:hover .notice-item-right {
  opacity: 1;
}

.notice .notice-con .notice-item .notice-item-tit {
  opacity: 1;
  font-size: .3rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  margin-bottom: .3rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.notice .notice-con .notice-item .notice-item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notice .notice-con .notice-item .notice-item-desc .notice-item-data {
  opacity: 1;
  font-size: .22rem;
  text-align: left;
  color: #666666;
}

.notice .notice-con .notice-item .notice-item-right {
  opacity: 1;
  height: .16rem;
  -webkit-transition: .2s;
  transition: .2s;
}
/*# sourceMappingURL=index.css.map */