@charset "UTF-8";
/**!
 * 供应商公示
 * date:2022-05-10
 * author: trh;
 */
.main-content {
  padding-bottom: 22px;
}

.layout-right {
  padding: 20px 20px 0 24px;
}

/*分页*/
.pager {
  padding: 21px 0;
}

/*表格*/
.table-wrap {
  padding-top: 27px;
  min-height: 400px;
}

/*主体名称*/
.subject-wrap {
  height: 36px;
}

.subject-name {
  line-height: 36px;
  font-size: 18px;
}

.subject-box + .subject-box {
  margin-left: 38px;
}

.subject-input {
  margin-left: 95px;
  position: relative;
}

.subject-input-item {
  width: 280px;
  height: 36px;
  line-height: 34px;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
}

.subject-input .input-placeholder {
  left: 14px;
}

.subject-search {
  display: block;
  width: 94px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  margin-left: 18px;
  padding-left: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1261d6 url(../images/search_ico.png) no-repeat left 14px center;
}
