#wzacontainer {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#wzacontainer #content {
	flex: 1;
	display: flex;
	padding-bottom: 20px;
}
.titxt {
    width: 100%;
    line-height: 40px;
    padding-left: 2%;
    font-size: 1.2em;
    font-weight: bold;
    float: left;
    color: #006eab;
}
.content{ background:#FFF; height:auto; overflow:hidden; padding:20px; }
.heari{ width:60%; float:right;}
.hearis{width:100%;height:36px;padding-top: 50px;}
.hearis span{width:100%; float:left; padding-top:15px; font-size:12px; color:#999;}
.hearis span a{color:#999;}
.allwith{ width:1200px; margin:0 auto;}
.search-box{
  float: right !important;
  width: 46% !important;
  margin-top:15px !important;
  padding: 0 !important;
}
.search-box input{
  display: block !important;
  width: 70% !important;
  height: 34px !important;
  background-color: #fff !important;
  border: 1px solid #7fb1f0 !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 34px !important;
  border-radius: 0 !important;
}
.search-icon{ 
  height: 34px !important; 
  width: auto !important;
  border: 1px solid #7fb1f0;
  cursor: pointer;
}
table{border-collapse:collapse;border-spacing:0;}
table tbody tr{
  display: table;
}
a{text-decoration: none;}
em{
  font-style: normal;
  font-weight: normal;
}
.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 .description{
  font-size: 16px;
  line-height: 1.5;
}
.search_result_module .item_title em,
.search_result_module .description 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;
}