.searchHead {
  padding: 25px 26px;
  height: 74px;
  background: url('../images/road/commonBg2.jpg');
  background-size: 108px 64px;
  font: 24px/1 '黑体';
}
.searchHead .headLeft {
  float: left;
  color: #2f2f2f;
}
.searchHead .headLeft img:nth-of-type(1) {
  margin-right: 15px;
}
.searchHead .headRight {
  float: right;
  color: #c7000a;
}
.searchResult {
  margin-top: 44px;
  background: #f9f9f9;
  padding-bottom: 30px;
}
.searchListWrap {
  width: 826px;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto;
  height: 180px;
}
.searchListWrap::-webkit-scrollbar {
  background: #e9e9e9;
  height: 5px;
}
.searchListWrap::-webkit-scrollbar-thumb {
  background: #949494;
}
.searchListWrap .searchList {
  /* display: inline-block; */
  position: relative;
  height: 150px;
  margin: 10px auto 0;
  font: 18px/1 '黑体';
  color: #898989;
}
.searchListWrap .searchList:before {
  position: absolute;
  left: 59px;
  right: 59px;
  top: 140px;
  height: 1px;
  background: #c7000a;
  content: '';
}
.searchListWrap .searchList li {
  float: left;
  width: 20px;
  margin: 0 49px;
  height: 136px;
  position: relative;
  text-align: center;
}

.searchListWrap .searchList .zhongzhuan {
  font-size: 20px;
  color: #008f00;
}
.zhongzhuanLine {
  position: absolute;
  font-size: 16px;
  width: 20px;
  left: -25px;
  background-color: #0d9a10;
  color: #fff;
  height: 60px;
  text-align: center;
  padding-top: 5px;
}
.searchListWrap .searchList li:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 140px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 2px solid #c7000a;
  transform: translate(-50%, -50%);
}
.searchListWrap .searchList li:nth-of-type(1),
.searchListWrap .searchList li:nth-last-of-type(1) {
  font: 20px/1 '黑体';
  color: #4c4b4b;
}
.searchListWrap .searchList li:nth-last-of-type(1):after,
.searchListWrap .searchList li:nth-of-type(1):after {
  width: 10px;
  height: 10px;
  border: 3px solid #c7000a;
}
.searchResult .searchInfo {
  width: 836px;
  margin: 20px auto 0;
}
.searchResult .searchInfo > div {
  float: left;
  font: 20px/30px '黑体';
}
.searchResult .searchInfo .start,
.searchResult .searchInfo .end {
  width: 100px;
  color: #2f2f2f;
}
.searchResult .searchInfo .start img,
.searchResult .searchInfo .end img {
  height: 30px;
}
.searchResult .searchInfo .info {
  width: 636px;
  text-align: center;
  font: 18px/30px '黑体';
  color: #939393;
  height: 30px;
}
.searchResult .searchInfo .info span {
  display: inline-block;
  width: 78px;
  text-align: center;
  background: #c7000a;
  color: #fff;
  margin-right: 20px;
}

.firstLastBus {
  margin-top: 20px;
}
.firstLastBus ul {
  font: 18px/56px '黑体';
  text-align: center;
}
.firstLastBus ul li {
  border-bottom: 1px solid #fff;
}
.firstLastBus ul li span {
  float: left;
  background: #f9f9f9;
  border-right: 1px solid #fff;
}
.firstLastBus ul li span:nth-of-type(1) {
  width: 246px;
  color: #727272;
}
.firstLastBus ul li span:nth-of-type(2) {
  width: 166px;
  color: #3b87f5;
}
.firstLastBus ul li span:nth-of-type(3) {
  width: 166px;
  color: #727272;
}
.firstLastBus ul li span:nth-of-type(4) {
  width: 166px;
  color: #c7000a;
}
.firstLastBus ul li span:nth-of-type(5) {
  width: 166px;
  color: #727272;
  border-right: none;
}

.aroundBus {
  margin-top: 20px;
}
.aroundBusList dt,
.aroundBusList dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #4c4b4b;
}
.aroundBusList dt {
  font: 20px/66px '黑体';
  background: #f9f9f9;
}
.aroundBusList dt > div:nth-of-type(1),
.aroundBusList dd > div:nth-of-type(1) {
  width: 324px;
}
.aroundBusList dt > div:nth-of-type(2),
.aroundBusList dd > div:nth-of-type(2) {
  width: 200px;
  min-height: 30px;
}
.aroundBusList dt > div:nth-of-type(3),
.aroundBusList dd > div:nth-of-type(3) {
  width: 440px;
}
.aroundBusList dd > div:nth-of-type(3) {
  padding: 5px 10px;
  box-sizing: border-box;
  justify-content: flex-start;
}
.aroundBusList dd {
  border-top: 1px solid #fff;
  background: #f9f9f9;
}
.aroundBusList dd > div {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
.aroundBusList dd > div p {
  width: 100%;
  font: 18px/1.5 '黑体';
  margin-top: 20px;
}
.aroundBusList dd > div p:nth-of-type(1) {
  margin-top: 0;
}
.aroundBusList dd .txt p {
  text-align: left;
}
.noAroundBus {
  text-align: center;
  font: 24px/1.5 '微软雅黑';
  color: #2f2f2f;
  margin-top: 20px;
}
