.main-container { width: 1440px; margin:0px auto; margin-top:0px; }

/* 横幅区域 */
.top_banner{ width: 100%; margin-bottom:20px;}
.banner { width:1440px; margin:0 auto; background-color: #f9f9f9; padding-bottom: 20px; margin-top:85px; }
.banner-container { width:100%; }
.banner-content { display: flex; justify-content: space-between; }
.main-banner { width:960px; height:527px; position: relative; margin-right:18px;}

.left-banner { width:100%; height:527px; position: relative; border-radius:5px; }
.left-banner img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius:5px; }
.left-banner-text { position: absolute; bottom: 0; left: 0; right: 0; height:129px; line-height:129px; text-indent:25px; color: white; font-size: 20px; border-radius:0 0 5px 5px; opacity: 1; background: linear-gradient(2deg, rgba(2, 23, 16, 0.32) 9%, rgba(65, 77, 138, 0.32) 92%); backdrop-filter: blur(56px);}

.side-banners { width:503px; display: flex; flex-direction: column; justify-content: space-between; }
.side-banner { width: 100%; height:258px; position: relative; border-radius:5px; }
.side-banner img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius:5px; }
.side-banner-text { position: absolute; bottom: 0; left: 0; right: 0; height:72px; line-height:72px; text-indent:18px; color: white; font-size: 16px; border-radius:0 0 5px 5px; opacity: 1; background: linear-gradient(1deg, rgba(28, 3, 48, 0.32) 8%, rgba(28, 3, 48, 0.32) 93%); backdrop-filter: blur(56px);}

.swiper-slide img{border:5px;}

