.pageBody {
  /* margin: .3rem; */
  /* padding: .3rem; */
  background: #fff;
  border-radius: 8px;
  padding-bottom:.3rem;
  position: relative;
  letter-spacing: 1px;
  /* background: #f5f6f8; */
}

.widthnews {
  padding: .3rem;
  position: relative;
  background: #fff;
  border-radius: 8px;
  margin-top: 60px;
  margin-top: 20px;
  padding-top: .5rem;
}

.typetitle {
  margin-bottom: .2rem;
  font-size:.38rem;
  color: #282828;
  font-weight: bold;
  font-size: 24px;
}
.game-entity {
  display: flex;
  align-items: center;
  position: relative;
}
.game-entity .icon {
  width: .6rem;
  height: .6rem;
  width: 30px;
  height: 30px;
  margin-right: .2rem;
}
.game-entity .icon img {
  width: 100%;
  height: 100%;
}
.game-entity .text {
  flex: 1;
  position: relative;
  width: 0;
  color: #999;
}
.game-entity .text .name {
  display: flex;
  align-items: center;
  overflow: hidden;
  /* justify-content: space-between; */
}
.game-entity .text .name .new-name {
  font-size: .3rem;
  font-size: 16px;
  color: #282828;
  margin-right: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 3rem;
} 
.game-entity .text .name .nameRemark {
  font-size:.24rem;
  font-size: 12px;;
  color: #999;
  background: #f5f6f8;
  padding: 0 .1rem;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subheading {
  margin-top:.5rem;
  margin-bottom: .2rem;
  font-size:.32rem;
  font-size: 18px;
  color: #282828;
  font-weight: bold;
}

.part {
  font-size:.3rem;
  font-size: 16px;
  color: #282828;
}

.content-n {
  padding-top: .1rem;
}

.content-n table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  display: block;
  overflow: auto;
}

.content-n tr {
  margin: 0;
  padding: 0;
}

.content-n tr td:first-child, .content-n tr th:first-child {
  width: 35%;
}

.content-n table tr:first-child {
  /* background-color: #ededed; */
}
.content-n table tr:nth-child(2n) {
  /* background-color: #f9f9f9; */
}

.content-n table tr:first-child td:first-child {
  /* border-right: 1px solid #ccc; */
}

.content-n td {
  padding: .5em;
  font-size: .26rem;
  font-size: 12px;
  text-align: center;
  line-height: 1.35;
}

.rule {
  white-space: pre-wrap; 
}
.suppleinstru {
  margin-top: .2rem;
}


.table table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  overflow: auto;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;

  tr {
      /* border-top: 1px solid #ccc; */

      th, td {
          border: 1px solid #ddd;
          padding: 10px 20px;
          font-size: 13px;
          /* font-size: .23rem; */
          color: rgb(52, 73, 94);
      }
      th {
          text-align: center;
      }
      td {
          white-space: pre-wrap;
          /* border: 0; */
      }

      /* &:nth-child(2n) {
          background-color: #f8f8f8;
      } */

      .jpcontent {
          font-size: 12px;
          /* font-size: .22rem; */
          text-align: left;
      }

  }
  thead {
      tr {
          background: #ededed;
      }
  }

  tbody {
      tr {
          background: #fff;
      }
      tr:nth-child(odd) {
          background-color: #f8f8f8;
      }
  }

}
.rule {
  white-space: pre-wrap !important;
  word-break: break-word !important; 
}

.ser-header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #333;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
.ser-header .ser-header-left {
    left: 15px;
    top: 0px;
    position: absolute;
}
.ser-header .ser-header-left a {
    width: 30px;
    display: inline-block;
    text-indent: -99999px;
}
.ser-header .ser-header-left a:before {
    left: 10px;
    bottom: 15px;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}