@charset "UTF-8";
/**
 * 鄂尔多斯水权收储交易平台建设项目
 * date: 2025-3-25
 * author: wuzhou;
 */
body {
  padding-bottom: 81px;
  background-color: #f5f6f8;
}

#header {
  background-color: #fff;
}

#footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.info-wrap {
  flex: 1;
  box-sizing: border-box;
  padding: 30px 0;
  min-height: 609px;
}

.info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 24px;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(7, 48, 104, 0.08);
}

.menu-area {
  width: 180px;
}

.info-container {
  width: calc(100% - 204px);
}

.menu-items .menu-item {
  border-left: 3px solid #b7dbff;
  background: linear-gradient(270deg, #f1f9ff 0%, #e2f0ff 100%);
  overflow: hidden;
}
.menu-items .menu-item:not(:first-child) {
  margin-top: 3px;
}
.menu-items .menu-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.menu-items .menu-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.menu-items .menu-item > a {
  padding-left: 72px;
  display: block;
  height: 81px;
  line-height: 81px;
  font-size: 18px;
  color: #333;
  background-position: 30px 50%;
  background-repeat: no-repeat;
}
.menu-items .menu-item.current, .menu-items .menu-item:hover {
  background: linear-gradient(90deg, #1354bd 1.23%, #169cda 100%);
}
.menu-items .menu-item.current > a, .menu-items .menu-item:hover > a {
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 84, 159, 0.5);
}
.menu-items .menu-item.menu1 > a {
  background-image: url("../images/menu_ico1.png");
}
.menu-items .menu-item.menu1.current > a, .menu-items .menu-item.menu1:hover > a {
  background-image: url("../images/menu_ico1h.png");
}
.menu-items .menu-item.menu2 > a {
  background-image: url("../images/menu_ico2.png");
}
.menu-items .menu-item.menu2.current > a, .menu-items .menu-item.menu2:hover > a {
  background-image: url("../images/menu_ico2h.png");
}
.menu-items .menu-item.menu3 > a {
  background-image: url("../images/menu_ico3.png");
}
.menu-items .menu-item.menu3.current > a, .menu-items .menu-item.menu3:hover > a {
  background-image: url("../images/menu_ico3h.png");
}
.menu-items .menu-item.menu4 > a {
  background-image: url("../images/menu_ico4.png");
}
.menu-items .menu-item.menu4.current > a, .menu-items .menu-item.menu4:hover > a {
  background-image: url("../images/menu_ico4h.png");
}
.menu-items .menu-item.menu5 > a {
  background-image: url("../images/menu_ico5.png");
}
.menu-items .menu-item.menu5.current > a, .menu-items .menu-item.menu5:hover > a {
  background-image: url("../images/menu_ico5h.png");
}
.menu-items .menu-item.menu6 > a {
  background-image: url("../images/menu_ico6.png");
}
.menu-items .menu-item.menu6.current > a, .menu-items .menu-item.menu6:hover > a {
  background-image: url("../images/menu_ico6h.png");
}

/* 交易公告 */
.page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
}
.page-title .page-title-name {
  margin: 0 24px;
  font-weight: 700;
  font-size: 28px;
  color: #007ed5;
}

.tab {
  margin-top: 20px;
}

.tab-hd {
  margin-left: 1px;
  display: flex;
  flex-wrap: wrap;
}
.tab-hd .tab-hd-item {
  position: relative;
  margin-left: -1px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  height: 32px;
  line-height: 30px;
  color: #5c5c5c;
}
.tab-hd .tab-hd-item a{
  color: #5c5c5c;
}
.tab-hd .tab-hd-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-hd .tab-hd-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tab-hd .tab-hd-item.current {
  font-weight: 700;
  color: #007ed5;
  border-color: #007ed5;
  z-index: 10;
}

.tab-hd .tab-hd-item.current a{
  color: #007ed5;
}

.tab-bd {
  margin-top: 20px;
}

