.hdjl-xjcx-content {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.location {
  text-align: left;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
}
.location a {
  color: #333;
  margin: 0 2px;
}

.section-title-container {
  margin-top: 20px;
}
.section-title-container .section-title {
  display: inline-block;
  font-size: 28px;
  padding-left: 10px;
  color: #1369c0;
  font-weight: bold;
}
.section-title-container .section-title::after {
  content: "";
  height: 26px;
  width: 4px;
  background: #1369c0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.search-box {
  margin-top: 20px;
  border: #dcdada solid 1px;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}
.search-box .phone {
  border: #dcdada solid 1px;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 200px;
  vertical-align: top;
}
.search-box .box {
  border: #dcdada solid 1px;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.search-box .box input {
  height: 100%;
  width: 100px;
  padding: 0 10px;
  vertical-align: top;
}
.search-box .box button {
  height: 100%;
  width: 100px;
  color: #fff;
  background-color: #1369c0;
  text-align: center;
  vertical-align: top;
  padding: 0;
  cursor: pointer;
}
.search-box .box #code {
  width: 80px;
  height: 100%;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.search-box .search-btn {
  background-color: #1369c0;
  text-align: center;
  height: 40px;
  width: 100px;
  color: #fff;
  border-radius: 4px;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
}
