@charset "UTF-8";
/**
 * 江苏盐城港控股集团电子交易平台项目
 * date: 2024-10-24
 * author: wuzhou;
 */
.ewb-loc {
  padding: 20px 0;
  line-height: 24px;
  font-size: 14px;
  color: #7d899b;
  padding-left: 28px;
  background: url("../images/loc_icon.png") 2px 22px no-repeat;
}

.ewb-loc a {
  color: #7d899b;
}

.ewb-btwt {
  display: flex;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-bottom: 20px;
}

.ewb-main-bom {
  padding-bottom: 20px;
  background: url("../images/bom_bg.jpg") center bottom no-repeat;
  background: #e4f2fb;
}

.ewb-loc {
  padding: 20px 0;
  line-height: 24px;
  font-size: 14px;
  color: #7d899b;
  padding-left: 28px;
  background: url("../images/loc_icon.png") 2px 22px no-repeat;
}

.ewb-loc a {
  color: #7d899b;
}

.ewb-menu {
  margin-left: 23px;
  margin-top: 25px;
  width: 260px;
  flex-shrink: 0;
}

.ewb-info {
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 25px;
}

.ewb-menu-hd {
  height: 48px;
  line-height: 48px;
  background: url("../images/menu_bg.jpg") no-repeat;
  position: relative;
}

.ewb-menu-hd h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.ewb-menu-l {
  display: block;
  width: 12px;
  height: 13px;
  background: url("../images/menu_l.png") no-repeat;
  position: absolute;
  left: 0;
  bottom: -13px;
}

.ewb-menu-r {
  display: block;
  width: 11px;
  height: 12px;
  background: url("../images/menu_r.png") no-repeat;
  position: absolute;
  right: 0;
  bottom: -12px;
}

.ewb-menu-bd {
  background: #ecf6ff;
  margin: 0 11px 0 12px;
  padding: 20px 15px 0 15px;
  min-height: 587px;
}

.wb-tree-items {
  cursor: pointer;
  margin-bottom: 1px;
}

.wb-tree-node {
  display: block;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #fff;
  padding-left: 24px;
  font-weight: bold;
  background: #6CB4F1;
}

a.wb-tree-tt {
  color: #fff;
}

.wb-tree-iconr {
  float: right;
  width: 9px;
  height: 14px;
  margin-top: 15px;
  margin-right: 29px;
  background: url("../images/wblistr.png") no-repeat;
}

.wb-tree-sub {
  display: none;
  border: 1px solid #dedfdf;
}

.wb-tree-item {
  border-top: 1px solid #dedfdf;
}

.wb-tree-item:first-child {
  border-top: 0;
}

.wb-tree-item > a {
  display: block;
  height: 53px;
  line-height: 53px;
  padding-left: 37px;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("../images/dian.png") 22px center no-repeat;
}

.wb-tree-item > a:hover, .wb-tree-sub .current > a {
  color: #2386e8;
  background-color: #fbfdff;
}

.current .wb-tree-iconr {
  width: 14px;
  height: 9px;
  margin: 17px 27px 0 0;
  background: url("../images/wblistrh.png") no-repeat;
}

.current .wb-tree-sub {
  display: block;
}

.current .wb-tree-node {
  background: #007FEA;
}

/* 表格 */
.ewb-info table {
  text-align: center;
  width: 100%;
  color: #666;
  table-layout: fixed;
  font-size: 14px;
}

.ewb-info table td {
  box-sizing: border-box;
  padding: 0 15px;
  height: 44px;
}

.ewb-table-name {
  text-align: left;
}

.ewb-wt90 {
  width: 90px;
}

.ewb-wt140 {
  width: 140px;
}

.ewb-info table thead td {
  font-size: 16px;
  color: #007FEA;
  height: 48px;
  background: #e5eef5;
}

.ewb-info table thead td:first-child {
  border-top-left-radius: 10px;
}

.ewb-info table thead td:last-child,
.ewb-info table thead td.ewb-wt140 {
  border-top-right-radius: 10px;
}

.ewb-table-info {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ewb-table-info a {
  color: #666;
}

.ewb-info table tbody td {
  border-bottom: 1px dashed #eaeaea;
}

.ewb-info table tbody tr:hover,
.ewb-info table tbody tr:hover .ewb-table-info a {
  color: #6fa3e9;
}

/* 分页 */
.pager-wrap {
  margin-top: 10px;
  text-align: center;
}

.m-pagination-page > li > a {
  border-radius: 3px;
}

.m-pagination-page > li.active > a {
  border-color: #6FA3E9;
  color: #fff;
  background-color: #007FEA;
}