.people-new .title {
  font-size: 40px;
  color: #3b2d2d;
  text-align: center;
  font-weight: bold;
}
.people-new .des {
  font-size: 22px;
  color: #3b2d2d;
  text-align: center;
}
.people-new .line {
  height: 1px;
  background: #979797;
  margin: 30px auto;
  width: 100%;
}
.people-new .people-intro-new {
  margin: 0 auto;
}
.people-new .people-intro-new p {
  line-height: 20px;
  margin: 0 auto 20px;
}
.event h2 {
  color: #00a3ec;
  text-align: center;
  margin: 40px auto;
  border-top: 1px solid #979797;
  padding-top: 40px;
}
.event .arrange {
  margin: 20px auto;
}
.event .arrange span {
  font-weight: bold;
}
.people-list-new li {
  font-weight: normal;
}
.people-list-new li.no-sty::before {
  visibility: hidden;
}
.people-list-new li span {
  font-weight: bold;
  min-width: 120px;
}
.people-list-new li i {
  margin-right: 10px;
}
.people-list-new li em {
  font-style: normal;
  color: #00a3ec;
  flex-shrink: 0;
  margin-right: 10px;
  width: 60px;
  font-weight: bold;
  display: inline-flex;
}
.more .registration {
  width: 114px;
  height: 32px;
  background: #00a3ec;
  border-radius: 4px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
  transition: 0.4s;
}
.more .registration:hover {
  box-shadow: 0 -3px 0 #027fb8 inset;
  -webkit-box-shadow: 0 -3px 0 #027fb8 inset;
}
.organizing p {
  font-weight: bold;
  line-height: 24px;
}
.organizing p.no-bold {
  font-weight: normal;
}
@media (max-width: 1000px) {
  .people-new .title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .people-new .title {
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  .dialogTop .claseDialogBtn img {
    right: 0;
  }
}


