@charset "UTF-8";
/**
* 宁夏公共资源交易平台信息化(二期)项目交易及辅助服务系统
* date:2023-11-02
* author: zhaodq
 */
.main {
  margin-top: 30px;
  padding-bottom: 30px;
  background: #F8FAFF;
}
.main .sub-body {
  min-height: 630px;
  padding: 30px 40px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list {
  margin-top: 30px;
}
.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  color: #333;
  font-size: 16px;
  line-height: 36px;
  border-bottom: 1px solid #DDD;
}
.list-name {
  width: 772px;
  padding-right: 50px;
}
.list-btn {
  margin-left: auto;
  width: 82px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, from(#23B0FF), to(#5484FF));
  background: linear-gradient(270deg, #23B0FF 0%, #5484FF 100%);
}
.list-btn:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(36, 175, 255, 0.8)), to(rgba(82, 131, 255, 0.8)));
  background: linear-gradient(270deg, rgba(36, 175, 255, 0.8) 0%, rgba(82, 131, 255, 0.8) 100%);
}