@charset "UTF-8";
/**
* 酒钢集团电子交易平台数字化转型升级建设项目软件平台建设子项目技术服务
* date:2025-10-15
* author: hcong;
 */
.page-content {
  padding: 30px 0;
  background: #F5F6F8;
}

.subpage-left {
  width: 220px;
  float: left;
  border-radius: 4px;
  /* 首页模块投影 */
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.subpage-title {
  position: relative;
  height: 100px;
  background: url("../images/list/menu_hd.png") no-repeat center;
  padding-left: 30px;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subpage-title:before {
  position: absolute;
  content: "";
  left: 30px;
  top: 22px;
  width: 18px;
  height: 1px;
  background: #fff;
}
.subpage-title > h2 {
  color: #fff;
  font-size: 22px;
  line-height: 33px;
}
.subpage-title > h3 {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 2px;
  opacity: 0.4;
  text-transform: uppercase;
}
.subpage-link {
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subpage-link > a {
  padding: 0 42px 0 24px;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 64px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subpage-link > a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/list/menu_icon.png") no-repeat;
  right: 20px;
  top: 26px;
}
.subpage-link > a:hover {
  color: #1F6DE8;
}
.subpage-link.current {
  border-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 109, 232, 0.1)), to(rgba(237, 248, 244, 0))), #FFF;
  background: linear-gradient(90deg, rgba(31, 109, 232, 0.1) 0%, rgba(237, 248, 244, 0) 100%), #FFF;
}
.subpage-link.current > a {
  color: #1F6DE8;
}
.subpage-link.current > a::before {
  background-image: url("../images/list/menu_iconh.png");
}

.info-content {
  width: calc(100% - 240px);
  float: right;
  border-radius: 4px;
  background: #FFF;
  padding: 8px 24px 0;
  /* 首页模块投影 */
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.info-content-hd {
  height: 54px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-content-hd .mod-title {
  height: 28px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.info-content-hd .mod-title::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: -4px;
  left: -7px;
  background: linear-gradient(134deg, #1F6DE8 7.58%, rgba(31, 109, 232, 0) 84.35%);
  opacity: 0.34;
}
.info-content-hd .mod-title > h3 {
  font-size: 20px;
  font-weight: bold;
}
.info-content-hd .mod-title > span {
  font-size: 14px;
  color: rgba(186, 196, 206, 0.5);
  margin-left: 15px;
  text-transform: uppercase;
  position: relative;
}
.info-content-hd .mod-title > span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: rgba(153, 153, 153, 0.2);
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info-content-hd .mod-search {
  width: 248px;
  height: 34px;
  border-radius: 44px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background: #FFF;
  position: relative;
  padding-right: 40px;
}
.info-content-hd .mod-search > .btn {
  position: absolute;
  width: 40px;
  height: 32px;
  background: url("../images/list/search_btn.png") center center no-repeat;
  right: 0;
  top: 0;
}
.info-content-hd .mod-search > input {
  outline: 0;
  height: 32px;
  width: 100%;
  border: 0;
  background: none;
  line-height: 32px;
  font-size: 13px;
  padding-left: 12px;
}
.info-content-hd .mod-search > input::-webkit-input-placeholder {
  color: #BAC4CE;
}
.info-content-hd .mod-search > input::-moz-placeholder {
  color: #BAC4CE;
}
.info-content-hd .mod-search > input:-ms-input-placeholder {
  color: #BAC4CE;
}
.info-content-hd .mod-search > input::-ms-input-placeholder {
  color: #BAC4CE;
}
.info-content-hd .mod-search > input::placeholder {
  color: #BAC4CE;
}

.public {
  /*条件*/
}
.public-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
}
.public-condition > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 26px;
  font-size: 15px;
}
.public-condition > .item .item-label {
  display: block;
  width: 75px;
  height: 26px;
  color: #666;
  text-align: right;
  line-height: 26px;
  margin-right: 6px;
}
.public-condition > .item .item-diy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  margin-left: 24px;
}
.public-condition > .item .item-diy .item-label {
  margin-right: 0;
}
.public-condition > .item .item-diy-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 14px;
}
.public-condition > .item .item-diy-start, .public-condition > .item .item-diy-end {
  width: 120px;
  height: 100%;
  line-height: 24px;
  height: 26px;
  background: url("../images/list/date_time.png") no-repeat right 11px center;
  background-size: 14px 14px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  padding-left: 11px;
  padding-right: 25px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public-condition > .item .item-diy-text {
  width: 12px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 8px;
}
.public-condition > .item .types-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 28px;
}
.public-condition > .item .types-con:not(.diy) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.public-condition > .item .types-item {
  height: 26px;
  color: #666;
  line-height: 26px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
  margin-right: 6px;
  border-radius: 4px;
  cursor: pointer;
  background: #F7F7F7;
}
.public-condition > .item .types-item:hover, .public-condition > .item .types-item.current {
  color: #fff;
  background-color: #1F6DE8;
}
.public-condition > .item.types {
  width: 100%;
}
.public-condition > .item.hide {
  display: none;
}
.public-condition.show > .item.hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-info {
  min-height: 440px;
}

.common-table {
  table-layout: fixed;
  width: 100%;
}
.common-table thead {
  background: #1F6DE8;
}
.common-table thead th {
  color: #fff;
}
.common-table td, .common-table th {
  height: 40px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-table tbody td {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.common-table .table-name a {
  color: #333;
}
.common-table .table-name .new-icon {
  display: inline-block;
  /* vertical-align: middle; */
  margin-right: 4px;
  height: 13px;
  width: auto;
  margin-top: 3px;
}
.common-table thead th:first-child,
.common-table tbody td:first-child {
  width: auto;
}
.common-table thead th:last-child,
.common-table tbody td:last-child {
  width: 120px;
}

.pager {
  margin-top: 24px;
  padding-bottom: 24px;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 0;
}
.pager .m-pagination-page > li > a {
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
}
.pager .m-pagination-page > li > a,
.pager .m-pagination-size > select,
.pager .m-pagination-group > input,
.pager .m-pagination-group > button {
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  color: #666;
  margin-right: 8px;
}
.pager .m-pagination-page > li.active > a,
.pager .m-pagination-page > li:hover > a,
.pager .m-pagination-group > button:hover {
  border-color: #1F6DE8;
  background-color: #fff;
  color: #1F6DE8;
  font-weight: normal;
}
.pager .m-pagination-info {
  height: 32px;
  line-height: 32px;
  padding-left: 0;
  margin-right: 8px;
}
.pager .m-pagination-info span {
  color: #1F6DE8;
  font-weight: 700;
  margin: 0;
}
.pager .m-pagination-jump {
  width: auto;
}
.pager .m-pagination-group > input {
  width: 51px;
  height: 30px;
  margin-right: 0;
}
.pager .m-pagination-group > button {
  width: 45px;
  height: 32px;
  border-left: none;
}