.content {
  width: 100%;
  padding-top: 63px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.content .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #bbbbbb;
  padding-top: 70px;
  text-align: center;
}
.content .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 23px;
  text-align: center;
}
.content .map-box {
  width: 100%;
  margin-top: 78px;
  position: relative;
}
.content .map-box .container {
  width: 100%;
  height: 480px;
}
.content .map-box .list {
  position: absolute;
  top: 40px;
  left: 13.4%;
  width: 79%;
  z-index: 1000;
}
.content .map-box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .map-box .list .province {
  width: 21.19%;
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
}
.content .map-box .list .province .province-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .map-box .list .province .province-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .map-box .list .province .province-box .province-value {
  font-size: 16px;
  line-height: 70px;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.content .map-box .list .province .province-box .icon {
  float: right;
  margin-right: 25px;
}
.content .map-box .list .province .province-box .icon i {
  line-height: 70px;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
}
.content .map-box .list .province ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.content .map-box .list .province ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .map-box .list .province ul li:hover {
  background: #F4F4F4;
}
.content .map-box .list .city {
  width: 21.19%;
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
  margin-left: 1.13%;
}
.content .map-box .list .city .city-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .map-box .list .city .city-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .map-box .list .city .city-box .city-value {
  font-size: 16px;
  line-height: 70px;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.content .map-box .list .city .city-box .icon {
  float: right;
  margin-right: 25px;
}
.content .map-box .list .city .city-box .icon i {
  line-height: 70px;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
}
.content .map-box .list .city ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.content .map-box .list .city ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .map-box .list .city ul li:hover {
  background: #F4F4F4;
}
.content .map-box .list .search {
  width: 30.44%;
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
  margin-left: 1.13%;
}
.content .map-box .list .search .search-box {
  width: 100%;
  height: 70px;
  line-height: 60px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
.content .map-box .list .search .search-box .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  padding-left: 30px;
  padding-right: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  overflow: hidden;
  caret-color: #999999;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-select: text;
}
.content .map-box .list .search .search-box .text:focus::placeholder {
  opacity: 0;
}
.content .map-box .list .search .search-box .sub {
  position: absolute;
  z-index: 3;
  right: 32px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(/static/index/images/icon_search_g.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.3;
}
.content .map-box .list .search .search-box .search-clear {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 60px;
  top: 0;
  line-height: 60px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.content .map-box .list .button {
  width: 16.5%;
  height: 70px;
  background-color: #c6150f;
  float: left;
  margin-left: 1.13%;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.content .result-box {
  width: 73.2%;
  margin: 0 auto;
  margin-top: 63px;
}
.content .result-box .result .p {
  margin-left: 38px;
  font-size: 16px;
  line-height: 16px;
  color: #c6150f;
}
.content .result-box .result .describe {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #333333;
  margin-top: 28px;
  margin-left: 38px;
}
.content .result-box .result .describe span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #c6150f;
}
.content .result-box .result ul {
  width: calc(100% + 54px);
  margin-left: -27px;
  margin-top: 50px;
}
.content .result-box .result ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .result-box .result ul li {
  width: calc(33.333% - 54px);
  margin: 0 27px;
  float: left;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 60px;
  cursor: pointer;
}
.content .result-box .result ul li .box {
  margin-left: 38px;
  margin-right: 38px;
}
.content .result-box .result ul li .box .h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
}
.content .result-box .result ul li .box .add {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #999999;
  margin-top: 30px;
}
.content .result-box .result ul li .box .repair {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #999999;
  margin-top: 15px;
}
.content .result-box .result ul li .box .phone {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #999999;
  margin-top: 15px;
}
.content .result-box .result ul li .box1 {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #c6150f;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.8px;
  color: #ffffff;
}
.content .result-box .result ul li:hover .box1 {
  background-color: #e7e7e7;
  color: #c6150f;
}
@media screen and (max-width: 1440px) {
  .content .result-box .result ul li .box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
<!--0.00021696090698242-->