@charset "UTF-8";
/**
* 【募投研发】下一代智慧招采平台研发项目-新点电子交易平台2020——宣城
* date:2022-10-25
* author: sxw;
 */
.local {
  height: 58px;
  line-height: 58px;
  padding-left: 23px;
  position: relative;
}
.local a {
  color: #333;
}
.local::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/trade/local.png");
}
.local .now-detail {
  color: #af2018;
}

.tree {
  width: 260px;
}
.tree .title {
  width: 260px;
  height: 56px;
  line-height: 56px;
  font-size: 22px;
  font-weight: bold;
  padding-left: 9px;
  background: url("../images/trade/tree_title_bg.jpg") no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.wb-tree-node {
  background-color: #ffa928;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 2px;
}
.wb-tree-node a {
  color: #fff;
}

.tree + .wb-tree-items {
  margin-top: 6px;
}
.wb-tree-iconr {
  position: absolute;
  content: "";
  right: 21px;
  top: 19px;
  width: 16px;
  height: 16px;
  background: url(../images/trade/tree-icon-right.png) no-repeat center center;
}

.tree .current .wb-tree-iconr {
  background: url(../images/trade/tree-icon-drop.png) no-repeat center center;
}
.wb-tree-item {
  border-top: 1px dashed #d4d4d4;
}
.wb-tree-item a {
  display: block;
  padding-left: 44px;
  font-size: 18px;
  line-height: 63px;
  color: #333;
}
.wb-tree-item:nth-child(1) {
  border: none;
}
.wb-tree-item.current a {
  color: #c0924b;
  background: url("../images/trade/active.png") no-repeat right 10px center;
}
.wb-tree-item:hover a {
  color: #c0924b;
}

.page-content {
  width: 902px;
  margin-top: 9px;
}
.page-title {
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.page-title span {
  display: inline-block;
  border-bottom: 1px solid #ee7777;
}

.page-list-item {
  /* height: 196px; */
  border-top: 1px dashed #d4d4d4;
  font-size: 16px;
  padding: 10px 10px 0 14px;
}
.page-list-item:nth-child(1) {
  border: none;
}
.page-list-item:hover {
  background-color: #f7f7f7;
}
.page-list-item a {
  color: #333;
}
.page-list-item .title {
  line-height: 40px;
  font-weight: bold;
  max-width: 95%;
}
.page-list-item .main-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 34px;
}
.page-list-item .public-time {
  line-height: 40px;
  color: #999;
}

.pager {
  height: 33px;
  line-height: 33px;
  text-align: right;
  padding-right: 22px;
  box-sizing: border-box;
}
.pager .m-pagination-info {
  float: left;
  color: #181818;
  font-size: 16px;
}
.pager .m-pagination-info span {
  color: #C0924B;
  font-weight: normal;
}
.pager li a {
  height: 30px;
  line-height: 30px;
  color: #666;
}
.pager .active a {
  background-color: transparent;
  color: #C0924B;
}
.pager .chosen-container {
  height: 32px;
}
.m-pagination-page > li.active > a {
  color: #C0924B;
  background-color: transparent;
  border-color: #C0924B;
}

.m-pagination-page > li:hover > a {
  border-color: #C0924B;
}

.pager .m-pagination-group {
  position: relative;
  margin-left: 38px;
}
.pager .m-pagination-group::before {
  position: absolute;
  left: -39px;
  content: "跳至";
  float: left;
  line-height: 33px;
  margin-right: 3px;
  color: #666;
}
.pager .m-pagination-group::after {
  position: absolute;
  right: -25px;
  content: "页";
  float: right;
  line-height: 33px;
  margin-right: 3px;
  color: #666;
}
.pager .m-pagination-group input {
  width: 32px;
  border-right: 1px solid #dedede;
}
.pager .m-pagination-group button {
  display: none;
}
.m-pagination-size .chosen-container-single .chosen-single {
  height: 32px;
  line-height: 32px;
}
.m-pagination-size .chosen-container-single .chosen-single span {
  line-height: 30px;
}

.chosen-container-single .chosen-single div b {
  margin-top: 3px;
}

.m-pagination-size .chosen-container .chosen-results {
  background-color: #fff;
}

.m-pagination-group > input {
  height: 30px;
  margin-top: 1px;
}

#infolist{
	min-height: 128px;
}

/*20231020新增*/
.page-content {
  position: relative;
}

.toolbar {
  position: absolute;
  top: 9px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 29px;
}
.toolbar .list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.toolbar li {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
}
.toolbar li:hover a, .toolbar li.current a {
  color: #FFF;
  background: #F99E12;
}
.toolbar a {
  display: inline-block;
  vertical-align: top;
  color: #333;
  padding: 4px 10px;
}