@charset "UTF-8";
body {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #edf5fb, #fdfeff);
  font-family: "MicrosoftYaHei";
}

.banner-box {
  padding-top: 1.37rem;
  height: 4.99rem;
  background: url(../images/yj-ps-zcwjk-search-list-img-head-bg.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
.banner-box img {
  display: block;
  margin: 0 auto;
  height: 0.75rem;
}

.box {
  padding: 0.3rem 0.38rem;
  border-radius: 0.05rem;
  box-shadow: 0 0 6px 0 #b8d3f3;
  background-color: #fbfdff;
}

.box + .box {
  margin-top: 0.28rem;
}

.zcwjk-search-container {
  margin-top: -0.76rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.zcwjk-search-container .form-container {
  flex: 1;
}
.zcwjk-search-container .form-container .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.zcwjk-search-container .form-container .row .item {
  width: 48.11937%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.zcwjk-search-container .form-container .row .item .label {
  font-size: 0.18rem;
  color: #666;
  margin-right: 2.03735%;
  flex-shrink: 0;
}
.zcwjk-search-container .form-container .row .item input {
  flex: 1;
  min-width: 0;
  display: block;
  border: solid 1px #dbedf8;
  background-color: #fff;
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: 0.16rem;
  padding-left: 0.2rem;
}
.zcwjk-search-container .form-container .row .item i {
  display: block;
  width: 0.1rem;
  height: 0.02rem;
  background-color: #6e9cbb;
  margin: 0 0.1rem;
  flex-shrink: 0;
}
.zcwjk-search-container .form-container .row .item .drop-down {
  position: relative;
  display: block;
  flex: 1;
  height: 0.38rem;
  line-height: 0.38rem;
  border: solid 1px #dbedf8;
  background-color: #fff;
}
.zcwjk-search-container .form-container .row .item .drop-down .tag {
  display: inline-block;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #6a6a6a;
  font-size: 0.16rem;
}
.zcwjk-search-container .form-container .row .item .drop-down .drop-list {
  position: absolute;
  top: 0.38rem;
  left: 0;
  width: 100%;
  max-height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
}
.zcwjk-search-container .form-container .row .item .drop-down .drop-list span {
  display: block;
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.16rem;
  text-align: center;
  cursor: pointer;
}
.zcwjk-search-container .form-container .row .item .drop-down .drop-list span:hover {
  background-color: #efefef;
}
.zcwjk-search-container .form-container .row .item .drop-down:hover .drop-list {
  border: 1px solid #efefef;
  max-height: 250px;
}
.zcwjk-search-container .form-container .row + .row {
  margin-top: 0.17rem;
}
.zcwjk-search-container .btns {
  margin-left: 1.40252%;
  width: 12.833%;
  flex-shrink: 0;
  height: 0.93rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.zcwjk-search-container .btns > div {
  cursor: pointer;
  width: 100%;
  height: 0.39rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-image: linear-gradient(to top, #0076ca, #00b1ed);
}
.zcwjk-search-container .btns > div img {
  width: 0.2rem;
  height: auto;
}
.zcwjk-search-container .btns > div span {
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 1.58px;
  margin-left: 0.08rem;
}

.filter-container {
  position: relative;
}
.filter-container .row + .row {
  border-top: dashed 1px #ececec;
}
.filter-container .row {
  padding: 0.1rem 0;
  display: flex;
  flex-direction: row;
}
.filter-container .row .label {
  flex-shrink: 0;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.18rem;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.filter-container .row .values {
  flex: 1;
  *zoom: 1;
  max-height: 0.35rem;
  transition: all 0.3s ease;
  overflow: hidden;
}
.filter-container .row .values:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.filter-container .row .values.unfold {
  max-height: 500px;
}
.filter-container .row .values span {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0.05rem 0.08rem;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px transparent;
  position: relative;
  margin-right: 0.25rem;
  margin-bottom: 0.05rem;
  cursor: pointer;
  font-size: 0.16rem;
  color: #666;
}
.filter-container .row .values span.active {
  border: 1px solid #437bea !important;
  box-sizing: border-box;
  background-color: #e2ecff;
  color: #437bea;
}
.filter-container .row .row-unfold {
  width: 0.16rem;
  height: 0.35rem;
  flex-shrink: 0;
  cursor: pointer;
  background-image: url(../images/yj-ps-zcwjk-search-list-ic-arrow-down.png);
  transition: all 0.3s ease;
  background-position: center;
  background-size: 100% 0.09rem;
  background-repeat: no-repeat;
}
.filter-container .row .row-unfold.fold {
  transform: rotate(180deg);
}
.filter-container .filter-btns {
  margin: 15px 0;
  text-align: center;
}
.filter-container .filter-btns button {
  width: 80px;
  height: 35px;
  line-height: 35px;
  background-color: #12489d;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  border: none;
  padding: 0;
  cursor: pointer;
}
.filter-container .filter-btns button + button {
  margin-left: 15px;
}
.filter-container .loading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.filter-container .loading-container div:nth-child(2) {
  margin-top: 10px;
}

.search-result-count {
  margin-top: 0.4rem;
  margin-bottom: 0.1rem;
}
.search-result-count span {
  padding: 0.06rem 0.1rem;
  font-size: 0.16rem;
  color: #437bea;
  border-radius: 3px;
  border: solid 1px #437bea;
  background-color: #e2ecff;
}

.search-result-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 0.2rem 0;
}
.search-result-list a .title {
  font-size: 0.18rem;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  letter-spacing: 1.2px;
}
.search-result-list a .title em {
  color: #d10500;
  font-size: 0.18rem;
  letter-spacing: 1.2px;
}
.search-result-list a .content {
  margin: 0.2rem 0;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.88;
  letter-spacing: 1.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 3; /*设置多行的行数*/
}
.search-result-list a .content em {
  color: #d10500;
  font-size: 0.16rem;
  letter-spacing: 1.2px;
}
.search-result-list a .info span {
  display: inline-block;
  position: relative;
  padding: 0 0.15rem;
  color: #666;
  font-size: 0.16rem;
}
.search-result-list a .info span:nth-child(1) {
  padding-left: 0;
}
.search-result-list a .info span em {
  color: #d10500;
  font-size: 0.16rem;
}
.search-result-list a .info span + span {
  border-left: solid 1px #666;
}
.search-result-list a + a {
  border-top: solid 1px #e5e5e5;
}

.zcwjk-search-list-pagination {
  text-align: center;
  margin-top: 0.35rem;
}
.zcwjk-search-list-pagination a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0.05rem 0.1rem;
  font-size: 0.16rem;
  border-radius: 0.04rem;
  word-break: keep-all;
  width: auto;
  min-width: 0.35rem;
  background-color: #ebf1fc;
}
.zcwjk-search-list-pagination a.cur {
  color: #fff;
  background-color: #467ee7;
}
.zcwjk-search-list-pagination a + a {
  margin-left: 0.1rem;
}

@media screen and (max-width: 900px) {
  .banner-box {
    padding-top: 0.7rem;
    height: 3rem;
  }
  .banner-box img {
    height: 1rem;
  }
  .zcwjk-search-container {
    margin-top: -0.76rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .zcwjk-search-container .form-container {
    flex: auto;
    width: 100%;
  }
  .zcwjk-search-container .form-container .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .zcwjk-search-container .form-container .row .item {
    width: 100%;
  }
  .zcwjk-search-container .form-container .row .item .label {
    font-size: 0.38rem;
  }
  .zcwjk-search-container .form-container .row .item input {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
  }
  .zcwjk-search-container .form-container .row .item i {
    width: 0.1rem;
    height: 0.02rem;
    margin: 0 0.1rem;
  }
  .zcwjk-search-container .form-container .row .item .drop-down {
    position: relative;
    display: block;
    flex: 1;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .zcwjk-search-container .form-container .row .item .drop-down .tag {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
  }
  .zcwjk-search-container .form-container .row .item .drop-down .drop-list {
    top: 0.9rem;
    z-index: 100;
  }
  .zcwjk-search-container .form-container .row .item .drop-down .drop-list span {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
  }
  .zcwjk-search-container .form-container .row .item + .item {
    margin-top: 0.2rem;
  }
  .zcwjk-search-container .form-container .row + .row {
    margin-top: 0.2rem;
  }
  .zcwjk-search-container .btns {
    margin-left: 0;
    width: 100%;
    flex-shrink: 0;
    height: 0.93rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
  }
  .zcwjk-search-container .btns > div {
    width: 3rem;
    height: 100%;
  }
  .zcwjk-search-container .btns > div img {
    width: 0.4rem;
    height: auto;
  }
  .zcwjk-search-container .btns > div span {
    font-size: 0.38rem;
    margin-left: 0.1rem;
  }
  .zcwjk-search-container .btns > div + div {
    margin-left: 0.2rem;
  }
  .filter-container {
    position: relative;
  }
  .filter-container .row + .row {
    border-top: dashed 1px #ececec;
  }
  .filter-container .row {
    padding: 0.2rem 0;
    display: flex;
    flex-direction: row;
  }
  .filter-container .row .label {
    flex-shrink: 0;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.38rem;
    margin-right: 0.3rem;
  }
  .filter-container .row .values {
    max-height: 0.7rem;
  }
  .filter-container .row .values span {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0.08rem 0.15rem;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
    font-size: 0.32rem;
  }
  .filter-container .row .row-unfold {
    width: 0.32rem;
    height: 0.7rem;
    background-size: 100% auto;
  }
  .search-result-count {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .search-result-count span {
    padding: 0.1rem 0.2rem;
    font-size: 0.32rem;
  }
  .search-result-list a {
    padding: 0.2rem 0;
  }
  .search-result-list a .title {
    font-size: 0.38rem;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    line-height: 1.5;
  }
  .search-result-list a .title em {
    font-size: 0.38rem;
  }
  .search-result-list a .content {
    margin: 0.2rem 0;
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .search-result-list a .content em {
    font-size: 0.32rem;
  }
  .search-result-list a .info span {
    padding: 0.1rem 0.2rem !important;
    font-size: 0.32rem;
    box-sizing: border-box;
    background-color: #e2ecff;
    color: #437bea;
    margin-top: 0.2rem;
    border-radius: 2px;
    margin-right: 0.05rem;
  }
  .search-result-list a .info span em {
    font-size: 0.32rem;
  }
  .search-result-list a .info span + span {
    border: 0;
  }
  .zcwjk-search-list-pagination {
    text-align: center;
    margin-top: 0.35rem;
  }
  .zcwjk-search-list-pagination a {
    display: none;
    padding: 0.2rem 0.4rem;
    font-size: 0.34rem;
    border-radius: 2px;
  }
  .zcwjk-search-list-pagination a.prev-page, .zcwjk-search-list-pagination a.next-page {
    display: inline-block;
  }
  .zcwjk-search-list-pagination a + a {
    margin-left: 0.1rem;
  }
}