/* 律所 检索框样式 */
.header_tab_list ul{
  font-size: 0;
}
.header_tab_list .tab_list_item,
.header_tab_list .tab_list_items{
  width: 80px;
  height: 32px;
  background: #fff;
  line-height: 32px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-align: center;
  display: inline-block;
  list-style: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 8px;
}
.header_tab_list .tab_list_items{
  width: auto;
  min-width: 80px;
}
.header_tab_list .tab_list_item.active,
.header_tab_list .tab_list_items.active{
  background: #1C64B9;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}