/*article {
  background-color: #f7f7f7;
}
nav {
  width: 100vw;
}*/
/*nav #menu {
  height: 32vw;
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-evenly;
  padding: 0 4vw;
  box-sizing: border-box;
}
nav #menu > a {
  width: 21.3333vw;
  height: 10.6667vw;
  font-size: 3.7333vw;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
  line-height: 10.6667vw;
  border: 0.2667vw solid #d3d3d3;
  border-radius: 1.3333vw;
}
nav #menu > a.tab {
  border: 0.2667vw solid #4fcc94;
  border-radius: 1.3333vw;
  color: #4fcc94;
}*/
section {
    padding-bottom: 23.5vw;
    background-color: #ffffff;
}
section .wrap {
  background-color: #f7f7f7;
}
section .wrap .kjh {
  width: 100vw;
  background-color: #ffffff;
}
section .wrap .kjh > li > a {
  padding: 4vw;
  box-sizing: border-box;
  display: block;
  background: url(/static/images/kjh-gengduo.png) no-repeat right center;
  background-size: 3.2vw 3.2vw;
  background-origin: content-box;
}
section .wrap .kjh > li > a > .kj-title {
  display: flex;
  align-items: center;
}
section .wrap .kjh > li > a > .kj-title > h3 {
  font-size: 4.8vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-right: 2.1333vw;
}
section .wrap .kjh > li > a > .kj-title > span {
  font-size: 3.2vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
section .wrap .kjh > li > a .num-container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.0667vw;
  width: 90vw;
}
section .wrap .kjh > li > a .num-container > span:not(.text-dec) {
  display: block;
  width: 8.5333vw;
  height: 8.5333vw;
  font-size: 4.8vw;
  border-radius: 4.2667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.0667vw;
  margin-bottom: 2.1333vw;
}
section .wrap .kjh > li > a .num-container > span:not(.text-dec).rb {
  color: #f55f1b;
  border: 0.1333vw solid #f55f1b;
}
section .wrap .kjh > li > a .num-container > span:not(.text-dec).bb {
  color: #6ea5f0;
  border: 0.1333vw solid #6ea5f0;
}
section .wrap .kjh > li > a .num-container .text-dec {
  display: flex;
  align-items: center;
  padding-bottom: 2.1333vw;
  font-size: 3.7333vw;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
}
section .wrap .kjh > li > a .num-container .text-dec > :first-child {
  margin: 0 4vw;
}
section .wrap .kjh > li > a > p > span {
  font-size: 3.2vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-right: 4vw;
}
section .wrap .kjh > li:not(:last-of-type) {
  background: url(/static/images/dotted-line.png) no-repeat bottom;
  background-size: 100%;
}
section .wrap .list-category {
  margin-top: 2.6667vw;
  background-color: #fff;
}
section .wrap .list-category .ititle-wrap {
  display: flex;
  align-items: center;
  padding: 6.6667vw 4vw 4vw 4vw;
  border-bottom: #45a1db 0.2667vw solid;
}
section .wrap .list-category .ititle-wrap::before {
  content: "";
  display: inline-block;
  width: 1.3333vw;
  height: 5.3333vw;
  background-color: #45a1db;
  margin-right: 2.2667vw;
}
section .wrap .list-category .ititle-wrap .ititle {
  font-size: 4.8vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
section .wrap .list-category .list > li {
  padding: 4vw;
  font-size: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .wrap .list-category .list > li:not(:last-of-type) {
  border-bottom: solid 0.2667vw #f8f8f8;
}
section .wrap .list-category .list > li::before {
  content: "";
  background: none;
  vertical-align: middle;
}
section .wrap .list-category .list > li > a {
  padding-left: 4.0667vw;
  font-size: 4vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(/static/images/point.png) no-repeat left center;
}
section .wrap .list-category .list > li > a.new {
  color: #ff0000;
}
section .wrap .list-category .list > li span {
  font-size: 3.2vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
section .wrap .page {
  padding: 2.6667vw 12.6667vw 6.6667vw 12.6667vw;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #ffffff;
}
section .wrap .page > a {
  display: block;
  width: 26.6667vw;
  height: 10.6667vw;
  border: 0.2667vw solid #45a1db;
  border-radius: 5.3333vw;
  font-size: 4.8vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #45a1db;
  text-align: center;
  line-height: 10.6667vw;
}
section .wrap .line {
  width: 100vw;
  height: 4vw;
  background-color: #ffffff;
  margin-top: 2.6667vw;
}
section .wrap .bottom-nav {
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-evenly;
  padding: 4vw;
  padding-bottom: 1.33333vw;
  box-sizing: border-box;
}
section .wrap .bottom-nav > a {
  width: 17.3333vw;
  height: 10.6667vw;
  font-size: 3.7333vw;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
  line-height: 10.6667vw;
  border: 0.2667vw solid #d3d3d3;
  border-radius: 1.3333vw;
  margin-bottom: 2.6667vw;
}
section .wrap .bottom-nav > a.tab {
  border: 0.2667vw solid #4fcc94;
  border-radius: 1.3333vw;
  color: #4fcc94;
}

section .wrap .zst-wrap {
  padding: 4vw;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 2.6667vw;
}

section .wrap .zst-wrap .zst-item:not(:first-of-type) {
  margin-top: 4vw;
}

section .wrap .zst-wrap .zst-item .ititle {
  height: 10.6667vw;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.2667vw solid #4fcc94;
}
section .wrap .zst-wrap .zst-item .ititle > a {
  font-size: 3.2vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4fcc94;
  text-align: right;
  line-height: 10.6667vw;
}
section .wrap .zst-wrap .zst-item .ititle > a::after {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  background: url(/static/images/kjh-gengduo.png) no-repeat right center;
  background-size: 100%;
  background-origin: border-box;
  margin-left: 1.0667vw;
}

section .wrap .zst-wrap .zst-item .ititle > span {
  width: 37.3333vw;
  height: 10.6667vw;
  display: block;
  line-height: 10.6667vw;
  box-sizing: border-box;
}

section .wrap .zst-wrap .zst-item .ititle > span:first-of-type {
  background-color: #4fcc94;
  border-radius: 1.3333vw 1.3333vw 0vw 0vw;
  font-size: 4.8vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

/*section .wrap .zst-wrap .zst-item .ititle > span:last-of-type {
                      font-size: 3.2vw;
                      font-family: PingFang SC;
                      font-weight: 500;
                      color: #4fcc94;
                      text-align: right;
                  }*/

/*section .wrap .zst-wrap .zst-item .ititle > span:last-of-type::after {
                          content: '';
                          display: inline-block;
                          width: 2.4vw;
                          height: 2.4vw;
                          background: url(/static/images/kjh-gengduo.png) no-repeat right center;
                          background-size: 100%;
                          background-origin: border-box;
                          margin-left: 1.0667vw;
                      }*/

section .wrap .zst-wrap .zst-item .zst-content {
  border: 0.2667vw solid #a0e7c7;
  border-radius: 0vw 0vw 1.3333vw 1.3333vw;
  padding-top: 4vw;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

section .wrap .zst-wrap .zst-item .zst-content > a {
  width: 45%;
  font-size: 4vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  box-sizing: border-box;
  margin-bottom: 6vw;
  margin-left: 4vw;
}

section .wrap .zst-wrap .zst-item .zst-content > a:nth-last-of-type(-n + 2) {
  margin-bottom: 4vw;
}
