#wzacontainer {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#wzacontainer #content {
	flex: 1;
	display: flex;
	padding-bottom: 20px;
}
.none {
    display: none !important;
}
.vhidden {
	visibility: hidden;
}
.hearis {
	display: none;
}

.search_result_module .result_header {
	position: relative;
}
.search_result_module .heari {
	position: absolute;
	right: 0;
	top: -10px;
}
.search_result_module .hearis {
	display: block;
	padding-top: 0;
}
.search_result_module .result_tabs {
  display: flex;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
}

.search_result_module .result_tab {
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  border-bottom: 2px solid transparent;
  top: 2px;
}

.search_result_module .result_tab.active {
  color: #006eab;
  font-weight: bold;
  border-color:#006eab;
}

.search_result_module .result_tab.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #006eab;
}

.search_result_module .result_count {
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
}

.search_result_module .result_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.search_result_module .item_header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.search_result_module .item_tag {
  display: inline-block;
  padding: 4px 12px;
  background-color: #006eab;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  margin-right: 12px;
  flex-shrink: 0;
}

.search_result_module .item_title {
  font-size: 16px;
  color: #006eab;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.search_result_module .item_title em {
  color: #F00;
}
.search_result_module .item_title:hover {
  color: #F00;
}
.search_result_module .item_table {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.search_result_module .item_table td {
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.search_result_module .item_table .label {
  background-color: #f8f8f8;
  color: #333;
  width: 12%;
  text-align: center;
  font-weight: normal;
}

.search_result_module .item_table .value {
  color: #333;
  width: 38%;
}

.search_result_module .item_footer {
  color: #999;
  font-size: 14px;
  padding: 10px 0;
}
.search_result_module .result_empty {
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.search_result_module .result_empty_keyword {
  color: #F00;
}
.goPagination_content .item.cur {
	background: #006eab;
}