@charset "UTF-8";
/**
 * 河南省公共资源交易一网通办（评定分离）建设项目
 * date: 2025-4-15
 * author: wuzhou;
 */
body {
  min-width: 1200px;
  background: url("../images/intelligent_bg.jpg") center top no-repeat;
  background-size: cover;
  padding-bottom: 105px;
}

.content {
  width: 1200px;
  margin: 0 auto;
  background: url("../images/hi.png") right top no-repeat;
}

.intelligent-top {
  box-sizing: border-box;
  padding-top: 105px;
  height: 225px;
}

.intelligent-logo {
  padding-left: 104px;
  min-height: 86px;
}
.intelligent-logo > p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 350px;
}
.intelligent-logo-name {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 36px;
  color: #161B2B;
}
.intelligent-logo-info {
  color: #505050;
  margin-top: 8px;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}

.intelligent-main {
  position: relative;
  min-height: 751px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 30px;
  box-shadow: 0px 8px 24px 0px #687EC226;
  overflow: hidden;
}
.intelligent-main.active .switch-ico {
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  border-bottom-left-radius: 10px;
  background: url("../images/switch_ico2.png") center no-repeat #9BA8CB;
}
.intelligent-main.active .switch-ico:hover {
  background-color: #2556D8;
}

.intelligent-area {
  flex: 1;
}

.question-area {
  box-sizing: border-box;
  width: 340px;
  flex-shrink: 0;
  padding: 24px 16px 14px;
  background-color: #fff;
}

.question-title {
  position: relative;
  height: 27px;
  line-height: 27px;
  padding-left: 13px;
  font-weight: 700;
  font-size: 18px;
}
.question-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 16px;
  border-radius: 3px;
  background: linear-gradient(180deg, #295AE2 0%, #179DFF 100%);
}

.question-items {
  margin-top: 12px;
  padding-right: 6px;
  margin-right: -6px;
}
.question-items + .question-title {
  margin-top: 20px;
}

.question-item {
  margin-top: 8px;
}
.question-item:first-child {
  margin-top: 0;
}
.question-item > a {
  display: block;
  padding-left: 28px;
  padding-right: 8px;
  height: 37px;
  line-height: 37px;
  border-radius: 8px;
  color: #313542;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/question_ico.png") 8px 50% no-repeat #F5F7FA;
}
.question-item:hover > a {
  color: #2556D8;
  background-color: rgba(37, 86, 216, 0.08);
}

.switch-ico {
  position: absolute;
  right: 16px;
  top: 22px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  background: url("../images/switch_ico1.png") center no-repeat #fff;
  z-index: 1753;
}

#hot-list {
  height: 352px;
  overflow-y: auto;
}

#last-list {
  height: 262px;
  overflow-y: auto;
}

.ie-tips {
  position: relative;
  height: 100%;
  font-size: 20px;
}
.ie-tips > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layui-layer {
  background-color: transparent !important;
}