@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: 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;
}

.publicity-table .align-center {
  text-align: center;
}

.publicity-table th,
.publicity-table td {
  padding: 0 10px;
}

.publicity-table thead {
  height: 60px;
  background: #114eaa;
}

.publicity-table thead th {
  color: #fff;
  font-size: 18px;
}

.publicity-table tbody tr {
  height: 60px;
  cursor: pointer;
}

.publicity-table tbody tr:nth-child(odd) {
  background: #fff;
}

.publicity-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.publicity-table tbody tr:hover {
  color: #114eaa;
  background: #f3f8ff;
}

.publicity-table tbody td {
  box-sizing: border-box;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-box {
  position: relative;
  margin: 24px auto 0;
  width: 532px;
  height: 54px;
}

.search-box .search-ipt {
  border-radius: 36px;
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 100px 0 20px;
}

.search-box .search-btn {
  position: absolute;
  width: 88px;
  right: 6px;
  top: 6px;
  height: 42px;
  line-height: 42px;
  padding-left: 38px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  border-radius: 48px;
  background: linear-gradient(270deg, #ff973d 2.81%, #ff6a24 100%);
  cursor: pointer;
}

.search-box .search-btn::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 12px;
  width: 18px;
  height: 18px;
  background: url("../images/sub_search_icon.png") no-repeat;
}
