



        /* =======================================================================
           页面内容区域样式
           ======================================================================= */

        /* =======================================================================
           Banner 区域样式
           ======================================================================= */
        .top-nav {
            background-color: white;
        }

        .banner-section {
            position: relative;
            height: 27.4rem;
            background: url('../../../img/mobile/news_bg.png') center center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            z-index: 1;
            top: 9rem;
        }

        .banner-title {
            font-weight: 600;
            position: absolute;
            top: 10.8rem;
            left: 3.5rem;
            font-family: HarmonyOS_Sans_SC;
            font-size: 3.25rem;
            color: #FFFFFF;
            line-height: 4.6rem;
            text-align: justify;
            font-style: normal;
        }

        /* 面包屑样式 */
        .breadcrumb-section {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: #F2F3F5;
            padding: 1.5rem 0 1.6rem 3.5rem;
            z-index: 2;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.65rem;
            color: #333333;
            line-height: 2.3rem;
        }

        .breadcrumb {
            margin: 0;
            padding: 0;
            /* font-family: HarmonyOS_Sans_SC;
            font-size: 0.24rem;
            color: #333333; */
        }

        .breadcrumb-item {
            color: #918686;
        }
        .breadcrumb-item+.breadcrumb-item {
            padding:0;
        }
        .jiantou img{
           padding: 0 1.6rem 0.3rem;
           height:2.4rem;
         }

        .breadcrumb-item a {
            color: #918686;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .breadcrumb-item.active {
            color: #333;
            font-weight: 500;
        }


        .news-section {
            /* padding: 40px 0; */
            margin-top: 9rem;
        }

        .news-title {
            font-weight: 500;
            padding: 1.5rem 4.4rem 0.6rem 3.5rem;
            font-family: HarmonyOS_Sans_SC_Medium;
            font-size: 2.4rem;
            color: #343434;
            line-height: 3.4rem;
        }
        h1.news-title{
            margin: 0;
        }
        .news-meta {
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.2rem;
            color: #999999;
            line-height: 1.7rem;
            padding-bottom: 0.46rem;
            padding: 0 0 1rem 0;
            margin: 0 4.4rem 0 3.5rem;
            border-bottom: 0.05rem solid #979797;
        }
        .news-date{

        }
        .news-content {
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.5rem;
            color: #666565;
            line-height:2.5rem;
            text-align: justify;
            font-style: normal;
            margin: 1.8rem 4.4rem 6.3rem 3.5rem;
            /* padding-bottom: 2.2rem; */
        }

        .news-content p {
            margin: 0;
        }

        .news-content img {
            height: 20.1rem;
            margin: 2rem 0 1.9rem;
        }
        footer{
            background: #F9F9F9 !important;
        }

