.view {
  width: 100%;
  overflow: hidden;
}
.view .last {
  display: flex;
  flex-wrap: wrap;
  width: 44%;
  height: 527px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .view .last {
    width: 52%;
  }
}
@media (max-width: 1280px) {
  .view .last {
    width: 68%;
  }
}
@media (max-width: 950px) {
  .view .last {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .view .last {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .view .last {
    flex-direction: column;
    height: 1055px;
    flex-wrap: nowrap;
    margin-left: 24px;
  }
}
.view .last .page_part {
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 22px;
  margin-top: 32px;
}
@media (max-width: 640px) {
  .view .last .page_part {
    width: 100%;
  }
}
.view .last .page_part .part_title {
  font-size: 16px;
  font-weight: bold;
}
.view .last .page_part ul {
  margin-top: 14px;
}
.view .last .page_part ul li {
  display: flex;
  flex-direction: column;
}
.view .last .page_part ul li a {
  font-size: 14px;
  color: #666666;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
