.g_box {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
.g_box .reco_g {
  width: 826px;
  height: auto;
  background: #fff;
  float: left;
  padding: 10px 20px 0;
  font-size: 16px;
}
.g_box .reco_g .g_list {
  overflow: hidden;
  padding-bottom: 14px;
}
.g_box .reco_g .g_list li {
  width: 80px;
  height: auto;
  display: block;
  text-align: center;
  margin-right: 40px;
  margin-bottom: 10px;
  padding: 10px 0;
  float: left;
}
.g_box .reco_g .g_list li a {
  width: 100%;
  height: 100;
  display: block;
}
.g_box .reco_g .g_list li img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
}
.g_box .reco_g .g_list li p {
  color: #333;
  line-height: 24px;
  margin-top: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g_box .reco_g .g_list li:hover p {
  color: #5b93e7;
}
.g_box .reco_g .g_list li:nth-child(7n+0) {
  margin-right: 0;
}
.g_box .leaderboard {
  width: 274px;
  padding: 20px 20px 0;
  background: #fff;
  float: right;
}
.g_box .leaderboard .leaderboard_list {
  width: 100%;
  padding-bottom: 10px;
}
.g_box .leaderboard .leaderboard_list a {
  height: 45px;
  line-height: 45px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  zoom: 1;
}
.g_box .leaderboard .leaderboard_list a .leaderboard_num {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  position: relative;
  top: 14px;
  margin-right: 10px;
}
.g_box .leaderboard .leaderboard_list a .leaderboard_num.top {
  background: #5b93e7;
}
.g_box .leaderboard .leaderboard_list a p {
  font-size: 12px;
  color: #999;
  float: left;
}
.g_box .leaderboard .leaderboard_list a .time,
.g_box .leaderboard .leaderboard_list a .type {
  font-size: 12px;
  color: #999;
  float: right;
}
.g_box .leaderboard .leaderboard_list a:hover p {
  color: #5b93e7;
}
.swiper-container {
  width: 1200px;
  height: 140px;
  margin: 20px autos;
  background: #fff;
  padding: 20px 0;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-container .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 10% auto;
  border-radius: 12px;
  overflow: hidden;
}
.swiper-container .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.g_type_box {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
.g_type_box .g_type {
  width: 550px;
  float: left;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 0;
}
.g_type_box .g_type .g_list {
  overflow: hidden;
  padding-bottom: 14px;
}
.g_type_box .g_type .g_list li {
  width: 80px;
  height: auto;
  display: block;
  text-align: center;
  margin-right: 35px;
  margin-bottom: 10px;
  padding: 10px 0;
  float: left;
}
.g_type_box .g_type .g_list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.g_type_box .g_type .g_list li img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
}
.g_type_box .g_type .g_list li p {
  color: #333;
  line-height: 24px;
  margin-top: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g_type_box .g_type .g_list li:hover p {
  color: #5b93e7;
}
.g_type_box .g_type .g_list li:nth-child(5n+0) {
  margin-right: 0;
}
.g_type_box .g_type:nth-child(2n+0) {
  margin-right: 0;
}
.g_about {
  width: 1160px;
  margin: 20px auto;
  background: #fff;
  padding: 10px 20px 30px;
}
.g_about .about_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g_about .about_box .about_item {
  width: 350px;
}
.g_about .about_box .about_list a {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
