@charset "UTF-8";
/**!
 * 今日开标
 * date:2023-11-20
 * author: fxyue;
 */
.bid {
  height: 315px;
  background-image: url("../images/bid_open/banner_img.jpg");
}
.bid-left {
  width: 221px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(16, 56, 122, 0.1);
}
.bid-hd {
  padding: 10px 5px 0;
  height: 120px;
  background: url("../images/bid_open/bid_hd_bg.jpg") top center no-repeat;
}
.bid-hd p {
  margin-top: 10px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
}
.bid-hd p span {
  font-size: 22px;
  font-weight: 700;
}
.bid-time {
  height: 46px;
  line-height: 46px;
  margin-top: 16px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.bid-time:hover, .bid-time.current {
  background: #DFF0FF;
}
.bid-right {
  width: 955px;
  border-radius: 3px;
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(16, 56, 122, 0.1);
}
.bid-search {
  padding: 0 100px 20px 0;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
.bid-search-box {
  width: calc(50% - 20px);
  margin-right: 20px;
  font-size: 16px;
}
.bid-search-box label {
  width: 90px;
  line-height: 38px;
}
.bid-search-box input {
  width: calc(100% - 90px);
  text-indent: 10px;
  height: 38px;
  line-height: 36px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
.bid-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  background: #3584F6;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.bid-item {
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(16, 56, 122, 0.1);
  padding: 20px 30px;
  position: relative;
}
.bid-item::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -1px;
  background: #0170FD;
  width: 5px;
  height: 22px;
}
.bid-title {
  height: 33px;
  line-height: 33px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bid-txt {
  height: 27px;
  line-height: 27px;
  color: #666;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bid-txt + .bid-txt {
  margin-top: 10px;
}

#footer {
  margin-top: 20px;
}