.newsbanner {
	width: 100%;
                height:6.12rem; /* 400px = 25rem（400/16） */
                padding: 0rem; /* 80px = 5rem */
                flex-direction: column;
                justify-content: center;
                text-align: center;
                background: url(../img/news/dot-map2.png) center no-repeat;
                min-width: auto;
                background-size: cover;
            }
            .news-c{
        	width: 100%;
        	max-width: 100%;
        	margin: 0 auto;
        	position: relative;
        }
            .text-box {
                width: 100%;
                margin-bottom: 0.40rem /* 40px = 2.5rem */
            }
            .title {
                font-size: 0.48rem; /* 48px = 3rem */
                margin-bottom: 0.20rem; /* 20px = 1.25rem */
            }
            .desc1 {
                font-size:0.18rem; /* 18px = 1.125rem */
                margin-bottom: 0.12rem; /* 12px = 0.75rem */
            }
            .desc2 {
                font-size: 0.18rem; /* 18px = 1.125rem */
            }
            .illustration {
                width: 80%;
                position: static;
                transform: none;
                margin: 0 auto;
            }
            .illustration img {
                max-width:3.77rem; /* 600px = 37.5rem */
            }
            


/*列表*/

.new-container {
                width: 100%;
                flex-direction: column;
                padding: 0.45rem 0.38rem; 
            }
            .left-content {
                width: 100%;
                margin-right: 0;
                margin-bottom: 0.30rem; 
            }
            .brand-card {
                margin-bottom: 0.30rem; 
            }
            .brand-img {
                margin-bottom: 0.10rem; 
            }
            .publish-info {
                font-size: 0.20rem; 
                margin-bottom: 0.10rem;
            }
            .publish-info span.icon-n{
        	background: url(../img/news/icon-publish.png) 0px 0.06rem no-repeat;
        	background-size: 0.18rem;
        	padding-left: 0.25rem;
        }
        .publish-info span.icon-t{
        	background: url(../img/news/time.png) 0px 0.07rem no-repeat;
        	background-size: 0.18rem;
        	padding-left: 0.25rem;
        }
            .brand-title {
                font-size: 0.30rem; 
                margin-bottom: 0.15rem;
            }
            .brand-desc2 {
                font-size: 0.22rem; 
                margin-bottom: 0.15rem; 
                line-height: 0.36rem;
            }
            .tag-group {
                gap: 0.10rem;
                margin-bottom: 0.10rem; 
            }
            .tag {
                padding: 0.08rem 0.18rem; 
                font-size: 0.18rem; 
                border-radius: 0.10rem;
            }
            .read-more {
                font-size: 0.20rem; 
                line-height: 0.40rem;
            }
            .right-sidebar {
                width: 100%;
            }
            .search-box {
                height: 0.84rem; 
                padding: 0 0.30rem; 
                margin-bottom: 0.30rem; 
                border-radius:0.10rem;
            }
            .search-input {
                font-size: 0.20rem; 
            }
            .search-btn {
                font-size: 0.20rem; 
            }
            .dynamic-category, .tag-section{
                padding: 0.30rem 0.30rem; 
                margin-bottom: 0.30rem; 
                border-radius: 0.10rem;
            }
            .trial-section{
        	border-top: 1px solid #e4e4ea;
        	padding-top: 0.30rem;
        }
            .section-title {
                font-size: 0.28rem; 
                margin-bottom: 0.26rem;
            }
            .category-item {
                padding: 0.10rem 0;
                font-size: 0.20rem;
            }
            .tag-list {
                gap: 0.18rem;
            }
            .sidebar-tag {
                padding: 0.10rem 0.22rem;
                font-size: 0.20rem;
                border-radius: 0.10rem;
            }
            .trial-form {
                gap: 0.26rem;
            }
            .form-row {
                gap: 0.26rem;
            }
            .form-input {
                height: 0.66rem;
                padding: 0 0.26rem;
                font-size: 0.20rem;
                border-radius: 0.15rem;
            }
            .get-code {
                width: 1.00rem;
                height: 0.40rem;
                font-size: 0.14rem;
            }
            .submit-btn {
                height: 0.70rem; 
                font-size: 0.24rem; 
                border-radius: 0.10rem;
            }
            /*动态详情左侧内容*/
		.content-news{
            margin-bottom: 0.30rem;
            position: relative;
        }
        .content-txt {
            font-size: 0.22rem;
        margin-bottom: 0.15rem;
        line-height: 0.36rem;
        }
        .content-txt p{margin: 0.30rem 0;}
        .tag-group-d {
            padding-top: 0.20rem;
            gap: 0.10rem;
        margin-bottom: 0.10rem;
        }
         