article .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
article .content .content-lf {
  width: 469px;
}
article .content .content-lf .content-lf-center {
  padding: 30px 36px 0;
  width: 100%;
  color: #252525;
  font-size: 18px;
  line-height: 34px;
  background: url(../images/notice_content.png) repeat-y;
}
article .content .content-rg .content-rg-top {
  width: 100%;
  text-align: center;
}
article .content .content-rg .content-rg-center {
  padding: 22px 32px;
  width: 100%;
  height: 960px;
  color: #252525;
  font-size: 16px;
  line-height: 32px;
  background-color: #fff;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
article .content .content-rg .content-rg-center::-webkit-scrollbar {
  width: 6px;
  background-color: #eee;
}
article .content .content-rg .content-rg-center::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
article .content .content-rg .content-rg-center::-webkit-scrollbar-thumb {
  background-color: #87d7d2;
  border-radius: 30px;
}
