@charset "UTF-8";
/**!
 * 武进区登录页
 * date:2021-11-17
 * author: zzongyi;
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*背景自适应*/
.bg {
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -5;
  zoom: 1;
  background-attachment: fixed;
  background: center 0;
}

.bg img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

/*内容区*/
.content {
  padding-top: 140px;
  padding-top: 1.4rem;
  text-align: center;
}

.content-hd {
  font-size: 52px;
  font-size: 0.52rem;
  height: 80px;
  height: 0.8rem;
  line-height: 80px;
  line-height: 0.8rem;
  font-weight: bold;
  color: #fff;
}

.hd-sec {
  font-size: 32px;
  font-size: 0.32rem;
  height: 60px;
  height: 0.6rem;
  line-height: 60px;
  line-height: 0.6rem;
  font-weight: bold;
  color: #fff;
}

.hd-sec .hd-sec-text {
  display: inline-block;
  height: 60px;
  height: 0.6rem;
  line-height: 60px;
  line-height: 0.6rem;
  position: relative;
}

.hd-sec .hd-sec-text::before, .hd-sec .hd-sec-text::after {
  content: '';
  display: inline-block;
  width: 40px;
  width: 0.4rem;
  height: 2px;
  height: 0.02rem;
  background-color: #828ab4;
  position: absolute;
  top: 34px;
  top: 0.34rem;
}

.hd-sec .hd-sec-text::before {
  left: -58px;
  left: -0.58rem;
}

.hd-sec .hd-sec-text::after {
  right: -58px;
  right: -0.58rem;
}

.content-bd {
  padding-top: 146px;
  padding-top: 1.46rem;
  text-align: center;
}

.infor-list {
  display: inline-block;
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
}

.list-item {
  display: inline-block;
  margin: 0px 12px;
  margin: 0rem 0.12rem;
  width: 150px;
  width: 1.5rem;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 0.2rem;
  height: 310px;
  height: 3.1rem;
  padding-top: 164px;
  padding-top: 1.64rem;
  padding-left: 10px;
  padding-left: 0.1rem;
  padding-right: 10px;
  padding-right: 0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 42px;
  line-height: 0.42rem;
  color: #fff;
  border-radius: 8px;
  border-radius: 0.08rem;
}

.list-item a p {
  line-height: 26px;
  line-height: 0.26rem;
  letter-spacing: 1px;
  letter-spacing: 0.01rem;
}

.list-item:hover {
  position: relative;
  top: -10px;
  top: -0.1rem;
}

.infor-list .list-item:nth-child(1) a {
  background: url("../images/item-1.png") no-repeat center center;
  background-size: 100% 100%;
}

.infor-list .list-item:nth-child(2) a {
  background: url("../images/item-2.png") no-repeat center center;
  background-size: 100% 100%;
}

.infor-list .list-item:nth-child(3) a {
  background: url("../images/item-3.png") no-repeat center center;
  background-size: 100% 100%;
}

.infor-list .list-item:nth-child(4) a {
  background: url("../images/item-4.png") no-repeat center center;
  background-size: 100% 100%;
}

.infor-list .list-item:nth-child(5) a {
  background: url("../images/item-5.png") no-repeat center center;
  background-size: 100% 100%;
}

.infor-list .list-item:nth-child(6) a {
  background: url("../images/item-6.png") no-repeat center center;
  background-size: 100% 100%;
}

.infor-list .list-item:nth-child(7) a {
  background: url("../images/item-7.png") no-repeat center center;
  background-size: 100% 100%;
}
.infor-list .list-item:nth-child(8) a {
  background: url("../images/item-1.png") no-repeat center center;
  background-size: 100% 100%;
}