.navActive {
  background: #00b377;
}
.navActive > a {
  color: white;
}
.analysisContent {
  min-height: 600px;
  margin-top: 10px;
}
.analysisContent .sideNav {
  width: 100%;
  height: 300px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
}
.analysisContent .sideNav .sideNavUl {
  padding: 0;
  list-style: none;
}
.analysisContent .sideNav .sideNavUl > li {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.analysisContent .sideNav .sideNavUl > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.analysisContent .sideNav .sideNavUl > li > a:hover {
  color: white;
}
.analysisContent .sideNav .sideNavUl > li:hover {
  background: #00b377;
}
.analysisContent .analInc {
  min-height: 120px;
  text-align: center;
}
.analysisContent .analInc .analTitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.analysisContent .analInc .analDetail {
  line-height: 25px;
  text-align: left;
  font-size: 13px;
  margin-top: 30px;
}
.analysisContent .charts {
  min-height: 550px;
  text-align: center;
  margin-top: 35px;
}
.analysisContent .charts .chartBox {
  width: 46%;
  height: 266px;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 2.121px 2.121px 16px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.analysisContent .charts .chartBox .chart {
  display: block;
  width: 100%;
  height: 100%;
}
.analysisContent .elecBig {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 15px;
}
.analysisContent .elecBigImg {
  width: 100%;
  min-height: 480px;
  text-align: center;
}
.analysisFooter {
  height: 170px;
  border-top: 1px solid lightgray;
  text-align: center;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 26px;
}
/*# sourceMappingURL=content.css.map */