.page {
  font-size: 1.375rem;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .page {
    text-align: center;
    margin-top: 50px;
  }
}
.page dt,
.page dd {
  vertical-align: middle;
  display: inline-block;
}
.page dt a,
.page dd a {
  display: block;
  height: 32px;
  line-height: 30px;
  text-decoration: none;
  color: #999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .page dt a,
.page dd a {
    line-height: 26px;
    font-size: 1.125rem;
  }
}
.page dd {
  width: 20px;
  height: 31px;
  margin: 0 11px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .page dd {
    width: 21px;
    height: 26px;
    margin: 0 8px;
  }
}
@media (max-width: 350px) {
  .page dd {
    margin: 0 3px;
  }
}
.page dd span {
  position: relative;
}
@media (min-width: 767px) {
  .page dd:hover::before {
    opacity: 1;
  }
  .page dd:hover a {
    color: #004280;
  }
}
.page dd.active a {
  color: #004280;
}
.page dt.rtbn {
  margin-left: 18px;
}
.page dt.ltbn {
  margin-right: 18px;
}
.page dt.rtbn a,
.page dt.ltbn a {
  width: 33px;
  height: 33px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: solid 1px #004280;
  border-radius: 50%;
  top: 0px;
}
@media (max-width: 767px) {
  .page dt.rtbn a,
.page dt.ltbn a {
    width: 25px;
    height: 25px;
    position: relative;
    top: -1px;
  }
}
.page dt.ltbn.nopage a,
.page dt.rtbn.nopage a {
  border: 1px solid #ccc;
  pointer-events: none;
}
.page dt.ltbn.nopage a::before, .page dt.ltbn.nopage a::after,
.page dt.rtbn.nopage a::before,
.page dt.rtbn.nopage a::after {
  background-color: #ccc;
}
@media (min-width: 767px) {
  .page dt.ltbn.nopage a:hover,
.page dt.rtbn.nopage a:hover {
    border: 1px solid #ccc;
    background-color: #fff !important;
  }
  .page dt.ltbn.nopage a:hover::before, .page dt.ltbn.nopage a:hover::after,
.page dt.rtbn.nopage a:hover::before,
.page dt.rtbn.nopage a:hover::after {
    background: #ccc !important;
  }
}
.page dt.ltbn a {
  margin-right: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .page dt.ltbn a {
    margin-right: 5px;
  }
}
@media (max-width: 350px) {
  .page dt.ltbn a {
    margin-right: 0;
  }
}
.page dt.ltbn a:before {
  background-color: #004280;
  position: absolute;
  content: "";
  top: 8px;
  left: 47%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 1px;
  height: 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .page dt.ltbn a:before {
    top: 6px;
    height: 7px;
  }
}
.page dt.ltbn a::after {
  background-color: #004280;
  position: absolute;
  content: "";
  top: 14px;
  left: 47%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 1px;
  height: 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .page dt.ltbn a::after {
    top: 11px;
    height: 7px;
  }
}
@media (min-width: 767px) {
  .page dt.ltbn a:hover {
    background-color: #000;
  }
  .page dt.ltbn a:hover::before, .page dt.ltbn a:hover::after {
    background-color: #fff;
  }
}
.page dt.rtbn a {
  margin-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .page dt.rtbn a {
    margin-left: 5px;
  }
}
@media (max-width: 350px) {
  .page dt.rtbn a {
    margin-left: 0;
  }
}
.page dt.rtbn a:before {
  background-color: #004280;
  position: absolute;
  content: "";
  top: 8px;
  left: 53%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 1px;
  height: 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .page dt.rtbn a:before {
    top: 6px;
    height: 7px;
  }
}
.page dt.rtbn a::after {
  background-color: #004280;
  position: absolute;
  content: "";
  top: 14px;
  left: 53%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 1px;
  height: 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .page dt.rtbn a::after {
    top: 11px;
    height: 7px;
  }
}
@media (min-width: 767px) {
  .page dt.rtbn a:hover {
    background-color: #000;
  }
  .page dt.rtbn a:hover::before, .page dt.rtbn a:hover::after {
    background-color: #fff;
  }
}

