.main {
  min-height: 760px;
  background: url("../i/titleBg.jpg") left top;
  background-repeat: no-repeat;
}

.gamePanel .line {
  width: 6px;
  height: 20px;
  background: #ff8728;
}

.gameList li {
  float: left;
}

.gamePanel h2 {
  font-size: 20px;
  line-height: 20px;
  margin-left: 20px;
}

.gamePanel .title {
  height: 20px;
}

.gamePanel .title li {
  float: left;
}

.gamePanel img {
  width: 124px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.gamePanel .gameCtl {
  padding-top: 14px;
  width: 140px;
  text-align: center;
}

.gameCtl h4 {
  font-size: 16px;
  color: #000;
}

.gameDtl {
  margin-top: 62px;
}

.gameDtl .dl {
  width: 90px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #ff8728;
  margin-left: 27px;
  margin-right: 27px;
  cursor: pointer;
}

.gamePanel .left {
  margin-left: 47px;
}
