.container .Box .asideRight .content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 28px 25px 22px;
}
.container .Box .asideRight .content .item {
  display: block;
  color: #666666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 13px 20px;
  border: 1px solid #e4e4e4;
  border-left: 10px solid #e4e4e4;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 15px;
  transition: 0.4s all;
}
.container .Box .asideRight .content .item:hover {
  border-color: #1cabe2;
  font-weight: 700;
}
.container .Box .asideRight .content .item .time {
  margin-right: 15px;
}
.container .Box .asideRight .footer {
  margin-top: 30px;
}

/*# sourceMappingURL=notice.css.map */
