@charset "UTF-8";
/*
 * @Author: wuzhou
 * @LastEditors: wuzhou
 * @LastEditTime: 2025-11-12 07:54:53
 * @Description: 资讯中心、办事指南
 * @Date: 2025-11-11 16:59:43
 */
.page-banner {
  background: url("../images/page_banner2.jpg") center top no-repeat;
}

.trade-container {
  margin: 32px 0;
  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;
  overflow: hidden;
}
.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.jpg") center no-repeat;
}

.purchase-info {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 24px 24px;
  width: calc(100% - 250px);
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  background-color: #fff;
  min-height: 600px;
}
.purchase-info.list .notice-items {
  margin-top: 8px;
  display: block;
  margin-bottom: 16px;
}
.purchase-info.list .notice-items .notice-item {
  width: 100%;
  margin-right: 0;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0 0;
  height: 52px;
  margin-bottom: 0;
}
.purchase-info.list .notice-items .notice-item .notice-txt:first-of-type {
  display: none;
}
.purchase-info.list .notice-items .notice-item .notice-txt + .notice-txt {
  margin-top: 0;
  margin-left: 0;
  width: 100px;
  flex-shrink: 0;
  text-align: right;
}
.purchase-info.list .notice-items .notice-item .notice-date {
  display: none;
}
.purchase-info.list .notice-items .notice-item > .notice-link {
  box-sizing: border-box;
  padding-left: 22px;
  background: url("../images/list_ico.png") left 6px no-repeat;
}
.purchase-info.list .notice-items .notice-item:hover {
  border-bottom-color: #1d7ff8;
}
.purchase-info.list .notice-items .notice-item:hover .notice-link,
.purchase-info.list .notice-items .notice-item:hover .notice-txt {
  color: #1d7ff8;
}

.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-items {
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.wb-tree1 .wb-tree-node {
  position: relative;
  box-sizing: border-box;
}
.wb-tree1 .current .wb-tree-node {
  background: linear-gradient(90.4deg, rgba(16, 97, 255, 0.17) 2.58%, rgba(16, 97, 255, 0) 98.94%);
}
.wb-tree1 .current .wb-tree-node a {
  color: #fff;
  background: url("../images/column_bg.jpg") left top no-repeat;
}
.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;
}
.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: 10px 0 9px 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.module-title > p {
  font-weight: 700;
  line-height: 34px;
  font-size: 20px;
  color: #004fa1;
}
.module-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  background-color: #004fa1;
}

.trade-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 17px;
  border: 1px solid #e7e7e7;
  width: 248px;
  height: 34px;
  overflow: hidden;
}
.trade-search > input {
  box-sizing: border-box;
  padding-left: 11px;
  padding-right: 11px;
  flex: 1;
  width: 0;
  height: 32px;
  line-height: 32px;
  border: 0;
  outline: none;
  color: #999;
}
.trade-search > input::placeholder {
  color: #999;
}
.trade-search .search-btn {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  cursor: pointer;
  background: url("../images/trade_search_ico.png") center no-repeat;
}

.type-items {
  display: flex;
  margin-right: 12px;
}
.type-items > li {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.type-items > li.list {
  background: url("../images/list_ico1.png") center no-repeat;
}
.type-items > li.list.active {
  background-image: url("../images/list_ico1h.png");
}
.type-items > li.piece {
  margin-left: 12px;
  background: url("../images/list_ico2.png") center no-repeat;
}
.type-items > li.piece.active {
  background-image: url("../images/list_ico2h.png");
}
.type-items > li:not(:first-child):before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  width: 1px;
  height: 8px;
  background-color: #d5d5d5;
}

.search-area {
  display: flex;
  align-items: center;
}

/* 搜索区 */
.release-date {
  display: flex;
  align-items: center;
}
.release-date + .release-date {
  margin-top: 12px;
}
.release-date > div {
  min-width: 70px;
  text-align: right;
}

.date-selects {
  display: flex;
}
.date-selects .date-select {
  padding: 0 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 6px;
  border-radius: 13px;
  color: #666;
  cursor: pointer;
}
.date-selects .date-select.current {
  color: #fff;
  background: #1d7ff8;
}

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

.date-range-title {
  padding: 0 12px;
  border-radius: 13px;
  margin-right: 6px;
  height: 26px;
  line-height: 26px;
  color: #666;
}
.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-list {
  margin-top: 16px;
}

.notice-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 0 24px 20px;
  font-size: 16px;
  line-height: 24px;
}
.notice-item:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #004FA1;
}
.notice-item:last-child {
  padding-bottom: 10px;
}

.notice-item:hover {
  border-color: #004fa1;
}

.notice-item:hover .notice-title,
.notice-item:hover .notice-date {
  color: #004fa1;
}

.notice-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notice-date {
  color: #999;
}


.wb-tree1{
  height: 500px;
}

