html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
  height: 100%;
  width: 100%;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.head {
  width: 100%;
  height: 7rem;
  background-image: url('../assets/pmhb/head-bg.png');
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .search {
  display: flex;
  width: 6.6rem;
  padding-top: 100px;
}
.head .search input {
  flex: 1;
  height: 47px;
  background: #FFFFFF;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  padding-left: 15px;
}
.head .search input:focus {
  outline: none;
}
.head .search img {
  cursor: pointer;
}
.content {
  width: 1200px;
  margin: 0px auto;
}
.content .link {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #999999;
  margin-top: 25px;
}
.content .nav {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.content .nav img {
  margin-bottom: 40px;
}
.content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content .list a {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .list .listItem {
  background-image: url('../assets/ypcp/yp-bg.png');
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 285px;
  height: 180px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 35px 15px 20px 15px;
  position: relative;
  box-sizing: border-box;
}
.content .list .listItem .title {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
.content .list .listItem .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.content .list .listItem .icon img {
  margin-right: 20px;
}
.content .list .listItem .icon .progress {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .list .listItem .icon .progress .circle {
  width: 9px;
  height: 9px;
  background: #FFFFFF;
  border-radius: 50%;
}
.content .list .listItem .icon .progress .line {
  width: 163px;
  height: 5px;
  background: #0756FD;
  border-radius: 2px;
}
.content .list .listItem:nth-child(4n) {
  margin-right: 0;
}
