.navActive {
  background: #00b377;
}
.navActive > a {
  color: white;
}
.paperResourcesContent {
  margin-top: 10px;
  min-height: 780px;
}
.paperResourcesContent .sideNav {
  width: 100%;
  height: 300px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
}
.paperResourcesContent .sideNav .sideNavUl {
  padding: 0;
  list-style: none;
}
.paperResourcesContent .sideNav .sideNavUl > li {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.paperResourcesContent .sideNav .sideNavUl > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.paperResourcesContent .sideNav .sideNavUl > li > a:hover {
  color: white;
}
.paperResourcesContent .sideNav .sideNavUl > li:hover {
  background: #00b377;
}
.paperResourcesContent .functionPointDetail {
  height: 110px;
}
.paperResourcesContent .functionPointDetail .sFunctionPointDetail {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}
.paperResourcesContent .functionPointDetail .lFunctionPointDetail {
  font-size: 13px;
  text-align: left;
}
.paperResourcesContent .functionPointCom {
  width: 100%;
  height: 570px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 50px;
}
.paperResourcesContent .functionPointCom > img {
  max-width: 100%;
  height: auto;
}
.paperResourcesContent .functionPoint {
  width: 100%;
  height: 630px;
}
.paperResourcesContent .functionPoint .functionPointTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.paperResourcesContent .functionPoint .functionPointContent {
  box-sizing: border-box;
  padding: 33px 0;
  min-height: 520px;
}
.paperResourcesContent .functionPoint .functionPointContent .functionPointItem {
  height: 250px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 12px;
  text-align: left;
}
.paperResourcesContent .functionPoint .functionPointContent .functionPointItem .functionPointItemTitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
.paperResourcesContent .functionPoint .functionPointContent .functionPointItem .functionPointItemContent {
  width: 100%;
  height: 90%;
  padding: 0;
  font-size: 13px;
  list-style: none;
  margin: 0;
}
.paperResourcesContent .functionPoint .functionPointContent .functionPointItem .functionPointItemContent > li {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.paperResourcesContent .functionPoint .functionPointContent .functionPointItem .functionPointItemContent > li .funcItemImg {
  width: 5%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
  top: 20%;
}
.paperResourcesContent .functionPoint .functionPointContent .functionPointItem .functionPointItemContent > li .funcItemDetail {
  height: 100%;
  width: 95%;
  float: right;
}
.paperResourcesContent .functionPoint .functionPointContent .firstFucItem {
  background: #f2f7f6;
}
.paperResourcesContent .functionPoint .functionPointContent .secondFucItem {
  background: #faf4ed;
}
.paperResourcesContent .functionPoint .functionPointContent .thirdFucItem {
  background: #faf3f2;
}
.paperResourcesContent .functionPoint .functionPointContent .forthFucItem {
  background: #faf4ed;
}
.paperResourcesContent .functionPoint .functionPointContent .fifthFucItem {
  background: #faf3f2;
}
.paperResourcesContent .functionPoint .functionPointContent .sixthFucItem {
  background: #f2f7f6;
}
.paperResourcesContent .cleverService {
  min-height: 400px;
}
.paperResourcesContent .cleverService .cleverServiceTitle {
  font-weight: bold;
  height: 100%;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.paperResourcesContent .cleverService .cleverServiceContent {
  width: 100%;
  height: 300px;
  border: 1px solid lightgray;
}
.paperResourcesContent .cleverService .cleverServiceContent .cleverItem {
  box-sizing: border-box;
  padding: 0 40px;
  float: left;
  width: 33.33%;
  height: 300px;
}
.paperResourcesContent .cleverService .cleverServiceContent .cleverItem .cleverItemImg {
  width: 100%;
  height: 80px;
  margin-top: 34px;
  margin-bottom: 24px;
}
.paperResourcesContent .cleverService .cleverServiceContent .cleverItem .cleverItemImg > img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.paperResourcesContent .cleverService .cleverServiceContent .cleverItem .cleverItemTitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.paperResourcesContent .cleverService .cleverServiceContent .cleverItem .cleverItemContent {
  font-size: 13px;
  text-align: center;
  line-height: 26px;
}
.paperResourcesFooter {
  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 */