<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width: 1240px) {
  .show-pc {
    display: none !important;
  }
  .bg-gray {
    margin-top: 7.2rem;
  }
  /*é¢åŒ…å±‘*/
  .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 {
    margin-top: 14rem;
  }
  /* æ–°é—»èµ„è®¯ */
  .news {
    margin-bottom: 5rem;
  }
  .news .news-item {
    margin-top: 40px;
    cursor: pointer;
    color: #333;
  }
  .news .news-item:hover .title {
    color: #c6192e;
  }
  .news .news-item .img-wrap {
    width: 100%;
    height: 19rem;
  }
  .news .news-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news .news-item .content-text {
    padding: 1.5rem 0;
  }
  .news .news-item .title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
  }
  .news .news-item .desc {
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    margin-top: 1rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-item .time {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    margin-top: 1rem;
    text-align: right;
  }
  .con-title {
    font-size: 16px;
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
  }
  /* çƒ­é—¨å…³é”®å­— */
  .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;
  }
  .hot-keywords ul li a {
    color: #333;
  }
  /* çƒ­é—¨èµ„è®¯ */
  .hot-news {
    width: 100%;
  }
  .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%;
  }
  .hot-news .hot-news-item:first-child {
    margin-top: 30px;
  }
  .hot-news .hot-news-item .img-wrap {
    width: 140px;
    height: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .hot-news .hot-news-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hot-news .hot-news-item .flex1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
  }
  .hot-news .hot-news-item .title,
  .hot-news .hot-news-item .desc,
  .hot-news .hot-news-item .time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hot-news .hot-news-item .title {
    font-size: 18px;
  }
  .hot-news .hot-news-item .desc {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
  }
  .hot-news .hot-news-item .time {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    margin-top: 14px;
  }
  /*ç§»åŠ¨ç«¯ä½“éªŒå®èˆªéšè—å¼€å§‹*/
  #pcExperienceBh {
    display: none !important;
  }
  /*ç§»åŠ¨ç«¯ä½“éªŒå®èˆªéšè—ç»“æŸ*/
}
/*# sourceMappingURL=news-mobile.css.map */</pre></body></html>