﻿@charset "UTF-8";
/**!
 * 政务公开
 * date:2021-11-06
 * author: wppei;
 */
.reply {
  padding-top: 0;
}

.infor {
  padding-bottom: 33px;
  overflow: hidden;
}

.infor-list {
  margin-right: -32px;
}

.infor-item {
  float: left;
  width: 20%;
  padding-right: 32px;
  margin-top: 31px;
}

.infor-item:nth-child(1) .infor-box {
  background-image: url("../images/infor_icon1.png");
  background-color: #5da4fd;
}

.infor-item:nth-child(2) .infor-box {
  background-image: url("../images/infor_icon2.png");
  background-color: #3ac37e;
}

.infor-item:nth-child(3) .infor-box {
  background-image: url("../images/infor_icon3.png");
  background-color: #0ccce3;
}

.infor-item:nth-child(4) .infor-box {
  background-image: url("../images/infor_icon4.png");
  background-color: #7d85f2;
}

.infor-item:nth-child(5) .infor-box {
  background-image: url("../images/infor_icon5.png");
  background-color: #f4b55e;
}

.infor-box {
  display: block;
  height: 192px;
  padding-top: 130px;
  line-height: 45px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center 16px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  transition: all .3s;
}


.infor-box:hover {
  transform: translateY(-12px);
}


@media (max-width: 979px) {
  .infor-list {
    margin-right: -10px;
  }
  .infor-item {
    padding-right: 10px;
  }
  .infor-box {
    height: 155px;
    padding-top: 100px;
    font-size: 22px;
    background-size: 80px 80px;
  }
}

@media (max-width: 767px) {
  .infor-item {
    width: 50%;
  }
  .infor-item {
    margin-top: 16px;
  }
}
