@charset "UTF-8";
/**
 * 常州市公共资源交易网老年版网站2
 * date: 2023-3-29
 * author: xuhai;
 */
.box {
  padding: 50px 0 5px;
  box-sizing: border-box;
}
.box-list{
    display: flex;
  flex-wrap: wrap;
  margin-left:-45px;
}

.box-link {
  position: relative;
  top: 0;
  align-items: center;
  width: calc(33.33% - 45px);
  height: 280px;
  background: no-repeat center;
  background-size: 100% 100%;
  border-radius: 20px;
  margin-left: 45px;
  margin-bottom: 45px;
  padding-top: 30px;
  box-sizing: border-box;
  transition: top 0.3s ease-out;
  z-index: 1;
}

.box-link::before {
  display: block;
  width: 144px;
  height: 158px;
  background: no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto 24px;
  content: '';
}

.box-link .title {
  display: block;
  font-size: 40px;
  text-align: center;
  font-family: 'SourceHanSansCN-Bold';
  line-height: 42px;
  height: 42px;
}

.box-link::after {
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translateX(-50%);
  width: 366px;
  height: 31px;
  background: no-repeat bottom center;
  background-size: 366px 210px;
  z-index: -1;
}
 
.box-link:nth-child(1) {
  background-image: url("../images/index/bg_1.png");
}

.box-link:nth-child(1)::before {
  background-image: url("../images/index/icon_1.png");
}

.box-link:nth-child(1) .title {
  color: #237ae8;
}

.box-link:nth-child(1)::after {
  background-image: url("../images/index/shadow_1.png");
}

.box-link:nth-child(2) {
  background-image: url("../images/index/bg_2.png");
}

.box-link:nth-child(2)::before {
  background-image: url("../images/index/icon_2.png");
}

.box-link:nth-child(2) .title {
  color: #a8821b;
}

.box-link:nth-child(2)::after {
  background-image: url("../images/index/shadow_2.png");
}




.box-link:nth-child(3) {
  background-image: url("../images/index/bg_4.png");
}

.box-link:nth-child(3)::before {
  background-image: url("../images/index/icon_4.png");
}

.box-link:nth-child(3) .title {
  color: #0c96a3;
}

.box-link:nth-child(3)::after {
  background-image: url("../images/index/shadow_4.png");
}

.box-link:nth-child(4) {
  background-image: url("../images/index/bg_5.png");
}

.box-link:nth-child(4)::before {
  background-image: url("../images/index/icon_5.png");
}

.box-link:nth-child(4) .title {
  color: #5a75e2;
}

.box-link:nth-child(4)::after {
  background-image: url("../images/index/shadow_5.png");
}

.box-link:nth-child(5) {
  background-image: url("../images/index/bg_6.png");
}

.box-link:nth-child(5)::before {
  background-image: url("../images/index/icon_6.png");
}

.box-link:nth-child(5) .title {
  color: #d65331;
}

.box-link:nth-child(5)::after {
  background-image: url("../images/index/shadow_6.png");
}

.box-link:hover {
  top: -10px;
}

.box-link:hover::after {
  content: '';
}
