.ai_btn.ai_btn_on > i img:first-child {
  margin-left: -0.14rem;
}

.basic-loading .dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #63a1e3;
  margin-right: 2px;
  -webkit-animation: opacity 0.4s ease-in-out infinite;
  animation: opacity 0.3s ease-in-out infinite;
  margin-bottom: 6px;
  margin-left: 4px;
}

.basic-loading .dot:nth-child(3) {
  animation-duration: 0.8s;
}

.basic-loading .dot:nth-child(4) {
  animation-duration: 1.2s;
}

.basic-loading {
  display: flex;
  align-items: end;
  margin-bottom: 12px;
}

.loading-text {
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 0.8s cubic-bezier(0.33, 0, 0.67, 1) infinite;
  animation: shine 0.8s cubic-bezier(0.33, 0, 0.67, 1) infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-linear-gradient(
    right,
    #63a1e3 18.52%,
    #0052ff 47.63%,
    #3573b5 76.85%
  );
  background-image: linear-gradient(
    270deg,
    #63a1e3 18.52%,
    #0052ff 47.63%,
    #3573b5 76.85%
  );
  background-position: -100% 0;
  background-size: 200% 200%;
  color: #3573b5;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.aiss_doc_item .tag {
  background-color: #63a1e3;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 8px;
}
.aiss_doc_info {
  color: #999;
  text-align: right;
}
.aiss_doc_info span:first-child {
  margin-right: 8px;
}
.border {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.policy_interpretation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.policy_interpretation > .list .record {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 0.16rem;
}
.policy_interpretation > .list .record::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  background-color: rgba(204, 204, 204, 1);
  border-radius: 50%;
}
.policy_interpretation > ul.list li.record a {
  flex: 1;
  color: rgba(51, 51, 51, 1) !important;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 0.14rem;
  font-family: "思源黑体";
}
@media screen and (max-width: 768px) {
  .policy_interpretation > ul.list li.record a {
    overflow: visible;
    white-space: normal;
  }
}
.policy_interpretation > ul.list li.record a:hover {
  color: rgba(22, 88, 160, 1) !important;
}
.policy_interpretation > .list .record .date {
  color: rgba(153, 153, 153, 1);
  margin-left: 0.1rem;
  margin-right: 0.05rem;
  font-size: 0.14rem;
  font-family: "思源黑体";
}
.policy_interpretation > .pagination {
  margin-top: 0.1rem;
  text-align: center;
}
/* 分页样式 */
.page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.06rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.page > li {
  height: 0.2rem;
  width: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  color: rgba(102, 102, 102, 1);
  font-size: 0.14rem;
  font-family: "思源黑体";
}
.page > li:not(.more) {
  cursor: pointer;
  font-weight: bolder;
}
.page > li.active {
  color: rgba(22, 88, 160, 1);
}
.page > li.disabled {
  cursor: not-allowed;
}
.page .prev,
.page .next {
  position: relative;
}
.page .prev::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  left: 0;
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-top: 2px solid rgba(153, 153, 153, 1);
  border-left: 2px solid rgba(153, 153, 153, 1);
  transform: rotate(-45deg);
  border-top-left-radius: 0.03rem;
}
.page .next::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  right: 0;
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-top: 2px solid rgba(153, 153, 153, 1);
  border-right: 2px solid rgba(153, 153, 153, 1);
  transform: rotate(45deg);
  border-top-right-radius: 0.03rem;
}
div[id^="zsly"] a .index {
  display: inline-flex;
  font-variant: tabular-nums;
  box-sizing: border-box;
  color: #404040;
  background: #e5e5e5;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 18px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 400;
}
.ai_matter_situation {
  font-weight: bolder;
}
div.more_show a {
  color: #fff !important;
  text-decoration: none !important;
}
.matter-links {
  float: right;
}
.matterInfo-content .matterInfo-name a {
  color: #3774b3 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.matterInfo {
  position: relative;
  padding-left: 0.12rem;
  color: #69696d;
}
.matterInfo * {
  font-family: "思源黑体";
}
.matterInfo strong {
  color: #666;
}
.matterInfo::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #666;
  border-radius: 50%;
}
.matterInfo-name {
  overflow: hidden;
}
.matterInfo-location {
  background-color: #eff4fa;
  padding: 0.05rem 0.1rem;
  border-radius: 0.04rem;
  color: #3f79be;
  border: 1px solid #f7f8fa;
  /* cursor: pointer; */
}
.matterInfo-content {
  position: relative;
}
.matterInfo-materials {
  display: flex;
}
.matterInfo-materials > strong {
  white-space: nowrap;
}
/* .matterInfo-tips .arrow {
  position: absolute;
  top: 0;
  right: -0.15rem;
  bottom: 0;
  display: block;
  width: 0.2rem;
  height: 100%;
  background-color: #fff6e8;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  transform: scaleX(-1);
} */
.znwd_fl_tcc ul li.on {
  background-color: #ebf4ff;
}
.jzyh_con .basic-loading {
  margin-bottom: 0;
  display: none;
}
.jzyh_con .basic-loading .dot {
  margin-top: 6px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .jzyh_con .aiss_cj_tit {
    display: none;
  }
  .jzyh_con .aiss_cj_list {
    display: none;
  }
  .jzyh_con .basic-loading {
    display: block;
  }
  .matter-links {
    float: none;
  }
  .matterInfo-materials {
    display: block;
  }
  .matterInfo-materials > div {
    display: inline;
  }
}
/* 深度思考 */
.haslist.ai_btn_box {
  margin-right: 0.05rem;
}
.haslist.ai_btn_box:hover .ai_btn_on ~ .ai-model-popover {
  display: block;
}
.haslist .ai_btn img {
  width: 0.14rem;
}
.haslist.ai_btn_box:hover .ai_btn_on ~ .ai_btn_tips {
  display: none !important;
}
.haslist.ai_btn_box:hover .ai_btn_on .arrow {
  transform: rotate(225deg);
  margin-top: 0.03rem;
}
.haslist .ai_btn_on {
  background-color: #e9effb;
  border-top-color: #5da8f6;
  border-left-color: #4995f0;
  border-right-color: #4e8ae4;
  border-bottom-color: #306cd8;
}
.haslist .ai_btn_on * {
  color: #357bdf;
}
.ai_btn .arrow {
  margin-left: 0.1rem;
  display: inline-block;
  height: 0.05rem;
  width: 0.05rem;
  border-bottom: 0.015rem solid #696969;
  border-right: 0.015rem solid #696969;
  transform: rotate(45deg);
  border-bottom-right-radius: 0.02rem;
}
.ai-model-popover {
  position: absolute;
  left: 0;
  bottom: 0.28rem;
  padding-bottom: 0.1rem;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 1099px) {
  .ai-model-popover {
    bottom: 0.16rem;
  }
  .haslist .ai_btn img {
    display: none;
  }
}
.ai-model-popover .ai-model-list {
  background: #fff;
  border-radius: 0.04rem;
  padding: 0.05rem;
  width: max-content;
  min-width: 1.3rem;
  max-width: max-content;
  border: 1px solid #fafafa;
}
.ai-model-popover .ai-model-option {
  padding-left: 0.05rem;
  padding-right: 0.4rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  font-size: 0.14rem;
  font-family: "思源黑体";
  color: #373737;
  width: 100%;
  cursor: pointer;
  border-radius: 0.04rem;
  box-sizing: border-box;
}
.ai-model-popover .ai-model-option.on {
  position: relative;
}
.ai-model-popover .ai-model-option.on::after {
  content: "";
  position: absolute;
  top: 0.12rem;
  right: 0.1rem;
  display: block;
  width: 0.04rem;
  height: 0.07rem;
  border-right: 0.02rem solid #2b67a7;
  border-bottom: 0.02rem solid #2b67a7;
  transform: rotate(45deg);
  border-bottom-right-radius: 0.01rem;
}
.ai-model-popover .ai-model-option:hover {
  background-color: #f3f6fb;
  color: #4a87e3;
}
.ai-model-popover .ai-model-option img {
  height: 0.14rem;
  width: 0.14rem;
  object-fit: contain;
  margin-right: 0.05rem;
}
.bq_tips_a {
  font-size: 0.18rem;
  margin-top: 0.02rem;
}
.gjjjs_list li .gjjjs_tit1 > h3 a {
  font-size: 0.16rem;
  color: #333333 !important;
  text-decoration: none !important;
  font-weight: normal;
}
iframe.flexiframe {
  margin-bottom: 0.2rem;
}
.slb .znwd_con5 .answer-source h3 {
  line-height: 1.5;
}
@media screen and (max-width: 1366px) {
  .slb .znwd_l ul.znwd_icon_list {
    bottom: 0.16rem;
  }
}
@media screen and (min-width: 993px) {
  .add-pop-up-windows + div[style="height: 100%;"] {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 992px) {
  .slb #wrap .row {
    overflow: auto;
  }
  .slb .znwd_c1.on {
    top: 0.36rem;
  }
  .slb .znwd_c1 .znwd_content .znwd_yszd {
    overflow: visible;
  }
  .slb .row .znwd_wrap_con {
    min-height: max-content;
  }
}
@media screen and (max-width: 600px) {
  .slb .tool_box .dqqy_tit {
    left: 0;
    top: 0;
  }
  .znwd_gpbs_list.gpbs_list .tempWrap,
  .znwd_gpbs_list.gpbs_list .tempWrap > .workList,
  .znwd_gpbs_list.gpbs_list .tempWrap > .workList > ul,
  .znwd_gpbs_list.gpbs_list .tempWrap > .workList > ul > li {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .slb .switch_btn.switch_btn_phone > div {
    white-space: nowrap;
    font-size: 0.16rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.znwd_fl_con.has-mention #keyWord {
  width: auto !important;
}
.znwd_fl_con #keyWord {
  word-break: break-all;
}
.yk_content>.znwd_con5>p{
  word-break: break-all;
}