@charset "utf-8";
.banner-bg {
  background: url(banner-bg.png) no-repeat;
  height: 39rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.logoText {
  text-align: center;
  margin-top: 6.25rem;
}
.logoText > h1 {
  font-size: 4.5rem;
  color: #fff;
  margin-bottom: 1.125rem;
}
.logoText > h1 a {
  color: #fff;
}
.logoText > h5 {
  font-size: 1.25rem;
  color: #9ab4e1;
  letter-spacing: 0.5rem;
  font-weight: 400;
}
.logoText > h5 > i {
  font-style: normal;
  font-size: 1rem;
  margin: 0 0.625rem;
}
.searchlinks {
  position: relative;
  width: 68.75rem;
  height: 5rem;
  margin-top: 5.625rem;
}
.searchlinks .big-input {
  width: 68.75rem;
  height: 5rem;
  padding: 0.625rem 1.25rem;
  background-image: url(zcwjk_sy-input.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.searchlinks .big-input .bottom-line {
  display: none;
  width: 100%;
  height: 0.125rem;
  background-color: #2a67b6;
  margin-top: -0.5rem;
}
.searchlinks .big-input .search {
  width: 100%;
  height: 100%;
}
.searchlinks .big-input .search input {
  float: left;
  width: calc(100% - 3rem);
  height: 100%;
  font-size: 1rem;
  color: #acacac;
  box-sizing: border-box;
  border-radius: 0.625rem;
}
.searchlinks .big-input .search a {
  float: right;
  display: block;
  height: 100%;
}
.searchlinks .big-input .search a .search-icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.0625rem;
  height: 2rem;
  margin-top: 0.875rem;
}
.searchlinks .search-history {
  padding: 0 1.25rem;
  overflow: hidden;
  transition: 0.5s all;
  z-index: 56;
  position: absolute;
  top: 5rem;
  left: 0.6875rem;
  width: calc(100% - 1.25rem);
  height: 0;
  max-height: 9.25rem;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 0.5rem 0.5rem;
  box-sizing: border-box;
}
.searchlinks .search-history ul > li:first-child {
  margin-top: 1rem;
}
.searchlinks .search-history ul > li:last-child {
  margin-bottom: 1rem;
}
.searchlinks .search-history ul li {
  height: 3.1875rem;
  padding-left: 1.4375rem;
  padding-right: 1.25rem;
  border-radius: 0.5rem;
  border: 0.0625rem dashed rgba(0, 0, 0, 0.14);
  margin-top: 0.625rem;
}
.searchlinks .search-history ul li:hover {
  background: #e8f0f9;
  border: none;
}
.searchlinks .search-history ul li:hover a {
  font-weight: 700;
  color: #2a67b6;
}
.searchlinks .search-history ul li:hover img {
  display: inline-block;
}
.searchlinks .search-history ul li a {
  line-height: 3.1875rem;
  vertical-align: middle;
  display: inline-block;
  width: 90%;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
}
.searchlinks .search-history ul li img {
  margin-top: 1.0625rem;
  line-height: 3.1875rem;
  float: right;
  display: none;
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
}
.national-doc-link {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 4.5rem;
  margin-top: 2.25rem;
}
.national-doc-link li {
  display: flex;
  align-items: center;
  margin: 0 4.375rem;
}
.national-doc-link a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #e5f4ff;
  font-weight: 700;
}
.national-doc-link img {
  margin-right: 1rem;
  width: 4.5rem;
}
.sxzck-loading {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  position: absolute;
  z-index: 9;
  background: #fff url(loading-bg2.png) center top no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.sxzck-loader {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 10;
}
@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
.sxzck-loader-box {
  width: 50px;
  height: 50px;
  background: #3867b7;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
.sxzck-loader-shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}
.sxzck-loader-txt {
  margin-left: -60%;
  margin-top: -24px;
  color: #21589e;
}
.common-container {
  border-radius: 0.625rem;
  box-shadow: 0 0 2.5rem 0 rgba(196, 196, 196, 0.3);
  position: relative;
  box-sizing: border-box;
  padding: 1rem;
}
.home-stats-box {
  min-height: 15.625rem;
  z-index: 3;
  top: -4rem;
  background-color: #fff;
  margin-bottom: -3rem;
}
.home-stats-title {
  text-align: center;
  font-size: 1.125rem;
  color: #5e5e5e;
  line-height: 1.5;
}
.home-stats-title span {
  color: #c41a26;
  font-size: 1.25rem;
}
.home-stats-items {
  display: flex;
  justify-content: space-around;
  background: url(zcwjk_tj-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 10.8125rem;
  margin-top: 1.125rem;
  align-items: center;
}
.home-stats-items li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 64%;
  position: relative;
  width: 25%;
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
}
.home-stats-items li:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d7d7d7;
  transform: scaleX(0.5);
  transform-origin: left;
}
.home-stats-items li .special {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
}
.home-stats-items li .special em {
  font-weight: 700;
  font-size: 2.75rem;
  font-style: normal;
  margin-right: 0.25rem;
}
.home-stats-items li:first-child .special em {
  color: #e0a72b;
}
.home-stats-items li:nth-child(2) .special em {
  color: #5baf72;
}
.home-stats-items li:nth-child(3) .special em {
  color: #4cb2dc;
}
.home-stats-items li:last-child .special em {
  color: #2a67b6;
}
.policy-content-box {
  box-sizing: border-box;
  padding: 0.5rem 2rem 1rem 0.5rem;
}
.policy-content-title {
  font-size: 1.625rem;
  color: #0457b7;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}
.policy-content-title a {
  color: #0457b7;
  margin-right: 0.625rem;
}
.policy-content-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #e5e5e5;
}
.policy-content-items > li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.125rem;
  margin-top: 1.25rem;
  line-height: 1.5;
}
.policy-content-items > li > a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  display: inline-block;
}
.policy-content-items > li > a:hover {
  color: #3d72bd;
}
.policy-content-items > li > p {
  margin: 1rem 0;
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
}
.policy-content-items > li > div span {
  display: inline-block;
  background-color: #e6edf7;
  border-radius: 0.625rem;
  padding: 0.25rem 0.75rem;
  margin-right: 0.875rem;
  font-size: 0.875rem;
  color: #3f5c85;
}
.policy-content-items > li.desuetude a,
.policy-content-items > li.desuetude a span {
  color: #5e5e5e;
}
.policy-content-items > li.desuetude > div > span {
  background-color: #f3f3f3;
  color: #999;
}
.policy-more {
  text-align: center;
  margin-top: 1.25rem;
}
.policy-more a {
  text-decoration: none;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 0.3125rem;
  display: inline-block;
  padding: 0 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  line-height: 2.5rem;
  font-size: 1rem;
  cursor: pointer;
}
.policy-more a:hover {
  color: #3f5c85;
  font-weight: 700;
}
.fr_pc .policy-content-items > li > a {
  width: 100%;
  margin-bottom: 0.375rem;
}
.policy-content-items > li > a span {
  font-weight: 400;
  color: #0457b7;
  font-size: 1rem;
  padding-right: 0.49rem;
  position: relative;
  margin-right: 0.49rem;
}
.policy-content-items > li > a span::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: #e5e5e5;
  transform: scaleX(0.5);
  transform-origin: top;
}
.home-category-box {
  margin-top: 1rem;
}
.home-policy-category .tab-buttons {
  height: 3.75rem;
  width: 100%;
  background-image: -moz-linear-gradient(
    -90deg,
    #dcdbd8 0,
    #f8f8f6 50%,
    #eceeeb 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    #dcdbd8 0,
    #f8f8f6 50%,
    #eceeeb 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    #dcdbd8 0,
    #f8f8f6 50%,
    #eceeeb 100%
  );
}
.home-policy-category .tab-buttons li {
  width: 50%;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  position: relative;
  box-sizing: border-box;
}
.home-policy-category .tab-buttons li a {
  color: #000;
}
.home-policy-category .tab-buttons li.current {
  background-color: #306ac7;
  color: #fff;
}
.home-policy-category .tab-buttons li.current a {
  color: #fff;
}
.home-policy-category .tab-buttons li.current::after {
  content: '';
  position: absolute;
  top: 0;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #306ac7;
}
.home-policy-category .tab-buttons li:first-child.current::after {
  transform: skewX(-45deg);
  transform-origin: top left;
  right: -3.75rem;
}
.home-policy-category .tab-buttons li:last-child.current::after {
  transform: skewX(-45deg);
  transform-origin: top left;
  left: 0;
}
.policy-category-title {
  display: flex;
  justify-content: space-around;
  border-bottom: 0.3125rem solid #eeedec;
  height: 3.75rem;
  box-sizing: border-box;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  border-radius: 0.3125rem;
}
.policy-category-title li {
  text-align: center;
  position: relative;
  height: 3.4375rem;
  line-height: 3.75rem;
  font-size: 1.375rem;
  color: #555;
  cursor: pointer;
}
.policy-category-title li.cur {
  border-bottom: 0.3125rem solid #306ac7;
  color: #3e6ac8;
  font-weight: 700;
}
.policy-category-box {
  display: flex;
  align-items: flex-start;
}
.policy-category-subnavs {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 0.3125rem solid #f6f7f6;
  display: flex;
  flex-direction: column;
  border-radius: 0.3125rem;
  flex: 0 0 auto;
}
.policy-category-subnavs li {
  padding: 10px;
  cursor: pointer;
  position: relative;
  color: #8a8a8a;
  height: 1.875rem;
}
.policy-category-subnavs li.cur {
  border-left: 0.3125rem solid #4e87e2;
  left: -0.3125rem;
  color: #306ac7;
}
.policy-category-sublist {
  flex: 1 1 auto;
  padding: 0 1rem;
}
.policy-category-sublist .policy-content-items > li > a span {
  display: none;
}
.policy-category-sublist .policy-content-items > li {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.policy-category-sublist .policy-content-items > li > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
}
.policy-category-sublist .policy-content-items > li > div > p {
  font-size: 1rem;
  color: #3f5c85;
  width: 50rem;
  height: 1.5rem;
  display: none;
}
.policy-category-sublist .policy-content-items > li > div > div {
  display: flex;
}
.home-policy-links {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.policy-links-item {
  position: relative;
}
.policy-links-item .sxs-nav {
  display: none;
}
.policy-links-item .sxs-nav button.sxs-next,
.policy-links-item .sxs-nav button.sxs-prev {
  height: 2.5rem;
  position: absolute;
  top: 6.25rem;
  background: 0 0;
}
.policy-links-item .sxs-nav button.sxs-next {
  right: 0;
}
.policy-links-item .sxs-nav span {
  font-size: 2rem;
  font-weight: 200;
}
.policy-links-item .sxs-dots {
  height: 1rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}
.policy-links-item .sxs-dots button {
  background: 0 0;
}
.policy-links-item .sxs-dots button span {
  height: 0.5rem;
  width: 6.25rem;
  background-color: #dbe2f0;
  border-radius: 0.25rem;
  display: inline-block;
  margin-right: 1rem;
}
.policy-links-item .sxs-dots button.active span {
  background-color: #8cacea;
}
.policy-link-item {
  background-color: #fbfcfe;
  border: 1px solid #e4e8f1;
  height: 15rem;
  border-radius: 10px;
  padding: 1.875rem 1.25rem;
  box-sizing: border-box;
}
.policy-link-item > dt {
  text-align: center;
}
.policy-link-item > dt img {
  height: 3.75rem;
  display: block;
  width: auto !important;
}
.policy-link-item > dd {
  margin-top: 1.875rem;
}
.policy-link-item > dd a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}
.policy-link-item > dd a:hover {
  color: #3d72bd;
}
.policy-link-item > dd p {
  font-size: 1rem;
  color: #878b90;
  margin-top: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.home-column-box {
  background-color: #f5f7fb;
  margin-top: 3rem;
  padding: 3.5rem 0;
}
.home-column-items {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-column-items .home-column-item {
  position: relative;
  width: 23%;
  height: 7rem;
  background: #f3f6fb;
  /* background-size: 100% 90%; */
  box-sizing: border-box;
  padding: 0 1.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}

.home-column-items .home-column-item > dt img,
.policy-link-item > dt img {
  transition: all 0.5s linear;
}
.home-column-items .home-column-item > dt img {
  height: 3.5rem;
  /* margin-top: 1.75rem; */
  /* margin-bottom: 0.5rem; */
  margin-right: 0.75rem;
}
.home-column-items .home-column-item:hover img,
.home-column-items .home-column-item > dt img:hover,
.policy-link-item > dt img:hover {
  transform: rotate3d(-3, -4, 0, 15deg);
}
.home-column-item > dd a {
  font-size: 1.375rem;
  color: #1f2634;
  display: inline-block;
  /* margin-left: 1rem; */
  transition: all 0.3s linear;
}
.home-column-item > dd a:hover {
  color: #333;
  font-weight: bold;
}
.home-column-item > dd p {
  font-size: 1.125rem;
  color: #999;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.conditions-list-title {
  border-bottom: 0.3125rem solid #eeedec;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.125rem;
}
.conditions-list-title > dt {
  font-size: 1.125rem;
  color: #000;
  border-bottom: 0.3125rem solid #0457b7;
  line-height: 3.4375rem;
}
.conditions-list-title > dt span {
  color: #0457b7;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  font-weight: 700;
}
.conditions-list-title > dd {
  line-height: 3.125rem;
  height: 3.125rem;
  display: flex;
  cursor: pointer;
}
.conditions-list-title > dd.msbtn {
  display: none;
}
.conditions-list-title > dd i {
  filter: invert(24%) sepia(85%) saturate(1489%) hue-rotate(195deg)
    brightness(96%) contrast(107%);
  width: 1.5rem;
  display: flex;
  align-items: center;
  margin-right: 0.25rem;
  transform-style: preserve-3d;
  transition: 0.3s;
}
.conditions-list-title > dd i.rotated {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
}
.conditions-list-title > dd i img {
  width: 100%;
}
.conditions-list-title > dd span {
  color: #0457b7;
  font-weight: 700;
}
.conditions-list-box {
  margin-top: 1rem;
  padding: 0 1.25rem 1rem;
}
.conditions-list-items {
  display: flex;
  align-items: baseline;
}
.conditions-list-items > dt {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  margin-top: -0.25rem;
  width: 6rem;
}
.conditions-list-items > dd {
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 2.5rem;
  border-bottom: 1px dashed #dadada;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 1rem 2.5rem 0;
}
.conditions-list-items > dd::before {
  content: '>';
  position: absolute;
  left: 0.75rem;
  top: 1.75rem;
  color: #bababa;
  font-size: 0.75rem;
  font-weight: 700;
}
.conditions-list-items > dd span {
  display: inline-block;
  margin: 0 1.25rem;
}
.conditions-list-items > dd ul {
  font-size: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.conditions-list-items > dd ul li {
  display: inline-block;
  font-size: 1.125rem;
  cursor: pointer;
  padding: 0.25rem 0;
  margin-bottom: 1rem;
  position: relative;
}
.conditions-list-items > dd ul li::before {
  content: '';
  width: 1px;
  height: 40%;
  background-color: #bababa;
  display: block;
  top: 30%;
  left: 0;
  position: absolute;
  transform: scaleX(0.5);
  transform-origin: top;
}
.conditions-list-items > dd li span {
  border-radius: 0.25rem;
  display: inline-block;
  padding: 0.25rem 1rem;
}
.conditions-list-items > dd li.cur span {
  color: #fff;
  background-color: #2a67b6;
}
.conditions-list-items > dd ul li:first-child {
  margin-left: 0;
  border-left: 0;
}
.condition-search-result {
  margin: 1rem 0;
  padding: 0 0 3rem;
}
.condition-search-result > dt {
  width: 68%;
}
.search-result-counts {
  font-size: 1.125rem;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  min-height: 3rem;
  line-height: 3rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.search-result-counts button {
  background-color: #5f8bc3;
  color: #ffffff;
  border: none;
  padding: 0.25rem 0.75rem;
  margin-left: 0.75rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-result-counts button:hover {
  background-color: #2a67b6;
}
.search-result-counts span {
  color: #2a67b6;
  margin: 0 0.25rem 0;
  font-weight: 700;
}
.search-filters {
  display: block;
  margin: 1rem 0;
  border-bottom: 2px dashed #e5e5e5;
  padding: 0 1rem 1rem;
}
.search-filters label {
  margin-right: 10px;
  /* font-weight: bold; */
  color: #555;
}
.search-filters input[type='date'],
.search-filters select {
  padding: 0.325rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin-right: 0.625rem;
  font-size: 1rem;
  margin-right: 0.5rem;
  width: 6rem;
}
.search-filters input[type='date']:focus,
.search-filters select:focus {
  border-color: #4670c8;
  outline: 0;
}
.c-datepicker-date-table td.today .cell {
  color: #4670c8 !important;
  font-weight: 700;
  background: #e5e5e5;
}
.search-filters .c-datepicker-date-editor {
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.5rem;
}
.search-filters .c-datepicker-range-separator {
  margin: 0 0.5rem;
}
.search-filters .c-datepicker-data-input.only-date {
  width: 5rem;
}
.c-datepicker-button--text {
  color: #2a67b6 !important;
}
.search-result-list {
  padding: 0 0.5rem;
}
.search-result-item {
  margin-top: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.search-result-item > dt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.search-result-item > dt a {
  color: #000;
}
.search-result-item > dt a br {
  display: none;
}
.search-result-item > dt a:hover {
  color: #3d72bd;
}
.search-result-item > dt.is-expired a {
  color: #5e5e5e;
}
.search-result-item > dd p {
  font-size: 0.875rem;
  margin: 0.625rem 0;
}
.search-result-item > dd p span:first-child {
  color: #3867b7;
}
.search-result-item > dd p span {
  display: inline-block;
}
.search-result-item > dd p span em {
  font-style: normal;
  color: red;
}
.search-result-item > dd p span:not(:first-child) {
  margin-left: 1rem;
  padding-left: 1rem;
  position: relative;
}
.search-result-item > dd p span:not(:first-child)::before {
  content: '';
  height: 60%;
  top: 20%;
  position: absolute;
  width: 1px;
  background-color: #bababa;
  left: 0;
  vertical-align: middle;
}
.search-result-item > dd p span:last-child {
  background-color: #3867b7;
  color: #fff;
  padding: 0.125rem 0.5rem;
  margin-left: 1rem;
  border-radius: 0.25rem;
}
.search-result-item > dd p span:last-child.is-expired {
  background-color: #e5e5e5;
  color: #767676;
}
.search-result-item > dd p span:last-child::before {
  display: none;
}
.search-result-item > dd b {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  color: #999;
  line-height: 1.5;
}
.search-result-item > dd ul {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 0.5rem;
  align-items: center;
}
.search-result-item > dd ul li span {
  display: inline-block;
  background-color: #e6edf7;
  border-radius: 0.625rem;
  padding: 0.25rem 0.5rem;
  margin-right: 0.875rem;
  font-size: 0.875rem;
  color: #3f5c85;
}
.search-result-item > dd ul li a {
  display: inline-block;
  background-color: #eee;
  border-radius: 0.625rem;
  padding: 0.25rem 0.75rem;
  margin-right: 0.875rem;
  font-size: 0.875rem;
  color: #5e5e5e;
}
.search-result-item > dd ul li a:hover {
  background-color: #e6edf7;
  color: #3f5c85;
}
.search-result-item > dd ul li i {
  height: 0.875rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
}
.search-result-item > dd ul li i img {
  height: 100%;
}
.search-result-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.search-result-pagination button {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  color: #333;
  padding: 0.3125rem 0.625rem;
  margin: 0.125rem 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.search-result-pagination button:hover {
  background-color: #ddd;
}
.search-result-pagination button:disabled {
  background-color: #eee;
  color: #999;
  cursor: not-allowed;
}
.search-result-pagination .current-page button {
  background-color: #3867b7;
  border-color: #3867b7;
  color: #fff;
}
.search-result-pagination .current-page button:hover {
  background-color: #0056b3;
  border-color: #004085;
}
.search-result-pagination input[type='number'] {
  width: 4rem;
  padding: 0.3125rem;
  margin: 0 0.3125rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.search-result-pagination > em {
  font-style: normal;
  padding: 0.3125rem;
  margin: 0.125rem 0.25rem;
}
.condition-search-result > dd {
  width: 30%;
}
.condition-catagories-box > dt {
  width: 100%;
  height: 6rem;
  background: url(zcwjk_policy_search_result_title_bg.png) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.condition-catagories-box > dt img {
  height: 2.75rem;
  margin-left: 3.5rem;
}
.condition-search-catagories > li {
  margin-top: 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
}
.condition-search-catagories > li > p {
  height: 3.75rem;
  display: flex;
  align-items: center;
  background: #f0f0f0 url(zcwjk_policy_search_result_file.png) 3rem center
    no-repeat;
  border-radius: 0.5rem;
  background-size: 1.5rem 1.5rem;
  box-sizing: border-box;
  padding-left: 5.25rem;
  cursor: pointer;
  font-size: 1.25rem;
}
.condition-search-catagories > li > p em,
.condition-search-catagories > li > p i {
  font-style: normal;
}
.condition-search-catagories > li > p i {
  margin-left: 0.5rem;
  color: #666;
  font-size: 1.125rem;
  display: none;
}
.condition-search-catagories > li.cur > p em {
  color: #2a67b6;
  font-weight: 700;
}
.condition-search-catagories > li.cur > p i {
  color: #5a87c1;
}
.condition-search-catagories > li > ul {
  margin: 0.375rem 0.5rem 0.5rem 3rem;
  max-height: 20rem;
  overflow-y: auto;
}
.condition-search-catagories > li > ul::-webkit-scrollbar {
  width: 8px;
  background: #e4e7ed;
}

.condition-search-catagories > li > ul::-webkit-scrollbar-thumb {
  background: #3867b7;
  border-radius: 10px;
}

.condition-search-catagories > li > ul::-webkit-scrollbar-thumb:hover {
  background: #2261cb;
}
.condition-search-catagories > li > ul > li > p {
  background: url(zcwjk_policy_search_result_file_bg2.png) 0 center no-repeat;
  border-radius: 0.5rem;
  background-size: 1.5rem 1.5rem;
  box-sizing: border-box;
  padding: 0.5rem 0 0.5rem 1.75rem;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  background-size: 1.25rem 1.25rem;
}
.condition-search-catagories > li > ul > li.active > p {
  background: url(zcwjk_policy_search_result_file_bg1.png) 0 center no-repeat;
  background-size: 1.25rem 1.25rem;
}
.condition-search-catagories > li > ul li p em,
.condition-search-catagories > li > ul li p i {
  font-style: normal;
}
.condition-search-catagories > li > ul li p em {
  font-size: 1.125rem;
  color: #333;
}
.condition-search-catagories > li > ul > li.active > p em {
  color: #2a67b6;
}
.condition-search-catagories > li > ul p i {
  margin-left: 0.5rem;
  color: #666;
  font-size: 1.125rem;
}
.condition-search-catagories > li > ul > li.active > p i {
  color: #5a87c1;
}
.condition-search-catagories > li > ul > li > ul {
  margin-left: 1rem;
}
.condition-search-catagories > li > ul > li > ul > li {
  position: relative;
  font-size: 1rem;
}
.condition-search-catagories > li > ul > li > ul > li::before {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background-color: #aeaeae;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
}
.condition-search-catagories > li > ul > li > ul > li p {
  box-sizing: border-box;
  padding: 0.5rem 0 0.5rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.condition-search-catagories > li > ul > li > ul > li p em {
  color: #555;
}
.condition-search-catagories > li > ul > li > ul > li.active p em {
  color: #2a67b6;
}
.condition-search-catagories > li > ul > li > ul > li p i {
  color: #7694bb;
  font-size: 0.875rem;
}
.condition-search-catagories > li > ul > li > ul > li.active::before {
  background-color: #2a67b6;
}
.sxzck-list-nav {
  width: 100%;
  height: 3.75rem;
  background-color: #efefef;
  display: flex;
  align-items: center;
}
.sxzck-list-nav li {
  margin-left: 1.25rem;
  position: relative;
  font-size: 1.375rem;
  padding: 0 1.5rem;
  height: 100%;
  line-height: 3.75rem;
}
.sxzck-list-nav li.cur a {
  font-weight: 700;
  color: #0457b7;
}
.sxzck-list-nav li.cur::after {
  content: '';
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #0457b7;
  border: 0.25rem solid #fff;
}
.sxzck-list-nav li a {
  color: #000;
}
.sxzck-list-nav li:hover a {
  color: #0457b7;
}
.sxzck-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sxzck-list-item > dt {
  width: 6rem;
  flex-shrink: 0;
  padding: 2.25rem 1rem 0 0.25rem;
  position: relative;
  font-size: 1rem;
  color: #555;
}
.sxzck-list-item > dt::after {
  content: '';
  position: absolute;
  right: -0.75rem;
  top: 2.625rem;
  transform: translateX(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.25rem solid #efefef;
}
.sxzck-list-item > dd {
  padding: 1rem 1rem 0 1rem;
  border-left: 3px solid #f3f3f3;
}
.sxzck-list-item > dd > dl {
  display: flex;
}
.sxzck-list-item > dd > dl > dt {
  width: 6rem;
  flex-shrink: 0;
  padding-top: 1.25rem;
}
.new-add-list {
  margin-bottom: 1rem;
}
.annul-desuetude-list > dt,
.new-add-list > dt {
  position: relative;
  text-indent: 0.5rem;
  color: #fff;
}
.annul-desuetude-list > dt::before,
.new-add-list > dt::before {
  content: '';
  position: absolute;
  width: 5rem;
  height: 1.75rem;
  z-index: -1;
  left: 0;
  top: 1.1rem;
  border-radius: 0.375rem;
}
.new-add-list > dt::before {
  background-image: -moz-linear-gradient(
    0deg,
    rgba(247, 203, 107, 0.99608) 0,
    #fba980 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(247, 203, 107, 0.99608) 0,
    #fba980 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(247, 203, 107, 0.99608) 0,
    #fba980 100%
  );
}
.annul-desuetude-list > dt::before {
  background-image: -moz-linear-gradient(
    0deg,
    #e1deda 0,
    #dddcd7 50%,
    #d2cec7 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    #e1deda 0,
    #dddcd7 50%,
    #d2cec7 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    #e1deda 0,
    #dddcd7 50%,
    #d2cec7 100%
  );
}
.sxzck-list-item .search-result-item > dt {
  font-weight: 400;
}
.sxzck-list-item .search-result-item > dt > span {
  font-weight: 400;
  font-size: 1rem;
  color: #5e5e5e;
  border-left: 1px solid #e5e5e5;
  margin-left: 1rem;
  padding-left: 0.5rem;
}
.sxzck-list-item .search-result-item.cur > dt > span {
  display: none;
}
.sxzck-list-item .search-result-item.cur > dt {
  font-weight: 700;
}
.sxzck-list-item .search-result-item dd {
  display: none;
  height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sxzck-list-item .search-result-item.cur dd {
  height: auto;
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.sxzck-list-item .search-result-item {
  border-bottom: 0;
}
.sxzck-list-item .search-result-item.cur {
  border-bottom: 1px solid #e5e5e5;
}
.annul-desuetude-list .search-result-item > dt a {
  color: #5e5e5e;
}
.sxzck-list-mainarea {
  margin-top: 1.25rem;
}
.sxzck-list-mainarea .search-result-pagination {
  margin: 2.5rem auto 1.5rem;
}
.sxzck-detail-tools {
  background-color: #efefef;
  height: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  font-size: 0.875rem;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.sxzck-detail-keywords {
  display: flex;
  align-items: center;
  color: #0457b7;
}
.detail-input {
  position: relative;
  font-size: 0.875rem;
}
.detail-input em {
  position: absolute;
  right: 0.5rem;
  top: 0.375rem;
  font-style: normal;
  color: #5e5e5e;
}
.el-input__inner {
  background-color: #fff;
  background-image: none;
  border-radius: 0.25rem;
  border: 0.0625rem solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 1.875rem;
  line-height: 1.875rem;
  outline: 0;
  padding: 0 2.25rem 0 0.75rem;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.detail-category {
  font-weight: 700;
  margin-left: 1rem;
  position: relative;
}
.detail-category > span {
  cursor: default;
}
.icon-arrow-btn {
  padding: 0.25rem;
  cursor: pointer;
  display: inline-block;
  border-left: 0;
  color: #a1a1a1;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #d9d9d9;
  height: 1.875rem;
  width: 1.875rem;
  box-sizing: border-box;
  position: relative;
  font-style: normal;
  margin-left: 0.25rem;
}
.icon-arrow-btn:hover {
  background-color: #e5e5e5;
}
.icon-arrow-up:before {
  content: '∧';
}
.icon-arrow-down:before {
  content: '∨';
}
.icon-arrow-down:before,
.icon-arrow-up:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  text-align: center;
  line-height: 1.875rem;
  color: #636363;
  font-weight: 700;
}
span.highlight {
  background: #ff0;
}
span.highlight.cur {
  background: #ff9632;
}
.detail-category-list {
  width: 18.75rem;
  background: #f9f9f9;
  padding: 0 1.25rem;
  border: 0.0625rem solid #ddd;
  height: 22.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 2.375rem;
  left: 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  display: none;
}
.detail-category-list h3 {
  margin-top: 0.5rem;
  margin-left: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #232f3e;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0;
}
.detail-category-list > dl {
  border-left: 3px solid #f3f3f3;
}
.detail-category-list > dl > dt {
  position: relative;
  height: 2rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  margin: 1rem auto 0.25rem;
}
.detail-category-list > dl > dt::before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  display: inline-block;
  border-radius: 50%;
  background: #dadada;
  left: -0.25rem;
  position: absolute;
  top: 0.75rem;
}
.detail-category-list > dl > dd > span {
  margin-left: 1.5rem;
}
.detail-category-list a {
  display: inline-block;
  width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  padding: 0.25rem 0;
}
.detail-category-list a:hover {
  font-weight: 700;
}
.detail-category-list::-webkit-scrollbar {
  width: 12px;
}
.detail-category-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.detail-category-list::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 6px;
}
.detail-category-list::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.detail-category-list * {
  scrollbar-width: thin;
  scrollbar-color: #bbb #f1f1f1;
}
.sxzck-detail-zoom > button {
  height: 18px;
  margin: 22px 0.125rem;
  cursor: pointer;
}
.sxzck-detail-zoom > button img {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.sxzck-detail-zoom > button:hover img {
  transform: scale(1.1);
}
.sxzck-detail-download {
  background: #fff;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.625rem;
  padding: 0.375rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sxzck-detail-download img {
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.sxzck-detail-download a {
  text-decoration: none;
  color: inherit;
  margin-left: 0.75rem;
}
.sxzck-detail-download span {
  display: flex;
  align-items: center;
}
.sxzck-detail-download a:hover,
.sxzck-detail-download span:hover {
  color: #0457b7;
  font-weight: 700;
}
.sxzck-detail-download span:hover {
  cursor: default;
}
.sxzck-detail-download > .detail-category {
  display: none !important;
}
.detail-qcode {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.sxzck-detail-download span:hover ~ .detail-qcode {
  display: block;
  width: 50%;
  box-sizing: border-box;
  padding: 0.5rem;
}
.sxzck-detail-download > .detail-qcode img {
  width: 100%;
  height: auto;
  display: block;
}
.detail-title {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  margin: 2rem 3rem;
}
.detail-attributes {
  border: 1px solid #e5e5e5;
}
.detail-attributes > dt {
  height: 3.125rem;
  line-height: 3.125rem;
  background-color: #f3f3f3;
  padding: 0 1.25rem;
  display: flex;
  color: #07c;
  font-size: 1.125rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.detail-attributes > dt button {
  position: absolute;
  right: 1.25rem;
  height: 1.875rem;
  padding: 0 1rem;
  background-color: #deeaf2;
  border-radius: 1.875rem;
  top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #07c;
}
.detail-attributes > dt button:hover {
  background-color: #c8e4f5;
}
.detail-attributes > dt button img {
  width: 0.5625rem;
  height: 0.375rem;
}
.icon-up {
  transition: transform 0.3s ease;
}
.icon-up.rotate {
  transform: rotate(180deg);
}
.detail-attributes > dt > i > img {
  height: 1.875rem;
  margin-top: 0.625rem;
  margin-right: 0.5rem;
}
.detail-attributes dd {
  display: flex;
  flex-wrap: wrap;
  background-color: #fafafa;
  padding: 1.25rem;
}
.detail-attributes dd > div {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding-right: 10px;
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  height: 2.25rem;
  font-size: 1rem;
  color: #5e5e5e;
}
.detail-attributes dd > div > span {
  flex: 0 0 7.5rem;
  text-align: right;
  margin-right: 0.625rem;
}
.detail-attributes dd > div:nth-child(odd) {
  padding-right: 1.25rem;
}
.detail-attributes dd > div:last-child {
  flex: 1 1 100%;
  padding-right: 0;
}
.detail-category-box {
  display: none;
  padding: 2rem 2.5rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #333;
}
.detail-category-box div,
.detail-category-box p {
  margin: 1rem auto;
}
.detail-category-box.active {
  display: block;
}
.detail-content-inner {
  border: 1px solid #e5e5e5;
  margin-top: 2.5rem;
}
.detail-content-inner > ul {
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  background-color: #efefef;
  display: flex;
  align-items: center;
}
.detail-content-inner > ul > li {
  margin-left: 1.25rem;
  position: relative;
  font-size: 1.375rem;
  padding: 0 1.5rem;
  height: 100%;
  line-height: 3.75rem;
  color: #5e5e5e;
}
.detail-content-inner > ul > li.current {
  background: #3867b7;
  color: #fff;
  font-weight: 700;
}
.detail-content-inner > ul > li.current a {
  font-weight: 700;
  color: #0457b7;
}
.detail-content-inner > ul > li.current::after {
  content: '';
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #0457b7;
  border: 0.25rem solid #fff;
}
.detail-content-inner > ul > li a {
  color: #000;
}
.detail-content-inner > ul > li:hover a {
  color: #0457b7;
}
.policy-elucidation-list {
  border-left: 1px solid #e5e5e5;
  padding: 0 1rem;
}
.policy-elucidation-list > li {
  position: relative;
  line-height: 2;
  margin: 1rem 0;
  padding: 0.25rem 0.5rem;
}
.policy-elucidation-list > li::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 1.125rem;
  transform: translateX(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #4267b8;
  border: 0.25rem solid #efefef;
}
.history-policy {
  margin-left: 8rem;
}
.history-policy > li > span {
  position: absolute;
  left: -8.5rem;
  background: #eaeaea;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.625rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #666;
}
.history-policy > li:hover > span {
  background-color: #3867b7;
  color: #fff;
}
.policy-elucidation-list > li:nth-child(even) {
  background-color: #f1f3f8;
}
.transaction-handling .search-result-item > dt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.transaction-handling .search-result-item > dd ul li a,
.transaction-handling .search-result-item > dd ul li span {
  padding: 0 0.75rem;
}
.transaction-handling .search-result-item {
  background-color: #f8fafe;
  padding: 1rem;
}
.transaction-handling .search-result-item {
  margin-top: 0;
}
.transaction-handling .search-result-item > dd ul {
  margin: 0.5rem 0 0;
}
.transaction-handling > dt {
  height: 60px;
  background-color: #dee5f1;
  line-height: 60px;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  color: #4267b8;
}
.transaction-handling .search-result-item > dt span {
  background: #f9f9f9;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.625rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  color: #4267b8;
}
.transaction-handling .search-result-item > dt span.highlight {
  background: #ff0;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.transaction-handling .search-result-item > dt span.highlight.cur {
  background: #ff962d;
}
.toTop-arrow {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 33%;
  background: #e5e5e5;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  transition: all 0.3s ease-in-out;
}
.toTop-arrow:hover {
  background-color: #0457b7;
}
.toTop-arrow::after,
.toTop-arrow::before {
  width: 18px;
  height: 5px;
  border-radius: 3px;
  background: #0457b7;
  position: absolute;
  content: '';
}
.toTop-arrow:hover::after,
.toTop-arrow:hover::before {
  background-color: #fff;
}
.toTop-arrow::before {
  transform: rotate(-45deg) translate(0, -50%);
  left: 0.5rem;
}
.toTop-arrow::after {
  transform: rotate(45deg) translate(0, -50%);
  right: 0.5rem;
}
.toTop-arrow:focus {
  outline: 0;
}
#watermark-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  opacity: 0.1;
  z-index: 999;
  font-family: Helvetica, Tahoma, Arial, 'PingFang SC', STXihei,
    'Microsoft yahei', 'WenQuanYi Micro Hei', sans-serif;
}
.watermark {
  text-align: left;
}
.invalid-file .detail-title {
  color: #5e5e5e;
}
.invalid-file .tab-buttons li:not(:first-child) {
  display: none;
}
.invalid-file .detail-content-inner > ul > li.current {
  background: #ccc;
  color: #5e5e5e;
  font-weight: 700;
}
.invalid-file .detail-content-inner > ul > li.current::after {
  display: none;
}
/* .invalid-file .sxzck-detail-tools {
  display: none;
} */
.invalid-notice-li {
  display: none;
}
.invalid-file .invalid-notice-li {
  display: block;
}
body.invalid-file ul.sxzck-detail-tools li:not(.invalid-notice-li) {
  display: none;
}
/* .invalid-notice {
  display: none;
} */
.invalid-file .sxzck-detail-tools > li {
  height: 3.75rem;
  line-height: 3.75rem;
}
.invalid-file .sxzck-detail-tools > li:first-child {
  color: #d0ba96;
  font-size: 1.5rem;
}
.invalid-file .sxzck-detail-tools > li i {
  height: 2rem;
  display: inline-block;
  position: relative;
  top: 0.375rem;
  margin-right: 0.5rem;
}
.invalid-file .sxzck-detail-tools > li i img {
  height: 100%;
}
.invalid-file .sxzck-detail-tools > li:last-child {
  font-size: 1.25rem;
  color: #f3400b;
}
.invalid-file .sxzck-detail-tools > li:last-child em {
  font-style: normal;
}
.search-result-item > dd b {
  display: -webkit-box;
}
.search-result-item > dt a em,
.search-result-item > dd b em {
  color: red;
  font-style: normal;
}
.conditions-list-box > .conditions-list-items:nth-child(10) {
  display: none;
}
.policy-category-box {
  display: block;
  width: 100%;
}
.policy-content-items > li > a {
  display: block;
  margin-bottom: 0;
  width: 80%;
}

.backHome {
  position: absolute;
  top: 2rem;
}
.backHome > a {
  font-size: 1rem;
  color: #a5bff0;
  background: #325eb1;
  padding: 0.15rem 0.65rem 0.25rem;
  border-radius: 0.25rem;
}
.backHome > a:hover {
  font-weight: bold;
  background: #3667c4;
}
/* 1206 */
.logoText > h5 {
  position: relative;
  display: inline-block;
  padding: 0 1.5rem;
  font-weight: normal;
}

.logoText > h5::before,
.logoText > h5::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20rem;
  height: 0.125rem;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #bdc7e1 0%, #254c99 100%);
  opacity: 0.8;
}

.logoText > h5::before {
  left: -20rem;
  background: linear-gradient(-90deg, #bdc7e1 0%, #254c99 100%);
}
.logoText > h5::after {
  right: -20rem;
}
.home-stats-files {
  text-align: center;
  margin-top: 1rem;
}

.home-stats-files a {
  display: inline-block;
  padding: 0.45rem 1.5rem;
  border: 1px solid #2a67b6;
  color: #2a67b6;
  font-size: 0.875rem;
  border-radius: 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.home-stats-files a:hover {
  background-color: #2a67b6;
  color: #fff;
}
.condition-search-catagories > li:nth-child(4),.condition-search-catagories > li:last-child {
  display: none;
}
.condition-search-catagories > li:nth-child(4) > ul > li:nth-child(-n + 2) {
  display: none;
}.condition-search-catagories > li:nth-child(4) > ul > li:last-child {
  display: none;
}
.condition-search-catagories > li > ul p i {
  display: none;
}
.search-result-counts > span {
  font-weight: normal;
}
.search-result-counts > span i {
  font-style: normal;
}
.search-result-counts .keyword-highlight {
  color: #c00;
}
