@charset "UTF-8";
/**
 * 江苏省建设工程网上招投标系统
 * date: 2026-2-5
 * author: qgq;
 */
.content-layout-simple {
  margin-top: 20px !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 20px !important;
  overflow: hidden !important;
  min-height: 455px;
}

.content-simple-list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.simple-list-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: rgba(40, 127, 229, 0.1);
  border-radius: 8px 8px 0 0;
}
.simple-list-header .simple-list-num {
  width: 60px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #486290;
  box-sizing: border-box;
}
.simple-list-header .simple-col-title {
  flex: 1;
  min-width: 0;
  padding: 0 10px;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #486290;
}
.simple-list-header .simple-col-date {
  width: 110px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #486290;
}

.simple-list-body {
  flex: 1;
  min-width: 0;
  display: none;
}
.simple-list-body.active {
  display: block;
}

.simple-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  border-bottom: 1px solid #ecedf2;
  transition: all 0.3s;
}
.simple-list-item .simple-list-num {
  width: 60px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  box-sizing: border-box;
}
.simple-list-item .simple-col-title {
  flex: 1;
  min-width: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.simple-list-item .simple-col-title a {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.simple-list-item .simple-col-title a:hover {
  color: #0063c8;
}
.simple-list-item .simple-col-date {
  width: 110px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.simple-list-item:hover {
  border-bottom-color: #0063c8;
}
.simple-list-item:hover .simple-col-title a {
  color: #0063c8;
}
.simple-list-item:hover .simple-col-date {
  color: #0063c8;
}

.new-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  padding: 0 2px;
  margin-left: 12px;
  background: #f68a29;
  border-radius: 6px 2px 6px 2px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  flex-shrink: 0;
}

.list-body-wrapper,
.simple-list-body-wrapper {
  min-width: 0;
  overflow-y: auto;
}

.set-top {
  margin-right: 10px;
  padding: 0px 8px;
  display: inline-flex;
  height: 26px;
  line-height: 26px;
  background: #f68a29;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}

.contact-main {
  background: #ffffff !important;
  border-radius: 12px;
  box-shadow: 0px 4px 20px 0px rgba(166, 166, 166, 0.1) !important;
  padding: 20px 24px 24px !important;
}
.contact-main:nth-child(n+2) {
  margin-top: 20px !important;
}

.filter-item {
  display: flex;
  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: flex;
  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: flex;
  align-items: center;
  width: 298px;
  height: 32px;
  border: 1px solid #dde0e4;
  border-radius: 4px;
  padding: 0 10px;
}
.search-box .search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333333;
  background: transparent;
}
.search-box .search-input::placeholder {
  color: #999;
}
.search-box .search-btn {
  width: 16px;
  height: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: 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;
}

/*202603*/
.data-types {
  display: flex;
  gap: 8px;
}
.data-types .type-item {
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  background: #eceff4;
  border-radius: 4px;
  cursor: pointer;
}
.data-types .type-item.current {
  background: #0063c8;
  color: #fff;
}

.simple-list-item .type {
  margin-right: 10px;
  height: 26px;
  line-height: 26px;
  background: rgba(0, 99, 200, 0.85);
  padding: 0 8px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
}