.navActive {
  background: #00b377;
}
.navActive > a {
  color: white;
}
.untilSearchContent {
  min-height: 600px;
  margin-top: 10px;
}
.untilSearchContent .sideNav {
  width: 100%;
  height: 300px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
}
.untilSearchContent .sideNav .sideNavUl {
  padding: 0;
  list-style: none;
}
.untilSearchContent .sideNav .sideNavUl > li {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.untilSearchContent .sideNav .sideNavUl > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.untilSearchContent .sideNav .sideNavUl > li > a:hover {
  color: white;
}
.untilSearchContent .sideNav .sideNavUl > li:hover {
  background: #00b377;
}
.untilSearchContent .untilInc {
  min-height: 120px;
  text-align: center;
}
.untilSearchContent .untilInc .untilTitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.untilSearchContent .untilInc .untilDetail {
  text-align: left;
  font-size: 13px;
  margin-top: 30px;
}
.untilSearchContent .untilImg {
  min-height: 450px;
  margin-top: 10px;
  text-align: center;
}
.untilResearchFooter {
  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 */