.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entirety{
  margin-bottom: 70px;
}

.pageLog {
  max-width: 1920px;
  min-width: 1400px;
  /* margin-bottom: 100px; */
}

.pageLog>div {
  background-image: url(../images/team-Log.png);
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .conTal {
  text-align: center;
  width: 130px;
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}

.conIntro {
  display: block;
  width: 490px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 45px;
  text-align: center;
} */

.conBoxz {
  /* width: 1470px; */
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.project {
  width: 28.333%;
  /* width: 420px; */
  height: 530px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 30px;
  box-sizing: border-box;
  margin: 35px;
}

.proTal {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.proTal img {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.proTal span {
  font-size: 23px;
  font-weight: bold;
  color: #237bff;
}

.setForth {
  font-size: 15px;
  font-weight: 500;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wire {
  width: 360px;
  height: 0px;
  border: 1px solid #dcdcdc;
  margin: 35px 0;
}

.advanTal {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 18px;
}

.advanDot {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.advanDot:last-child {
  margin-bottom: 0;
}

.logo {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
}


.advaNape {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.consult {
  margin-top: 28px;
}

.consult a {
  display: inline-block;
  width: 360px;
  height: 50px;
  background: #237bff;
  border-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}
.yjk-project-title{
  position: relative;
    padding-bottom: 80px;
    text-align: center;
}
.yjk-project-title>h2 {
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.yjk-project-title>p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
