@charset "UTF-8";
/**!
 * 临沂市公共资源交易有限公司数字化综合应用系统项目-首页
 * date:2022-06-08
 * author: QuGuoQiang;
 */
.footer {
  margin-top: 20px;
}

.option {
  padding: 11px 60px 38px 29px;
  line-height: 29px;
  font-size: 18px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
          box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
  border-radius: 6px;
}

.option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.option-title {
  margin-top: 21px;
  width: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #808f9e;
}

.option-nature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.option-li {
  padding: 0 12px;
  margin: 21px 0 0 15px;
  cursor: pointer;
}

.option-li.active {
  color: #fff;
  background: #0e92ff;
  border-radius: 2px;
}

.result {
  margin-top: 20px;
  padding: 0 30px 34px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
          box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
  border-radius: 6px;
}

.result-find {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 38px;
  font-size: 18px;
}

.result-find p {
  color: #333333;
}

.result-find p span {
  color: #0e92ff;
}

.result-find-box {
  padding-top: 23px;
  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;
}

.result-sort {
  position: relative;
  padding-right: 12px;
  margin-left: 42px;
  color: #0e92ff;
  cursor: pointer;
}

.result-sort::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../css/images/sort_icon.png") center no-repeat;
}

.result-sort::before {
  content: '';
  position: absolute;
  left: -21px;
  top: 50%;
  width: 1px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d9d9d9;
}

.result-sort.order::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

.result .logo-search-input {
  border: 1px solid #0e90fe;
}

.result-list {
  position: relative;
  /* height: 74px; */
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e8edf6;
  line-height: 72px;
  text-align: center;
  color: #333;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f9ff));
  background: linear-gradient(180deg, #ffffff 0%, #f2f9ff 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.result-list.head {
  height: 48px;
  margin-top: 36px;
  background: #e6f2fc;
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  cursor: auto;
}

.result-list.head:hover {
  color: #454545;
  border: 1px solid #e8edf6;
}

.result-list:hover {
  color: #0e90fe;
  border: 1px solid #0e90fe;
  z-index: 99;
}

.result-li {
  width: 246px;
  padding: 0 5px;
}

.result-li:nth-child(2) {
  width: 572px;
  text-align: left;
}

.result-li:nth-child(3) {
  width: 160px;
}

.result-li:nth-child(4) {
  width: 107px;
}

.result-li:nth-child(5) {
  width: 121px;
}

.result-li:nth-child(6) {
  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;
  width: 100px;
}

.result-li:nth-child(6)[data-type='0'] .in-notice {
  display: block;
}

.result-li:nth-child(6)[data-type='1'] .no-notice {
  display: block;
}

.result-li:nth-child(6)[data-type='2'] .over-notice {
  display: block;
}

.result-btn {
  width: 73px;
  height: 29px;
  display: none;
  background: rgba(14, 144, 254, 0.05);
  border: 1px solid #0e90fe;
  border-radius: 3px;
  text-align: center;
  line-height: 27px;
  color: #0e90fe;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.result-btn.no-notice {
  background: rgba(255, 174, 52, 0.05);
  border: 1px solid #ffae34;
  color: #ffae34;
}

.result-btn.over-notice {
  color: #999999;
  background: rgba(153, 153, 153, 0.05);
  border: 1px solid #999999;
}

.pager {
  margin-top: 30px;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button {
  line-height: 30px;
  height: 30px;
}
