@charset "UTF-8";
/**
 * 绍兴市公共资源交易中心系统升级项目
 * date: 2024-3-4
 * author: xujiawei;
 */
body {
  background: url("../images/subject_bg.png") no-repeat;
  background-size: 100% 100%;
}
body .layui-layer-setwin .layui-layer-close2 {
  width: 16px;
  height: 16px;
  right: -6px;
  top: -7px;
  background: url("../images/close.png") no-repeat;
}
body .layui-layer-setwin .layui-layer-close2:hover {
  background: url("../images/close.png") no-repeat;
}

.container {
  width: 1300px;
}

.main {
  padding: 24px;
  background: #fff;
}
.main .type {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.main .type li {
  width: 164px;
  height: 50px;
  line-height: 48px;
  font-size: 20px;
  color: #0078bb;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #9cc7ed;
  cursor: pointer;
}
.main .type li.current {
  color: #fff;
  background: #0078bb;
  border-color: #0078bb;
}
.main .type li + li {
  margin-left: 24px;
}
.main .search {
  position: relative;
  width: 544px;
  height: 44px;
  margin: 0 auto 24px;
}
.main .search-ipt {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 0 46px 0 22px;
}
.main .search-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  background: url("../images/search_bg.png");
}

.title {
  position: relative;
  height: 48px;
  line-height: 48px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #0078bb;
  margin-bottom: 24px;
}
.title::after, .title::before {
  position: absolute;
  content: "";
  width: 232px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.title::before {
  background: url("../images/title_l.png") no-repeat;
  left: 258px;
}
.title::after {
  background: url("../images/title_r.png") no-repeat;
  right: 258px;
}
.title.layer {
  height: 36px;
  line-height: 36px;
  font-size: 24px;
}

.info-table {
  table-layout: fixed;
  width: 100%;
}
.info-table th,
.info-table td {
  font-size: 16px;
  text-align: center;
}
.info-table th {
  height: 44px;
  color: #fff;
  background: #0078bb;
}
.info-table td {
  height: 64px;
}
.info-table tr {
  border-bottom: 1px solid #eaeaea;
}
.info-table a {
  color: #0078bb;
}
.info-table .read {
  color: #c3141c;
}

.pager {
  padding: 0;
  text-align: center;
  margin-top: 40px;
}
.pager .m-pagination-group > input {
  border-radius: 3px;
}
.pager .m-pagination-size > select {
  height: 34px;
  line-height: 32px;
}
.pager .m-pagination-jump {
  width: auto;
}
.pager .m-pagination-group > input {
  float: none;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #dde4ed;
  margin: 0 5px;
}
.pager .m-pagination-group > input:focus {
  border-color: #0078bb;
}
.pager .m-pagination-group > button {
  float: right;
  width: 34px;
  height: 34px;
  line-break: 32px;
  margin-left: 5px;
}
.pager .m-pagination-page > li {
  margin-right: 7px;
}
.pager button[data-page-btn=jump] {
  display: none;
  float: right;
  margin-left: 20px;
  height: 34px;
  padding: 0 5px;
}
.pager .m-pagination-page > li > a {
  padding: 0 9px;
  color: rgba(0, 0, 0, 0.6);
  min-width: 15px;
  height: 32px;
  line-height: 32px;
}
.pager .m-pagination-page > li.active > a {
  border-color: #0078bb;
  color: #fff;
  background-color: #0078bb;
}
.pager .m-pagination-page > li:hover > a,
.pager .m-pagination-group > button:hover {
  border-color: #0078bb;
}
.pager .next,
.pager .prev {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: 6px 9px;
  pointer-events: none;
}
.pager .m-pagination-info {
  height: 34px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 34px;
  margin-right: 10px;
}
.pager .m-pagination-page > li > a,
.pager .m-pagination-size > select {
  border-radius: 3px;
}

.detail-box {
  width: 100%;
  height: 100%;
  padding: 24px;
  box-sizing: border-box;
}
.detail-box .title::before {
  left: 180px;
}
.detail-box .title::after {
  right: 180px;
}
.detail-table {
  table-layout: fixed;
  width: 100%;
}
.detail-table td {
  height: 54px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  padding: 0 15px;
}
.detail-table tr td:nth-child(odd) {
  text-align: center;
  background: #efefef;
}
.detail-table tr td:nth-child(even) {
  background: #f9f9f9;
}