.xy {
    margin-top: 10px;
    padding-left: 20px;
  }
  .xy .bjTitle {
    font-size: 22px;
    color: #0055cd;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
  }
  .xy .bjTitle::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0055cd;
  }
  .xy .bjSelection {
    margin: 15px 0;
    font-size: 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .xy .bjSelection a {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 5px 10px;
    border-radius: 2px;
    color: #3f3f3f;
    margin-right: 20px;
    /* line-height: 40px; */
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .xy .bjSelection a:hover,
  .xy .bjSelection a.active {
    background: #c4ddff;
    color: #003177;
  }
  .xy .groupPhoto {
    width: 80%;
    overflow: hidden;
    margin: 0 10%;
  }
  .xy .groupPhoto img {
    width: 100%;
  }
  .xy .list {
    margin-top: 20px;
    display: none;
  }
  .xy .list .title {
    font-size: 22px;
    color: #0055cd;
    font-weight: bold;
  }
  .xy .list .nameList {
    margin-top: 20px;
  }
  