@charset "UTF-8";
/**
 * 宣城市公共资源交易中心-服务平台
 * date: 2023-11-09
 * author: TH;
 */
.main {
  padding-bottom: 30px;
  background: #F3F5F8;
}

.content {
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(34, 71, 140, 0.08);
  border-top: 1px solid #3A7ADD;
  display: flex;
  flex-wrap: wrap;
  padding: 76px 75px 120px 75px;
}

.stage-item {
  position: relative;
  width: 260px;
  height: 310px;
  margin: 45px 45px 0 45px;
  border: 2px solid #000;
  border-top: 13px solid #000;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  top: 0;
  box-sizing: border-box;
  text-align: center;
}
.stage-item:hover {
  top: -10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.stage-item.light-purple {
  border-color: #5794F2;
}
.stage-item.light-purple .stage-link {
  background-color: #5794F2;
}
.stage-item.light-blue {
  border-color: #3AA2DD;
}
.stage-item.light-blue .stage-link {
  background-color: #3AA2DD;
}
.stage-item.light-green {
  border-color: #3AC0DD;
}
.stage-item.light-green .stage-link {
  background-color: #3AC0DD;
}
.stage-item.blue {
  border-color: #2E96ED;
}
.stage-item.blue .stage-link {
  background-color: #2E96ED;
}
.stage-item.green {
  border-color: #2AA47B;
}
.stage-item.green .stage-link {
  background-color: #2AA47B;
}
.stage-item.red {
  border-color: #ED5049;
}
.stage-item.red .stage-link {
  background-color: #ED5049;
}
.stage-ico {
  height: 90px;
  margin-top: 56px;
}
.stage-name {
  margin-top: 27px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
}
.stage-link {
  height: 26px;
  line-height: 26px;
  padding-left: 11px;
  border-radius: 13px;
  width: 90px;
  margin: 38px auto 0 auto;
  text-align: left;
  color: #fff;
  background: url("../images/stage/into_arrow.png") right 8.5px center no-repeat;
  box-sizing: border-box;
}