@charset "UTF-8";
/**
* 上饶市公共资源交易网
* date:2025-06-24
* author: zhaodq;
 */
.main {
  margin-top: 30px;
  padding-bottom: 30px;
  min-height: 600px;
}
.main > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field-row .label {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
  white-space: nowrap;
}
.field-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.field-item {
  min-width: 76px;
  padding: 0 10px;
  height: 32px;
  margin-right: 10px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.field-item.active {
  color: #fff;
  background: #3681f0;
  border-color: #3681f0;
}

.content-right {
  position: relative;
  width: 960px;
  background: #fff;
  min-height: 677px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 74px;
  /* table */
}
.content-right .common-table tr {
  cursor: pointer;
}
.content-right .common-table tr:last-child {
  border-bottom: 1px dashed #becbde;
}
.content-right .common-table tr:hover td {
  color: #2069E1;
}
.content-right .common-table td {
  height: 55px;
}