@charset "UTF-8";

body {
  background: url('../img/v20230522/bg-pc.jpg?pcv=20230522') no-repeat center top;
}

/* 主体内容  start */
.content {
  width: 100%;
  height: auto;
  padding-top: 54px;
}

/* 轮播 资讯  start */
.news-wrap {
  width: 100%;
  height: 300px;
  padding-bottom: 188px;
}

.news-lunbo {
  width: 456px;
  height: 100%;
}

.news-lunbo .swiper-container {
  width: 100%;
  height: 100%;
}

.news-lunbo .swiper-slide {
  width: 100%;
  height: 100%;
}

.news-lunbo .swiper-slide>a, .news-lunbo .swiper-slide>a>img {
  display: block;
  width: 100%;
  height: 100%;
}

.news-lunbo .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.news {
  width: 510px;
  height: 100%;
  background: url('../img/news-bg.png?pcv=20190218') no-repeat center top;
}

.news-top {
  width: 100%;
  height: 55px;
}

.tab-head {
  height: 55px;
  width: 430px;
}

.tab-head>li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 53px;
  height: 53px;
  color: #55607a;
  cursor: pointer;
  font-size: 20px;
  border-bottom: 2px solid transparent;
}

.tab-head>li:hover {
  font-size: 22px;
  border-bottom: 2px solid #55607a;
}

.tab-head>li.active {
  border-bottom: 2px solid #55607a;
}

.more {
  width: 78px;
  height: 100%;
}

.tab-bottom {
  width: 470px;
  padding: 2px 0;
  margin: 0 auto;
}

.tab-bottom>li {
  width: 100%;
  height: 39px;
  border-bottom: 1px dashed rgb(85, 96, 122);
}

.tab-bottom>li:last-child {
  border-bottom: none;
}

.tab-bottom>li>a {
  display: block;
  width: 100%;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  color: rgb(85, 96, 122);
}

.list-name {
  display: block;
  width: 60px;
  text-align: center;
}

.list-title {
  display: block;
  width: 310px;
  height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-time {
  display: block;
  width: 90px;
  text-align: center;
}

/* 经理人学堂  start */
.tese-wrap {
  height: 308px;
  padding-bottom: 172px;
}

.zhinan {
  width: 588px;
}

.zhinna-top {
  width: 100%;
  height: 44px;
}

.zhinna-top>a {
  display: block;
  float: left;
  padding-right: 5px;
}

.zhinna-top>a:last-child {
  padding-right: 0;
}

.zhinan-bottom {
  width: 100%;
  height: 241px;
  text-align: center;
  margin-top: 20px;
}

.zhinan-bottom>img {
  max-width: 100%;
  height: 100%;
}

.gonglue {
  width: 380px
}

.gl-top {
  width: 100%;
  height: 44px;
}

.gl-list {
  width: 100%;
  margin-top: 20px;
}

.gl-list .list-title {
  width: 222px;
}

/* 游戏特色 游戏截图 start */
.tese {
  height: 250px;
  padding-bottom: 196px;
}

.yxts {
  width: 498px;
  height: 100%;
  overflow: hidden;
}

.yxts-main {
  width: 824px;
  height: 100%;
}

.yxts-main>li {
  float: left;
  width: 74px;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.yxts-main>li:first-child {
  width: 350px;
}

.yxts-main>li>img {
  display: block;
  width: 350px;
  height: 100%;
}

.yxjt {
  width: 443px;
}

.yxjt .swiper-slide {
  width: 100%;
  height: 100%;
}

.yxjt .swiper-slide>a, .yxjt .swiper-slide>a>img {
  display: block;
  width: 100%;
  height: 100%;
}

.yxjt .swiper-button-next, .yxjt .swiper-button-prev {
  top: 50%;
  width: 31px;
  height: 35px;
  margin-top: -17px;
  cursor: pointer;
  -moz-background-size: 31px 35px;
  -webkit-background-size: 31px 35px;
  background-size: 31px 35px;
}

.yxjt .swiper-button-prev, .yxjt .swiper-container-rtl .swiper-button-next {
  background-image: url('../img/left.png?pcv=20190218');
}

.yxjt .swiper-button-next, .yxjt .swiper-container-rtl .swiper-button-prev {
  background-image: url('../img/right.png?pcv=20190218');
}

.yxjt .swiper-button-next.swiper-button-disabled {
  background-image: url('../img/right-no.png?pcv=20190218');
}

.yxjt .swiper-button-prev.swiper-button-disabled {
  background-image: url('../img/left-no.png?pcv=20190218');
}

/* 合作媒体  start */
.coor-footer {
  height: 216px;
  overflow: hidden;
}

.coor {
  height: 185px;
  width: 993px;
  margin: 0 auto;
  overflow: hidden;
}

.coor>ul {
  height: 156px;
}

.coor>ul>li {
  width: 198px;
  height: 156px;
  float: left;
  text-align: center;
}

.coor>ul>li a:nth-child(2) img {
  margin-top: 10px;
}