.section-title-container .section-title {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #0764cc;
  font-family: MicrosoftYaHeiBold;
}

.xjcx-search-container {
  *zoom: 1;
  margin: 25px 0;
}
.xjcx-search-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.xjcx-search-container * {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.xjcx-search-container input {
  padding-left: 10px;
}
.xjcx-search-container .phone {
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
  width: 250px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
}
.xjcx-search-container .img-code {
  margin-left: 15px;
  float: left;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  width: 250px;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  *zoom: 1;
}
.xjcx-search-container .img-code:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.xjcx-search-container .img-code input {
  float: left;
  width: calc(100% - 100px) !important;
  height: 100%;
}
.xjcx-search-container .img-code img {
  float: left;
  width: 100px;
  height: 100%;
  display: block;
}
.xjcx-search-container .msg-code {
  margin-left: 15px;
  float: left;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  width: 250px;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  *zoom: 1;
}
.xjcx-search-container .msg-code:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.xjcx-search-container .msg-code input {
  float: left;
  width: calc(100% - 100px) !important;
  height: 100%;
}
.xjcx-search-container .msg-code button {
  float: left;
  width: 100px;
  height: 100%;
  background-color: #0764cc;
  color: #fff;
}
.xjcx-search-container .btn-submit {
  margin-left: 15px;
  float: left;
  display: block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  background-color: #0764cc;
  border-radius: 4px;
  color: #fff;
}

.list {
  margin-top: 25px;
}
.list .head {
  height: 47px;
  line-height: 47px;
  *zoom: 1;
  background-color: #0764cc;
  padding: 0 18px;
}
.list .head:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.list .head span {
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #fff;
  font-weight: bold;
  text-align: left;
  float: left;
  display: block;
}
.list .head span:nth-of-type(1) {
  width: 40%;
}
.list .head span:nth-of-type(2) {
  width: 30%;
}
.list .head span:nth-of-type(3), .list .head span:nth-of-type(4) {
  text-align: center;
  width: 15%;
}
.list .item {
  height: 53px;
  line-height: 53px;
  *zoom: 1;
  border-bottom: solid 1px #ebebeb;
  padding: 0 18px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.list .item:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.list .item span {
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: bold;
  text-align: left;
  float: left;
  display: block;
}
.list .item span:nth-of-type(1) {
  width: 40%;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .item span:nth-of-type(2) {
  width: 30%;
}
.list .item span:nth-of-type(3), .list .item span:nth-of-type(4) {
  text-align: center;
  width: 15%;
}
.list .item:hover span {
  color: #0764cc;
}

@media screen and (max-width: 992px) {
  .section-title-container .section-title {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .xjcx-search-container {
    margin: 15px 0;
  }
  .xjcx-search-container * {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .xjcx-search-container .phone {
    float: none;
    display: block;
    width: 100%;
  }
  .xjcx-search-container .img-code {
    margin-top: 5px;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .xjcx-search-container .msg-code {
    margin-top: 5px;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .xjcx-search-container > button {
    margin-top: 5px;
    margin-left: 0;
    float: none;
    display: block;
    width: 100%;
  }
  .list {
    margin-top: 25px;
  }
  .list .head {
    height: 47px;
    line-height: 47px;
    padding: 0 10px;
  }
  .list .head span {
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .list .head span:nth-of-type(1) {
    width: 60%;
  }
  .list .head span:nth-of-type(2) {
    display: none;
  }
  .list .head span:nth-of-type(3) {
    display: none;
  }
  .list .head span:nth-of-type(4) {
    width: 40%;
  }
  .list .item {
    height: 53px;
    line-height: 53px;
    padding: 0 10px;
  }
  .list .item span {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .list .item span:nth-of-type(1) {
    width: 60%;
  }
  .list .item span:nth-of-type(2) {
    display: none;
  }
  .list .item span:nth-of-type(3) {
    display: none;
  }
  .list .item span:nth-of-type(4) {
    width: 40%;
  }
}