/*!
==================================================================

                  本文件由SCSS编译生成，禁止直接修改

  THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

==================================================================
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  border: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  color: inherit;
  cursor: pointer;
}

a:hover {
  color: inherit;
}

a:focus, a:active {
  outline: none;
}

a img {
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  
}
table,table tr th, table tr td { border:1px solid #fff; }
table { width: 100%; min-height: 25px; line-height: 25px; text-align: center; border-collapse: collapse; padding:2px;} 

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

textarea,
input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

body,
input,
button,
textarea,
select,
option {
  font: normal 16px "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

body {
  position: relative;
  min-width: 1100px;
  background-color: #fff;
  color: #222;
}

img.responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.bg-contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.header {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 9px 0;
}

.header .brand-logo {
  width: 236px;
  height: 72px;
  background-image: url("../images/logo.png");
}

.header .search {
  position: relative;
  margin-right: 30px;
  font-size: 0;
}

.header .search-input {
  display: inline-block;
  vertical-align: middle;
  width: 370px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px 0 48px;
  background-color: #f7f7f7;
  font-size: 14px;
}

.header .search-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon_search.png");
}

.header .search-btn {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  height: 34px;
  line-height: 34px;
  background-color: #e60012;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.header .old {
  position: relative;
  height: 34px;
  line-height: 34px;
  padding-left: 30px;
  margin-right: 25px;
}

.header .old-icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon_old.png");
}

.header .old-link {
  font-size: 14px;
  text-decoration: underline;
  color: #919191;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.header .old-link:hover {
  color: #e60012;
}

.header .auth-btns {
  position: relative;
  margin-top: 2px;
}

.header-action {
  position: relative;
  margin-top: 19px;
}

.nav {
  position: relative;
}

.nav .main-nav {
  background-color: #e60012;
  color: #fff;
}

.nav .main-nav-list {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 0;
}

.nav .main-nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 12.5%;
  border-right: 1px solid #fff;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}

.nav .main-nav-item:last-of-type {
  border-right: none;
}

.nav .sub-nav {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  background-color: #f7f7f7;
}

.nav .sub-nav-list {
  position: relative;
  width: 12.5%;
  padding: 5px 0;
}

.nav .sub-nav-item {
  position: relative;
  padding: 0 5px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nav .sub-nav-item-link {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav .sub-nav-item-link:hover, .nav .sub-nav-item-link:active, .nav .sub-nav-item-link.is-active {
  text-decoration: underline;
  color: #c77a1a;
}

.main {
  position: relative;
  padding: 0 0 12px;
}

.footer {
  position: relative;
  padding: 30px 0 10px 0;
  background-color: #f7f7f7;
}

.footer-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
}

.footer-inner a {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.footer-inner a:hover {
  color: #e60012;
}

.footer-links .links-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #111;
}

.footer-links .links-list {
  position: relative;
  padding: 15px 0;
}

.footer-links .links-list .list-item {
  position: relative;
  width: 12.5%;
  padding: 0 8px;
  line-height: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.footer-nav {
  padding: 28px 0;
  border: 1px solid #ed0a0a;
  border-left: none;
  border-right: none;
  text-align: center;
}

.footer-nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  border-right: 1px solid #eee;
}

.footer-nav-link:last-of-type {
  border-right: none;
}

.footer-qrcodes {
  position: relative;
  padding: 20px 0 25px;
  text-align: center;
}

.footer-qrcodes .qrcode {
  display: inline-block;
  vertical-align: middle;
  width: 212px;
  padding: 0 16px;
}

.footer-qrcodes .qrcode-pic {
  display: block;
  width: 60px;
  height: 60px;
  padding: 4px;
  margin: 0 auto 6px;
  border: 1px solid #ccc;
}

.footer-qrcodes .qrcode-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
}

.footer-text {
  padding: 7px 0;
  text-align: center;
}

.footer-text span {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #eee;
}

.footer-text span:last-of-type {
  border-right: none;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 65px;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  overflow: visible;
  cursor: pointer;
  color: #444;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn:hover {
  opacity: 0.9;
  border-color: #ccc;
}

.btn.is-primary {
  border-color: #e60012;
  background-color: #e60012;
  color: #fff;
}

.btn + .btn {
  margin-left: 10px;
}

.news-list {
  position: relative;
}

.news-list .news-item {
  position: relative;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
}

.news-list .news-item-highlight {
  font-weight: bold;
  color: #222;
}

.news-list .news-item-line {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 18px;
  margin-top: -9px;
  background-color: #e60012;
}

.news-list .news-item-dot {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #aaa;
  border-radius: 50%;
}

.news-list .news-item-link {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.news-list .news-item-link:hover {
  color: #e60012;
}

.news-list .news-item.is-color-primary {
  color: #222;
}

.fixed-container {
  position: fixed;
  top: 280px;
  left: 0;
  right: 0;
  z-index: 99999;
}

.fixed-container-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.fixed-container-inner .side-qrcode {
  position: absolute;
  top: 0;
  left: -145px;
  width: 140px;
  display: none;
}

.fixed-container-inner .side-qrcode-pic {
  display: block;
  width: 140px;
  height: 140px;
  padding: 9px;
  border: 1px solid #eee;
}

.fixed-container-inner .side-qrcode-tip {
  background-color: #f4efd9;
  text-align: center;
  line-height: 1.8;
  font-size: 13px;
  color: #695604;
}

.fixed-container-inner .side-nav {
  position: absolute;
  top: 0;
  right: -157px;
  z-index: 999999;
  border: 1px solid #eee;
  background-color: #fff;
  width: 142px;
}

.fixed-container-inner .side-nav .back-to-top {
  position: relative;
  display: block;
  padding: 20px 0 5px;
  background-color: #f4efd9;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  color: #695604;
}

.fixed-container-inner .side-nav .back-to-top .icon-top {
  position: absolute;
  left: 50%;
  top: 5px;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon_down.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fixed-container-inner .side-nav-list {
  position: relative;
}

.fixed-container-inner .side-nav-list .nav-item {
  position: relative;
  line-height: 54px;
  padding-left: 75px;
  border-bottom: 1px solid #eee;
  color: #ff2524;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.fixed-container-inner .side-nav-list .nav-item-pop {
  position: absolute;
  top: 50%;
  left: 142px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 10px 0;
  background-color: #fff;
  border-radius: 5px;
  line-height: 1;
  white-space: nowrap;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  transform: translate(0, -50%);
}

.fixed-container-inner .side-nav-list .nav-item-pop .qrcode-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.fixed-container-inner .side-nav-list .nav-item-pop .qrcode-pic {
  display: block;
  margin: 0 auto 10px;
  width: 90px;
  height: 90px;
}

.fixed-container-inner .side-nav-list .nav-item-pop .qrcode-title {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #777777;
}

.fixed-container-inner .side-nav-list .nav-item-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.fixed-container-inner .side-nav-list .nav-item-icon-weibo {
  background-image: url("../images/icon_weibo.png");
}

.fixed-container-inner .side-nav-list .nav-item-icon-wechat {
  background-image: url("../images/icon_wechat.png");
}

.fixed-container-inner .side-nav-list .nav-item-icon-mobile {
  background-image: url("../images/icon_mobile.png");
}

.fixed-container-inner .side-nav-list .nav-item:hover {
  background-color: #f5f6f7;
}

.fixed-container-inner .side-nav-list .nav-item:hover .nav-item-pop {
  display: block;
  -webkit-animation: showQrcodes .5s ease-out;
          animation: showQrcodes .5s ease-out;
}

.content-wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.content-wrap .content-main {
  width: 760px;
}

.content-wrap .content-aside {
  width: 300px;
}

.breadcrumbs {
  position: relative;
  padding-left: 12px;
  border-bottom: 2px solid #ddd;
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #7d7d7d;
}

.breadcrumbs .breadcrumb-item {
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs .breadcrumb-item:hover, .breadcrumbs .breadcrumb-item:active, .breadcrumbs .breadcrumb-item.is-active {
  color: #e60012;
}

.breadcrumbs .breadcrumb-item:hover:after, .breadcrumbs .breadcrumb-item:active:after, .breadcrumbs .breadcrumb-item.is-active:after {
  background-color: #e60012;
}

.breadcrumbs .breadcrumb-item:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.breadcrumbs .breadcrumb-gap {
  position: relative;
  top: -2px;
  padding-bottom: 12px;
  margin: 0 3px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 3px;
  height: 22px;
  background-color: #e60012;
}

.aside-gg {
  position: relative;
}

.aside-gg .aside-gg-link {
  position: relative;
  display: block;
}

.aside-gg .aside-gg-pic {
  display: block;
  width: 100%;
}

.aside-section {
  position: relative;
  margin-bottom: 25px;
  padding: 0 20px 20px;
  border: 1px solid #eee;
}

.aside-section .tab-head {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.aside-section .tab-head-item {
  position: relative;
  float: left;
  height: 44px;
  line-height: 44px;
  margin-right: 55px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #999;
  cursor: pointer;
}

.aside-section .tab-head-item:hover, .aside-section .tab-head-item:active, .aside-section .tab-head-item.is-active {
  color: #e60012;
}

.aside-section .tab-head-item:hover:after, .aside-section .tab-head-item:active:after, .aside-section .tab-head-item.is-active:after {
  width: 100%;
}

.aside-section .tab-head-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 3px;
  background-color: #e60012;
  width: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

.aside-section .tab-head-more {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 18px;
  height: 10px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon_right.png");
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: none;
}

.aside-section .tab-head-more:hover {
  opacity: .8;
}

.aside-section .tab-head-more.is-active {
  display: block;
}

.aside-section .tab-main {
  position: relative;
}

.aside-section .tab-main-item {
  padding-top: 5px;
  display: none;
}

.aside-section .tab-main-item .news-list {
  padding: 5px 0;
}

.aside-section .tab-main-item .news-list .news-item {
  padding-right: 0;
}

.aside-section .tab-main-item.is-active {
  display: block;
}

.hot-words {
  position: relative;
  height: 345px;
  margin-top: 18px;
  overflow: hidden;
}

.hot-words .word-item {
  position: absolute;
}

.hot-words .word-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  line-height: 1.2em;
  font-weight: 500;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

.hot-words .word-item-1 {
  top: 0;
  left: 0;
  width: 33.33%;
  height: 25%;
  background-color: #eba600;
  font-size: 20px;
}

.hot-words .word-item-2 {
  top: 0;
  left: 33.33%;
  right: 0;
  height: 25%;
  background-color: #e60012;
  font-size: 24px;
}

.hot-words .word-item-3 {
  top: 25%;
  left: 0;
  width: 33.33%;
  height: 50%;
  background-color: #e60012;
  font-size: 20px;
}

.hot-words .word-item-4 {
  top: 25%;
  left: 33.33%;
  right: 0;
  height: 25%;
  background-color: #eba600;
  font-size: 24px;
}

.hot-words .word-item-5 {
  left: 0;
  bottom: 0;
  width: 33.33%;
  height: 25%;
  background-color: #eba600;
  font-size: 20px;
}

.hot-words .word-item-6 {
  left: 33.33%;
  bottom: 0;
  right: 0;
  height: 50%;
  background-color: #57a4dc;
  font-size: 24px;
}

.related-news {
  position: relative;
}

.related-news .news-item {
  position: relative;
  margin-top: 15px;
  padding-left: 14px;
}

.related-news .news-item-box {
  display: block;
  width: 108px;
  height: 50px;
}

.related-news .news-item-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.related-news .news-item-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.4em;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.related-news .news-item-title:hover {
  color: #e60012;
}

.related-news .news-item-dot {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #777;
  border-radius: 50%;
}

.related-news .news-item.has-pic .news-item-title {
  height: 2.8em;
  padding-top: 3px;
  margin-left: 118px;
  white-space: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.related-gallery .topic-item,
.aside-topics .topic-item {
  position: relative;
  height: 160px;
  margin-top: 15px;
}

.related-gallery .topic-item-pic, .related-gallery .topic-item-link,
.aside-topics .topic-item-pic,
.aside-topics .topic-item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.related-gallery .topic-item-title,
.aside-topics .topic-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.8em;
  padding: 0 .8em;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}

.related-video {
  position: relative;
}

.related-video .video-item {
  position: relative;
  margin-top: 15px;
}

.related-video .video-item-box {
  position: relative;
  width: 125px;
  height: 85px;
  background-color: #111;
}

.related-video .video-item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.related-video .video-item-mask .icon-play {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon_video.png");
}

.related-video .video-item-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.related-video .video-item-main {
  position: relative;
  margin-left: 135px;
}

.related-video .video-item-title {
  height: 2.8em;
  line-height: 1.4em;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  color: #222;
}

.related-video .video-item-duration {
  position: relative;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #aaa;
}

.related-video .video-item-duration .icon-duration {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon_duration.png");
}

.related-video .video-item-time {
  font-size: 14px;
  color: #aaa;
}

.aside-medias {
  position: relative;
  padding-top: 10px !important;
}

.aside-medias .media-item {
  position: relative;
  height: 130px;
  margin-top: 5px;
}

.aside-medias .media-item-pic, .aside-medias .media-item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.aside-medias .media-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.8em;
  padding: 0 .8em;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}

.aside-nav {
  position: relative;
  height: 100%;
  padding-top: 1px;
  border-right: 2px solid #ccc;
}

.aside-nav .nav-item {
  position: relative;
  padding-left: 130px;
  margin: 12px 0;
  line-height: 2em;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.aside-nav .nav-item:hover, .aside-nav .nav-item:active, .aside-nav .nav-item.is-active {
  color: #e60012;
}

.aside-nav .nav-item:hover .nav-item-dot, .aside-nav .nav-item:active .nav-item-dot, .aside-nav .nav-item.is-active .nav-item-dot {
  background-color: #e60012;
}

.aside-nav .nav-item:hover .nav-item-line, .aside-nav .nav-item:active .nav-item-line, .aside-nav .nav-item.is-active .nav-item-line {
  background-color: #e60012;
}

.aside-nav .nav-item-dot {
  position: absolute;
  top: 50%;
  left: 102px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #ccc;
}

.aside-nav .nav-item-line {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  display: block;
  width: 2px;
  background-color: transparent;
}

.aside-rank-list {
  position: relative;
}

.aside-rank-list .rank-item {
  position: relative;
  padding-left: 26px;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.aside-rank-list .rank-item:hover {
  color: #e60012;
}

.aside-rank-list .rank-item-index {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #222;
}

.aside-rank-list .rank-item:nth-of-type(1) .rank-item-index {
  background-color: #f00c1d;
  color: #fff;
}

.aside-rank-list .rank-item:nth-of-type(2) .rank-item-index {
  background-color: #f0720c;
  color: #fff;
}

.aside-rank-list .rank-item:nth-of-type(3) .rank-item-index {
  background-color: #f0b20c;
  color: #fff;
}

.instant-news {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: 15px;
  padding-left: 130px;
}

.instant-news-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  line-height: 36px;
  background-color: #f7f7f7;
  text-align: center;
}

.instant-news-main {
  height: 36px;
  line-height: 36px;
  border: 1px solid #eee;
  border-left: none;
  white-space: nowrap;
  overflow: hidden;
}

.instant-news-link {
  margin: 0 10px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.instant-news-link:hover {
  color: #e60012;
}

.title-container {
  position: relative;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/title.png");
  text-align: center;
  line-height: 1em;
  font-weight: 500;
  font-size: 24px;
  color: #e60012;
}

.banner-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.banner-container .banner-pic {
  display: block;
  width: 100%;
}

.btn-load-more {
  display: block;
  margin-bottom: 40px;
  background-color: #e60012;
  border-radius: 2px;
  line-height: 50px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.btn-load-more:hover {
  background-color: #ff1a2c;
  color: #fff;
}

.pagination {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  margin: 0 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  font-size: 14px;
}

.pagination a:hover, .pagination a.active,
.pagination span:hover,
.pagination span.active {
  background-color: #e60012;
  border-color: #e60012;
  color: #fff;
}

.pagination .jumper-input {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 26px;
  padding: 0 .3em;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
}

.pagination .pager-next {
  margin-right: 30px;
}

.pagination .jump-btn {
  margin-left: 20px;
}

@media screen and (max-width: 1480px) {
  .fixed-container {
    display: none;
  }
}

@-webkit-keyframes showQrcodes {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showQrcodes {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}