@charset "UTF-8";
/**
 * 马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2025-3-6
 * author: wuzhou;
 */
.trade-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.menu-info {
  width: 220px;
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.menu-info .menu-top {
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 24px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 100px;
  background: url("../images/menu_top_bg.png") center no-repeat;
}

.purchase-info {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 24px 24px;
  width: calc(100% - 240px);
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  background-color: #fff;
}

.menu-cn {
  position: relative;
  height: 33px;
  line-height: 33px;
  font-size: 22px;
  color: #fff;
}
.menu-cn:before {
  position: absolute;
  content: "";
  left: 0;
  top: -3px;
  width: 18px;
  height: 1px;
  background-color: #fff;
}

.menu-en {
  height: 33px;
  line-height: 33px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

/* 左侧导航 */
.wb-tree1 .wb-tree-node {
  position: relative;
  box-sizing: border-box;
}
.wb-tree1 .wb-tree-node::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/tree_right_1QuiOK.png") no-repeat;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.wb-tree1 .current .wb-tree-node {
  background: url("../images/tree_bg.png") center top no-repeat;
}
.wb-tree1 .current .wb-tree-node a {
  color: #fff;
  border: 0;
}
.wb-tree1 .current .wb-tree-node::after {
  background-image: url("../images/tree_right_icoh.png");
}
.wb-tree1 .current .wb-tree-sub .active a {
  color: #1388fd;
}
.wb-tree1 .wb-tree-node a {
  display: block;
  padding-left: 24px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 50px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.wb-tree1 .wb-tree-sub a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  cursor: pointer;
}
.wb-tree1 .wb-tree-subs .wb-tree-item {
  margin: 0 auto;
}
.wb-tree1 .wb-tree-subs .wb-tree-item a {
  padding-left: 28px;
  font-size: 12px;
  border-top: 1px dashed #e8e8e9;
  color: #666;
  box-sizing: border-box;
}
.wb-tree1 .wb-tree-subs .wb-tree-item a:hover {
  color: #1388fd;
}
.wb-tree1 .wb-tree-subs .wb-tree-item:nth-child(1) a {
  border: none;
}

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

.module-title {
  position: relative;
  padding: 3px 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.module-title > p {
  font-weight: 700;
  line-height: 28px;
  font-size: 20px;
}
.module-title:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: -7px;
  top: 6px;
  background: url("../images/title_ico.png") center no-repeat;
}

.trade-search {
  display: flex;
  box-sizing: border-box;
  border-radius: 17px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  width: 248px;
  height: 34px;
  overflow: hidden;
}
.trade-search > input {
  box-sizing: border-box;
  padding-left: 11px;
  width: calc(100% - 38px);
  height: 32px;
  border: 0;
  outline: none;
  color: #bac4ce;
}
.trade-search > input::placeholder {
  color: #bac4ce;
}
.trade-search .search-btn {
  flex-shrink: 0;
  width: 38px;
  height: 32px;
  cursor: pointer;
  background: url("../images/trade_search_ico.png") center no-repeat;
}

/* 搜索区 */
.release-date {
  display: flex;
  align-items: center;
}
.release-date + .release-date {
  margin-top: 12px;
}

.date-selects {
  display: flex;
}
.date-selects .date-select {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  margin-right: 6px;
  border-radius: 4px;
  color: #666;
  cursor: pointer;
  background-color: #f7f7f7;
}
.date-selects .date-select.current {
  color: #fff;
  background: #02a7f0;
}

.customize-date {
  display: flex;
  align-items: center;
}
.customize-date.current .date-range-title {
  color: #fff;
  background: #02a7f0;
}

.date-range-title {
  padding: 0 10px;
  border-radius: 4px;
  margin-right: 6px;
  height: 26px;
  line-height: 26px;
  color: #666;
  background-color: #f7f7f7;
}
.date-range input {
  padding-left: 11px;
  width: 118px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  color: #333;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background: url("../images/calendar_ico.png") calc(100% - 11px) 50% no-repeat #fff;
}
.date-range input::placeholder {
  color: #bac4ce;
}
.date-range > span {
  color: #e6e6e6;
  margin: 0 5px;
}

/* 列表 */
.notice-items {
  padding-top: 8px;
}
.notice-items .notice-item {
  display: flex;
  padding-top: 16px;
  height: 30px;
  line-height: 21px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.notice-items .notice-item > a {
  flex: 1;
  padding-left: 25px;
  margin-right: 30px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/notice_item_icon_IB3dRt.png") left 3px no-repeat;
}
.notice-items .notice-item > span {
  color: #999;
  flex-shrink: 0;
}
.notice-items .notice-item:hover {
  border-bottom-color: #02a7f0;
}
.notice-items .notice-item:hover > a {
  color: #02a7f0;
}
.notice-items .notice-item:hover > span {
  color: #02a7f0;
}