/*================首页样式及公共部分样式================*/
.Tendering {
  width: 1400px;
  margin: 40px auto 0;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 38px;
}

.Tendering .title {
  border-bottom: 1px solid #eaeaea;
  margin: 13px 4px 50px;
}

.Tendering .title span {
  font-size: 30px;
  line-height: 38px;
  color: #333;
  border-bottom: 4px solid #47b180;
  display: inline-block;
  margin-top: -4px;
}

.dd-content {
  margin: 0 65px;
}

.dd-content .dd-head {
  border-bottom: 1px solid #adadad;
  overflow: hidden;
  padding: 0 78px;
  margin-bottom: 10px;
}

.dd-content .dd-head p {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 13px;
  color: #47b180;
}

.dd-content .dd-body {
  height: 260px;
  overflow: hidden;
}

.dd-body li {
  overflow: hidden;
  margin-top: 38px !important;
}

.dd-body li.first {
  margin-top: 0;
}

.dd-body li .brief span {
  font-size: 14px;
  line-height: 14px;
  width: 270px;
  display: inline-block;
}

.dd-body li .brief span.area {
  width: 250px;
}

.dd-body li .brief span.place {
  width: 286px;
}

.dd-body li .brief span.time {
  width: 190px;
}

.dd-body li .text span {
  font-size: 12px;
  float: left;
}

.dd-body li .text span a {
  color: #d24f4f;
  padding-left: 6px;
}

.dd-body li .explain {
  display: inline-block;
  width: 967px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  width: 1015px;
}

.dd-body li .minute {
  display: inline-block;
}

.dd-body li .price img {
  float: left;
}

.dd-body li .price span {
  font-size: 21px;
  color: #47b180;
  padding-left: 10px;
}

.dd-content .btns a {
  width: 283px;
  height: 46px;
  background-color: #47b180;
  color: #fff;
  border-radius: 10px;
  margin: 0 33px;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  line-height: 46px;
}

.dd-content .btns {
  text-align: center;
  margin-top: 40px;
}

.dd-body li .price {
  width: 160px;
  text-align: left;
}

/* 
.tempWrap{
    height: 260px!important
} */
