@charset "utf-8";
/* CSS Document */
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: black;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
button,
input,
textarea {
  color: #ccc;
}
body,
html {
  width: 100%;
  height: auto;
  font-family: "PingFang SC", "Microsoft YaHei";
  background: #ffffff;
}
.hide {
  display: none;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input {
  border: none;
  background: none;
}
.flex_cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
@font-face {
  font-family: OPPOSans;
  src: url('../font/OPPOSans-M.ttf');
}
.fade-in-up {
  animation: fade-in-up 1.5s ease 1;
  -webkit-animation: fade-in-up 1.5s ease 1;
}
.fade-in-up-two {
  animation: fade-in-up 2.5s ease 1;
  -webkit-animation: fade-in-up 2.5s ease 1;
}
.w1400 {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1px;
  margin-top: -1px;
  box-sizing: border-box;
  position: relative;
}
.normal_table_style {
  width: 100%;
  border: 1px solid #dbd9d9;
}
.normal_table_style thead td,
.normal_table_style thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.normal_table_style thead td::after,
.normal_table_style thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.normal_table_style thead td:last-child::after,
.normal_table_style thead th:last-child::after {
  display: none;
}
.normal_table_style tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.normal_table_style tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .top-box {
  background: url(../img/product/header_bg.png) top right no-repeat;
  background-position-y: 0.48rem;
  background-color: #005096;
  box-sizing: border-box;
}
.wrap .top-box .w1400 {
  padding: 0.6rem 0.8rem;
}
.wrap .top-box h1 {
  font-size: 0.5rem;
  line-height: 0.84rem;
  color: #fff;
  font-weight: 600;
}
.wrap .top-box .tags {
  display: flex;
  margin-top: 0.08rem;
}
.wrap .top-box .tags span {
  font-size: 0.24rem;
  line-height: 0.34rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0.02rem 0.08rem;
  box-sizing: border-box;
  margin-right: 0.16rem;
}
.wrap .top-box .important-mess {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.34rem;
  padding: 0.16rem;
}
.wrap .top-box .important-mess .tit-line {
  height: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.wrap .top-box .important-mess .tit-line p {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #fff;
}
.wrap .top-box .important-mess .tit-line .show-btn {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wrap .top-box .important-mess .tit-line .show-btn.hide span:nth-child(1) {
  display: none;
}
.wrap .top-box .important-mess .tit-line .show-btn.hide span:nth-child(2) {
  display: block;
}
.wrap .top-box .important-mess .tit-line .show-btn.hide i {
  transform: rotate(0);
}
.wrap .top-box .important-mess .tit-line .show-btn span:nth-child(1) {
  display: block;
}
.wrap .top-box .important-mess .tit-line .show-btn span:nth-child(2) {
  display: none;
}
.wrap .top-box .important-mess .tit-line .show-btn i {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: url("../img/product/ico_dot.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.08rem;
  transform: rotate(180deg);
}
.wrap .top-box .important-mess .line {
  width: 100%;
  height: 1px;
  margin: 0.16rem auto;
  background: rgba(255, 255, 255, 0.2);
}
.wrap .top-box .important-mess .scroll-box {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  max-height: 340px;
  overflow-y: auto;
  word-break: break-all;
}
.wrap .top-box .important-mess .scroll-box.cur {
  overflow: visible;
  display: block;
  text-overflow: initial;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
  word-break: normal;
}
.wrap .top-box .important-mess .scroll-box ol {
  padding-left: 0.24rem;
  box-sizing: border-box;
}
.wrap .top-box .important-mess .scroll-box ol li {
  font-size: 0.16rem;
  line-height: 0.24rem;
  list-style: unset;
  margin-bottom: 0.1rem;
}
.wrap .top-box .important-mess .scroll-box ul li {
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: flex;
  margin-bottom: 0.1rem;
}
.wrap .top-box .important-mess .scroll-box ul li::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: 0.1rem 0.1rem;
}
.wrap .main-box .main-navs-box {
  width: 100%;
  height: 0.6rem;
  position: relative;
  z-index: 10;
}
.wrap .main-box .main-navs-box .main-navs {
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.wrap .main-box .main-navs-box .main-navs.pof {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.wrap .main-box .main-navs-box .main-navs .main-nav {
  padding: 0.2rem 0.3rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: rgba(41, 47, 65, 0.6);
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  display: flex;
}
.wrap .main-box .main-navs-box .main-navs .main-nav::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url("../img/product/ico_nav1.png") center center no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-right: 0.08rem;
}
.wrap .main-box .main-navs-box .main-navs .main-nav:nth-child(1)::before {
  background-image: url("../img/product/ico_nav1.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav:nth-child(2)::before {
  background-image: url("../img/product/ico_nav2.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav:nth-child(3)::before {
  background-image: url("../img/product/ico_nav3.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav:nth-child(4)::before {
  background-image: url("../img/product/ico_nav4.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav:nth-child(5)::before {
  background-image: url("../img/product/ico_nav5.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav:nth-child(6)::before {
  background-image: url("../img/product/ico_nav6.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav:nth-child(7)::before {
  background-image: url("../img/product/ico_nav7.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav::after {
  content: "";
  width: 0;
  height: 0.02rem;
  background: #e60012;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.wrap .main-box .main-navs-box .main-navs .main-nav.cur,
.wrap .main-box .main-navs-box .main-navs .main-nav:hover {
  color: #0b0c33;
  font-weight: 600;
}
.wrap .main-box .main-navs-box .main-navs .main-nav.cur::after,
.wrap .main-box .main-navs-box .main-navs .main-nav:hover::after {
  width: 100%;
}
.wrap .main-box .main-navs-box .main-navs .main-nav.cur:nth-child(1)::before,
.wrap .main-box .main-navs-box .main-navs .main-nav:hover:nth-child(1)::before {
  background-image: url("../img/product/ico_nav1_a.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav.cur:nth-child(2)::before,
.wrap .main-box .main-navs-box .main-navs .main-nav:hover:nth-child(2)::before {
  background-image: url("../img/product/ico_nav2_a.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav.cur:nth-child(3)::before,
.wrap .main-box .main-navs-box .main-navs .main-nav:hover:nth-child(3)::before {
  background-image: url("../img/product/ico_nav3_a.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav.cur:nth-child(4)::before,
.wrap .main-box .main-navs-box .main-navs .main-nav:hover:nth-child(4)::before {
  background-image: url("../img/product/ico_nav4_a.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav.cur:nth-child(5)::before,
.wrap .main-box .main-navs-box .main-navs .main-nav:hover:nth-child(5)::before {
  background-image: url("../img/product/ico_nav5_a.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav.cur:nth-child(6)::before,
.wrap .main-box .main-navs-box .main-navs .main-nav:hover:nth-child(6)::before {
  background-image: url("../img/product/ico_nav6_a.png");
}
.wrap .main-box .main-navs-box .main-navs .main-nav.cur:nth-child(7)::before,
.wrap .main-box .main-navs-box .main-navs .main-nav:hover:nth-child(7)::before {
  background-image: url("../img/product/ico_nav7_a.png");
}
.wrap .main-box .main-items .main-item {
  background: #fff;
}
.wrap .main-box .main-items .main-item:nth-child(odd) {
  background: linear-gradient(0deg, #f6faff, #f6faff), #005096;
}
.wrap .main-box .main-items .main-item .w1400 {
  padding: 0.6rem 0.6rem;
  box-sizing: border-box;
}
.wrap .main-box .main-items .main-item .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #292f41;
  font-size: 0.26rem;
  font-weight: 600;
}
.wrap .main-box .main-items .main-item .title::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  background: url("../img/product/ico_title.png") center center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.wrap .main-box .main-items .main-item h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #292f41;
  font-size: 0.2rem;
  font-weight: 500;
  margin-top: 0.48rem;
}
.wrap .main-box .main-items .main-item h4::before {
  content: "";
  width: 0.03rem;
  height: 0.16rem;
  background: url("../img/product/ico_title2.png") center center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.wrap .main-box .main-items .main-item h4 p {
  font-size: 0.16rem;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item h4 p span {
  color: #292f41;
}
.wrap .main-box .main-items .main-item .tip {
  font-size: 0.13rem;
  line-height: 0.24rem;
  color: rgba(41, 47, 65, 0.4);
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item .news-list {
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item .news-list li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.24rem 0.3rem;
  box-sizing: border-box;
  border: 1px solid rgba(41, 47, 65, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap .main-box .main-items .main-item .news-list li a .con {
  width: 10.95rem;
}
.wrap .main-box .main-items .main-item .news-list li a .con .tit {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #292f41;
}
.wrap .main-box .main-items .main-item .news-list li a .con .date {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: rgba(41, 47, 65, 0.6);
  margin-top: 0.04rem;
}
.wrap .main-box .main-items .main-item .news-list li a .dld-btn {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #005096;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .main-box .main-items .main-item .news-list li a .dld-btn i {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../img/product/ico_download.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.08rem;
  display: block;
}
.wrap .main-box .main-items .main-item .normal-text {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: rgba(11, 12, 51, 0.6);
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item .normal-text span {
  color: #0b0c33;
}
.wrap .main-box .main-items .main-item .pagination {
  justify-content: flex-end;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item {
  margin-top: 0.16rem;
  position: relative;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0.3rem 0;
  box-sizing: border-box;
  background: #dbd9d9;
  display: none;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item3::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item4::after {
  display: block;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item .text-list {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item .text-list > div,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item .text-list > p {
  margin-bottom: 0.1rem;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item .text-list ol {
  padding-left: 0.24rem;
  box-sizing: border-box;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item .text-list ol li {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(41, 47, 65, 0.6);
  list-style: unset;
  margin-bottom: 0.1rem;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item .text-list ul li {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(41, 47, 65, 0.6);
  display: flex;
  margin-bottom: 0.1rem;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item .text-list ul li::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background: rgba(41, 47, 65, 0.6);
  border-radius: 50%;
  margin: 0.1rem 0.1rem;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item1 ul {
  display: flex;
  flex-wrap: wrap;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item1 ul li {
  width: calc(50% - 0.4rem);
  padding: 0.16rem 0.2rem 0.16rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(41, 47, 65, 0.08);
  display: flex;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item1 ul li:nth-child(even) {
  margin-left: 0.8rem;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item1 ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item1 ul li p:nth-child(1) {
  width: 1.7rem;
  margin-right: 0.16rem;
  color: rgba(41, 47, 65, 0.6);
  flex-shrink: 0;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item1 ul li p:nth-child(2) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2 #jrzcjz {
  width: 100%;
  border: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2 #jrzcjz thead td,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2 #jrzcjz thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2 #jrzcjz thead td::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2 #jrzcjz thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2 #jrzcjz thead td:last-child::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2 #jrzcjz thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2 #jrzcjz tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item2 #jrzcjz tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item5 #zxsczl {
  width: 100%;
  border: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item5 #zxsczl thead td,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item5 #zxsczl thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item5 #zxsczl thead td::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item5 #zxsczl thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item5 #zxsczl thead td:last-child::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item5 #zxsczl thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item5 #zxsczl tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item5 #zxsczl tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item6 ul {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item6 ul li {
  width: 50%;
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.18rem;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(11, 12, 51, 0.6);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj {
  width: 100%;
  border: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj thead td,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj thead td::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj thead td:last-child::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj a {
  color: #1677ff;
  text-decoration: underline;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item7 #sczj a:hover {
  color: #1677ff;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl {
  width: 100%;
  border: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl thead td,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl thead td::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl thead td:last-child::after,
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl a {
  color: #1677ff;
  text-decoration: underline;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item8 #mmxgzl a:hover {
  color: #1677ff;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item9 ul {
  display: flex;
  flex-wrap: wrap;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item9 ul li {
  width: calc(50% - 0.4rem);
  padding: 0.16rem 0.2rem 0.16rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(41, 47, 65, 0.08);
  display: flex;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item9 ul li:nth-child(even) {
  margin-left: 0.8rem;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item9 ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item9 ul li p:nth-child(1) {
  width: 1.6rem;
  margin-right: 0.16rem;
  color: rgba(41, 47, 65, 0.6);
  flex-shrink: 0;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item9 ul li p:nth-child(2) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjgl .jjgl-item.jjgl-item9 ul li p:nth-child(2).red {
  color: #ff0014;
}
.wrap .main-box .main-items .main-item#jjbx .datepicker {
  margin-left: 0.4rem;
  display: flex;
}
.wrap .main-box .main-items .main-item#jjbx .datepicker .inputbox {
  width: 2rem;
  padding: 0.08rem 0.2rem 0.08rem 0.52rem;
  box-sizing: border-box;
  border: 1px solid #005096;
  border-radius: 0.02rem;
  position: relative;
}
.wrap .main-box .main-items .main-item#jjbx .datepicker .inputbox::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background: url("../img/product/ico_sche.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrap .main-box .main-items .main-item#jjbx .datepicker .inputbox input {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.wrap .main-box .main-items .main-item#jjbx .datepicker .chart_btn {
  width: 1rem;
  height: 0.4rem;
  background: #005096;
  font-size: 0.16rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  border-radius: 0.02rem;
  margin-left: 0.16rem;
  cursor: pointer;
}
.wrap .main-box .main-items .main-item#jjbx .datepicker span {
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: rgba(41, 47, 65, 0.6);
  margin: 0 0.1rem;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item {
  position: relative;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0.3rem 0;
  box-sizing: border-box;
  background: #dbd9d9;
  display: none;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item.jjbx-item2,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item.jjbx-item3 {
  display: block;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .chart-tab-types {
  display: flex;
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .chart-tab-types li {
  font-size: 0.16rem;
  line-height: 0.22rem;
  padding: 0.09rem 0.16rem;
  box-sizing: border-box;
  color: rgba(41, 47, 65, 0.6);
  border-bottom: 0.02rem solid transparent;
  cursor: pointer;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .chart-tab-types li.cur {
  font-weight: 600;
  color: #005096;
  border-bottom: 0.02rem solid #005096;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .chart-tab-date {
  margin-top: 0.16rem;
  display: flex;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .chart-tab-date .date-tab {
  width: 7rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.06rem;
  display: flex;
  padding: 0.04rem;
  box-sizing: border-box;
  flex-shrink: 0;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .chart-tab-date .date-tab li {
  font-size: 0.16rem;
  line-height: 0.22rem;
  padding: 0.05rem 0.22rem;
  border-radius: 0.04rem;
  color: rgba(41, 47, 65, 0.6);
  cursor: pointer;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .chart-tab-date .date-tab li.cur {
  background-color: #005096;
  color: #fff;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .jjbx-chart-legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .jjbx-chart-legend .jjbx-legend-item {
  padding: 0 7px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box .jjbx-chart-legend .jjbx-legend-item.off {
  background-color: #999999 !important;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box #chartContainer {
  width: 12.8rem;
  height: 3.5rem;
  margin-top: 0.16rem;
  position: relative;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box #chartContainer.no_data::before {
  content: "";
  width: 1.6rem;
  height: 1.45rem;
  background: url("../img/icon/ico_nodata.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -0.22rem;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .chart-box #chartContainer.no_data::after {
  content: "暫無相關資料";
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #292f41;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0.61rem;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .lsjz-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
  position: relative;
  z-index: 10;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .lsjz-tab .select_classes {
  width: 2rem;
  padding: 0.08rem 0.2rem;
  box-sizing: border-box;
  border: 1px solid #005096;
  border-radius: 0.02rem;
  position: relative;
  opacity: 0;
  z-index: -1;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .lsjz-tab .select_classes.show {
  opacity: 1;
  z-index: 1;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .lsjz-tab .select_classes:hover ul {
  display: block;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .lsjz-tab .select_classes p {
  font-size: 0.16rem;
  line-height: 0.22rem;
  cursor: pointer;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .lsjz-tab .select_classes ul {
  width: 100%;
  position: absolute;
  border: 1px solid #005096;
  top: 100%;
  left: 0;
  border-radius: 0.05rem;
  background: #fff;
  display: none;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .lsjz-tab .select_classes ul li {
  font-size: 0.16rem;
  line-height: 0.22rem;
  padding: 0.08rem 0.2rem;
  cursor: pointer;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .lsjz-tab .select_classes ul li:hover {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 .lsjz_datepicker {
  display: flex;
  justify-content: flex-end;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 #lsjz-table {
  width: 100%;
  border: 1px solid #dbd9d9;
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 #lsjz-table thead td,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 #lsjz-table thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 #lsjz-table thead td::after,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 #lsjz-table thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 #lsjz-table thead td:last-child::after,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 #lsjz-table thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 #lsjz-table tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item1 #lsjz-table tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item2 #ljbx {
  width: 100%;
  border: 1px solid #dbd9d9;
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item2 #ljbx thead td,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item2 #ljbx thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item2 #ljbx thead td::after,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item2 #ljbx thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item2 #ljbx thead td:last-child::after,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item2 #ljbx thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item2 #ljbx tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item2 #ljbx tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 #ndbxbox {
  width: 100%;
  border: 1px solid #dbd9d9;
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 #ndbxbox thead td,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 #ndbxbox thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 #ndbxbox thead td::after,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 #ndbxbox thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 #ndbxbox thead td:last-child::after,
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 #ndbxbox thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 #ndbxbox tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 #ndbxbox tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#jjbx .jjbx-item3 ul {
  background: #fff;
}
.wrap .main-box .main-items .main-item#gzpl .gzpl-item {
  position: relative;
}
.wrap .main-box .main-items .main-item#gzpl .gzpl-item::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0.3rem 0;
  box-sizing: border-box;
  background: #dbd9d9;
  display: none;
}
.wrap .main-box .main-items .main-item#gzpl .gzpl-item.gzpl-item1::after,
.wrap .main-box .main-items .main-item#gzpl .gzpl-item.gzpl-item4::after,
.wrap .main-box .main-items .main-item#gzpl .gzpl-item.gzpl-item5::after {
  display: block;
}
.wrap .main-box .main-items .main-item#gzpl #gzplChart {
  width: 12.8rem;
  height: 5.27rem;
  margin-top: 0.16rem;
  background: #fff;
  position: relative;
}
.wrap .main-box .main-items .main-item#gzpl #gzplChart.no_data::before {
  content: "";
  width: 1.6rem;
  height: 1.45rem;
  background: url("../img/icon/ico_nodata.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -0.22rem;
}
.wrap .main-box .main-items .main-item#gzpl #gzplChart.no_data::after {
  content: "暫無相關資料";
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #292f41;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0.61rem;
}
.wrap .main-box .main-items .main-item#tzzh .tzzh-item {
  position: relative;
}
.wrap .main-box .main-items .main-item#tzzh .tzzh-item::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0.3rem 0;
  box-sizing: border-box;
  background: #dbd9d9;
  display: none;
}
.wrap .main-box .main-items .main-item#tzzh .tzzh-item.tzzh-item2 {
  display: block;
}
.wrap .main-box .main-items .main-item#tzzh #hyfbChart {
  width: 12.8rem;
  min-height: 4.8rem;
  margin: 0.16rem auto 0;
  border: 1px solid rgba(11, 12, 51, 0.1);
  position: relative;
}
.wrap .main-box .main-items .main-item#tzzh #hyfbChart.no_data::before {
  content: "";
  width: 1.6rem;
  height: 1.45rem;
  background: url("../img/icon/ico_nodata.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -0.22rem;
}
.wrap .main-box .main-items .main-item#tzzh #hyfbChart.no_data::after {
  content: "暫無相關資料";
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #292f41;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0.61rem;
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq {
  width: 100%;
  border: 1px solid #dbd9d9;
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq thead td,
.wrap .main-box .main-items .main-item#tzzh #tzzhxq thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq thead td::after,
.wrap .main-box .main-items .main-item#tzzh #tzzhxq thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq thead td:last-child::after,
.wrap .main-box .main-items .main-item#tzzh #tzzhxq thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq2 {
  width: 100%;
  border: 1px solid #dbd9d9;
  margin-top: 0.16rem;
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq2 thead td,
.wrap .main-box .main-items .main-item#tzzh #tzzhxq2 thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq2 thead td::after,
.wrap .main-box .main-items .main-item#tzzh #tzzhxq2 thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq2 thead td:last-child::after,
.wrap .main-box .main-items .main-item#tzzh #tzzhxq2 thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq2 tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#tzzh #tzzhxq2 tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#fpjl #fpjl-table {
  width: 100%;
  border: 1px solid #dbd9d9;
  margin-top: 0.4rem;
}
.wrap .main-box .main-items .main-item#fpjl #fpjl-table thead td,
.wrap .main-box .main-items .main-item#fpjl #fpjl-table thead th {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  color: #292f41;
  position: relative;
  background-color: #f5f5f6;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
}
.wrap .main-box .main-items .main-item#fpjl #fpjl-table thead td::after,
.wrap .main-box .main-items .main-item#fpjl #fpjl-table thead th::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #dbd9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap .main-box .main-items .main-item#fpjl #fpjl-table thead td:last-child::after,
.wrap .main-box .main-items .main-item#fpjl #fpjl-table thead th:last-child::after {
  display: none;
}
.wrap .main-box .main-items .main-item#fpjl #fpjl-table tbody td {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0.15rem;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dbd9d9;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#fpjl #fpjl-table tbody td:nth-child(1) {
  color: #292f41;
}
.wrap .main-box .main-items .main-item#xgzx .news-list2 {
  margin-top: 0.4rem;
}
.wrap .main-box .main-items .main-item#xgzx .news-list2 li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.24rem 0.3rem;
  box-sizing: border-box;
  border: 1px solid rgba(41, 47, 65, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap .main-box .main-items .main-item#xgzx .news-list2 li a .tit {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #292f41;
}
.wrap .main-box .main-items .main-item#xgzx .news-list2 li a .date {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: rgba(41, 47, 65, 0.6);
}
.wrap .main-box .main-items .main-item#mzsm .normal-text {
  position: relative;
}
.wrap .main-box .main-items .main-item#mzsm .normal-text::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0.3rem 0;
  box-sizing: border-box;
  background: #dbd9d9;
  display: block;
}
.info-noData {
  border: 1px solid rgba(41, 47, 65, 0.1);
  padding: 0.24rem 0.3rem;
}
.info-noData p {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #292f41;
}
.editorcontent ol {
  padding-left: 0.24rem;
  box-sizing: border-box;
}
.editorcontent ol li {
  font-size: 0.16rem;
  line-height: 0.24rem;
  list-style: unset;
  margin-bottom: 0.1rem;
}
.editorcontent ul li {
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: flex;
  margin-bottom: 0.1rem;
}
.editorcontent ul li::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background: rgba(11, 12, 51, 0.6);
  border-radius: 50%;
  margin: 0.1rem 0.1rem;
}
