@charset "UTF-8";
/**
* 上海市建设工程交易平台网站建设项目(临时)
* date:2025-5-19
* author: hcong;
 */
.main {
  padding: 24px 0 30px;
  background: #eef3f9;
  min-height: 600px
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-left {
  width: 210px;
}
.content-right {
  width: 966px;
}

.policy-sidebar {
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  overflow: hidden;
}

.policy-sidebar-header {
  height: 102px;
  background: url("../images/policies/hd_bg.png") no-repeat;
  padding: 30px 24px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.policy-sidebar-title-cn {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 2px;
}

.policy-sidebar-title-en {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.policy-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.policy-sidebar-list li {
  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;
  padding: 0 20px 0 24px;
  height: 60px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.policy-sidebar-list li::before {
  position: absolute;
  content: "";
  width: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}

.policy-sidebar-list li.current,
.policy-sidebar-list li.active,
.policy-sidebar-list li:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f3f8ff), to(#fff));
  background: linear-gradient(90deg, #f3f8ff 0%, #fff 100%);
  color: #226fd8;
  font-weight: bold;
}
.policy-sidebar-list li.active::current,
.policy-sidebar-list li.active::before,
.policy-sidebar-list li:hover::before {
  background: #226fd8;
}

.policy-sidebar-list li .policy-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/policies/arrow_link.png") no-repeat center center;
}

/* 右侧 */
.page {
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}
.page-hd {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  background: #eef3f9;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-all {
  font-size: 14px;
  color: #607a9a;
}
.page-search {
  width: 200px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  padding: 0 12px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-search > input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: none;
  outline: none;
}
.page-search-btn {
  width: 17px;
  height: 17px;
  background: url("../images/policies/search_ico.png") no-repeat;
}
.page-bd {
  padding: 0 0 20px 0;
}

.policy-list {
  list-style: none;
  margin: 0;
  padding: 2px 16px 0;
}
.policy-list .policy-item {
  border-bottom: 1px dashed #ddd;
  padding: 18px 0 16px 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
.policy-list .policy-item:hover {
  background: #f6faff;
  border-color: #226fd8;
}
.policy-list .policy-item:hover .policy-item-title {
  color: #226fd8;
}
.policy-list .policy-item .policy-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  line-height: 24px;
}
.policy-list .policy-item .policy-item-icon {
  display: inline-block;
  width: 9px;
  height: 12px;
  margin-right: 12px;
  background: url("../images/policies/list_icon.png") no-repeat center center;
  background-size: 9px 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.policy-list .policy-item .policy-item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.policy-list .policy-item .policy-item-date {
  color: #999;
  font-size: 14px;
  margin-left: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.policy-list .policy-item .policy-item-desc {
  color: #999;
  font-size: 14px;
  line-height: 21px;
  margin-left: 28px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pager {
  margin-top: 20px;
}
.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: #226fd8;
  background-color: #226fd8;
  color: #fff;
}
.pager .m-pagination-info {
  height: 32px;
  line-height: 32px;
  padding-left: 0;
  margin-right: 8px;
}
.pager .m-pagination-info span {
  color: #226fd8;
  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;
}

.sub-hd {
  height: 58px;
  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;
  padding-left: 4px;
  position: relative;
}
.sub-hd::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/policies/sub_hd.png") no-repeat;
  left: 3px;
  top: 11px;
}
.sub-hd > h3 {
  font-size: 20px;
  font-weight: bold;
}
.sub-line {
  height: 16px;
  width: 1px;
  margin: 0 7px;
  background: rgba(153, 153, 153, 0.2);
}
.sub-en {
  font-size: 14px;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
}

.common-table {
  width: 100%;
  table-layout: fixed;
}
.common-table-wrap {
  height: 542px;
}
.common-table th {
  height: 42px;
  background: #226fd8;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  padding: 0 12px;
}
.common-table tbody tr {
  height: 50px;
  border-bottom: 1px dashed #ddd;
}
.common-table tbody tr:hover {
  background: #f4f9ff;
}
.common-table tbody td {
  padding: 0 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-table tbody td > a {
  color: #333;
}
.common-table .tb-left {
  text-align: left;
}