body {
  background: #F3F5FC url(../images/body_bg.png) no-repeat top center;
  background-size: 100%;
  min-width: 1500px;
}

.topping {
  position: fixed;
  right: 20px;
  bottom: 2%;
  cursor: pointer;
}

.topping img {
  width: 35px;
}

.main {
  display: flex;
  width: 1500px;
  margin: 0 auto;
  margin-top: 110px;
  height: 1654px;
  background: url(../images/main_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.left_nav_box {
  width: 438px;
  flex-shrink: 0;
  padding: 0 40px;
  margin: 40px 0;
  overflow: auto;
}

.one_level_nav_box {
  width: 100%;
  min-height: 76px;
  background: url(../images/tab_bg.png) #f9fdff no-repeat center top;
  background-size: 100%;
}

.one_level_nav_box+.one_level_nav_box {
  margin-top: 10px;
}

.one_level_nav_box.on {
  background: url(../images/tab_on_bg.png) #FAFDFF no-repeat center top;
  background-size: 100%;
}

.one_level_nav_box .one_level_title {
  font-weight: bold;
  font-size: 26px;
  color: white;
  line-height: 76px;
  padding-left: 50px;
}

.one_level_nav_box .one_level_nav_list {
  display: none;
}

.one_level_nav_box.on .one_level_nav_list {
  display: block;
}

.one_level_nav_list .two_level_nav_box {
  margin-top: 3px;
}

.one_level_nav_list .two_level_nav_box .two_level_nav_list {
  display: none;
  max-height: 380px;
  overflow: auto;
  padding: 10px 0;
}

.two_level_nav_box .two_level_nav_list::-webkit-scrollbar {
  width: 5px;
}

.two_level_nav_box .two_level_nav_list::-webkit-scrollbar-track {
  background-color: transparent;
  opacity: 1;
}

.two_level_nav_box .two_level_nav_list::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 5px;
}

.one_level_nav_list .two_level_nav_box.on .two_level_nav_list {
  display: block;
}

.one_level_nav_list .two_level_nav_box .two_level_title {
  display: flex;
  width: 100%;
  background: url(../images/category_bg.png) no-repeat center top;
  background-size: 100%;
  line-height: 20px;
  align-items: flex-end;
  padding: 20px 0;
  padding-left: 40px;
  font-weight: bold;
  font-size: 20px;
  color: #0061DD;
  height: 60px;
  position: relative;
}

.two_level_nav_box .two_level_title span {
  font-size: 16px;
  color: #328BFF;
  height: 18px;
}

.one_level_nav_list .two_level_nav_box .two_level_title img {
  width: 12px;
  position: absolute;
  right: 30px;
}

.one_level_nav_list .two_level_nav_box.on .two_level_title img {
  transform: rotate(90deg);
}

.one_level_nav_box .one_level_nav_list .zcjd_img {
  margin-top: 3px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.one_level_nav_list .zcjd_img span {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #328BFF;
  font-weight: bold;
  font-size: 16px;
}

.last_level_nav_box .last_level_title {
  padding-left: 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #444444;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
}

.last_level_nav_box.on .last_level_title,
.last_level_nav_box .last_level_title:hover {
  color: #0061DD;
}

.last_level_nav_box .last_level_title img {
  width: 17px;
  margin-right: 7px;
}

.last_level_nav_box .last_level_nav_list {
  display: none;
  padding-right: 10px;
}

.one_level_nav_box>.last_level_nav_box .last_level_nav_list {
  padding-left: 25px;
  max-height: 500px;
  overflow: auto;
}

.one_level_nav_box>.last_level_nav_box .last_level_nav_list::-webkit-scrollbar {
  width: 5px;
}

.one_level_nav_box>.last_level_nav_box .last_level_nav_list::-webkit-scrollbar-track {
  background-color: transparent;
  opacity: 1;
}

.one_level_nav_box>.last_level_nav_box .last_level_nav_list::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 5px;
}

.last_level_nav_box.on .last_level_nav_list {
  display: block;
}

.last_level_nav_box.on .last_level_nav_list>a>div {
  line-height: 40px;
  color: #333;
}

.last_level_nav_list .last_level_item {
  display: flex;
  line-height: 36px;
}

.last_level_nav_list .last_level_item .pointer {
  flex-shrink: 0;
  margin-right: 15px;
  width: 1px;
  border-left: 1px dashed #DCECFF;
  position: relative;
}

.last_level_nav_list .last_level_item .pointer::after {
  position: absolute;
  top: 11px;
  left: -6px;
  border-radius: 50px;
  content: " ";
  width: 9px;
  height: 9px;
  background: white;
  border: 1px solid #0061DD;
}

.last_level_nav_list .last_level_item.on .pointer::after {
  content: " ";
  width: 10px;
  height: 10px;
  background: #589BF6;
  border: 3px solid #CCE2FF;
  top: 9px;
  left: -8px;
}

.last_level_nav_list .last_level_item:first-child .pointer {
  margin-top: 12px;
}

.last_level_nav_list .last_level_item:first-child .pointer::after {
  top: 0;
}

.last_level_nav_list .last_level_item.on:first-child .pointer {
  margin-top: 12px;
}

.last_level_nav_list .last_level_item.on:first-child .pointer::after {
  top: -3px;
}

.last_level_nav_list .last_level_item:last-child .pointer {
  margin-bottom: 18px;
}

.last_level_nav_list .last_level_item {
  font-size: 16px;
  color: #727272;
}

.last_level_nav_list .last_level_item:hover,
.last_level_nav_box.on .last_level_nav_list>a>div:hover {
  color: #0061DD;
}

.last_level_nav_list .last_level_item.on {
  color: #0061DD;
}

.last_level_box {
  line-height: 40px;
}

.last_level_box .last_level_box_title {
  padding-left: 20px;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.last_level_box .last_level_box_title img {
  width: 12px;
  margin-right: 8px;
  transform: rotate(-90deg);
}

.last_level_box.on .last_level_box_title img {
  transform: rotate(0);
}

.last_level_box .last_level_box_list {
  display: none;
}

.last_level_box.on .last_level_box_list {
  display: block;
}

.last_level_box_list .last_level_box_list_item {
  color: #333;
}

.last_level_box.on .last_level_box_title,
.last_level_box .last_level_box_title:hover,
.last_level_box_list .last_level_box_list_item:hover,
.last_level_nav_box .last_level_nav_list>a>div:hover,
.last_level_nav_box .last_level_nav_list .last_level_box_item_title.on,
.last_level_nav_box .last_level_nav_list .last_level_box_item_title:hover {
  color: #2961CA;
  background: #F3F9FE;
  font-weight: bold;
}

.right_search_list_box {
  width: 100%;
  padding: 48px;
}

.search_part_box {
  position: relative;
  width: 100%;
  background: #F4FAFF;
  padding: 18px;
  padding-left: 58px;
}

.search_part_box .search_tag {
  position: absolute;
  padding-top: 30px;
  width: 40px;
  height: 166px;
  font-weight: normal;
  font-size: 22px;
  color: white;
  text-align: center;
  background: url(../images/wjss_tag_bg.png) no-repeat center;
  background-size: 100%;
  line-height: 24px;
  top: -42px;
  left: 0px;
}

.search_ipts {
  display: flex;
  justify-content: space-between;
}

.search_ipts .ipts_item {
  width: 440px;
  background: white;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
}

.search_ipts .ipts_item p {
  display: flex;
  align-items: center;
  position: relative;
}

.search_ipts .ipts_item p+p {
  border-top: 1px solid #E1E1E1;
}

.search_ipts .ipts_item p span {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_ipts .ipts_item p span+* {
  border-left: 1px solid #E1E1E1 !important;
}

.search_ipts .ipts_item p span img {
  width: 18px;
}

.search_ipts .ipts_item p input,
.search_ipts .ipts_item p select {
  width: 100%;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 0 5px 5px 0;
}

.search_ipts .ipts_item p select {
  padding-right: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/xl_icon.png) no-repeat right 16px center;
  background-size: 15px;
}

.search_ipts .ipts_item p.sel .xl_icon {
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.search_part_box .seacrh_btns {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_part_box .seacrh_btns button {
  cursor: pointer;
  width: 120px;
  border: 0;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  display: flex;
  border-radius: 6px;
  align-items: center;
  justify-content: space-evenly;
}

.search_part_box .seacrh_btns button img {
  width: 20px;
}

.search_part_box .seacrh_btns button#search_btn {
  background: #288BFF;
}

.search_part_box .seacrh_btns button#reset_btn {
  background: #8DAFD6;
}

.search_part_box .seacrh_btns button+button {
  margin-left: 10px;
}

.search_list_container {
  margin-top: 20px;
  position: relative;
}

.search_list_container table {
  border-bottom: 1px dashed #c0c1c0;
  text-align: center;
  table-layout: fixed;
}

.search_list_container table thead th {
  border-bottom: 4px solid #0062d1;
  height: 60px;
  line-height: 60px;
  background-color: #EFF8FE;
  color: #0062d1;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.search_list_container table thead th.doc_status {
  position: relative;
  cursor: pointer;
}

.doc_status .doc_status_top {
  position: relative;
}

.doc_status .doc_status_top .doc_status_img {
  width: 12px;
  height: 7px;
  background: url(../images/doc_status_icon.png) no-repeat center;
  background-size: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.doc_status .doc_status_top.on .doc_status_img {
  transform: rotate(180deg) translateY(50%);
}

.doc_status_bottom {
  padding: 5px 0;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
  z-index: 10;
}

.doc_status_bottom .doc_status_item {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}

.doc_status_bottom .doc_status_item.on {
  color: #0062E0;
}

.search_list_container table tbody,
.search_list_container table thead {
  display: block;
  width: 966px;
}

.search_list_container table tbody {
  max-height: 1200px;
  overflow: auto;
}

.search_list_container table tbody::-webkit-scrollbar {
  width: 10px;
}

.search_list_container table tbody::-webkit-scrollbar-track {
  background-color: transparent;
  opacity: 0.2;
}

.search_list_container table tbody::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 5px;
}

.search_list_container table tbody td {
  word-wrap: break-word;
  border-left: 1px dashed #c0c1c0;
  border-top: 1px dashed #c0c1c0;
  height: 120px;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  line-height: 30px;
}

.search_list_container table tbody tr:first-child td {
  border-top: 1px dashed transparent;
}

.search_list_container table tbody tr td {
  width: 160px;
}

.search_list_container table tr td:first-child {
  border-left: 1px solid transparent;
  width: 60px;
}

.search_list_container table tr td:nth-child(2) {
  width: 306px;
}

.search_list_container table tr td:nth-child(3) {
  width: 180px;
}

.search_list_container table tr td:last-child {
  width: 100px;
}

.search_list_container table tr td:nth-child(2n+1) {
  /* position: relative; */
  background-color: rgb(243, 243, 243)
}

.search_list_container table tr:hover td:nth-child(2n+1) {
  background-color: #fff;
}

.search_list_container table tbody tr:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search_list_container table tr:hover .table-index {
  /* display: none; */
}

.down-icon {
  display: none;
}

.down-icon img {
  width: 32px;
  height: 38px;
}

.search_list_container table tr:hover .down-icon {
  display: inline-block;
}

.search_list_container table tr td .btnbg {
  margin-top: 5px;
  display: inline-block;
  width: 53px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background-image: url(../images/btnbox.png);
  background-size: 100% 100%;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
}

.search_list_container table tr td em {
  font-weight: bold;
  color: rgb(179, 20, 20);
}

.search_list_container table tr td .file-box {
  display: block;
}

.search_list_container table tr td .file-box li {
  padding: 5px 0;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search_list_container table tr td .file-box li:hover {
  color: #c40605;
}

/* loading */
.load_container {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .9);
}

.load_container.on {
  display: flex;
}

.loading_box {
  width: 134px;
  height: 121px;
  background-size: 100% 100%;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.load_container>.loading_box {
  background-image: url(../images/loading1.png);
}

/* 分页 start */
#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.M-box a,
.M-box span {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 16px;
}

.M-box .active {
  background: #0062E0;
  border: 1px solid #0062E0;
  color: white;
  font-weight: bold;
}

.m-style.M-box {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: unset;
  zoom: 1;
}

.m-style:before,
.m-style:after {
  content: "";
  display: table;
}

.m-style .next,
.m-style .prev {
  font-size: 16px;
  font-weight: bold;
}

.similar-item-page .m-style .next,
.m-style .prev {
  font-size: 14px;
  font-weight: 400;
}

.M-box .next,
.M-box .prev {
  width: auto;
  padding: 0 12px;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}

.m-style span.text_jump {
  width: unset;
  color: #333;
  border: 0;
}

.m-style .jump-ipt {
  float: left;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 8px;
  font-size: 15px;
  color: #333;
}

.m-style .jump-btn {
  display: inline-block;
  background-color: #f9f9f9;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 8px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

/* 分页 end */

/* 日期选择固定按钮 */
.custom-quick-actions {
  position: absolute;
  height: 324px;
  width: 110px;
  top: -1px;
  left: -110px;
  background: white;
  border: 1px solid #d2d2d2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
  padding-top: 6px !important;
}

.custom-quick-actions button {
  border: 0;
  background: white;
  width: 100%;
  padding-left: 12px;
  text-align: left;
  line-height: 28px;
  cursor: pointer;
  font-size: 14px;
  color: #606266;
}

.custom-quick-actions button:hover {
  color: #0061DD;
}

/* ai导读样式 */
.policy_map {
  text-align: center;
  background: url(../images/policy_map.png) no-repeat center;
  color: white;
  background-size: 100% 100%;
  line-height: 24px;
  font-size: 14px;
  margin-left: 0;
}

.ai_guide {
  text-align: center;
  background: url(../images/aidd_bg.png) no-repeat center;
  color: white;
  background-size: 100% 100%;
  line-height: 24px;
  font-size: 14px;
}

.ai_guide img {
  width: 14px;
  margin-right: 3px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_40 {
  padding-left: 40px;
}

.jd_span {
  display: inline-block;
  width: 60px;
  height: 24px;
  text-align: center;
  background: url(../images/jd_bg.png) no-repeat center;
  color: white;
  background-size: 100% 100%;
  line-height: 24px;
  font-size: 14px;
  margin-left: 10px;
}

.jd_list {
  display: none;
  margin-top: 5px;
}

.jd_list.on {
  display: flex;
  flex-direction: column;
}

.jd_list a {
  width: 280px;
  display: inline-block;
  font-size: 14px;
  color: #737373;
}



/*makemap*/
#mm .markmap {
  width: 100%;
  padding: 0;
}

#mm svg {
  height: 100%;
  transition: none;
}

.mm-toolbar .mm-toolbar-brand {
  display: none;
}

.mm-toolbar .mm-toolbar-item:last-child {
  display: none;
}
