﻿body {
  font-family: 'Microsoft YaHei';
  min-width: 1200px;
}

.wrapper {
  padding-bottom: 100px;
  background-color: #1a1b1f;
}

.wrapper .main-container {
  font: 14px/24px 'Microsoft YaHei';
  color: #666;
}

.wrapper .main-container a {
  color: #666;
}

.main-container .btn {
  display: block;
  width: 240px;
  background-image: url('../png/icon-btns-3.png');
}

.btn.btn-recharge {
  background-position: -15px -9px;
}

.btn.btn-recharge:hover {
  background-position: -15px -113px;
}

.btn.btn-download {
  background-position: -15px -217px;
}

.btn.btn-download:hover {
  background-position: -15px -321px;
}

.btn.btn-signup {
  background-position: -15px -425px;
}

.btn.btn-signup:hover {
  background-position: -15px -529px;
}

.btn.btn-match {
  background-position: -15px -713px;
}

.btn.btn-events {
  background-position: -15px -807px;
}

.btn.btn-bbs {
  background-position: -15px -904px;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url('../png/icons-4.png');
}

.icon.icon-tweibo {
  background-position: -14px -9px;
}

.icon.icon-tweibo:hover {
  background-position: -14px -84px;
}

.icon.icon-qzone {
  background-position: -68px -9px;
}

.icon.icon-qzone:hover {
  background-position: -68px -84px;
}

.icon.icon-qq {
  background-position: -122px -9px;
}

.icon.icon-qq:hover {
  background-position: -122px -84px;
}

.icon.icon-weibo {
  background-position: -176px -9px;
}

.icon.icon-weibo:hover {
  background-position: -176px -84px;
}

.icon.icon-wx {
  background-position: -230px -9px;
}

.icon.icon-wx:hover {
  background-position: -230px -84px;
}

.icon.icon-in {
  background-position: -284px -9px;
}

.icon.icon-in:hover {
  background-position: -284px -84px;
}

.icon.icon-anchor {
  width: 52px;
  height: 52px;
  background-position: -14px -159px;
}

.icon.icon-anchor:hover {
  background-position: -14px -239px;
}

.icon.icon-plus {
  background-position: -118px -237px;
}

.icon.icon-hot,
.icon.icon-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

.icon.icon-hot {
  background-position: -216px -159px;
}

.icon.icon-new {
  background-position: -122px -159px;
}

.icon.icon-dot {
  background-position: -334px -233px;
}

.icon.icon-left-arrow {
  background-position: -209px -233px;
}

.icon.icon-left-arrow:hover {
  background-position: -285px -233px;
}

.icon.icon-right-arrow {
  background-position: -207px -297px;
}

.icon.icon-right-arrow:hover {
  background-position: -283px -297px;
}

.main-container {
  position: relative;
}

.main-container .banner {
  height: 890px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background: url(../images/bg-main.png) no-repeat top center;*/
  /*background-attachment: fixed;*/
}

.main-container .banner a {
  display: block;
  width: 1200px;
  height: 380px;
  margin: 0 auto;
}

.main-container .main {
  position: relative;
  width: 1200px;
  margin: -480px auto 0;
}

.main-container .news,
.main-container .sidebar {
  float: left;
}

.main-container .news {
  width: 930px;
  background-color: #f5f5f5;
}

.main-container .news .news_header {
  padding: 20px;
  background-color: #ededed;
  overflow: hidden;
}

.main-container .news_header h1,
.main-container .news_header h3 {
  float: left;
}

.main-container .news_header h1 {
  padding: 0 35px 0 10px;
  font-size: 26px;
  color: #333;
  line-height: 1;
  border-left: 4px solid #379be9;
}

.main-container .news_header h3 {
  font-size: 14px;
  line-height: 26px;
}

.main-container .news .news_start {
  padding: 40px;
}

.main-container .news_start .news_hot .item {
  float: left;
  position: relative;
  width: 48.82%;
}

.main-container .news_start .news_hot .item:first-child {
  margin-right: 20px;
}

.main-container .news_start .news_hot .item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.main-container .news_start .news_hot .item img {
  width: 100%;
  height: 100%;
}

.main-container .news_start .news_hot .filter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8) 80%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8) 80%
  );
}

