@charset "UTF-8";
/**!
 * 宁夏公共资源交易中心信息化系统
 * date:2021-06-02
 * author: wzhchao;
 */
/* 交易公告 */
.notice {
  padding-bottom: 44px;
  padding-top: 39px;
}

.notice-con {
  padding: 18px 34px 9px 14px;
  box-shadow: 3px 0px 27px rgba(215, 215, 215, 0.59);
  border-radius: 0 17px;
  background: url("../images/notice_angle.png") no-repeat right top;
}

.notice-hd {
  height: 51px;
}

.notice-tt {
  padding-left: 6px;
  width: 190px;
  height: 51px;
  background: url("../images/notice_tt.png") no-repeat 6px top;
}

.notice-more {
  font-size: 16px;
  padding-right: 37px;
  line-height: 33px;
  height: 33px;
  margin-top: 18px;
  color: #333;
  background: url("../images/arrow.png") no-repeat right center;
}

.notice-bd {
  padding-top: 15px;
  background: url("../images/notice_bg.png") no-repeat center bottom;
}

.notice-item {
  padding-left: 38px;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  background: url("../images/notice_circle.png") no-repeat left center;
  position: relative;
}

.notice-item::before {
  height: 100%;
  border-left: 2px dashed #f5f8fc;
  content: "";
  position: absolute;
  left: 13px;
  top: 30px;
  z-index: -999;
}

.notice-item:last-child::before {
  display: none;
}

.notice-name {
  color: #333;
  height: 44px;
  display: block;
  margin-right: 130px;
}

.notice-name:hover {
  color: #cf9138;
}

.notice-time {
  color: #999;
  height: 44px;
}

.notice-imgs {
  margin-top: 41px;
}

.notice-img {
  width: calc((100% - 56px) / 3);
  margin-left: 28px;
  height: 124px;
  border-radius: 4px;
  box-shadow: 3px 0 27px rgba(215, 215, 215, 0.59);
}

.notice-img:first-child {
  margin-left: 0;
}

.notice-img:last-child {
  box-shadow: 0 0 35px rgba(103, 103, 103, 0.15);
}

