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

                  本文件由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;
}

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

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

.article-title {
  position: relative;
  padding: 0.2rem 0;
  font-weight: 500;
  line-height: 1.6em;
  font-size: 0.34rem;
}

.article-meta {
  font-size: 0.24rem;
  color: #999;
}

.article-meta-bottom {
  padding: 0.3rem 0;
  text-align: right;
}

.article-resource {
  margin-left: 0.25rem;
}

.article-content {
  position: relative;
  padding: 0.3rem 0;
}

.rich-text {
  position: relative;
  line-height: 1.8em;
}

.rich-text hr {
  display: block;
  border: none;
  background-color: transparent;
  margin-bottom: 0.4rem;
}

.rich-text p {
  margin-bottom: 0.6rem;
  text-align: justify;
  line-height: 2em;
  font-size: 0.3rem;
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.rich-text img {
  display: block;
  max-width: 100%;
  margin: 0 auto 0.5rem;
}

.rich-text img:last-child {
  margin-bottom: 0;
}

.recommend {
  position: relative;
  padding: 0 0.25rem;
  margin-bottom: 0.8rem;
}

.recommend-title {
  position: relative;
  padding-left: 0.16rem;
  line-height: 1.6em;
  font-weight: normal;
  font-size: 0.3rem;
  color: #333;
}

.recommend-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.06rem;
  height: 0.3rem;
  margin-top: -0.15rem;
  background-color: #de260e;
}

.action-sheet {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 8888;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.action-sheet-main {
  position: relative;
  padding: 0.15rem;
}

.action-sheet-footer {
  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: 0.9rem;
  border-top: 0.01rem solid #efefef;
  font-size: 0;
}

.action-sheet-close {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 2rem;
  font-weight: 500;
  font-size: 0.28rem;
}

.action-sheet.is-in {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.social-share-list {
  position: relative;
}

.social-share-item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  height: 1.6rem;
  text-align: center;
  cursor: pointer;
}

.social-share-item-icon {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-bottom: 0.16rem;
}

.social-share-item-name {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 500;
  color: #4d4d4d;
}
.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;
}