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

                  本文件由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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  cursor: pointer;
}

a img {
  vertical-align: top;
}

a,
img {
  -webkit-touch-callout: none;
}

img {
  border: none;
}

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;
  -webkit-overflow-scrolling: touch;
}

input,
button,
textarea,
select,
option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  resize: none;
  overflow-y: auto;
}

body,
input,
button,
textarea,
select,
option {
  font: normal 0.28rem "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
p {
  word-break: break-all;
}

body {
  position: relative;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
}

html,
body {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.container {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

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

::-moz-placeholder {
  color: #999;
}

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

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

::placeholder {
  color: #999;
}

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;
}

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

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

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

.news-list {
  position: relative;
}

.news-list .list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0;
  border-bottom: 0.01rem solid #d3d3d3;
}

.news-list .list-item-box {
  display: block;
  width: 2rem;
  height: 1.4rem;
  margin-right: 0.2rem;
  border-radius: 0.04rem;
  overflow: hidden;
}

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

.news-list .list-item-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  overflow: hidden;
}

.news-list .list-item-title {
  margin-bottom: 0.2rem;
  font-weight: 500;
  font-size: 0.32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list .list-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
}

.back-to-top {
  position: fixed;
  right: 0.25rem;
  bottom: 2.3rem;
  z-index: 9999;
  display: block;
  width: 0.84rem;
  height: 0.84rem;
  line-height: 0.84rem;
  background-color: #b4b4b4;
  border-radius: 50%;
  text-align: center;
  font-size: 0.5rem;
  color: #fff;
  -webkit-transform: translate(1.1rem, 0);
          transform: translate(1.1rem, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.back-to-top.is-in {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.load-more {
  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;
  width: 3.3rem;
  line-height: 0.96rem;
  margin: 0 auto;
  text-align: center;
  color: #de260e;
}

.load-more-icon {
  margin-left: 0.1rem;
  font-size: 0.32rem;
}

.footer {
  position: relative;
  padding: 0.4rem 0 1.2rem;
  text-align: center;
  font-size: 0.22rem;
  color: #999;
}

.index-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1rem;
  padding: 0 0.25rem;
}

.index-header .brand-logo {
  display: block;
  width: 2.3rem;
  height: 0.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/logo.png");
  margin-right: 0.4rem;
}

.index-header .header-search {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  height: 0.6rem;
  padding-left: 1.65rem;
  background-color: #f1f1f1;
  border-radius: 0.04rem;
  overflow: hidden;
}

.index-header .search-input {
  width: 100%;
  height: 0.6rem;
  padding-right: 0.8em;
  background-color: transparent;
  font-weight: 500;
  font-size: 0.26rem;
}

.index-header .search-input::-webkit-search-cancel-button {
  display: none;
}

.index-header .search-input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.index-header .search-icon {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/icon_search.png");
}

.index-nav {
  position: relative;
  height: 0.9rem;
  overflow: hidden;
}

.index-nav .nav-list {
  position: relative;
  padding: 0 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #de260e;
  color: #fff;
}

.index-nav .nav-item {
  
 
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
      height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.33rem;
    float: left;
    margin-left: 0.43rem;
    display: inline;
}

.index-nav .nav-item:first-of-type {
  font-weight: 500;
  font-size: 0.32rem;
}

.index-nav .nav-toggle {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: block;
  line-height: 0.4rem;
  font-size: 0.32rem;
  color: #fff;
}

.index-nav.is-expanded {
  height: auto;
  overflow-y: visible;
}

.content {
  position: relative;
  padding: 0 0.25rem;
}

.headline-title {
  padding: 0.3rem 0;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  font-size: 0.33rem;
}

.headline-swiper {
  height: 4.5rem;
  margin: 0.25rem 0;
  border-radius: 0.08rem;
}

.headline-swiper .swiper-slide {
  position: relative;
}

.headline-swiper .swiper-slide-link, .headline-swiper .swiper-slide-pic {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.headline-swiper .swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.13rem;
  padding: 0.22rem 0.8em 0;
  background-image: url("../img/bg_slider_text.png");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-size: 0.32rem;
  text-align: center;
  color: #fff;
}

.headline-swiper .swiper-pagination {
  bottom: 0.08rem;
}

.headline-swiper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  opacity: 0.8;
  background-color: #de260e;
}

.headline-swiper .swiper-pagination-bullet-active {
  width: 0.2rem;
  opacity: 1;
}

.section {
  position: relative;
  margin-bottom: 0.2rem;
}

.section-title {
  line-height: 2em;
  font-weight: normal;
  font-size: 0.3rem;
  color: #de260e;
}

.section-main {
  position: relative;
}

.section-main .big-pic-news {
  position: relative;
  display: block;
  margin: 0.2rem 0;
}

.section-main .big-pic-news .news-pic {
  display: block;
  width: 100%;
}

.section-main .multi-pic-news {
  position: relative;
  margin-bottom: 0.1rem;
}

.section-main .multi-pic-news .news-title {
  margin-bottom: 0.1rem;
  line-height: 1.6em;
  font-weight: 500;
  font-size: 0.32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section-main .multi-pic-news .news-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-main .multi-pic-news .news-pic-box {
  display: block;
  width: 2.2rem;
  height: 1.4rem;
  border-radius: 0.08rem;
  overflow: hidden;
}

.section-main .multi-pic-news .news-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.hot-news-list {
  position: relative;
  margin-bottom: 0.2rem;
}

.hot-news-list .list-item {
  position: relative;
  padding: 0.15rem 0 0.15rem 0.7rem;
  line-height: 1.6em;
  font-size: 0.3rem;
  border-bottom: 0.01rem solid #d3d3d3;
}

.hot-news-list .list-item-index {
  position: absolute;
  left: 0.1rem;
  top: 0.25rem;
  display: block;
  width: 0.4rem;
  height: 0.28rem;
  line-height: 0.28rem;
  border-radius: 0.05rem;
  background-color: #de260e;
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
}

.gg-block {
  position: relative;
  display: block;
  margin-bottom: 0.4rem;
}

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

.gg-block-tip {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.02rem 0.1rem;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.2rem;
  color: #fff;
}

.gg-block-tip .icon-close {
  margin-left: 0.05rem;
}