
@media screen and (max-width: 1240px) {
  .show-pc {
    display: none !important;
  }
  /*banner区域默认样式调整开始*/
  .banner-container {
    display: none;
  }
  /*面包屑*/
  .breadcrumb {
    display: none;
  }
  /* 资讯tab */
  .mobile-full-width {
    width: 100vw !important;
    position: fixed;
    top: 7.1rem;
    left: 0;
    background-color: #fff;
    z-index: 9999;
  }
  .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  .tab .tab-item {
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
  }
  .tab .tab-item:hover, .tab .tab-item.active {
    color: #c6192e;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .tab .active-slider {
    position: absolute;
    bottom: 0;
    background-color: #c6192e;
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  /* 资讯tab结束 */
  .main-box {
    margin-top: 14rem;
  }
  .main-box hr {
    height: 1px;
    background-color: #f5f5f5;
    border: none;
  }
  .main-box h2.title {
    font-size: 2rem;
    font-weight: bold;
  }
  .main-box .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #666;
    font-weight: 100;
    margin-top: 1rem;
  }
  .main-box .info-wrap .ml-10 {
    margin-left: 1.5rem;
  }
  .main-box .info-wrap img {
    height: 1.4rem;
    margin-right: 0.8rem;
  }
  .main-box .detail {
    margin-top: 1rem;
    padding: 2rem 0;
  }
  .main-box .share-wrap {
    text-align: right;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-box .share-wrap .icon-box {
    height: 4rem;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e6e6e6;
    font-size: 12px;
    border-radius: 0.5rem;
    margin: 0 1rem;
    cursor: pointer;
  }
  .main-box .share-wrap .icon-box img {
    width: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 5px;
  }
  .main-box .change-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem 0;
  }
  .main-box .change-articles .change-item {
    font-weight: 200;
    font-size: 14px;
    margin: 0 2rem;
    text-align: center;
    cursor: pointer;
  }
  .main-box .change-articles .change-item .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-box .change-articles .change-item p {
    font-size: 16px;
    margin-top: 0.5rem;
  }
  .main-box .change-articles .change-item.prev {
    color: #666;
  }
  .main-box .change-articles .change-item.prev img {
    margin-right: 0.5rem;
    width: 2rem;
  }
  .main-box .change-articles .change-item.next {
    color: #618ce6;
  }
  .main-box .change-articles .change-item.next img {
    margin-left: 0.5rem;
    width: 2rem;
  }
  /* 右侧 */
  .right {
    padding: 0 0 3rem;
    /* 热门关键字 */
    /* 热门资讯 */
  }
  .right .con-title {
    font-size: 16px;
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
  }
  .right .hot-keywords ul li {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    padding: 0 2rem;
    margin: 2rem 2rem 1rem 0;
  }
  .right .hot-keywords ul li a {
    color: #333;
  }
  .right .hot-news {
    width: 100%;
  }
  .right .hot-news .hot-news-item {
    margin-bottom: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .right .hot-news .hot-news-item:first-child {
    margin-top: 30px;
  }
  .right .hot-news .hot-news-item .img-wrap {
    width: 140px;
    height: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .right .hot-news .hot-news-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .right .hot-news .hot-news-item .flex1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
  }
  .right .hot-news .hot-news-item .title,
  .right .hot-news .hot-news-item .desc,
  .right .hot-news .hot-news-item .time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .right .hot-news .hot-news-item .title {
    font-size: 18px;
  }
  .right .hot-news .hot-news-item .desc {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
  }
  .right .hot-news .hot-news-item .time {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    margin-top: 14px;
  }
  /*移动端体验宝航隐藏开始*/
  #pcExperienceBh {
    display: none !important;
  }
  /*移动端体验宝航隐藏结束*/
}
/*# sourceMappingURL=news-detail-mobile.css.map */