@import url('../css/head-foot.css');
#content .cont-r {
  width: 1055px;
  margin: 0 auto;
}
#content .cont-r .recommend {
  width: 1055px;
  border-radius: 24px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .cont-r .recommend a {
  width: 520px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-radius: 16px;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #EEEEEE;
  margin-bottom: 16px;
}
#content .cont-r .recommend a .game-img {
  width: 56px;
  height: 56px;
}
#content .cont-r .recommend a .r-arrow {
  width: 54px;
  height: 32px;
  background: url('../images/long-a.png') no-repeat;
  background-size: 54px 32px;
}
#content .cont-r .recommend a .center {
  width: calc(100% - 142px);
}
#content .cont-r .recommend a .center h4 {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}
#content .cont-r .recommend a .center .num {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999;
}
#content .cont-r .recommend a:hover {
  background-color: #EEE;
  border-color: #EEE;
}
#content .cont-r .recommend a:hover .r-arrow {
  background: url('../images/long-a1.png') no-repeat;
  background-size: 54px 32px;
}
#content .cont-r .gg {
  width: 100%;
  min-height: 90px;
  margin-bottom: 36px;
  text-align: center;
  position: relative;
}
#content .cont-r .gg .gg-title {
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
