@charset "UTF-8";
/**
* 下一代智慧招采平台研发项目-绿色建材平台-商城
* date:2023-10-17
* author: xhz;
 */
.main {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.content {
  width: 1036px;
  border-radius: 10px;
  background: #fff;
  padding: 15px 20px;
}
.content .title {
  height: 30px;
  display: flex;
  justify-content: space-between;
}
.content .title .txt {
  padding-left: 33px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: 30px;
}
.content .title .txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 20px;
  background: url(../images/title-icon.png) no-repeat center;
}
.content .search-content {
  width: 232px;
  height: 36px;
  border-radius: 48px;
  background: #f5f5f5;
  display: flex;
}
.content .search-content input {
  width: 196px;
  height: 100%;
  line-height: 28px;
  padding-left: 16px;
  outline: none;
  border: none;
  background: transparent;
}
.content .search-content span {
  width: 24px;
  height: 100%;
  cursor: pointer;
  background: url(../images/readglass.png) no-repeat center;
}

.left-nav {
  width: 200px;
}
.left-nav li {
  display: block;
  height: 56px;
  line-height: 56px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  font-size: 18px;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}
.left-nav li:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 20px;
  background: url(../images/left-nav-btn-arrow.png) no-repeat center;
}
.left-nav li.active {
  color: #fff;
  background: url(../images/left-nav-btn.png) no-repeat center;
}
.left-nav li.active:before {
  background: url(../images/left-nav-btn-arrow-active.png) no-repeat center;
}

.list {
  margin-top: 25px;
  padding: 16px;
  background: #fff;
}
.list li {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.list li + li {
  margin-top: 10px;
}
.list li a {
  display: block;
  height: 100%;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}
.list li .timer {
  color: #999;
}
.list li .txt {
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 31px;
  position: relative;
}
.list li .txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 15px;
  height: 16px;
  background: url(../images/list-dot.png) no-repeat center;
  fill: linear-gradient(180deg, #ededed 0%, #a5a5a5 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.list li:hover a {
  color: #d01f25;
}
.list li:hover a .timer {
  color: #d01f25;
}
.list li:hover a .txt:before {
  background: url(../images/list-dot-active.png) no-repeat center;
  fill: linear-gradient(180deg, #c7e34c 0%, #028446 100%);
  filter: drop-shadow(0px 4px 4px rgba(13, 154, 87, 0.2));
}

.condition {
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
}
.condition .row {
  display: flex;
  justify-content: flex-start;
  position: relative;
  align-items: flex-start;
}
.condition .row + .row {
  margin-top: 15px;
}
.condition .row.search {
  align-items: center;
}
.condition .row.search .keyword {
  width: 346px;
  height: 28px;
  border: 1px solid #c5c5c5;
  padding-left: 8px;
  line-height: 26px;
  font-size: 14px;
  outline: none;
  margin-right: 10px;
}
.condition .row.search .btn {
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px;
}
.condition .row.search .btn.full {
  margin-right: 7px;
}
.condition .row.search .btn.empty {
  padding-left: 12px;
}
.condition .row.time {
  display: block;
}
.condition .row.time .condition-list {
  float: left;
  width: auto;
}
.condition .row.time .select-year,
.condition .row.time .name {
  float: left;
}
.condition .row.time .update {
  float: right;
  line-height: 28px;
}
.condition .row.time .update span {
  color: #d01f25;
}
.condition .name {
  width: 68px;
  line-height: 28px;
  height: 28px;
  color: #999;
}
.condition .condition-list {
  width: calc(100% - 68px);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.condition .condition-list li {
  margin: 0 16px 8px 0;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 14px;
  background: transparent;
}
.condition .condition-list li.active {
  background: #d01f25;
  color: #fff;
}
.condition .condition-list li.gray {
  color: rgba(51, 51, 51, 0.4);
  cursor: not-allowed;
}

.select-year + .chosen-container {
  float: left;
  width: 90px !important;
  margin-right: 10px;
}
.select-year + .chosen-container .chosen-single {
  height: 28px;
  line-height: 26px;
}

.com-btns {
  width: auto;
  margin-top: 0;
}

.side-nav .first > li > h3 {
  padding-left: 16px;
}

table.detail {
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
}
table.detail th {
  height: 48px;
  background: #fafafa;
}
table.detail th span.sort {
  cursor: pointer;
  display: inline-block;
  padding-right: 18px;
  background: url(../images/sort-index.png) no-repeat right center;
}
table.detail th span.sort.up {
  background: url(../images/sort-up.png) no-repeat right center;
}
table.detail th span.sort.down {
  background: url(../images/sort-down.png) no-repeat right center;
}
table.detail th,
table.detail td {
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.detail td {
  height: 54px;
  border-bottom: 1px dashed #d3d3d3;
}
table.detail td span.keyword {
  color: #d01f25;
}

.side-nav {
  background: #fff;
  min-height: 675px;
  max-height: 675px;
  overflow: auto;
}
.side-nav h3:before {
  display: none;
}
.side-nav h3.haschild:before {
  display: block;
}
.side-nav .second > li > h3 {
  padding-left: 50px;
}
.side-nav .third li {
  cursor: pointer;
  padding-left: 70px;
}

.side1 .chosen-drop {
  width: 300%;
  transform: translateX(-66.6%);
}

.side1 .chosen-results {
  display: flex;
  overflow: hidden;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px;
}

.side1  .loc-select+.chosen-container .chosen-results li {
  width: 33.3%;
  padding: 0 18px;
  text-align: center;
}