.main-container .news_start .news_hot .item .desc {
  position: absolute;
  padding: 0 10px;
  display: block;
  width: 100%;
  bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.main-container .news_start .news_hot .item:hover .desc {
  color: #379be9;
}

.main-container .news_start .news_lists {
  margin-top: 40px;
}

.main-container .news_lists .tab {
  float: left;
  padding: 5px 0;
  width: 16.66%;

  border-style: solid;
  border-color: #d9d9d9 #d9d9d9 #d9d9d9 transparent;
  border-width: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #404040;
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-container .news_lists .tab:first-child {
  border-left-color: #d9d9d9;
}

.main-container .news_lists .tab:hover,
.main-container .news_lists .tab.active {
  color: #379be9;
  border-color: #379be9;
}

.main-container .news_lists .panes {
  margin-top: 8px;
}

.main-container .news_lists .pane {
  display: none;
}

.main-container .news_lists .pane.active {
  display: block;
}

.main-container .news_lists .pane .item {
  display: block;
  overflow: hidden;
  padding: 22px 25px 22px 0;
  border-bottom: 1px solid #ebebeb;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-container .news_lists .pane .item:hover {
  background-color: #eee;
}

.main-container .news_lists .pane .item:hover .title {
  color: #379be9;
}

.main-container .news_lists .pane .news_logo,
.main-container .news_lists .pane .news_msg {
  float: left;
  overflow: hidden;
}

.main-container .news_lists .pane .news_logo {
  width: 230px;
}

.main-container .news_lists .pane .news_logo img {
  width: 100%;
  height: 100%;
}

.main-container .news_lists .pane .news_msg {
  width: 570px;
  margin-left: 25px;
}

.main-container .news_lists .news_msg .title {
  color: #404040;
  font-size: 22px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-container .news_lists .news_msg .content {
  margin-top: 12px;
  max-height: 48px;
  overflow: hidden;
}

.main-container .news_lists .news_msg .date {
  color: #999;
  line-height: 45px;
}

.main-container .news_start .btn_more {
  display: table;
  border-spacing: 5px 0;
  margin: 20px auto 0;
}

.main-container .news_start .btn_more .pages {
  display: table-cell;
  vertical-align: middle;
  border-spacing: 2px 0;
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.main-container .news_start .btn_more .nav,
.main-container .news_start .btn_more .page {
  display: table-cell;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.main-container .news_start .btn_more .nav:hover,
.main-container .news_start .btn_more .page:hover {
  border-color: #379be9;
  color: #379be9;
}

.main-container .news_start .btn_more .nav:hover .icon-left-arrow {
  background-position: -285px -233px;
}

.main-container .news_start .btn_more .nav:hover .icon-right-arrow {
  background-position: -283px -297px;
}

.main-container .news_start .btn_more .nav i {
  margin-top: -4px;
}

.main-container .news_start .btn_more .page.active {
  background-color: #379be9;
  border-color: #379be9;
  color: #fff;
}

.main-container .news_start .btn_more .page.active a {
  background-color: #379be9;
  color: #fff;
}

.main-container .news_start .btn_more .page.dots {
  background-color: transparent;
  border-color: transparent;
}

.main-container .news_start .btn_more a {
  display: block;
  /*margin-top: 13px;*/
  background-color: #eee;
  text-align: center;
  height: 100%;
  line-height: 35px;
  font-size: 18px;
  border: 1px solid transparent;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.main-container .news_start .btn_more a:hover {
  /*border-color: #379be9;*/
  color: #379be9;
}

.main-container .news_start .btn_more a:hover .icon-plus {
  background-position: -118px -272px;
}

.main-container .sidebar {
  width: 240px;
  margin-left: 30px;
}

.main-container .sidebar .fixed {
  position: fixed;
  top: 20px;
  z-index: 101;
}

.main-container .sidebar .btns .btn {
  height: 82px;
  margin-top: 8px;
}

.main-container .sidebar .btns .btn:first-child {
  margin-top: 0;
}

.main-container .sidebar .more {
  margin-top: 20px;
}

.main-container .sidebar .more .btn {
  height: 75px;
  margin-top: 5px;
  border: 1px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.2s ease-in;
  -o-transition: border-color 0.2s ease-in;
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}

.main-container .sidebar .more .btn:hover {
  border-color: #02baf6;
}

.main-container .sidebar .more .btn:first-child {
  margin-top: 0;
}

.main-container .anchor {
  position: fixed;
  display: none;
  left: 50%;
  margin-left: 360px;
  bottom: 200px;
  /*margin-top: 200px;*/
}
