@charset "UTF-8";
/**!
 * 通用二级
 * date:2022-09-16
 * author: huangcong;
 */
.header {
  position: relative;
  background: linear-gradient(to bottom, #3283ff, #46a5ff);
}

.main {
  padding: 20px 0 30px;
}

.mt20 {
  margin-top: 20px;
}

/* 右侧 */
.info-content {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
  border-radius: 4px;
  padding: 0 20px;
  padding-bottom:20px;
}
.info-hd {
  height: 53px;
  border-bottom: 1px solid #ebebeb;
}
.info-tt {
  height: 53px;
  line-height: 50px;
  border-bottom: 2px solid #2065FC;
  color: #2065FC;
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.info-search {
  float: right;
  position: relative;
  margin-top: 11px;
}
.info-search .btn {
  width: 12px;
  height: 12px;
  position: absolute;
  background: url(https:/lzggzyjy.lanzhou.gov.cn/images/honesty/search-icon.png) no-repeat;
  right: 9px;
  top: 9px;
  cursor: pointer;
}
.info-input {
  width: 251px;
  height: 30px;
  border: 1px solid #DCDFE2;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  background-color: transparent;
  outline: none;
}
.info-input::-moz-placeholder {
  color: rgba(126, 126, 126, 0.3);
}
.info-input:-ms-input-placeholder {
  color: rgba(126, 126, 126, 0.3);
}
.info-input::placeholder {
  color: rgba(126, 126, 126, 0.3);
}
.info-item {
  height: 63px;
  line-height: 62px;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
}
.info-item > a:hover .info-title,
.info-item > a:hover .info-date {
  color: #2065FC;
    cursor:pointer;
}
.info-item > a:hover .info-title::before {
  background: #2065FC;
}
.info-title {
  margin-right: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 14px;
  position: relative;
  color: #333;
}
.info-title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #7f8ba5;
  left: 3px;
  top: 50%;
  margin-top: -1px;
}
.info-date {
  float: right;
  color: #7F8BA5;
}
.info-text {
  min-height: 630px;
}
.info-bd {
  padding-bottom: 32px;
}
.pager {
  margin-top: 30px;
}