.notice-img a {
  display: block;
  height: 124px;
  line-height: 124px;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.notice-pic {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/* 交易公开 */
.trading {
  padding-bottom: 53px;
  background: url("../images/public_bg.png") no-repeat center top;
  background-size: 100% 100%;
}

.trading-hd {
  height: 135px;
  text-align: center;
}

.trading-hd .notice-more {
  font-weight: bold;
  color: #835203;
  margin-top: 87px;
}

.trading-tt {
  margin-top: 33px;
  display: inline-block;
  position: relative;
  padding-left: 32px;
  padding-right: 24px;
}

.trading-tt::before {
  background: url("../images/left.png") no-repeat;
  right: 100%;
}

.trading-tt::after {
  background: url("../images/right.png") no-repeat;
  left: 100%;
}

.trading-cn {
  font-size: 26px;
  font-weight: bold;
  color: #835203;
  line-height: 35px;
  height: 35px;
}

.trading-en {
  font-size: 12px;
  letter-spacing: 1px;
  color: #956008;
  font-weight: bold;
  line-height: 21px;
  height: 21px;
}

.trading-con {
  height: 384px;
}

.trading-hdl {
  padding-top: 21px;
  width: 190px;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0 4px 29px rgba(11, 21, 69, 0.09);
}

.trading-hdl-item {
  width: 190px;
  height: 56px;
  line-height: 56px;
  position: relative;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 18px center;
}

.trading-hdl-item.icon1 {
  background-image: url("../images/trading_hdl_icon1.png");
}

.trading-hdl-item.icon2 {
  background-image: url("../images/trading_hdl_icon2.png");
}

.trading-hdl-item.icon3 {
  background-image: url("../images/trading_hdl_icon3.png");
}

.trading-hdl-item.icon4 {
  background-image: url("../images/trading_hdl_icon4.png");
}

.trading-hdl-item.icon5 {
  background-image: url("../images/trading_hdl_icon5.png");
}

.trading-hdl-item.icon6 {
  background-image: url("../images/trading_hdl_icon6.png");
}

.trading-hdl-item:last-child {
  margin-bottom: 0;
}

.trading-hdl-item.active {
  background-color: rgba(255, 241, 223, 0.5);
}

.trading-hdl-item.active::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 56px;
  background-color: #ebb064;
  border-radius: 3px;
}

.trading-hdl-item.active .trading-hdl-name {
  color: #cf9138;
}

.trading-hdl-name {
  display: block;
  padding-left: 53px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.trading-bdl {
  width: 990px;
  padding-bottom: 5px;
  display: block;
  background: #fff;
  box-shadow: 0 4px 59px rgba(117, 77, 21, 0.23);
  text-align: center;
  letter-spacing: 1px;
  table-layout: fixed;
}

.trading-bdl-item {
  cursor: pointer;
}

.trading-bdl-item:hover {
  color: #cf9138;
}

.trading-bdl-item:last-child span,
.trading-bdl-item:last-child a {
  border-bottom: 0;
}

.trading-bdl td {
  height: 53px;
}

.trading-bdl td span {
  margin-right: 1px;
  display: block;
  line-height: 53px;
  border-bottom: 1px dashed #e0e0e0;
}

.trading-bdl td:last-child span {
  margin-right: 15px;
  text-align: right;
}

.trading-bdl td:first-child span {
  margin-left: 12px;
}

.trading-bdl-hd {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  background: linear-gradient(90deg, #FFF1DF, #FFF4E5);
}

.trading-bdl-hd th {
  text-align: center;
  font-weight: bold;
}

.item-num {
  max-width: 116px;
}

.bid-name {
  max-width: 415px;
  color: #333;
  margin-right: 1px;
  display: block;
  line-height: 53px;
  text-align: left;
  border-bottom: 1px dashed #e0e0e0;
}

.bid-name:hover {
  color: #cf9138;
}

/* 竞价大厅 */
.hall {
  margin-top: 10px;
}

.hall-hd {
  height: 114px;
  text-align: center;
}

.hall-bd {
  background: #fff;
  box-shadow: 0 4px 43px rgba(37, 45, 85, 0.08);
  padding: 35px 21px 27px;
}

.hall-tab {
  height: 34px;
  background: #F9F9F9;
  border-radius: 17px;
  line-height: 34px;
}

.hall-tab .notice-more {
  font-weight: bold;
  color: #835203;
  margin-top: 3px;
  line-height: 31px;
  height: 31px;
  margin-right: 25px;
}

.hall-hdl {
  font-weight: bold;
  font-size: 18px;
  padding: 0 50px;
  color: #666;
  height: 34px;
}

.hall-hdl.active {
  background: linear-gradient(90deg, #CF9138, #EEC180);
  box-shadow: 1px 1px 8px 0px rgba(217, 160, 78, 0.71);
  color: #fff;
  border-radius: 17px;
}

.hall-list {
  padding: 26px 6px 0;
  margin: 0 -7px;
}

.hall-item {
  margin: 0 7px;
  border: 1px solid #E1E7F0;
  border-radius: 4px;
  height: 158px;
  background: url("../images/hall_under.png") no-repeat center bottom;
}

.hall-item-con {
  width: 25%;
  margin-top: 14px;
}

.hall-item-bd {
  padding: 16px 14px 21px;
}

.hall-items {
  font-size: 16px;
  color: #999;
}

.hall-items span {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  height: 30px;
}

.hall-items span:first-child {
  width: 99px;
}

.hall-items span:last-child {
  width: calc(100% - 99px);
  text-align: right;
}

.hall-items:first-child {
  margin-bottom: 3px;
}

.bid-num {
  background: url("../images/bid_num.png") no-repeat center center;
  font-size: 14px;
  line-height: 23px;
  height: 23px;
  text-align: center;
}

.hall-items .bid-nums {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.hall-items .hall-money {
  color: #F89C17;
}

.hall-items .bid-num {
  color: #D69C49;
}

.hall-link {
  display: block;
}

/* 成交公告 */
.deal {
  background: url("../images/deal_bg.png") no-repeat center top;
  background-size: 100% 100%;
  margin-top: 52px;
}

.deal .trading-hd {
  height: 169px;
}

.deal .trading-tt {
  margin-top: 55px;
}

.deal .notice-more {
  margin-top: 136px;
}

.deal-item {
  width: 25%;
}

.deal-link {
  display: block;
  padding: 15px 8px 10px 10px;
  height: 72px;
  background-color: #fff;
  box-shadow: 0px 4px 43px 0px rgba(37, 45, 85, 0.08);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 15px 10px 0;
}

.deal-link.bg1 {
  background-image: url("../images/deal_bg1.png");
}

.deal-link.bg2 {
  background-image: url("../images/deal_bg2.png");
}

.deal-link.bg3 {
  background-image: url("../images/deal_bg3.png");
}

.deal-link.bg4 {
  background-image: url("../images/deal_bg4.png");
}

.deal-tt {
  padding-left: 38px;
  line-height: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #333;
}

.deal-tt.icon1 {
  background-image: url("../images/deal_icon1.png");
}

.deal-tt.icon2 {
  background-image: url("../images/deal_icon2.png");
}

.deal-tt.icon3 {
  background-image: url("../images/deal_icon3.png");
}

.deal-tt.icon4 {
  background-image: url("../images/deal_icon4.png");
}

.deal-bd {
  height: 37px;
  line-height: 37px;
}

.deal-bd span {
  height: 37px;
}

.deal-time {
  color: #999;
}

.deal-list {
  padding-bottom: 78px;
  margin: 0 -10px;
}

.deal-state {
  display: block;
}

.deal-state.color1 {
  color: #EF7979;
}

.deal-state.color2 {
  color: #219EB1;
}

.deal-state.color3 {
  color: #98AD0E;
}

.deal-state.color4 {
  color: #7493E2;
}

.trading-tt::before, .trading-tt::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
