* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: PingFangSC-Regular, Arial, sans-serif;
  background: #fff;
  min-height: 100vh;
  color: #000;
  line-height: 1.6;
}

.container {
  min-width: 1155px;
  margin: 0 auto;
}

.header {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 1155px;
}

.header h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
}

.subtitle {
  font-size: 18px;
  color: #000;
  margin: 0 auto;
  line-height: 1.8;
  opacity: 0.65;
}

.contentBox {
  display: flex;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 1155px;
}

.component6 .component6left {
  width: 774px;
  flex-shrink: 0;
}

.component6 .left-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.component6 .left-top h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.component6 .left-top a {
  color: #00a2a3;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.component6 .left-top a:hover {
  color: #0cc9c9;
}

.component6 .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 18px;
  width: 100%;
}

.component6 .news-item {
  width: 100%;
  flex-shrink: 0;
}

.component6 .news-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

.component6 .news-card-link:hover {
  transform: translateY(-2px);
}

.component6 .news-card-component6 {
  width: 100%;
  height: 280px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 25px 0 #8282821c;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.component6 .news-image {
  width: 100%;
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.component6 .news-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.component6 .news-content {
  padding: 16px 0px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.component6 .news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.component6 .news-date {
  font-size: 12px;
  color: #999;
}

.component6 .news-category {
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

.component6 .news-tag {
  font-size: 12px;
  color: #00a2a3;
  padding: 2px 8px;
  text-decoration: none;
}

.component6 .news-content h3 {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 12px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.component6 .read-more {
  color: #00a2a3;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.component6 .news-card-link:hover .read-more {
  color: #0cc9c9;
}

/* 右侧更多相关文章样式 */
.component6 .component6right {
  flex: 1;
  margin-left: auto;
  padding-left: 30px;
}

.component6 .right-part1 {
  background: #fff;
  box-shadow: 0 16px 25px 0 #8282821c;
  border-radius: 8px;
  padding: 30px 26px;
  margin-bottom: 35px;
}

.component6 .right-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.component6 .article-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.component6 .article-item {
  display: flex;
  align-items: flex-start;
}

.component6 .article-link {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  color: #000;
  opacity: 0.65;
  width: 100%;
  transition: color 0.3s ease;
  margin-bottom: 10px;
}
.component6 .article-item:last-child .article-link{
  margin-bottom: 0;
}
.component6 .article-link:hover {
  color: #00a2a3;
}

.component6 .article-bullet {
  color: #FFB800;
  background: #FFB800;
  position: relative;
  top: 10px;
  left: -2px;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  font-size: 16px;
  margin-right: 8px;
  display: inline-block;
}

.component6 .article-text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  transition: color 0.3s ease;
  display: inline-block;
  width: 295px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.component6 .article-link:hover .article-text {
  color: #00A2A3;
}

/* 行业白皮书样式 */
.component6 .right-part2 {
  background: #fff;
  box-shadow: 0 16px 25px 0 #8282821c;
  border-radius: 8px;
  padding: 30px 26px;
}

.component6 .whitepaper-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.component6 .whitepaper-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}

.component6 .whitepaper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.component6 .whitepaper-cover {
  width: 120px;
  height: 150px;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.component6 .whitepaper-cover:hover {
  transform: translateY(-2px);
}

.component6 .whitepaper-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.component6 .whitepaper-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 14px;
}

.component6 .whitepaper-info h4 {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 38px;
}

.component6 .download-btn {
  color: #00A2A3;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.component6 .download-btn:hover {
  color: #0cc9c9;
}
