@charset "UTF-8";
/**
 * 20230925上饶市阳光采购招投标系统建设项目(临时)——上饶市阳光采购平台首页
 * date: 2023-9-25
 * author: zhaodq;
 */
.main-content {
  padding-bottom: 48px;
}

.toolbar {
  position: relative;
  height: 116px;
  padding: 16px;
  margin-bottom: 17px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toolbar .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.toolbar .row:last-child {
  margin-bottom: 0;
}
.toolbar .row .label {
  width: 120px;
  margin-right: 9px;
  text-align: right;
}
.toolbar .row .label:first-child {
  width: 96px;
}
.toolbar .row .label.faren {
  width: 96px;
  margin-right: 6px;
}
.toolbar .row .label.code {
  width: 72px;
  margin-right: 6px;
}
.toolbar .row .input {
  width: 230px;
  padding: 0 16px;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toolbar .row .input.faren {
  width: 387px;
}
.toolbar .row .input.code {
  width: 421px;
}
.toolbar .row .date-quick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.toolbar .row .date-quick li {
  margin-left: 24px;
  padding: 0 12px;
  border-radius: 2px;
  background: #EDEDED;
}
.toolbar .row .date-quick li:hover, .toolbar .row .date-quick li.current {
  background: #B01127;
}
.toolbar .row .date-quick li:hover > a, .toolbar .row .date-quick li.current > a {
  color: #fff;
}
.toolbar .toolbar-select .chosen-single {
  border-radius: 2px;
  border: 1px solid #E5E5E5;
}
.toolbar .search-btn {
  width: 56px;
  height: 32px;
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  background: #B01127;
}
.toolbar .search-btn:hover {
  background: rgba(176, 17, 39, 0.8);
}