@charset "UTF-8";
/**
 * 20240320温州市阳光采购服务平台
 * date: 2024-3-20
 * author: qgq;
 */
.content {
  min-height: calc(100% - 532px);
  margin: 25px auto;
  padding: 32px 20px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.firm {
  margin-top: 25px;
  padding: 14px 20px 0;
  height: 365px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.firm-title {
  height: 36px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ae946d;
  font-size: 24px;
  font-weight: bold;
}
.firm-title::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  background: url("../images/title_ico.png") center no-repeat;
}
.firm-title::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: url("../images/title_ico.png") center no-repeat;
}
.firm-table {
  width: 100%;
  margin-top: 26px;
}
.firm-table thead {
  background: #f9f4ee;
}
.firm-table thead th {
  height: 30px;
  line-height: 30px;
  color: #333;
}
.firm-table thead th:nth-child(1) {
  padding-left: 19px;
}
.firm-table tbody tr td {
  padding: 10px 0;
  height: 50px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  cursor: pointer;
}
.firm-table tbody tr:nth-child(even) {
  background: #f4f4f4;
}
.firm-table tbody tr td:nth-child(1) {
  padding-left: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.firm-table tbody tr td:nth-child(n+2) {
  /* padding-left: 7px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pager {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .arrow-left {
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url("../images/arrow_ico_3.png") center no-repeat;
  border: none;
}
.pager .arrow-right {
  display: inline-block;
  width: 7px;
  height: 9px;
  background: url("../images/arrow_ico_4.png") center no-repeat;
  border: none;
}
.pager .layui-disabled {
  background: #f9f9f9;
}
.pager .layui-disabled .arrow-right {
  background-image: url("../images/arrow_ico_4_h.png");
}
.pager .layui-disabled .arrow-left {
  background-image: url("../images/arrow_ico_3_h.png");
}
.pager .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #e0c193;
  color: #fff;
}
.pager .layui-laypage a:hover {
  color: #e0c193;
}
.pager .layui-laypage {
  margin: 0;
}
.pager .layui-laypage .layui-laypage-count,
.pager .layui-laypage .layui-laypage-limits,
.pager .layui-laypage .layui-laypage-refresh,
.pager .layui-laypage .layui-laypage-skip {
  margin: 0;
}
.pager .layui-laypage a,
.pager .layui-laypage span {
  margin: 0 6px 0 0;
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.pager .layui-laypage button,
.pager .layui-laypage input {
  height: 34px;
  line-height: 34px;
}
.pager .layui-laypage-btn {
  display: none;
}
.pager .layui-laypage .layui-laypage-skip {
  color: #4e5463;
}

.firm-search {
  margin: 20px auto 0;
  width: 494px;
}