.postAnnouncement {
  padding: 40px 12px 12px;
  box-sizing: border-box;
  border-radius: 0 3px 3px 3px;
  border: 1px solid  #757575;
  margin: 54px 16px 18px;
  position: relative;
  line-height: 28px;
  color: #FAFAFA;
  font-size: 16px;
}

.postAnnouncement .titleBox {
  position: absolute;
  left: -1px;
  top: -36px;
  width: 79px;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 8px 16px;
  box-sizing: border-box; */
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #757575;
  border-right: 1px solid #757575;
  border-left: 1px solid #757575;
  background: #000;
  
}
.postAnnouncement a {
  color: #1ABC9C;
}
.postContent {
  margin-bottom: 28px;
}