@charset "UTF-8";
/**
* 湖北省公共资源交易和政府采购一体化服务平台中控管理平台
* date:2024-3-22
* author: xujiawei;
 */
body {
  background: #f8f8f8;
}

.main {
  position: relative;
  padding: 0.3rem 0.9rem 0.5rem;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 72, 179, 0.08);
  margin-bottom: 0.28rem;
}

.title {
  height: 0.58rem;
  font-size: 0.3rem;
  line-height: 0.44rem;
  font-weight: 700;
  text-align: center;
  background: url("../images/publicy/title_bg.png") no-repeat center bottom;
  background-size: 4.26rem 0.1rem;
}

.mod {
  margin-bottom: 0.3rem;
}
.mod:last-child {
  margin-bottom: 0;
}

.list {
  margin-top: 0.3rem;
}
.list li {
  position: relative;
  height: 1rem;
  box-sizing: border-box;
  border-radius: 0.04rem;
  background: url("../images/publicy/item_bg.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 4px 12px 0px rgba(151, 160, 190, 0.1);
  margin-bottom: 0.25rem;
  padding: 0 0.4rem 0 1.3rem;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li img {
  position: absolute;
  left: -0.12rem;
  top: 0.12rem;
}
.list-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
}
.list-content > div {
  font-size: 0.26rem;
  color: #224b7f;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.list-content > div span {
  margin-left: 0.2rem;
  color: #95a1b9;
  font-size: 0.15rem;
  letter-spacing: 0.75px;
  font-weight: 400;
}
.list-content a {
  color: #224b7f;
  font-size: 0.16rem;
  padding-right: 0.39rem;
  background: url("../images/publicy/link_bg.png") no-repeat right center;
  background-size: 0.25rem 0.12rem;
}