/* 统计数据 */
.stats {width:1440px; margin:0 auto; padding: 30px 0; border:1px solid #E9E9E9; border-radius:6px; }
.stats-container { width:100%; display: flex; justify-content: space-around; text-align: center; }
.stat-item { flex: 1; }
.stat-number { font-size:56px; font-weight: bold; color: #000; margin-bottom: 10px;  }
.stat-number-value{}
.stat-number-unit{width:50px; height:50px; font-weight:normal; font-size:28px; line-height:50px; background:url('../images/icon_index_count_unit_bg.png'); color:#6132BF; text-align:center; display:inline-block; }
.stat-label { font-size: 17px; color: #666; }
.stat-item-line{border-right:1px solid #9271D3; height:80px; width:1px; margin-top:20px; }

.content{display:flex; padding-top:20px;}
.content-left {width:1015px; margin-right:25px; overflow:hidden;}
.content-right {width:400px; padding-top:6px; overflow:hidden;}


/* 文章列表start */
.category-nav { display:flex;  border-bottom: 1px solid #E4E6E8; height:69px;  transition: transform 0.3s ease; }
.category-nav a { text-decoration:none; color: #333; font-size:16px; line-height:69px; padding:0 30px; }
.category-nav a.active { color: #4A15B6; border-bottom: 2px solid #4A15B6; }
.category-nav .more { margin-left: auto; color: #999; }

/*新版分类tab*/
.tab-container { display: flex; align-items: center; position: relative; overflow: hidden; height: 69px; border-bottom: 1px solid #E4E6E8; }
.tab-arrow { position: absolute; width: 36px; height: 36px; background: #fff;  border-radius: 4px; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; }
.left-arrow { left: 0; margin-right:20px;}
.right-arrow { right: 0; }
/* 滚动容器 */
.tab-scroll { flex: 1; overflow: hidden; }
/* 标签列表：横向排列 + 过渡动画 */
.tab-list { display: flex; white-space: nowrap; transition: transform 0.3s ease-out; transform: translateX(0); /* 初始位置 */ }
.tab-item { color: #333; font-size:16px; line-height:69px; height:68px; padding:0 30px; display:inline-block;}
.tab-list .active { color: #4A15B6; border-bottom: 2px solid #4A15B6; }
/* 箭头禁用样式（可选） */
.tab-arrow:disabled { opacity: 0.5; cursor: not-allowed; }


/* 文章列表 */
.article-list { display: flex; flex-direction: column; gap: 25px; padding:0 0px; padding-top:0; }
.article-item { display: flex; gap: 20px; border-bottom:1px solid #F3F3F3; padding-top:20px; }
.article-img { width:289px; height: 190px; border-radius:4px; overflow: hidden; }
.article-img img { width: 100%; height: 100%; object-fit: cover; }
.article-content { flex:1; display: flex; flex-direction: column; }
.article-title { font-size:18px; color: #333; margin-bottom:20px; line-height:18px; margin-top:9px; height:18px; overflow:hidden; font-weight:bold; }
.article-desc{height:50px; overflow:hidden; line-height:24px;}
.article-meta { display: flex; align-items: center; margin-bottom: 20px; font-size: 12px; color: #888; }
.author-avatar { width:29px; height: 29px; border-radius: 50%; background-color: #e5e9ef; margin-right: 10px; }
.author-avatar img{width: 29px; height: 29px; border-radius: 50%; }
.author-name { margin-right:5px; font-size:16px; color:#000; }
.publish-time { margin-right: 15px; }
.tags { display: flex; margin-bottom:20px; margin-top:20px;}
.tag { background-color:#F3ECFF; color: #4C18B6; padding:2px 8px; border-radius: 4px; margin-right: 5px; font-size:14px; }
.article-meta-right {margin-left: auto;}

.article_banner{width:100%; height:164px;}
.article_banner img{width:100%; height:100%; border-radius:8px;}

/* 文章列表end */

/* 加载更多按钮 */
.load-more { width: 160px; height: 40px; border: 1px solid #6132BF; border-radius: 20px; background-color: #fff; color: #6132BF; font-size: 14px; margin: 30px auto; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/*右侧*/
.side_item { background-color: #fff; border-radius:4px; padding:0; }
.side_item_header{display:flex; height:63px; border-bottom:1px solid #EFEFEF; line-height:60px; margin-bottom:30px;}
.side_item_icon{width:28px; height:28px; margin-top:17px; margin-right:10px; margin-left:27px;}
.side_item_title{width:220px; font-size:19px; color:#000;}
.side_item_more{width:100px; text-align:right;}
.side_item_more img{width:24px; height:24px; margin-top:20px; }
/*普通企业*/
.enterprise-item { display: flex; align-items: center; height:110px; background:#F8F8FA; margin-bottom:15px; }
.enterprise-item:last-child { border-bottom: none; }
.enterprise-icon {width:60px; height:60px; border-radius: 50%; background-color: #f0f5ff; display: flex; align-items: center; justify-content: center; color: #2d5afe; margin-right: 15px; flex-shrink: 0; margin-left:20px;}
.enterprise-icon img{ width:100%; height:100%; border-radius: 50%;}
.enterprise-info {width:290px; overflow:hidden;}
.enterprise-title { font-size: 17px; font-weight: 500; margin-bottom: 3px; }
.enterprise-desc { font-size: 12px; color: #888; height:40px; overflow:hidden;}
.enterprise-more { background-color:#fff; border:1px solid #6536C0; color:#6536C0; width:45px; height:28px; line-height:27px; text-align:center; border-radius:5px; font-size: 12px; cursor: pointer; margin-left: auto; margin-right:15px;}
.enterprise-more:hover { background-color: #6132BF; color: white; }

/*先锋企业列表*/
.pioneer_list{border-radius:6px; }
.pioneer_list .side_item_header{margin-bottom:20px;}
.pioneer_list_item { background-color: white; margin:0 0; padding:23px 23px;  background:#F8F8FA; margin-bottom:15px; height:166px; overflow:hidden;}
.pioneer_list_item_header{ display:flex; width:100%; height:70px;}
.pioneer_list_item_avatar {width:60px; height:60px; border-radius: 50%; background-color: #e8ebff; color: #6132BF; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-right: 15px; flex-shrink: 0; }
.pioneer_list_item_avatar img { width:60px; height:60px; border-radius: 50%; }
.pioneer_list_item_info { width:408px; overflow:hidden;}
.pioneer_list_item_title{ font-size: 17px; color: #000; margin-bottom:5px; }
.pioneer_list_item_meta {background-color:#F3ECFF; color: #4C18B6; border-radius: 4px; font-size:14px;  margin-bottom:10px; line-height:34px; height:34px; width:142px; text-align:center;}
.pioneer_list_item_desc {font-size: 14px; color: #666; line-height: 1.5; clear:both; width:100%; overflow:hidden; padding-top:10px; max-height:50px; }
.pioneer_list_item_ext { color: #6132BF; border: 1px solid #6132BF; background-color: transparent; border-radius:4px; font-size: 12px;height:28px; width:60px; margin-left:20px; overflow:hidden; text-align:center; line-height:28px;}
.pioneer_list_item_ext:hover { background-color: #6132BF; color: white; }


.report-list{border:1px solid #F2F2F2; border-radius:6px; margin-top:20px;}
.report-list .side_item_header{margin-bottom:0;}
.report-item { display: flex; padding:23px; border-bottom: 1px solid #F2F3F5; }
.report-item:last-child { border-bottom: none; }
.report-thumbnail { width:140px; height:168px; border-radius: 4px; margin-right: 12px; flex-shrink: 0;  box-shadow: 0 3px 10px rgba(0,0,0,0.3);}
.report-thumbnail img { width:100%; height:100%; border-radius: 4px; }
.report-info { flex-grow: 1; }
.report-info h4 { font-size: 17px; line-height:31px; margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color:#000; height:31px;}
.report-info p { font-size: 14px; line-height:24px; margin-bottom: 5px; color: #636363; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height:100px; align-items: center; display:block; }
.report-date { font-size: 12px; color: #A3A5A6; height:24px; overflow:hidden; }
.report-date span{margin-right:8px; font-weight:normarl;}



.data-list{border:1px solid #F2F2F2; border-radius:6px; margin-top:20px;}
.data-list .side_item_header{margin-bottom:0;}
.data_list_item { background-color: white; margin:0 23px; border-bottom:1px solid #F2F2F2; padding:23px 0; height:166px; overflow:hidden; }
.data_list_item_header{ display:flex; width:100%; height:60px;}
.data_list_item_avatar {width:60px; height:60px; border-radius: 50%; background-color: #e8ebff; color: #6132BF; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-right: 15px; flex-shrink: 0; }
.data_list_item_avatar img { width:60px; height:60px; border-radius: 50%; }
.data_list_item_info { width:408px; overflow:hidden;}
.data_list_item_title{ font-size: 17px; color: #000; margin-bottom:5px; height:29px; overflow:hidden; }
.data_list_item_meta { font-size: 12px; color: #999; margin-bottom:10px; }
.data_list_item_meta span{color:#000;}
.data_list_item_desc {font-size: 14px; color: #666; line-height: 1.5; clear:both; width:100%; overflow:hidden; padding-top:10px; max-height:50px; }
.data_list_item_ext { color: #6132BF; border: 1px solid #6132BF; background-color: transparent; border-radius:4px; font-size: 12px;height:28px; width:60px; margin-left:20px; overflow:hidden; text-align:center; line-height:28px;}
.data_list_item_ext:hover { background-color: #6132BF; color: white; }