.notice-items .notice-item {
  display: flex;
  justify-content: space-between;
  line-height: 21px;
  height: 21px;
  font-size: 16px;
}
.notice-items .notice-item:not(:first-child) {
  margin-top: 24px;
}
.notice-items .notice-item > a {
  width: calc(100% - 82px);
  display: block;
  padding-left: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/notice_ico.png") left center no-repeat;
}
.notice-items .notice-item .notice-date {
  color: #999;
}
.notice-items .notice-item:hover > a {
  font-weight: 700;
  color: #007ed5;
}
.notice-items .notice-item:hover .notice-date {
  color: #007ed5;
}

.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}
.no-data > p {
  box-sizing: border-box;
  text-align: center;
  padding-top: 134px;
  width: 150px;
  height: 150px;
  color: #666;
  overflow: hidden;
  line-height: 21px;
  background: url("../images/no_data.png") center no-repeat;
}

/* 子页面分页 */
.pagination {
  padding-top: 20px;
  padding-bottom: 0;
}

.m-pagination-page > li > a {
  border-radius: 4px;
}

.m-pagination-group > button,
.m-pagination-size > select {
  border-radius: 4px;
}

.m-pagination-group > input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.m-pagination-page > li.active > a {
  border-color: #007ed5;
  color: #fff;
  background-color: #007ed5;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
  border-color: #007ed5;
}

/* 挂牌信息 */
.tab-list-hd {
  display: flex;
  flex-wrap: wrap;
}
.tab-list-hd .tab-hd-item {
  position: relative;
  flex: 1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
}
.tab-list-hd .tab-hd-item:not(:first-child) {
  margin-left: 10px;
}
.tab-list-hd .tab-hd-item.active {
  background-color: #007ed5;
}
.tab-list-hd .tab-hd-item.active .tab-name {
  color: #fff;
  background-image: url("../images/list_arr2.png");
}
.tab-list-hd .tab-hd-item.active:hover .tab-name {
  background-image: url("../images/list_arr3.png");
}
.tab-list-hd .tab-hd-item.active:hover .sub-wrap {
  display: block;
}
.tab-list-hd .tab-name {
  padding-right: 17px;
  color: #666;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  background: url("../images/list_arr1.png") right center no-repeat;
}
.tab-list-hd .sub-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding-top: 2px;
  display: none;
}
.tab-list-hd .sub-items {
  border-radius: 4px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.tab-list-hd .sub-items .sub-item > a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  color: #4e5463;
}
.tab-list-hd .sub-items .sub-item.active > a, .tab-list-hd .sub-items .sub-item:hover > a {
  color: #007ed5;
  background-color: #f8f8f8;
}

.list-table {
  width: 100%;
  table-layout: fixed;
}
.list-table thead th {
  color: #007ED5;
  height: 42px;
  text-align: center;
  background-color: rgba(0, 126, 213, 0.08);
}
.list-table tbody td {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 41px;
  border-bottom: 1px solid #E5E5E5;
}
.list-table tbody td.keynote {
  font-weight: 700;
}
.list-table tbody tr:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
.list-table tbody tr:hover td {
  border-bottom-color: #007ED5;
}

/* 下载中心 */
.download-wrap {
  margin-top: 20px;
  max-height: 440px;
  padding-right: 10px;
  margin-right: -10px;
  overflow-y: auto;
}

.download-items {
  display: flex;
  flex-wrap: wrap;
}
.download-items .download-item {
  box-sizing: border-box;
  margin-top: 16px;
  width: calc((100% - 32px) / 3);
  padding: 12px 16px 0;
  height: 98px;
  border-radius: 4px;
  border: 1px solid #F7F7F7;
  background-color: #F7F7F7;
}
.download-items .download-item:first-child, .download-items .download-item:nth-child(2), .download-items .download-item:nth-child(3) {
  margin-top: 0;
}
.download-items .download-item:not(:nth-child(3n)) {
  margin-right: 16px;
}
.download-items .download-item .flie-name {
  height: 42px;
  line-height: 21px;
  color: #2E3033;
  overflow: hidden;
  /* 两行显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.download-items .download-item .links {
  margin-top: 12px;
  font-size: 0;
}
.download-items .download-item .links > a {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
}
.download-items .download-item .links > a.view-link {
  background: url("../images/download_ico1.png") center no-repeat;
}
.download-items .download-item .links > a.download-link {
  margin-left: 16px;
  background: url("../images/download_ico2.png") center no-repeat;
}
.download-items .download-item:hover {
  border-color: #007ED5;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}