#slider_report,
#wwvFlowForm
  > main
  > div
  > div
  > div.ma-body-column-css-classes
  > div
  > div:nth-child(1) {
  height: 220px;
}
/* .slider_news .slider{
    height:220px;
} */

#article_report {
  margin: 120px 0;
  max-width: 800px;
}
.caption h5,
.fielddata,
.indicators,
.slider-button {
  display: none;
}
.caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.caption h3 {
  text-align: center;
  margin-top: 90px;
}
#article > div.ma-flex-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#article > div.ma-flex-content > div.ma-region-body.t-Region-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  max-width: 1100px;
}
#article > div.ma-flex-content > div.ma-region-body.t-Region-body > h4 {
  text-align: center;
}
#article {
  background-color: #fff;
}
.row .col {
  padding: 0 !important;
  min-height: 1px;
}
.ma-region {
  margin-bottom: 0 !important;
}
.news_title {
  color: #191919;
  line-height: 38px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.news_time {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 38px;
  font-weight: 700;
}
.news_content {
  text-align: center;
}

@media screen and (max-width: 600px) {
  #article_report img {
    max-width: 95%;
    height: auto;
  }

  #article > div.ma-flex-content > div.ma-region-body.t-Region-body{
    max-width: 95%;
  }
}
