.zhaocai {
  max-width: 1400px;
  margin: 30px auto;

  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;

  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(209, 209, 209, 1);
}
.maxh {
  max-width: 100%;
  max-height: 100%;
}
.zhaocai ul.zhao_title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background-color: rgba(231, 231, 231, 1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(209, 209, 209, 1);
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: rgba(209, 209, 209, 1);
}
.zhaocai ul.zhao_title li {
  text-align: center;
}
.zhaocai ul.zhao_title li:nth-child(1) {
  flex: 0 0 15%;
}
.zhaocai ul.zhao_title li:nth-child(2) {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
.zhaocai ul.zhao_title li:nth-child(3) {
  flex: 0 0 15%;
}
.zhaocai ul.zhao_title li a {
  font_radio: 2;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 3;
  display-radio: 1;
  margin-bottom: 0px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: none;
  margin-top: 0px;
  font-weight: bold;
}
.zhaocai .zhao_list .zhao_content:nth-child(even) {
  background: #e7e7e7;
}
.zhaocai ul.zhao_content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
}
.zhaocai ul.zhao_content li {
  text-align: center;
}
.zhaocai ul.zhao_content li:nth-child(1) {
  flex: 0 0 15%;
}
.zhaocai ul.zhao_content li:nth-child(2) {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhaocai ul.zhao_content li:nth-child(3) {
  flex: 0 0 15%;
}
.zhaocai ul.zhao_content li a {
  font_radio: 2;
  font-size: 15px;
  color: rgba(51, 51, 51, 1);
  line-height: 3;
  display-radio: 1;
  margin-bottom: 0px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: none;
  margin-top: 0px;
}

.zhao_search {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  display-radio: flex;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  background-color: rgba(231, 231, 231, 1);
}

.search-box {
  width: 100%;
  height: 50px;

  display: block;
}
.search-box .search-inputbox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 2.351px 3.236px 18px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 0;
}
.search-box .search-inputbox .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 50px;
  width: calc(100% - 80px);
  padding-left: 22px;
  padding-right: 85px;
  background-color: transparent;
  overflow: hidden;
  caret-color: #999999;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-select: text;
}
.search-box .search-inputbox .text:-moz-placeholder,
.search-box .search-inputbox .text textarea:-moz-placeholder {
  color: #555;
}
.search-box .search-inputbox .text:-ms-input-placeholder,
.search-box .search-inputbox .text textarea:-ms-input-placeholder {
  color: #555;
}
.search-box .search-inputbox .text::-webkit-input-placeholder,
.search-box .search-inputbox .text textarea::-webkit-input-placeholder {
  color: #555;
}
.search-box .search-inputbox .text:focus::placeholder {
  opacity: 0;
}
.search-box .search-inputbox .sub {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(../images/icon_search.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.search-box .search-inputbox .search-clear {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 60px;
  top: 0;
  line-height: 60px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
