.main_part {
  width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-top: -65px;
}

.search-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.main-choose {
  display: flex;
}

.main-search-con * {
  box-sizing: border-box;
}

.main-search-con {
  box-sizing: border-box;
  border-radius: 0px 18px 18px 0px;
  box-shadow: 4px 0px 20px 0px rgba(0, 57, 119, .1);
  background: white;
  width: 768px;
  padding: 28px 36px;
}

.choose-con {
  width: 340px;
  position: relative;
  background: white;
  box-shadow: 4px 0px 20px 0px rgba(0, 57, 119, .1);
}

.enterprise-cate,
.ztfl-cate,
.personal-cate {
  width: 50px;
  color: #0664CA;
  height: 130px;
  cursor: pointer;
  margin-bottom: 12px;
  background: #DAE9FD;
  border-radius: 10px 0px 0px 10px;
}

.enterprise-cate:hover,
.ztfl-cate:hover,
.personal-cate:hover {
  background: rgba(6, 100, 202, .7);
  color: white;
}

.choose-category {
  display: none;
  width: 50px;
}

.choose-category .cate-item {
  width: 20px;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 24px;
  font-weight: bold;
}

.choose-category .on {
  color: white;
  background: #0664CA;
}

/* 单个选项块标题 */
.con-item-div .item-header,
.draw-div .item-header {
  padding: 0px 24px;
  box-sizing: border-box;
}

.choose-con .con-item-div .item-header .header-title,
.draw-div .item-header .header-title {
  font-size: 20px;
  font-weight: bold;
  color: #999;
  line-height: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}

.choose-con .header-more-img {
  width: 14px;
  height: 8px;
  background: url("../image/search-jiantou.png");
  background-size: 100% 100%;
  margin-left: 10px;
}

.con-item-div .on .header-more-img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.choose-con .con-item-div .item-header .header-more {
  display: none;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #989898;
  line-height: 46px;
}

/* 单个大选项内容 */
.con-item-div .item-con,
.draw-div .item-con {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0;
}

/* 单个选项 */
.con-item-div .item-con .item-category-choose,
.draw-div .item-con .item-category-choose {
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  margin: 0 14px;
}

.con-item-div .item-con .on,
.draw-div .item-con .on {
  background: #f4f9fc;
  color: #226ebc;
}

.con-item-div .item-con .on,
.item-category-choose.shiAll.on,
.item-category-choose.empty_children.on {
  background: #f4f9fc url(../image/guanbi02.png) no-repeat top right;
  background-size: 20px;
}

/* 选择弹框样式 */
.range-draw {
  display: none;
  width: 768px;
  padding: 20px 30px;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 342px;
  height: auto;
  background: white;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.7);
}

.range-draw .range-draw-title {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  color: #999;
  line-height: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
}

.range-draw .range-draw-title img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.range-draw-con {
  display: flex;
  flex-wrap: wrap;
}

