@charset "UTF-8";
body {
  width: 19.2rem;
  opacity: 0; }

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: "PingFang SC Medium", "PingFang SC", "Microsoft YaHei", "寰蒋闆呴粦", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif; }

.flex {
  display: flex; }

ul {
  list-style: none; }

img {
  border: none; }

a {
  text-decoration: none;
  color: black; }

input, textarea {
  outline: none; }

.hide {
  display: none; }

@media screen and (max-width: 600px) {
  body {
    width: 7.5rem; } }
body .bread .container {
  padding-bottom: .48rem; }

.news-container {
  background: #111111;
  padding-bottom: .8rem; }
  .news-container .content {
    width: 16.35rem;
    margin: 0 auto;
    display: flex;
    padding-top: .66rem;
    justify-content: center; }
    .news-container .content .content-news {
      width: 10.12rem; }
      .news-container .content .content-news .news-list {
        background: #181818;
        display: flex;
        margin-bottom: .32rem;
        border: 0.01rem solid rgba(255, 255, 255, 0.1); }
        .news-container .content .content-news .news-list .news-img {
          width: 3.48rem;
          height: 2.56rem;
          overflow: hidden;
          flex-shrink: 0; }
          .news-container .content .content-news .news-list .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.6s; }
        .news-container .content .content-news .news-list .news-content {
          padding: .28rem;
          width: calc(100% - 3.48rem - .56rem);
          height: 2rem;
          position: relative; }
          .news-container .content .content-news .news-list .news-content .tle {
            position: relative;
            color: #fff;
            font-size: .22rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            padding-bottom: .2rem; }
            .news-container .content .content-news .news-list .news-content .tle::after {
              content: '';
              position: absolute;
              width: .62rem;
              height: .04rem;
              background: linear-gradient(90deg, #890001 0%, #D70C19 99%);
              left: 0%;
              bottom: 0rem; }
          .news-container .content .content-news .news-list .news-content .time {
            font-size: 13px;
            color: #999999;
            position: absolute;
            bottom: .28rem;
            left: .28rem; }
          .news-container .content .content-news .news-list .news-content .des {
            color: #C4C4C4;
            font-size: .18rem;
            margin-top: .2rem;
            text-align: justify;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
        .news-container .content .content-news .news-list:first-child {
          display: block; }
          .news-container .content .content-news .news-list:first-child .news-img {
            width: 100%;
            height: fit-content; }
          .news-container .content .content-news .news-list:first-child .news-content {
            width: calc(100% - .56rem); }
            .news-container .content .content-news .news-list:first-child .news-content .des {
              color: #C4C4C4;
              font-size: .18rem; }
      .news-container .content .content-news .news-list:hover .tle {
        color: #d20c18; }
      .news-container .content .content-news .news-list:hover .news-img img {
        transform: scale(1.1); }
    .news-container .content .content-right {
      width: 3.1rem;
      margin-left: .28rem; }
      .news-container .content .content-right > div {
        background: #181818;
        margin-bottom: .24rem; }
      .news-container .content .content-right .qrcode {
        padding: .3rem .73rem;
        padding-bottom: .2rem; }
        .news-container .content .content-right .qrcode .img {
          padding: .16rem;
          background: rgba(255, 255, 255, 0.1); }
          .news-container .content .content-right .qrcode .img img {
            width: 100%;
            display: block; }
        .news-container .content .content-right .qrcode .text {
          color: #fff;
          font-size: .18rem;
          padding: 0 .12rem;
          padding-top: .14rem;
          text-align: center; }
      .news-container .content .content-right .recommend {
        padding: .28rem .32rem .42rem; }
        .news-container .content .content-right .recommend .tle {
          border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
          color: #fff;
          font-size: .24rem;
          position: relative;
          padding-bottom: .1rem; }
          .news-container .content .content-right .recommend .tle::after {
            content: '';
            position: absolute;
            width: .69rem;
            height: .03rem;
            background: linear-gradient(90deg, #890001 0%, #D70C19 99%);
            left: 0;
            bottom: -.01rem; }
        .news-container .content .content-right .recommend .recommend-list {
          padding: .25rem 0 .2rem;
          border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1); }
          .news-container .content .content-right .recommend .recommend-list a {
            font-size: .16rem;
            color: #999999;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
          .news-container .content .content-right .recommend .recommend-list:hover a {
            color: #d20c18; }
      .news-container .content .content-right .hotLabel {
        padding-bottom: 0.26rem; }
        .news-container .content .content-right .hotLabel .hotLabel-wrapper {
          padding-top: .26rem;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .news-container .content .content-right .hotLabel .hotLabel-wrapper .hotLabel-list {
            width: 1.1rem;
            height: .38rem;
            line-height: .36rem;
            box-sizing: border-box;
            padding: 0 .1rem;
            text-align: center;
            border: 0.01rem solid #999999;
            color: #999999;
            border-radius: .1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-bottom: .16rem; }
            .news-container .content .content-right .hotLabel .hotLabel-wrapper .hotLabel-list:hover {
              color: #d20c18;
              border-color: #d20c18; }

.news-detail {
  padding: 0 .34rem;
  color: #999999; }
  .news-detail .news-detail-top {
    padding-bottom: .25rem;
    border-bottom: .01rem solid #333333; }
    .news-detail .news-detail-top .tle {
      font-size: .22rem;
      color: #fff;
      margin-bottom: .36rem; }
    .news-detail .news-detail-top .news-config {
      color: #4d4d4d; }
      .news-detail .news-detail-top .news-config .time {
        font-size: .18rem;
        flex: 1; }
      .news-detail .news-detail-top .news-config .share {
        width: 2rem; }
        .news-detail .news-detail-top .news-config .share a {
          color: #909090;
          opacity: 1;
          font-size: .22rem;
          margin-left: .16rem; }
      .news-detail .news-detail-top .news-config .goback {
        font-size: .18rem;
        color: #4d4d4d; }
  .news-detail .news-detail-content {
    padding-top: .2rem;
    padding-bottom: .5rem;
    border-bottom: .01rem solid #333333; }
    .news-detail .news-detail-content :last-child {
      margin-bottom: 0; }
    .news-detail .news-detail-content p {
      font-size: .18rem !important;
      line-height: 1.8 !important;
      margin-bottom: .2rem !important;
      color: #C4C4C4 !important; }
    .news-detail .news-detail-content * {
      font-size: .18rem !important;
      line-height: 1.8 !important;
      margin-bottom: .2rem !important;
      color: #C4C4C4 !important; }
    .news-detail .news-detail-content img {
      max-width: 100% !important;
      display: block !important;
      margin: 0 auto .2rem !important;
      height: auto !important; }
  .news-detail .news-detail-pagination {
    justify-content: space-between;
    padding-top: .2rem; }
    .news-detail .news-detail-pagination a {
      color: #C4C4C4;
      display: block;
      max-width: 3.55rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
.pay_form{
    color: #c1c1c1;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.pay_form td{
    padding: 0.1rem;
}
.pay_form input[type=text]{
    padding: 0.05rem;
    width: 2.5rem;
}
.pay_form input[type=radio]{
    margin-right: 0.1rem;
    -webkit-appearance:radio;
}
.pay_btn{
    padding: 0.1rem 1rem;
    background: #df3300;
    color: #fff;
    margin-left: 1rem;
}
/*# sourceMappingURL=about-news.css.map */
