@charset "UTF-8";
/**
* 河北交投集团招标与采购服务平台建设项目 -交易信息
* date:2022-8-22
* author: sxw;
 */
#header {
  height: 433px;
}

.header {
  width: 100%;
  height: 433px;
  top: 0;
  left: 0;
}
.header-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: url("../images/1.png") no-repeat center;
}
.header .banner {
  height: 288px;
  top: 145px;
}
.header .public {
  position: absolute;
}

.main-body {
  background-color: #f5f7f9;
  background-image: none;
  font-size: 16px;
  padding-bottom: 50px;
  z-index: -1;
}
.left-nav {
  width: 230px;
  height: 510px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.left-nav-title {
  height: 66px;
  line-height: 66px;
  background: url("../images/trade/nav-title.jpg");
  color: #fff;
  font-size: 24px;
  padding-left: 10px;
}
.left-nav .wb-tree {
  padding: 7px 19px 0 19px;
  font-size: 16px;
}
.wb-tree-node {
  height: 57px;
  padding-left: 10px;
  position: relative;
  padding-left: 50px;
  border-bottom: 1px dashed #dcdcdc;
}
.wb-tree-node a {
  line-height: 57px !important;
  font-size: 18px !important;
  color: #22478c !important;
}
.wb-tree-node::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 11px;
  background: url("../images/trade/tree_right.png") no-repeat;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.wb-tree-node::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/trade/project.png");
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.left-nav .wb-tree .goods .wb-tree-node::before {
  width: 22px;
  height: 25px;
  background: url("../images/trade/goods.png");
}
.left-nav .wb-tree .service .wb-tree-node::before {
  width: 22px;
  height: 20px;
  background: url("../images/trade/service.png");
}
.left-nav .wb-tree .current .wb-tree-node::after {
  background: url("../images/trade/tree_right_b.png") no-repeat;
}
.left-nav .wb-tree .current .wb-tree-sub .active a {
  color: #e6a941;
}
.left-nav .wb-tree .wb-tree-node a,
.left-nav .wb-tree .wb-tree-sub a {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.left-nav .wb-tree .wb-tree-subs {
  padding: 17px 0 20px 0;
}
.left-nav .wb-tree .wb-tree-subs .wb-tree-item {
  width: 171px;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
}
.left-nav .wb-tree .wb-tree-subs .wb-tree-item a {
  padding-left: 28px;
  font-size: 16px;
  color: #333;
}

.left-nav .wb-tree .wb-tree-subs .wb-tree-item a:hover {
  color: #e6a941;
}

.left-nav .wb-tree .wb-tree-subs .wb-tree-item.current a {
  color: #e6a941;
}

.left-nav .wb-tree-subs {
  display: none;
}

.main-body .infos {
  width: 945px;
  height: 1259px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 25px 22px 0 32px;
  line-height: 48px;
}
.select-box .name {
  display: inline-block;
  width: 89px;
  text-align: right;
}
.select-box .choice {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  padding: 0 9px;
  border-radius: 3px;
}
.select-box .choice + span {
  margin-left: 4px;
}
.select-box .choice.active {
  color: #fff;
  background-color: #22478c;
}
.select-box .choice:hover {
  cursor: pointer;
}
.select-box .bidding-area span.active {
  color: #fff;
  background-color: #e6a941;
}
.select-box .laydate {
  width: 153px;
  height: 32px;
  border: 1px solid #cacaca;
  background: url("../images/trade/time.png") no-repeat right 8px center;
  padding-left: 10px;
}
.select-box .laydate + .laydate {
  margin-left: 8px;
}
.search-key input {
  width: 222px;
  height: 32px;
  border: 1px solid #cacaca;
  padding: 0 28px 0 8px;
}
.search-key .search {
  position: relative;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 3px;
  background: url("../images/trade/search.png");
}
.search-key .search:hover {
  cursor: pointer;
}

.main-body .infos-list {
  margin-top: 7px;
  border-top: 1px dashed #dcdcdc;
}
.main-body .infos-list-item {
  padding: 17px 40px 16px 12px;
  border-bottom: 1px dashed #dcdcdc;
  line-height: 29px;
}
.main-body .infos-list-item a {
  display: block;
  color: #333;
}
.main-body .infos-list-item .detail-info {
  display: inline-block;
  width: 49%;
  padding-left: 30px;
  color: #999;
  position: relative;
}
.main-body .infos-list-item .detail-info::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/trade/bidding-time.png");
  left: 0;
  top: 5px;
}
.main-body .infos-list-item .detail-info.residue span {
  color: #e6a941;
}
.main-body .infos-list-item .detail-info.residue::before {
  background: url("../images/trade/state.png");
}
.main-body .infos-list-item:hover a {
  color: #22478c;
}
.main-body .pager {
  height: 33px;
  line-height: 33px;
  text-align: right;
  padding-right: 22px;
}
.main-body .pager .m-pagination-info {
  float: left;
  color: #333;
}
.main-body .pager .m-pagination-info span {
  color: #22478c;
  font-weight: normal;
}
.main-body .pager li a {
  height: 30px;
  line-height: 30px;
  color: #666;
}
.main-body .pager .active a {
  background-color: transparent;
  color: #2d94df;
}
.main-body .pager .chosen-container {
  height: 32px;
}
.main-body .pager .chosen-container a {
  height: 32px;
  padding-top: 4px;
  position: relative;
  top: -1px;
}
.main-body .pager .chosen-single div b {
  position: relative;
  top: 3px;
}
.main-body .pager .m-pagination-jump {
  height: 32px;
}
.main-body .pager .m-pagination-jump input {
  height: 30px;
}
.main-body .pager .m-pagination-jump button {
  height: 32px;
}
.main-body .pager .m-pagination-group {
  position: relative;
  margin-left: 38px;
}
.main-body .pager .m-pagination-group::before {
  position: absolute;
  left: -39px;
  content: "跳至";
  float: left;
  line-height: 31px;
  margin-right: 3px;
  color: #666;
}
.main-body .pager .m-pagination-group::after {
  position: absolute;
  right: -25px;
  content: "页";
  float: right;
  line-height: 31px;
  margin-right: 3px;
  color: #666;
}
.main-body .pager .m-pagination-group input {
  width: 32px;
  border-right: 1px solid #dedede;
}
.main-body .pager .m-pagination-group button {
  display: none;
}