.searchBox {
  width: 876px;
  height: 77px;
  background: url('../img/searchBoxBg.png')center top no-repeat;
  background-size: 100% 100%;
  margin: 40px auto;
}

.searchSubmit {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: "微软雅黑";
  text-align: center;
  background: transparent;
  width: 136px;
  height: 75px;
}

.searchInput {
  width: 716px;
  height: 65px;
  margin: 5px;
  color: #000000;
  font-size: 20px;
  text-indent: 10px;
}

.searchTypeNav {
  width: 300px;
  overflow: hidden;
  box-sizing: border-box;
}

.searchTypeNav li {
  background: #fff2f3;
  width: 100%;
  height: 68px;
  line-height: 68px;

  font-weight: 400;
  font-family: "微软雅黑";
  padding-left: 37px;
}

.searchTypeNav li a {
  color: #666666;
  font-size: 18px;
}

.searchTypeNav li.on {
  background: url('../img/searchonbg.png') center top no-repeat;
  background-size: 100% 100%;

}

.searchTypeNav li.on a {
  color: #e15a6a;
  font-size: 18px;
}

.searchContent {
  width: 1020px;
}

.searchNum {
  width: 100%px;
  height: 51px;
  line-height: 51px;
  background: rgba(189, 189, 189, 0.2);
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  font-family: "微软雅黑";
  text-indent: 30px;
}

.searchNum span {
  color: #E15A6A;
}

#pagetxt li a{width: 100%;display: block;font-size: 18px;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#pagetxt li p{font-size: 14px;color: #999;margin: 14px 0;}
#pagetxt li{border-bottom: 1px dashed #ddd;padding: 10px 5px 15px;margin: 10px 20px;}
#pagetxt{border: 1px solid #ddd;margin-top: 10px;padding-bottom: 30px;background: #fff;}
#paging{margin-bottom:50px;}
