#demo-new-announ-page {
  display: flex;
  justify-content: center;
  background: #f5f5f5;
}
#demo-new-announ-page .new-ammoun-content {
  background: #ffffff;
  width: 1200px;
  padding: 0 20px;
}
#demo-new-announ-page .new-ammoun-content .page-crumbs {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
}
#demo-new-announ-page .new-ammoun-content .page-content {
  display: flex;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-left {
  text-align: center;
  width: 150px;
  border: 1px solid #f5f5f5;
  padding: 0 20px;
  height: 220px;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-left > p {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-left .active {
  color: #a92239;
  font-weight: bold;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-right {
  margin-left: 20px;
  width: 1030px;
  display: flex;
  flex-flow: wrap;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-right .right-item {
  position: relative;
  width: calc(100% / 3 - 40px);
  box-sizing: border-box;
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-right .right-item .label-img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-right .right-item .top-title {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-right .right-item .top-title .color-background {
  height: 15px;
  width: 15px;
  background: #00aca0;
  margin-right: 5px;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-right .right-item .title-time {
  margin-bottom: 5px;
  color: #999999;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-right .right-item:hover .big-img {
  opacity: 0.7;
}
#demo-new-announ-page .new-ammoun-content .page-content .page-right .right-item:hover .right-title {
  text-decoration: underline;
}
/*# sourceMappingURL=new-announ-page.css.map */