.range-draw-item {
  padding: 9px 13px;
  cursor: pointer;
  height: fit-content;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.range-draw-con .on {
  background: #FCF4F4;
  color: #226ebc;
}

/* 搜索内容开始 */
/* 搜索标题--筛选栏 */
.search-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-title {
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  line-height: 20px;
}

.info-title em {
  color: #EC0202;
  font-weight: bold;
}

.info-filter,
.time-top,
.effectiveness-top,
.style-top {
  display: flex;
  justify-content: center;
}

.style-top {
  cursor: pointer;
}

.time-top,
.effectiveness-top {
  cursor: pointer;
}

.info-filter>div>div>span {
  font-size: 20px;
  color: #666;
  font-weight: bold;
}

.time-div,
.effectiveness-div,
.style-div {
  position: relative;
  width: 160px;
  height: 40px;
  border: 1px solid #D9D9D9;
  line-height: 40px;
}

.info-filter>div+div {
  margin-left: 20px;
}

.time-img-choose,
.effectiveness-img-choose,
.style-img-choose {
  width: 20px;
  height: 12px;
  background: url("../image/search-jiantou.png");
  background-size: 100% 100%;
  margin-left: 10px;
  margin-top: 14px;
}

.info-filter .on .time-img-choose {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.info-filter .on .effectiveness-img-choose {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.info-filter .on .style-img-choose {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* 年份下拉 */
.time-bottom {
  position: absolute;
  display: none;
  top: 38px;
  left: -1px;
  width: 160px;
  background: white;
  border: 1px solid #D9D9D9;
  padding: 8px 0px;
}

.time-hr {
  width: 90%;
  margin-left: 5%;
  height: 1px;
  background: #aeaeae;
}

.effectiveness-bottom {
  position: absolute;
  display: none;
  top: 38px;
  left: -1px;
  width: 160px;
  background: white;
  border: 1px solid #D9D9D9;
  padding: 8px 0px;
}

.item-time,
.item-effectiveness,
.item-diy,
.item-style {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #999;
  line-height: 36px;
  margin-bottom: 4px;
}

.item-style:hover,
.item-time:hover,
.item-effectiveness:hover {
  background: #EBF3FE;
  color: #0664CA;
}

.start-div,
.end-div {
  margin-bottom: 10px;
  padding: 0 5%;
}

.start-div span,
.end-div span {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 16px;
}

.start-div input,
.end-div input {
  color: #999;
  width: 120px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #D9D9D9;
  padding-left: 5px;
}

.time-btn {
  width: 84px;
  height: 36px;
  cursor: pointer;
  background: #0664CA;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}

.style-bottom {
  position: absolute;
  display: none;
  top: 38px;
  left: -1px;
  width: 160px;
  background: white;
  border: 1px solid #D9D9D9;
  padding: 8px 0px;
}

/* 搜索列表样式 */
.search-list {
  margin-top: 24px;
}

/* 单行搜索布局 */
.search-header,
.search-item {
  display: flex;
  justify-content: space-between;
}

/* 搜索列表头部标题 */
.search-header-title {
  width: 50%;
  height: 42px;
  background: #E8F1FE;
  text-align: center;
  line-height: 42px;
  color: #666;
  font-size: 18px;
  font-weight: bold;
}

/* 搜索列表头部文号 */
.search-header-document-number {
  width: 29%;
  height: 42px;
  background: #E8F1FE;
  text-align: center;
  line-height: 42px;
  color: #666;
  font-size: 18px;
  font-weight: bold;
}

/* 搜索列表头部发布时间 */
.search-header-release-time {
  width: 19%;
  height: 42px;
  background: #E8F1FE;
  text-align: center;
  line-height: 42px;
  color: #666;
  font-size: 18px;
  font-weight: bold;
}

.search-item {
  border-bottom: 1px dashed #DADADA;
  padding: 15px 0;
}

/* 搜索列表标题 */
.search-title {
  display: flex;
  width: 50%;
  box-sizing: border-box;
}

.search-title em {
  color: #EC0202;
}

.search-title>i {
  min-width: 40px;
  margin-top: 4px;
}

.search-title-con {
  width: 100%;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

/* 搜索列表文号 */
.search-document-number {
  width: 29%;
  text-align: center;
  line-height: 24px;
  color: #333;
  font-size: 16px;
}

/* 搜索列表发布时间 */
.search-release-time {
  width: 19%;
  text-align: center;
  line-height: 24px;
  color: #333;
  font-size: 16px;
}

/* 搜索分页 */
.main-page {
  padding: 30px 0px;
}

.draw1,
.draw2,
.draw3 {
  display: none;
}

/* 新增 */
.search-table {
  display: none;
}

.search-result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-result-left {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result-header-title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  height: 28px;
  color: #2440B3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result-header-title a {
  color: #666;
  font-size: 20px;
}


.search-result-download {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  width: 83px;
  height: 28px;
  background: #226ebc;
  border-radius: 14px;
  font-size: 13px;
  color: white;
  line-height: 28px;
}

/* 背景图未提供 */
.result-download-img {
  width: 17px;
  height: 16px;
  background: url("../image/down.png");
  background-size: 100% 100%;
}

.search-result-text {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 18px;
}

.search-result-table {
  border: 1px solid #EBEBEB;
  margin-bottom: 20px;
}

.table-row,
.table-row-left,
.table-row-right {
  display: flex;
}

.table-row {
  border-bottom: 1px solid #EBEBEB;
}

.table-row-left,
.table-row-right {
  flex: 1;
}

.row-title {
  background: #F3F3F3;
  width: 140px;
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding: 24px 0px;
}

.row-content {
  padding: 24px 15px;
  font-size: 16px;
  color: #333;
}

.table-row-item {
  display: flex;
  border-bottom: 1px solid #EBEBEB;
}

.row-item-title {
  width: 140px;
  flex-shrink: 0;
  padding: 24px 0px;
  background: #F3F3F3;
  text-align: center;
}

.row-item-content-con {
  flex: 1;
  margin: 24px 14px 24px 14px;
  max-height: 22px;
  overflow: hidden;
}

.row-item-content-title {
  max-width: 630px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.row-item-expend {
  display: flex;
  height: max-content;
  margin-top: 24px;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 16px;
  color: #333;
  line-height: 16px;
}

.table-expend-img {
  width: 16px;
  height: 9px;
  margin-top: 3px;
  margin-left: 10px;
  background: url(../image/jiantou.png);
  background-size: 100% 100%;
}

.search-result-table .table-row-item .open .table-expend-img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.row-item-con-title {
  line-height: 32px;
  margin: 24px 14px 24px 14px;
}

.search-result-source {
  display: flex;
  justify-content: flex-end;
}

.source-text,
.source-similar-info {
  font-size: 16px;
  color: #999;
  line-height: 16px;
}

ol,
ol li,
ul,
ul li {
  list-style: none;
}

.rowtab {
  border: 1px solid #D9D9D9;
}

.rowtab .row {
  margin: 0px;
}

.rowtab .row {
  border-bottom: 1px solid #D9D9D9;
}

.rowtab .row p.w50:nth-child(2) {
  border-left: 1px solid #D9D9D9;
}

.rowtab .row p.w50 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0px;
}

rowtab .row .title {
  font-size: 14px;
  font-weight: 700;
}

.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
  _zoom: 1;
}

.rowtab {
  margin-bottom: 10px;
}

.rowtab p {
  padding: 10px 15px;
}

rowtab .row .zcjdtitle {
  float: left;
  padding-right: 0;
  font-weight: 700;
}

.rowtab .row:last-child {
  border-bottom: none;
}

.rowtab .row .list {
  float: left;
  width: 635px;
  margin: 10px 0 0 0;
  height: 56px;
  overflow: hidden;
}

.list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zcjdlist li {
  line-height: 23px;
}

.list li a {
  color: #333;
  text-decoration: none;
}

.rowtab .row .zcjdtitle {
  float: left;
  padding-right: 0;
  font-weight: 700;
}

.rowtab .more {
  line-height: 42px;
  font-size: 14px;
  color: #226ebc;
}

.laydate-btns-confirm {
  display: none !important;
}

.search-title-con:hover {
  color: #226ebc;
}

.total-div {
  margin-bottom: 20px;
}

.total-div span {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 16px;
}

.tips-info {
  margin-bottom: 20px;
}

.tips-info div {
  margin-bottom: 10px;
}

.tips-info-item {
  font-size: 18px;
  font-weight: bold;
  color: #202020;
  line-height: 18px;
}

.tips-info-item a {
  color: #BD1A2D;
}

.search-table .search-result .search-result-content .rowtab .row p b {
  font-weight: 400;
}

.search-table .search-result .search-result-content .rowtab .doc_title {
  margin: 10px 15px;
}

.search-table .search-result .search-result-content .rowtab .doc_title a {
  font-size: 18px;
}

.search-table .search-result .search-result-content .rowtab .doc_title+.row {
  border-top: 1px solid #D9D9D9;
}

.search-table .search-result-content p,
.search-table .search-result-content b,
.rowtab .row .zcjdtitle {
  font-weight: 400 !important;
}

.range-draw .range-draw-con .item-category-choose {
  padding: 8px 10px;
  cursor: pointer;
  height: fit-content;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  margin: 5px 8px;
}

.range-draw .range-draw-con .on {
  background: #E8F1FE url(../image/guanbi02.png) no-repeat top right;
  color: #0664CA;
  background-size: 20px;
}

.load-container {
  display: none;
  justify-content: space-around;
  align-items: center;
  width: 600px;
  height: 200px;
  margin: 0 auto;
  padding: 0 50px;
}

.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(../image/loading1.png);
}

.main-page {
  display: flex;
  justify-content: center;
}

.m-style {
  margin: unset;
}

.m-style span {
  float: left;
  margin: 0 5px;
  width: unset;
  height: 31px;
  line-height: 31px;
  color: #666;
  font-size: 14px;
  box-sizing: border-box;
}

.m-style span.text_jump {
  margin-left: 12px;
}

.m-style .jump-ipt {
  border: 1px solid #d9d9d9;
  background-color: white;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 8px;
  font-size: 15px;
  color: #555555;
}

.m-style a.jump-btn {
  float: right;
  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;
  padding: 0;
  color: #333;
}

.m-style .active {
  font-size: 16px;
}

.rowtab p {
  line-height: 28px;
  font-size: 14px;
}

.row .list li a {
  font-size: 14px;
}

.search-result {
  padding: 15px 0;
}

.search-result+.search-result {
  padding-top: 20px;
  border-top: 1px dashed #ccc
}

.row.zhaiyao.clearfix p {
  padding: unset;
  margin: 10px 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.result-header-title {
  font-size: 18px;
}

.rowtab .row .list {
  margin: 12px 0 0 0;
}

.con-item-div .item-con a.item-category-choose {
  text-align: center;
  margin-bottom: 5px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  border: 1px solid #C6DFF7;
  background: white;
  margin-right: 5px;
  background: white url(../image/jsyq_zck_gb.png) no-repeat left center;
  padding: 0;
  width: 40%;
}