﻿/*搜索框*/
.zhicwl-tedre-mabf {
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
}
.zhicwl-tedre-mabf input[type="text"] {
  width: 440px;
  height: 36px;
  border: 2px solid #e62129;
  float: left;
  padding: 0 10px;
}
.zhicwl-tedre-mabf input[type="submit"] {
  width: 130px;
  background-color: #e62129;
  color: #FFF;
  font-size: 17px;
  height: 40px;
  border: none;
  cursor: pointer;
}
.zhicwl-tedre-yrte {
  margin-top: 7px;
}
.zhicwl-tedre-yrte ul {
  overflow: hidden;
}
.zhicwl-tedre-yrte ul li {
  float: left;
  font-size: 14px;
}
.zhicwl-tedre-yrte ul li span {
  color: #FF0036;
}
.zhicwl-tedre-yrte ul li a {
  font-size: 14px;
  color: #999999;
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
}
.zhicwl-tedre-yrte ul li a:after {
  content: "";
  position: absolute;
  left: -18px;
  top: 5px;
  z-index: 1;
  width: 1px;
  height: 12px;
  background-color: #DADADA;
}
.zhicwl-tedre-yrte ul li:nth-child(2) a:after {
  display: none;
}
.zhicwl-tedre-yrte ul li a:hover {
  color: #FF0036;
}