.ny-structure {
  margin-bottom: 40px;
}
.ny-structure .content {
  margin-top: 55px;
}
.ny-structure .tit {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #f1f2f4;
  padding-left: 30px;
  font-size: 20px;
  color: #000000;
  box-sizing: border-box;
  color: #900000;
  border-left: 4px solid #c70006;
}
.ny-structure .number {
  margin-top: 50px;
}
.ny-structure .number .number-list {
  overflow: hidden;
  margin-top: 40px;
}
.ny-structure .number .number-list .tempWrap {
  padding-bottom: 40px;
}
.ny-structure .number .number-list ul {
  display: flex;
  flex-wrap: wrap;
  overflow: visible!important;
}
.ny-structure .number .number-list ul li {
  width: calc(20% - 24px);
  margin-right: 30px;
  overflow: hidden;
  box-shadow: 3px 4px 21px 0px rgba(215, 215, 215, 0.39);
}
.ny-structure .number .number-list ul li:hover .text {
  background: #c70006;
  box-shadow: 0px 8px 13px 0px rgba(240, 240, 240, 0.4);
}
.ny-structure .number .number-list ul li:hover .text p {
  color: #fff !important;
}
.ny-structure .number .number-list ul li:hover .text p span {
  color: #fff !important;
}
.ny-structure .number .number-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.8s;
}
.ny-structure .number .number-list ul li .img {
  width: 100%;
  display: block;
  position: relative;
}
.ny-structure .number .number-list ul li .img::before {
  content: '';
  display: block;
  padding-bottom: 115%;
}
.ny-structure .number .number-list ul li .text {
  height: 92px;
  background: #fff;
  position: relative;
  z-index: 1000;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-structure .number .number-list ul li .text p:nth-of-type(1) {
  display: flex;
  align-items: flex-end;
}
.ny-structure .number .number-list ul li .text p:nth-of-type(1) span:nth-child(1) {
  font-size: 22px;
  color: #0E0E0E;
}
.ny-structure .number .number-list ul li .text p:nth-of-type(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-left: 25px;
}
.ny-structure .number .number-list ul li .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
.ny-party-building {
  margin-bottom: 80px;
}
.ny-party-building .list ul li {
  height: 151px;
  background: #FFFFFF;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 30px;
}
.ny-party-building .list ul li:hover .left {
  background: #B80107;
}
.ny-party-building .list ul li:hover .left p {
  color: #fff !important;
}
.ny-party-building .list ul li:hover .right p:nth-child(1) {
  color: #B80107;
}
.ny-party-building .list ul a {
  display: flex;
}
.ny-party-building .list ul a .left {
  width: 89px;
  height: 89px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ny-party-building .list ul a .left p:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  color: #999999;
}
.ny-party-building .list ul a .left p:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
.ny-party-building .list ul a .right {
  width: calc(100% - 110px);
  margin-left: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-party-building .list ul a .right p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-party-building .list ul a .right p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 27px;
  margin-top: 8px;
}
