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

                  本文件由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 {
 
  padding: 0.25rem 0;
  border-bottom: 0.01rem solid #d3d3d3;
}

.news-list .list-item-box {
  display: block;

  margin-bottom: 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 {
  
  font-weight: 500;
  font-size: 0.31rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list .list-item-meta {
  display: none;
  
}

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

.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: 0.9rem;
  background-color: #de260e;
  color: #fff;
}

.header-action {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.34rem;
}

.header-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 4rem;
  height: 0.9rem;
  line-height: 0.9rem;
  margin-left: -2rem;
  font-size: 0.34rem;
  font-weight: normal;
  text-align: center;
}

.header-menu {
  position: absolute;
  top: 0.9rem;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0.1rem 0;
  background-color: #fff;
  color: #333;
  display: none;
}

.header-menu .menu-item {
     text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.9rem;
    line-height: 0.9rem;
    float: left;
    margin-left: 0.43rem;
    display: inline;
}

.search {
  position: relative;
  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;
  height: 1.2rem;
}

.search-wrap {
  position: relative;
  width: 7rem;
  height: 0.8rem;
  background-color: #f7f7f7;
  border-radius: 0.4rem;
}

.search-input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 0.8em;
  background-color: transparent;
  font-size: 0.36rem;
}

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

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

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

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

.list-swiper {
  height: 3rem;
  margin-bottom: 0.1rem;
  border-radius: 0.08rem;
}

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

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

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

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

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

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