body {
  background-color: #F6F8FA;
}
.building-item {
  position: relative;
  padding-top: 2.27rem;
  padding-bottom: 1.36rem;
  border-bottom: 1px solid #E5E5E5;
}
.building-item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1F62E7;
  transition: all 0.5s ease;
}
.building-item:first-of-type {
  padding-top: 0;
}
.building-item .img {
  width: 27.8%;
  overflow: hidden;
}
.building-item img {
  transition: all 0.5s ease;
}
.building-item .txt {
  width: 72.2%;
  padding-left: 4.7%;
}
.building-item .tit {
  margin-bottom: 1.41rem;
}
.building-item .txt-des {
  align-items: flex-end;
}
.building-item h3 {
  width: 86.3%;
  font-size: 0.91rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}
.building-item .date {
  color: #BDBEBD;
  font-size: 0.91rem;
  font-weight: bold;
  flex-shrink: 0;
}
.building-item p {
  width: 86.3%;
  font-size: 0.73rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.building-item .icon {
  position: relative;
  width: 1.86rem;
  height: 1.36rem;
  padding-left: 0.91rem;
  overflow: hidden;
  border-left: 1px solid #AEB0AE;
}
.building-item .icon::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background-color: #1F62E7;
  transition: all 0.5s ease;
}
.building-item i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.09rem;
  color: #AEB0AE;
  transition: all 0.5s ease;
}
.building-item .icon-hover {
  top: 150%;
  color: #1F62E7;
}
.building-item:hover::after {
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.building-item:hover img {
  transform: scale(1.04);
}
.building-item:hover h3 {
  color: #1F62E7;
  text-shadow: 1px 0 0 #1F62E7;
}
.building-item:hover .date {
  color: #1F62E7;
}
.building-item:hover .icon {
  border-left-color: #1F62E7;
}
.building-item:hover .icon::after {
  height: 100%;
}
.building-item:hover .icon-arrow {
  transform: translateY(-150%);
}
.building-item:hover .icon-hover {
  top: 50%;
}
.paging {
  margin-top: 3.95rem;
}
.report-item {
  position: relative;
  width: 29.2%;
  padding: 3.05rem 0 2.36rem;
  background-color: #fff;
  text-align: center;
  border-radius: 0.45rem;
  overflow: hidden;
}
.report-item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #1B497F;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.report-item .icon {
  position: relative;
  width: 6.82rem;
  height: 6.82rem;
  border-radius: 50%;
  line-height: 6.82rem;
  background: #F6F8FA;
  z-index: 2;
}
.report-item .icon i {
  line-height: 6.82rem;
  font-size: 2.73rem;
  color: #1B497F;
}
.report-item h3 {
  position: relative;
  margin: 2.05rem 0 2.95rem;
  font-size: 1.09rem;
  z-index: 2;
}
.report-item h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.14rem;
  transform: translateX(-50%);
  width: 1.82rem;
  height: 0.09rem;
  background: #1B497F;
  transition: all 0.3s ease-in-out;
}
.report-item p {
  position: relative;
  font-size: 1.09rem;
  color: #666;
  z-index: 2;
}
.report-item a:hover {
  transition: all 0.5s ease;
  text-decoration: underline;
}
.report-item:hover {
  transition: all 0.4s ease;
}
.report-item:hover::after {
  left: -6.82rem;
  bottom: -4.55rem;
  width: 36.36rem;
  height: 36.36rem;
}
.report-item:hover .icon {
  background-color: #fff;
  transform: rotateY(360deg);
  transition: transform 0.4s;
}
.report-item:hover h3::after {
  background-color: #fff;
}
.report-item:hover h3,
.report-item:hover p {
  color: #fff;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .report {
    flex-direction: column;
  }
  .report-item {
    width: 100%;
    flex-direction: row;
    margin-bottom: 0.91rem;
    padding: 2.05rem 0 1.36rem;
  }
  .report-item .icon {
    margin-right: 1rem;
  }
  .report-item .txt {
    text-align: left;
  }
  .report-item .txt h3::after {
    left: 0;
    transform: translateX(0);
  }
  .report-item:hover::after {
    bottom: -23.55rem;
    width: 64.36rem;
    height: 64.36rem;
  }
}
@media only screen and (max-width: 681px) {
  .building-item h3,
  .building-item p {
    width: 100%;
  }
  .building-item {
    flex-direction: column;
    width: 100%;
  }
  .building-item .img {
    width: 100%;
    margin-bottom: 0.91rem;
  }
  .building-item .txt {
    width: 100%;
    padding-left: 0;
  }
  .building-item .tit {
    margin-bottom: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .building-item h3 {
    margin-bottom: 0.45rem;
  }
  .building-item .icon {
    display: none;
  }
  .report-item h3 {
    margin: 1.05rem 0 1.95rem;
  }
  .report-item h3::after {
    bottom: -0.85rem;
  }
}
@media only screen and (max-width: 415px) {
  .report-item .icon {
    width: 5.82rem;
    height: 5.82rem;
  }
  .report-item .icon i {
    line-height: 5.82rem;
  }
}
@media only screen and (max-width: 360px) {
  .report-item .icon {
    width: 4.82rem;
    height: 4.82rem;
  }
  .report-item .icon i {
    line-height: 4.82rem;
  }
}
