@charset "UTF-8";
/**
 * 江苏省建设工程网上招投标系统
 * date: 2026-2-5
 * author: qgq;
 */
.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.contact-sidebar {
  width: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* min-width: 400px; */
}

.sidebar-header {
  border-radius: 12px;
  padding: 10px 12px 10px 30px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  background: url("../images/bg-sidebar.png") no-repeat center/cover;
}
.sidebar-header .header-line {
  width: 18px;
  height: 1px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.sidebar-header .header-title {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 35px;
  position: relative;
  z-index: 1;
}

.nav-menu {
  border-radius: 12px;
  overflow: hidden;
}

.nav-box {
  margin-top: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.nav-box:last-of-type {
  border-bottom: none;
}
.nav-box .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 24px;
  height: 60px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f8ff), to(#daecff));
  background: linear-gradient(180deg, #f5f8ff 0%, #daecff 100%);
  border: 1px solid #ffffff;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-box .nav-item .nav-text {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.nav-box .nav-item .nav-arrow {
  width: 20px;
  height: 20px;
  background: url("../images/icon-put.png") no-repeat center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-box.current .nav-item {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#48a3ff), to(#0063c8));
  background: linear-gradient(180deg, #48a3ff 0%, #0063c8 100%);
}
.nav-box.current .nav-item .nav-text {
  color: #fff;
}
.nav-box.current .nav-item .nav-arrow {
  background-image: url("../images/icon-put-h.png");
}
.nav-box.current .nav-item.has-submenu .nav-arrow,
.nav-box.expanded .nav-item.has-submenu .nav-arrow {
  background-image: url("../images/icon-launched.png");
}
.nav-box.current .submenu,
.nav-box.expanded .submenu {
  display: block;
}

.submenu {
  display: none;
  background: #fff;
}

.submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 46px;
  height: 46px;
  cursor: pointer;
}
.submenu-item.current .submenu-dot, .submenu-item:hover .submenu-dot {
  background: #0063c8;
}
.submenu-item.current .submenu-text, .submenu-item:hover .submenu-text {
  color: #0063c8;
  font-weight: 600;
}
.submenu-item .submenu-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a8b6c1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.submenu-item .submenu-text {
  margin-left: 10px;
  font-size: 16px;
  color: #666;
  line-height: 46px;
}

.contact-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  min-width: 400px;
}

.contact-main {
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(166, 166, 166, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(166, 166, 166, 0.1);
  padding: 20px 24px 24px;
}
.contact-main:nth-child(n+2) {
  margin-top: 20px;
  min-height: 455px;
}

.filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-item:nth-child(n+2) {
  margin-top: 16px;
}

.filter-label {
  min-width: 80px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
}

.date-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-input {
  width: 179px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #eceff4;
  border-radius: 4px;
  font-size: 14px;
  color: #4e5463;
  background: #eceff4;
  background: url("../images/icon-date.png") right 12px center no-repeat #eceff4;
  cursor: pointer;
  outline: none;
}
.date-input:focus {
  border-color: #0063c8;
}

.date-separator {
  margin: 0 8px;
  font-size: 14px;
  color: #4e5463;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 298px;
  height: 32px;
  border: 1px solid #dde0e4;
  border-radius: 4px;
  padding: 0 10px;
}
.search-box .search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333333;
  background: transparent;
}
.search-box .search-input::-webkit-input-placeholder {
  color: #999;
}
.search-box .search-input::-moz-placeholder {
  color: #999;
}
.search-box .search-input:-ms-input-placeholder {
  color: #999;
}
.search-box .search-input::-ms-input-placeholder {
  color: #999;
}
.search-box .search-input::placeholder {
  color: #999;
}
.search-box .search-btn {
  width: 16px;
  height: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-box .search-btn:hover {
  opacity: 0.8;
}
.search-box .search-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-search2.png") no-repeat center/contain;
}

.table-list {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: rgba(40, 127, 229, 0.1);
}
.table-header .table-col {
  font-size: 16px;
  font-weight: 400;
  color: #486290;
  padding: 0 10px;
}

.table-body .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-bottom: 1px solid #ecedf2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table-body .table-row:hover {
  border-bottom-color: #0063c8;
}
.table-body .table-row:hover .col-title a {
  color: #0063c8;
}
.table-body .table-row:hover .col-date {
  color: #0063c8;
}
.table-body .table-row .table-col {
  padding: 0 10px;
  font-size: 16px;
  color: #333333;
}

.table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.table-col.col-num {
  width: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.table-col.col-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.table-col.col-title a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-col.col-title a:hover {
  color: #0063c8;
}
.table-col.col-area {
  width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-col.col-date {
  width: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tag-top {
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  height: 26px;
  background: #f68a29;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.area-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  padding: 0 8px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #0063c8;
  z-index: 1;
}
.area-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ecf1f6;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  border-radius: 4px;
  z-index: -1;
}