.pBanner-zt .banner-img {
  padding-top: 2.1rem;
}

.zcwjk-banner-link {
  text-align: center;
  position: relative;
  z-index: 9;
  margin-top: 0.74rem;
}

.zcwjk-banner-link a {
  margin: 0 0.4rem;
}

.zcwjk-banner-link img {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 6px;
  vertical-align: top;
  margin-right: 0.12rem;
}

.zcwjk-banner-link span {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.34rem;
  vertical-align: top;
  color: #ca1c1d;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.zcwjk-banner-link a:hover span {
  color: #ff0000;
}

.zcwjk-main {
  background-color: #ffffff;
  border-radius: 0.16rem;
  margin-top: -0.76rem;
  box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  padding: 0.3rem;
}

.left-nav-container {
  display: none;
  width: 2.9rem;
  border: 1px solid #eee1d9;
  float: left;
  border-radius: 0.06rem;
  padding: 0 0.15rem 0.3rem;
  box-sizing: border-box;
}

.left-nav-container .mldh-tit {
  width: 1.37rem;
  height: 0.53rem;
  line-height: 0.44rem;
  text-align: center;
  font-size: 0.22rem;
  font-weight: 700;
  color: #ffffff;
  margin: -1px 0 0 -0.16rem;
  background: url(2024-zcwjk-mldh-tit-bg.png) no-repeat left;
  background-size: 1.37rem 0.53rem;
}
.left-nav-container h2 {
  display: block;
  height: 0.54rem;
  line-height: 0.54rem;
  width: auto;
  border-radius: 0.06rem;
  border: solid 1px #eee1d9;
  background-color: #fff;
  font-size: 0.16rem;
  color: #333333;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin-top: 0.18rem;
}
.left-nav-container h2 img {
  position: absolute;
  left: 0.15rem;
  width: auto;
  height: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
}
.left-nav-container h2 i {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.16rem;
}
.left-nav-container h2 i::before {
  content: '';
  display: block;
  height: 0.16rem;
  width: 2px;
  background-color: rgb(210, 122, 95);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.left-nav-container h2 i::after {
  content: '';
  display: block;
  height: 2px;
  width: 0.16rem;
  background-color: rgb(210, 122, 95);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.left-nav-container h2.active i::before {
  display: none;
}
.left-nav-container h2.active {
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.left-nav-container ul {
  display: none;
  max-height: 720px;
  overflow-y: scroll;
  border: solid 1px #eee1d9;
  border-top-width: 0;
  border-bottom-left-radius: 0.06rem;
  border-bottom-right-radius: 0.06rem;
}
.left-nav-container ul li {
  padding-left: 0.25rem;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.4rem;
  cursor: pointer;
}
.left-nav-container ul li:hover,
.left-nav-container ul li.active {
  color: rgb(175, 101, 101);
}
.left-nav-container ul.active {
  display: block;
}
.left-nav-container ul::-webkit-scrollbar-track {
  border-radius: 0.05rem;
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0);
  border-radius: 0;
  background: #fff;
}
.left-nav-container ul::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0);
  background: rgb(175, 101, 101);
}
.left-nav-container ul::-webkit-scrollbar-thumb {
  background: rgb(175, 101, 101);
}
.left-nav-container ul::-webkit-scrollbar {
  width: 0.03rem;
}
.left-nav-container ul::-webkit-scrollbar {
  width: 0.06rem;
}

.zcwjk-right {
  width: calc(100% - 2.9rem - 0.3rem - 2px);
  float: right;
  width: 100%;
}

