.right_menu {
  width: 250px;
}
.left_content {
  width: calc(100% - 280px);
}
.juries_title {
  font-size: 30px;
  font-family: Poppins_Bold, Arial, sans-serif;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 38px;
}
.juries_item {
  width: 23%;
  max-width: 310px;
  position: relative;
  cursor: pointer;
}
.j_photo {
  width: 100%;
  display: block;
}
.j_info {
  position: absolute;
  bottom: 30px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.j_name {
  font-family: Poppins_Bold, Arial, sans-serif;
  color: var(--blue);
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
}
.j_title {
  background-color: var(--blue);
  line-height: 30px;
  border-radius: 30px;
  width: calc(100% - 20px);
  font-size: 20px;
  margin: 10px auto 0 auto;
  color: #fff;
  padding: 0 20px;
  display: inline;
}
.top {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.other {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* 一行4个 */
  gap: 20px;
  max-width: 1344px;
  margin: 0 auto;
}
.other2 {
  max-width: 1044px;
}
.other2 .juries_item {
  width: 30%;
}
.juries_list {
  margin-bottom: 50px;
}
.j_detail {
  width: 70%;
  max-width: 1000px;
  background-color: #fff;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 95%;
  transform: translate(-50%, -50%);
}
.j_detail_title {
  font-family: Poppins_Bold, Arial, sans-serif;
  color: var(--blue);
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
}
.j_detail_body{
  min-height: 700px;
  max-height: 700px;
  overflow-y: auto;
}
.j_detail_close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
}
.j_detail_info {
  margin-top: 30px;
  display: flex;
}
.j_detail_photo {
  width: 250px;
  display: block;
  margin-right: 20px;
}
.j_detail_desc .cat {
  font-family: Poppins_Bold, Arial, sans-serif;

  font-size: 34px;
  text-transform: uppercase;
  line-height: 38px;
}
.j_detail_desc .title {
  background-color: var(--blue);
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  margin: 10px 0;
  height: 30px;
}
.title2 {
  padding: 0 10px;
  margin: 10px 0;
  height: 30px;
  display: inline-block;
}
.j_detail_desc .name {
  font-family: Poppins_Bold, Arial, sans-serif;
  color: var(--blue);
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.j_detail_text {
  margin-top: 40px;

}
@media screen and (max-width: 1219px) {
  .juries_item {
    width: 100%;
    max-width: 350px;
  }
  .photo_content {
    flex-direction: column;
  }
  .pc_right_menu {
    display: none;
  }
  .right_menu {
    width: 100%;
  }
  .mobile_right_menu {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 40px;

    width: 100%;
    border: 1px solid var(--blue);
    font-family: Poppins_Bold, Arial, sans-serif;
    width: 100%;
  }
  .left_content {
    width: 100%;
  }
  .j_name {
    font-size: 20px;
  }
  .mask {
    position: absolute;
    height: 100%;
  }
  .j_detail {
    top: 100px;
    transform: translate(-50%, 0);
    width: 80%;
  }
  .j_detail_info {
    display: flex;
    flex-direction: column;
  }
  .j_detail_text {
    
  }
  .j_detail_desc .cat {
    font-size: 20px;
    line-height: 20px;
  }
  .j_detail_desc .name {
    font-size: 20px;
  }
  .j_detail_photo {
    margin-right: 0;
    width: 400px;
    margin-bottom: 15px;
  }
  .juries_title {
    font-size: 24px;
  }

  .other2 .juries_item {
    width: 100%;
    max-width: 350px;
  }
}
.share_box {
  display: flex;
  margin-top: 10px;
}
.share_box_icon {
  display: block;
  width: 30px;
  margin-right: 10px;
  cursor: pointer;
}
