.site-container {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
}
.home-container {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  padding-top: 30px;
}
.section-header-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-header {
  padding-top: 20px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.readmore-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
a.readmore {
  background: #00aeef;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.investor-container {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.investor-content {
  padding: 15px 10px;
  display: flex;
  width: 85%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.investor-content .investor-desc {
  text-align: justify;
  width: 85%;
  align-items: center;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .investor-content {
    width: 100%;
  }
  .investor-content .investor-desc {
    width: 100%;
  }
}
.report-container {
  flex-direction: row;
  width: 100%;
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}
.report-content {
  flex: 1;
}
.report-content .report-content-left {
  padding-right: 10px;
  padding-bottom: 20px;
}
.report-content .report-content-left .report-img {
  width: 350px;
  height: 250px;
}
.report-content .report-content-left .content-left-header {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.report-content .report-content-left .content-left-header a:hover {
  text-decoration: none;
}
.report-content .report-content-left .content-left-header span {
  color: #00aeef;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.report-content .report-content-left .content-left-header span:hover {
  color: #000;
  font-weight: bold;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 768px) {
  .report-content .report-content-left {
    padding-right: 0;
  }
}
.report-content .report-content-right {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.report-content .report-content-right .main-report-header {
  font-weight: bold;
  padding-bottom: 15px;
  color: #000;
}
.report-content .report-content-right .previous-report-header {
  font-weight: bold;
  padding-top: 15px;
  color: #000;
}
.report-content .report-content-right a:hover {
  text-decoration: none;
}
.report-content .report-content-right .link-dl {
  color: #00aeef;
  font-weight: bold;
}
.report-content .report-content-right .link-dl:hover {
  color: #000;
  font-weight: bold;
}
.report-content .report-content-right .view-more-container {
  padding-top: 30px;
}
.report-content .report-content-right .view-more-container .viewmore {
  background: #00aeef;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .report-content .report-content-right .view-more-container .viewmore {
    padding: 10px 15px;
    font-size: 14px;
  }
}