.zcwjk-filter-box {
  border: 1px solid #eee1d9;
  padding: 0.2rem;
  border-radius: 0.06rem;
  position: relative;
}
.zcwjk-filter-box * {
  position: relative;
  box-sizing: border-box;
}
.zcwjk-filter-box .search-top {
  height: 0.4rem;
  line-height: 0.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.zcwjk-filter-box .search-top .wjmc {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.zcwjk-filter-box .search-top .label {
  font-size: 0.18rem;
  margin-right: 0.1rem;
  font-weight: bold;
}
.zcwjk-filter-box .search-top input {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 2.6rem;
  border: 1px solid #efefef;
  box-sizing: border-box;
  padding: 0 0.15rem;
  font-size: 0.16rem;
}
.zcwjk-filter-box .search-top .fwzh {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0.3rem;
}
.zcwjk-filter-box .search-top button {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.2rem;
  background-color: #ca1c1d;
  border: none;
  width: 1.1rem;
  font-size: 0.18rem;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  padding: 0;
}
.zcwjk-filter-box .search-top #unfold-filter {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.18rem;
  color: #ca1c1d;
  font-weight: bold;
  cursor: pointer;
  padding-left: 0.26rem;
}
.zcwjk-filter-box .search-top #unfold-filter::before {
  content: '';
  width: 0.18rem;
  height: 0.18rem;
  background-image: url(./2024-zcwjk-ic-shouqi.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zcwjk-filter-box .search-top #unfold-filter.fold::before {
  transform: translateY(-50%) rotate(180deg);
}
.zcwjk-filter-box .filter-container {
  padding-bottom: 0.1rem;
  position: relative;
}
.zcwjk-filter-box .filter-container .row {
  margin-top: 0.1rem;
  display: flex;
  flex-direction: row;
}
.zcwjk-filter-box .filter-container .row .label {
  /* width: 0.9rem; */
  text-align: right;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.18rem;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.zcwjk-filter-box .filter-container .row .values {
  flex: 1;
  *zoom: 1;
  max-height: 0.35rem;
  transition: all 0.3s ease;
  overflow: hidden;
}
.zcwjk-filter-box .filter-container .row .values:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.zcwjk-filter-box .filter-container .row .values.unfold {
  max-height: 500px;
}
.zcwjk-filter-box .filter-container .row .values span {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0.05rem 0.08rem;
  border-radius: 0.04rem;
  overflow: hidden;
  border: solid 1px transparent;
  position: relative;
  margin-right: 0.1rem;
  margin-top: 0.05rem;
  cursor: pointer;
  font-size: 0.16rem;
  line-height: 1;
}
.zcwjk-filter-box .filter-container .row .values span:hover {
  color: #ca1c1d;
}
.zcwjk-filter-box .filter-container .row .values span.active {
  border: 1px solid #ca1c1d !important;
  color: #ca1c1d;
}
.zcwjk-filter-box .filter-container .row .row-unfold {
  width: 0.5rem;
  flex-shrink: 0;
  height: 0.35rem;
  line-height: 0.35rem;
  cursor: pointer;
}
.zcwjk-filter-box .filter-container .row .row-unfold span {
  font-size: 0.16rem;
  color: #ca1c1d;
}
.zcwjk-filter-box .filter-container .row .row-unfold .down,
.zcwjk-filter-box .filter-container .row .row-unfold .up {
  display: block;
  width: 0.15rem;
  height: 0.07rem;
  position: absolute;
  top: 0.15rem;
  right: 0;
}
.zcwjk-filter-box .filter-container .row .row-unfold .down {
  background-image: url(./2024-zcwjk-ic-zhankai.png);
  background-size: 100% 100%;
}
.zcwjk-filter-box .filter-container .row .row-unfold .up {
  background-image: url(./2024-zcwjk-ic-zhankai.png);
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.zcwjk-filter-box .filter-container .row .layui-input {
  width: 2.6rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: solid 1px #ededed;
  background-color: #fff;
  padding: 0 0.15rem;
  font-size: 0.16rem;
}
.zcwjk-filter-box .filter-container .row .zhi {
  line-height: 0.4rem;
  text-align: center;
  margin: 0 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
}
.zcwjk-filter-box .filter-container .filter-btns {
  margin-top: 0.2rem;
  text-align: center;
}
.zcwjk-filter-box .filter-container .filter-btns button {
  width: 1.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #ca1c1d;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  border: none;
  padding: 0;
  cursor: pointer;
}
.zcwjk-filter-box .filter-container .filter-btns button + button {
  margin-left: 0.22rem;
  background-color: #ea9d28;
}
.zcwjk-filter-box .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;
}
.zcwjk-filter-box .filter-container .loading-container div:nth-child(2) {
  margin-top: 0.1rem;
}
.zcwjk-filter-box .wap-nav {
  display: none;
}

.zcwjk-results {
  margin-top: 0.34rem;
  position: relative;
  box-sizing: border-box;
}
.zcwjk-results * {
  position: relative;
  box-sizing: border-box;
}
.zcwjk-results .result-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.zcwjk-results .result-header .result-count {
  flex: 1;
  font-size: 0.16rem;
  color: #999;
}
.zcwjk-results .result-header .result-count span {
  color: #ca1c1d;
}
.zcwjk-results .result-header .result-sort,
.zcwjk-results .result-header .result-ssfw {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.zcwjk-results .result-header .result-ssfw {
  margin-left: 0.34rem;
}
.zcwjk-results .result-header .result-sort span,
.zcwjk-results .result-header .result-ssfw span {
  font-size: 0.16rem;
}
.zcwjk-results .result-header .result-sort a,
.zcwjk-results .result-header .result-ssfw a {
  display: inline-block;
  margin-left: 0.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #f0f2f5;
  border-radius: 0.04rem;
  padding: 0 0.22rem;
}
.zcwjk-results .result-header .result-sort a.selected,
.zcwjk-results .result-header .result-ssfw a.selected {
  background-color: #ca1c1d;
  color: #fff;
}
.zcwjk-results .result-list {
  margin-top: 0.1rem;
}
.zcwjk-results .result-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0.25rem 0;
}
.zcwjk-results .result-list a + a {
  border-top: 1px solid #f5f0ed;
}
.zcwjk-results .result-list a .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
}
.zcwjk-results .result-list a:hover .title {
  color: #ca1c1d;
}
.zcwjk-results .result-list a .tags {
  display: flex;
  flex-direction: row;
  margin-top: 0.2rem;
}
.zcwjk-results .result-list a .tags span {
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 0.06rem;
  border: solid 1px #eee1d9;
  padding: 0 0.15rem;
  color: #ca1c1d;
  font-size: 0.16rem;
}
.zcwjk-results .result-list a .tags span + span {
  margin-left: 0.1rem;
}
.zcwjk-results .result-list .zwsj {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zcwjk-results .result-list .zwsj p {
  margin-top: 0.1rem;
}
.zcwjk-results .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
.zcwjk-results .pagination a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  background-color: #f0f2f5;
  border-radius: 0.04rem;
  color: #333;
  font-size: 0.14rem;
  transition: none;
  width: auto;
}
.zcwjk-results .pagination a:hover,
.zcwjk-results .pagination a.active {
  background-color: #ca1c1d;
  color: #fff;
}
.zcwjk-results .pagination a + a {
  margin-left: 0.1rem;
}

.action-sheet {
  display: none;
}

.loading {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;

  animation: circle infinite 0.75s linear;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1220px) and (min-width: 768px) {
  .zcwjk-filter-box .search-top .wjmc,
  .zcwjk-filter-box .search-top .fwzh {
    flex: 1;
  }
  .zcwjk-filter-box .search-top .wjmc .label,
  .zcwjk-filter-box .search-top .fwzh .label {
    flex-shrink: 0;
  }
  .zcwjk-filter-box .search-top .wjmc input,
  .zcwjk-filter-box .search-top .fwzh input {
    width: 100%;
    flex: 1;
  }
  .zcwjk-filter-box .search-top button,
  .zcwjk-filter-box .search-top #unfold-filter {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pBanner-zt {
    height: calc(
      0.2rem + 100vw * 0.12 + 0.5rem + 0.2rem + 0.25rem + 0.4rem + 0.1rem + 0.3rem + 0.2rem + 0.2rem + 0.8rem + 10px +
        0.5rem
    ) !important;
  }

  .pBanner-zt .banner-img {
    padding-top: calc(100vw * 0.55);
  }

  .zcwjk-banner-link {
    width: calc(100% - 0.3rem);
    margin-top: 0.05rem;
    padding: 0 0.15rem;
  }

  .zcwjk-banner-link::after {
    content: '';
    display: block;
    clear: both;
  }

  .zcwjk-banner-link a {
    width: calc((100% - 0.15rem) / 2);
    margin: 0.1rem 0.15rem 0 0;
    float: left;
    /* text-align: left; */
  }

  .zcwjk-banner-link a:nth-child(2n) {
    margin-right: 0;
  }

  .zcwjk-banner-link img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0;
  }

  .zcwjk-banner-link span {
    font-size: 0.18rem;
    line-height: 0.2rem;
  }

  .zcwjk-main {
    margin-top: -0.15rem;
    padding: 0.15rem;
  }

  .left-nav-container {
    display: none;
    float: none;
  }

  .zcwjk-right {
    float: none;
    width: 100%;
  }

  .zcwjk-filter-box {
    padding: 10px;
  }
  .zcwjk-filter-box .search-top {
    line-height: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .zcwjk-filter-box .search-top .wjmc {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .zcwjk-filter-box .search-top .wjmc .label {
    font-size: 14px;
    margin-right: 10px;
    width: auto;
    flex-shrink: 0;
  }
  .zcwjk-filter-box .search-top .wjmc input {
    height: 35px;
    line-height: 35px;
    width: auto;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 12px;
    flex: 1;
  }
  .zcwjk-filter-box .search-top .fwzh {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
  .zcwjk-filter-box .search-top .fwzh .label {
    font-size: 14px;
    margin-right: 10px;
    width: auto;
    flex-shrink: 0;
  }
  .zcwjk-filter-box .search-top .fwzh input {
    height: 35px;
    line-height: 35px;
    width: 0;
    flex: 1;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 12px;
  }
  .zcwjk-filter-box .search-top button {
    display: none;
  }
  .zcwjk-filter-box .search-top #unfold-filter {
    display: none;
  }
  .zcwjk-filter-box .filter-container {
    border-top: 1px solid #efefef;
    padding-bottom: 0;
    position: relative;
    margin-top: 10px;
  }
  .zcwjk-filter-box .filter-container .row {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
  }
  .zcwjk-filter-box .filter-container .row:nth-child(-n + 5) {
    display: none;
  }
  .zcwjk-filter-box .filter-container .row:nth-child(1) {
    display: flex;
  }
  .zcwjk-filter-box .filter-container .row .label {
    width: auto;
    text-align: right;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 5px;
  }
  .zcwjk-filter-box .filter-container .row .values {
    flex: 1;
    *zoom: 1;
    max-height: 35px;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .zcwjk-filter-box .filter-container .row .values:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
  }
  .zcwjk-filter-box .filter-container .row .values.unfold {
    max-height: 800px;
  }
  .zcwjk-filter-box .filter-container .row .values span {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 5px 8px;
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px transparent;
    position: relative;
    margin-right: 4px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 12px;
  }
  .zcwjk-filter-box .filter-container .row .row-unfold {
    width: 35px;
    flex-shrink: 0;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
  }
  .zcwjk-filter-box .filter-container .row .row-unfold span {
    font-size: 12px;
    color: #ca1c1d;
  }
  .zcwjk-filter-box .filter-container .row .row-unfold .down,
  .zcwjk-filter-box .filter-container .row .row-unfold .up {
    display: block;
    width: 10px;
    height: 7px;
    position: absolute;
    top: 15px;
    right: -4px;
  }
  .zcwjk-filter-box .filter-container .row .layui-input {
    width: 100%;
    display: block;
    flex: 1;
  }
  .zcwjk-filter-box .filter-container .row .zhi {
    display: none;
  }
  .zcwjk-filter-box .filter-container .row:nth-child(4) {
    position: absolute;
    top: -50px;
  }
  .zcwjk-filter-box .filter-container .row:nth-child(4) .label {
    margin-right: 10px;
  }
  .zcwjk-filter-box .filter-container .row:nth-child(4) .layui-input {
    height: 35px;
    font-size: 12px;
  }
  .zcwjk-filter-box .filter-container .filter-btns {
    margin: 10px 0;
    text-align: center;
  }
  .zcwjk-filter-box .filter-container .filter-btns button {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #ca1c1d;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .zcwjk-filter-box .filter-container .filter-btns button + button {
    margin-left: 15px !important;
  }
  .zcwjk-filter-box .wap-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    padding-top: 10px;
    font-size: 14px;
    color: #ca1c1d;
    font-weight: bold;
  }
  .action-sheet {
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .action-sheet * {
    box-sizing: border-box;
  }
  .action-sheet .action-sheet-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 15px;
  }
  .action-sheet .action-sheet-box .action-sheet-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom: solid 1px #f0f0f0;
  }
  .action-sheet .action-sheet-box .action-sheet-title span {
    font-size: 16px;
    font-weight: bold;
  }
  .action-sheet .action-sheet-box .action-sheet-title img {
    width: 20px;
    height: 20px;
  }
  .action-sheet .action-sheet-box .action-sheet-content {
    height: 250px;
    overflow-y: auto;
  }
  .action-sheet .action-sheet-box .action-sheet-content > div {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
  }
  .action-sheet .action-sheet-box .action-sheet-content > div.active {
    background-color: rgba(139, 197, 243, 0.2);
    color: #ca1c1d;
  }
  .action-sheet .action-sheet-box .action-sheet-content > div + div {
    border-top: solid 1px #f0f0f0;
  }
  .zdwjhb-wrap {
    margin-top: 15px;
  }
  .zdwjhb-wrap .zdwjhb-1200 .zdwjhb-list {
    padding: 15px !important;
  }
  .zdwjhb-list .listOptions .ssfw {
    margin-left: 0 !important;
  }
  .zdwjhb-list .listOptions .sjfw {
    margin-left: 0 !important;
  }
  .zdwjhb-wrap .zdwjhb-1200 .zdwjhb-list .zdwjhb-ul li > p,
  .zdwjhb-wrap .zdwjhb-1200 .zdwjhb-list .zdwjhb-ul li > div {
    margin-top: 5px !important;
  }
  .zdwjhb-wrap .zdwjhb-1200 .zdwjhb-list .zdwjhb-ul li > div span {
    padding-left: 0 !important;
    width: 100%;
    line-height: 24px !important;
  }
  .zdwjhb-wrap .zdwjhb-1200 .zdwjhb-list .zdwjhb-ul li + li {
    margin-top: 15px !important;
  }
  .zdwjhb-wrap .zdwjhb-1200 .zdwjhb-list .zdwjhb-ul li > div span + span {
    border-left: none !important;
  }
  .zdwjhb-wrap .zdwjhb-1200 {
    width: 100% !important;
  }
  .zdwjhb-wrap .container {
    padding: 0;
  }

  .zcwjk-results {
    margin-top: 10px;
  }
  .zcwjk-results .result-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .zcwjk-results .result-header .result-count {
    flex: none;
    font-size: 14px;
    color: #999;
  }
  .zcwjk-results .result-header .result-sort,
  .zcwjk-results .result-header .result-ssfw {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 6px;
  }
  .zcwjk-results .result-header .result-ssfw {
    margin-left: 0;
  }
  .zcwjk-results .result-header .result-sort span,
  .zcwjk-results .result-header .result-ssfw span {
    font-size: 14px;
  }
  .zcwjk-results .result-header .result-sort a,
  .zcwjk-results .result-header .result-ssfw a {
    display: inline-block;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
  }
  .zcwjk-results .result-list {
    margin-top: 10px;
  }
  .zcwjk-results .result-list a {
    padding: 10px 0;
  }
  .zcwjk-results .result-list a + a {
    border-top: 1px solid #f5f0ed;
  }
  .zcwjk-results .result-list a .title {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
  }
  .zcwjk-results .result-list a .tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .zcwjk-results .result-list a .tags span {
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: solid 1px #eee1d9;
    padding: 0 10px;
    color: #ca1c1d;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 5px;
  }
  .zcwjk-results .result-list a .tags span + span {
    margin-left: 0;
  }
  .zcwjk-results .result-list .zwsj {
    min-height: 200px;
  }
  .zcwjk-results .result-list .zwsj p {
    margin-top: 10px;
  }
  .zcwjk-results .pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .zcwjk-results .pagination a {
    display: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
  }
  .zcwjk-results .pagination a + a {
    margin-left: 10px;
  }
  .zcwjk-results .pagination a.prev,
  .zcwjk-results .pagination a.next {
    display: inline-block;
  }
}
