@charset "UTF-8";
/**
* 义乌市阳光招标采购平台建设服务项目
* date:2025-7-7
* author: xujiawei;
 */
.main {
  border-radius: 4px;
  background: #fff;
  padding: 30px 24px;
  margin-bottom: 24px;
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}
.main-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 41px;
  line-height: 41px;
  font-size: 28px;
  font-weight: 600;
}
.main-title::before, .main-title::after {
  position: absolute;
  top: 15px;
  content: "";
  width: 309px;
  height: 11px;
}
.main-title::after {
  left: -339px;
  background: url("../images/sub_title_left.png");
}
.main-title::before {
  right: -339px;
  background: url("../images/sub_title_right.png");
}

.publicity-table {
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
}
.publicity-table .align-center {
  text-align: center;
}
.publicity-table th,
.publicity-table td {
  padding: 16px 10px;
  word-break: break-all;
}
.publicity-table thead {
  height: 50px;
  background: #114eaa;
}
.publicity-table thead th {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.publicity-table tbody tr {
  height: 56px;
  cursor: default;
}
.publicity-table tbody tr:nth-child(odd) {
  background: #fff;
}
.publicity-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.publicity-table tbody tr:hover {
  background: #e8f4ff;
}
.publicity-table tbody td {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.search-box {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search-box .search-ipt {
  width: 460px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  background: #fff;
  font-size: 14px;
  padding: 0 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  outline: none;
  margin-right: 16px;
}
.search-box .search-ipt::-webkit-input-placeholder {
  color: #ccc;
}
.search-box .search-ipt:-moz-placeholder {
  color: #ccc;
}
.search-box .search-ipt::-moz-placeholder {
  color: #ccc;
}
.search-box .search-ipt:-ms-input-placeholder {
  color: #ccc;
}
.search-box .search-ipt::placeholder {
  color: #ccc;
}
.search-box .search-ipt:focus {
  border-color: #114eaa;
}
.search-box .search-btn {
  width: 60px;
  height: 32px;
  background: #114eaa;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.search-box .search-btn:hover {
  background: #0d3d88;
}

.jumpbtn_bgt{
	cursor: pointer !important;
}