#Jury {
  margin: 50px 0 0 0;
}

#Jury .title h2 {
  color: #c2283d;
  margin-top: 30px;
}

#Jury .title h3 {
  color: #d5a8ad;
}

#Jury .content .jury_content .spec {
  margin-bottom: 30px;
}

#Jury .content .jury_content .spec .t2 {
  text-indent: 2em;
}

#Jury .content .jury_content .chairperson img,
#Jury .content .jury_content .member img {
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#Jury .content .jury_content .chairperson .member_item,
#Jury .content .jury_content .member .member_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Jury .content .jury_nav {
  position: fixed;
  width: 380px;
  right: 16%;
  top: 45%;
  z-index: 999;
}

#Jury .content .new_jury_nav_top {
  top: 6%;
}

#Jury .content .jury_nav .nav_title {
  margin-bottom: 20px;
  text-align: center;
}

#Jury .content .jury_nav .navItem {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}

#Jury .content .jury_nav .layui-this a {
  color: #c2283d;
}

#Jury .content .member .member_item .name {
  line-height: 1.1;
}

#Jury .jury_nav .nav_title {
  margin-bottom: 20px;
  text-align: center;
}

#Jury .jury_nav .navItem {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}

#Jury .jury_nav .layui-this a {
  color: #c2283d;
}