﻿﻿.search-hd {
  margin: 0;
  padding: 0 22px;
  height: 42px;
  line-height: 42px;
  color: #c52d2f;
  font-size: 16px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #f8f3e9;
}
.search-list {
  padding-left: 25px;
  list-style: none;
}
.search-list li {
  margin-top: 30px;
}
.search-list li h4 {
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
}
.search-list li p {
  display: flex;
  padding-left: 12px;
  line-height: 24px;
  font-size: 14px;
}
.search-list li p em {
  width: 5em;
  font-style: normal;
}
.search-list li p span {
  flex: 1;
}
.s-page-col {
  margin-top: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  background: #ededed;
}
.s-page-col em {
  color: #f00;
  font-style: normal;
}
.s-page-col a {
  margin-left: 5px;
  color: #000;
}
.s-page-col input[type="text"] {
  margin: 0 5px;
  padding: 0;
  width: 25px;
  height: 18px;
  text-align: center;
  border: 1px solid #a3b8cb;
}
.s-page-col button {
  margin: 0 5px;
  padding: 0;
  width: 30px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #78a5b4;
  border: none;
}

.search-box {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 25px;
}
.search-box .keyword span {
  display: block;
  line-height: 30px;
}
.search-box .keyword p {
  display: flex;
  width: 278px;
  height: 28px;
  border: 1px solid #979797;
  justify-content: space-between;
}
.search-box .keyword input[type="text"] {
  padding-left: 10px;
  width: 240px;
  height: 26px;
  font-size: 14px;
  border: none;
}
.search-box .keyword button {
  width: 30px;
  height: 28px;
  background: url(../images/btnSearchBg_01.png) no-repeat center;
  border: none;
}
.search-box .dfx {
  display: flex;
  margin: 10px 0 0 0;
  line-height: 25px;
}
.search-box .dfx label {
  margin-right: 15px;
  font-size: 16px;
  font-weight: normal;
}
.search-box .dfx span {
  width: 5em;
}
.search-box .dfx select {
  width: 197px;
  height: 23px;
  font-size: 14px;
  border: 1px solid #d3d3d3;
}
.search-box .dfx select option {
  font-size: 14px;
}
.search-box .zc-box .zc-con {
  flex: 1;
}
.search-box .zc-box .zc-con p {
  padding-left: 48px;
}
.search-box .zc-box .zc-con p.zc-1 {
  background: url(../images/gq_01.png) no-repeat 0 5px;
}
.search-box .zc-box .zc-con p.zc-2 {
  margin: 0;
  background: url(../images/gq_02.png) no-repeat 0 5px;
}
.search-box .zc-box .zc-con p label {
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 150px;
  line-height: 22px;
  font-size: 14px;
}
.search-box .s-btn-col {
  text-align: center;
}
.search-box .s-btn-col button {
  margin-right: 10px;
  width: 53px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #657d8b;
  border: none;
  border-radius: 3px;
}


.search-box .s-btn-col input {
  margin-right: 10px;
  width: 53px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #657d8b;
  border: none;
  border-radius: 3px;
}










