/*分页*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a,
.pagination > li > span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {z-index: 3;color: #fff;cursor: default;background-color: #337ab7;border-color: #337ab7;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
/*分页结束*/
.noData{text-align: center;font-size: 16px;line-height: 200px}


/* 搜索列表页 */

.met-search {
  background: #fff;
}

.met-search ul {
  display: flex;
  flex-wrap: wrap;
}

.searchList {
  width: 32.5%;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
  margin-right: 1.2%;
  -webkit-transition: all 0.3s ease-out;
  box-shadow: 0 0 1px #aaa;
  margin-bottom: 20px;
}

.searchList:hover {
  background: #fff;
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.searchList:nth-child(3n) {
  margin-right: 0;
}

.searchList h2 {
  font-size: 18px;
  overflow: hidden;
  height: 48px;
  margin-bottom: 10px;
}

.searchList:hover h2 {
  color: #ab050b;
}

.searchList span {
  font-size: 14px;
  opacity: .7;
  line-height: 1.8;
  color: #000;
}

.nothing {
  width: 100%;
  text-align: center;
  border: 0px;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
  color: #999;
}

.met-search h1 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

.search {
  display: flex;
  align-items: center;
}

.search input {
  width: 100px;
  height: 22px;
  margin-right: 1px;
}

.search button {
  width: 20px;
  height: 20px;
  background-image: url(/public/image/icon10.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
#think_page_trace_open{
  display: none;
}