.reportPage .it1-bx {
  margin-top: 100px;
  padding-bottom: 84px;
}
@media (max-width: 991px) {
  .reportPage .it1-bx {
    margin-top: 50px;
    padding-bottom: 25px;
  }
}
.reportPage .it1-bx .flex-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .reportPage .it1-bx .flex-bx {
    display: block;
  }
}
.reportPage .it1-bx .flex-bx .t-img {
  width: 33.3333%;
}
@media (max-width: 991px) {
  .reportPage .it1-bx .flex-bx .t-img {
    width: 78%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 26px;
  }
}
.reportPage .it1-bx .flex-bx .b-desbx {
  width: 56.5%;
}
@media (max-width: 991px) {
  .reportPage .it1-bx .flex-bx .b-desbx {
    width: 100%;
  }
}
.reportPage .it1-bx .flex-bx .b-desbx .h2-ti {
  text-align: left;
  color: #004280;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 991px) {
  .reportPage .it1-bx .flex-bx .b-desbx .h2-ti {
    padding-bottom: 17px;
  }
}
.reportPage .it1-bx .flex-bx .b-desbx .h2-ti::before, .reportPage .it1-bx .flex-bx .b-desbx .h2-ti::after {
  display: none;
}
.reportPage .it1-bx .flex-bx .b-desbx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .reportPage .it1-bx .flex-bx .b-desbx ul {
    display: block;
  }
}
.reportPage .it1-bx .flex-bx .b-desbx ul li {
  width: 45%;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .reportPage .it1-bx .flex-bx .b-desbx ul li {
    width: 48.5%;
  }
}
@media (max-width: 991px) {
  .reportPage .it1-bx .flex-bx .b-desbx ul li {
    width: 100%;
  }
}
.reportPage .it1-bx .flex-bx .b-desbx ul li a {
  padding-left: 45px;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .reportPage .it1-bx .flex-bx .b-desbx ul li a:hover .ind-bannerdes {
    color: #004280;
  }
}
.reportPage .it1-bx .flex-bx .b-desbx ul li a .ind-bannerdes {
  color: #999;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.reportPage .it1-bx .flex-bx .b-desbx ul li a .img-bx {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 991px) {
  .reportPage .it1-bx .flex-bx .b-desbx ul li a .img-bx {
    top: 2px;
  }
}
@media (max-width: 991px) {
  .reportPage .it2-bx {
    padding-bottom: 40px;
  }
}
.reportPage .it2-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 92px;
  border-top: 1px solid #d5d5d5;
}
@media (max-width: 991px) {
  .reportPage .it2-bx ul {
    display: block;
    padding-top: 47px;
  }
}
.reportPage .it2-bx ul li {
  width: 37.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .reportPage .it2-bx ul li {
    width: 48.8%;
  }
}
@media (max-width: 991px) {
  .reportPage .it2-bx ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .reportPage .it2-bx ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.reportPage .it2-bx ul li .ti {
  color: #000;
  font-weight: 500;
}
.reportPage .it2-bx ul li .sh-btn {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: 0px;
  font-weight: 500;
  color: #fff;
  min-width: 160px;
  min-height: 50px;
}
@media (min-width: 768px) {
  .reportPage .it2-bx ul li .sh-btn:hover {
    color: #004280;
  }
  .reportPage .it2-bx ul li .sh-btn:hover span .img-bx .unhov {
    opacity: 0;
  }
  .reportPage .it2-bx ul li .sh-btn:hover span .img-bx .hov {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .reportPage .it2-bx ul li .sh-btn {
    min-width: 123px;
    min-height: 35px;
    font-weight: 400;
  }
}
.reportPage .it2-bx ul li .sh-btn span {
  padding-left: 36px;
  display: inline-block;
  position: relative;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .reportPage .it2-bx ul li .sh-btn span {
    margin-top: 6px;
    padding-left: 29px;
  }
}
.reportPage .it2-bx ul li .sh-btn span .img-bx {
  position: absolute;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 22px;
}
@media (max-width: 767px) {
  .reportPage .it2-bx ul li .sh-btn span .img-bx {
    width: 15px;
    height: 17px;
  }
}
.reportPage .it2-bx ul li .sh-btn span .img-bx img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.reportPage .it2-bx ul li .sh-btn span .img-bx .unhov {
  opacity: 1;
}
.reportPage .it2-bx ul li .sh-btn span .img-bx .hov {
  opacity: 0;
}
@media (max-width: 991px) {
  .reportPage .it2-bx .en ul li {
    display: block;
  }
  .reportPage .it2-bx .en ul li .ti {
    margin-bottom: 5px;
  }
}