.chessWrap {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 108px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 40px 66px;
}

.chessWrap .title {
  color: black;
}

.chessWrap .chess_mainLists {
  height: 174px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.chessWrap .chess_mainLists img {
  margin-top: 20px;
  float: left;
}

.chessWrap .listsInfo {
  float: left;
  margin-left: 20px;
}

.chessWrap .listsInfo h3 {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.chessWrap .listsDown {
  float: left;
}

.chessWrap .listsDown button {
  width: 150px;
  display: block;
  margin-top: 20px;
  margin-left: 630px;
  border: none;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  background-color: white;
  border: 1px solid #999;
  color: black;
}

.chessWrap .listsDown button a {
  color: black;
}
