@charset "UTF-8";
/*首页新增*/
/*实际宽度*/
.content {
  margin: 0 auto;
  width: 100%;
  background: #F2F2F2;
  padding: 30px 0;
  box-sizing: border-box; }
  .content * {
    box-sizing: border-box; }
  .content .top {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 15px 35px;
    background: #fff;
    margin-top: 20px; }
    .content .top:first-of-type {
      margin-top: 0; }
  .content .desc {
    width: 540px;
    text-align: center; }
    .content .desc .name {
      width: 105px; }
      .content .desc .name > img {
        width: 105px;
        height: 105px;
        border-radius: 10px; }
      .content .desc .name > h2 {
        color: #000;
        font-size: 18px;
        margin: 15px 0; }
    .content .desc .detail {
      width: 435px;
      padding: 0 45px;
      line-height: 1.7;
      text-align: left;
      font-size: 16px;
      color: #333;
      padding-top: 5px; }
  .content .imgShow {
    width: 585px; }
    .content .imgShow img {
      width: 270px;
      height: 210px;
      margin-left: 45px; }
      .content .imgShow img:first-of-type {
        margin-left: 0; }

.enter_game {
  display: block;
  margin: 0 auto;
  width: 105px;
  height: 35px;
  line-height: 35px;
  background-color: #FF9933;
  border-radius: 5px;
  text-align: center;
  color: #fff; }

.intro {
  box-sizing: border-box; }
  .intro * {
    box-sizing: border-box; }

.gameContent {
  margin: 0 auto;
  width: 100%;
  background: #F2F2F2;
  padding: 30px 0 10px 0;
  box-sizing: border-box; }
  .gameContent * {
    box-sizing: border-box; }
  .gameContent .gameList {
    width: 1200px;
    margin: 0 auto; }
    .gameContent .gameList ul {
      width: 100%; }
      .gameContent .gameList ul li {
        width: 380px;
        height: 260px;
        margin-left: 30px;
        position: relative;
        margin-bottom: 20px; }
        .gameContent .gameList ul li:nth-of-type(3n+1) {
          margin-left: 0; }
        .gameContent .gameList ul li img {
          width: 100%;
          height: 260px; }
        .gameContent .gameList ul li .fixed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.5);
          padding: 0 30px; }
          .gameContent .gameList ul li .fixed h2 {
            text-align: center;
            font-size: 1.5em;
            margin: 20px 0; }
          .gameContent .gameList ul li .fixed p {
            line-height: 1.7;
            font-size: 16px; }
          .gameContent .gameList ul li .fixed a {
            position: absolute;
            bottom: 20px;
            left: 50%;
            margin-left: -52.5px; }

/*# sourceMappingURL=New.css.map */
