/* 主要内容区 */
.main-container { width:1440px; margin:0 auto; display: flex; justify-content: space-between; margin-top:90px; }
.content-area { width:1015px; margin-right:25px; }
.sidebar { width:400px; }
.report-title { font-size:31px; height:31px; margin-bottom:30px; color: #1D2129; margin-top:20px; line-height:30px; }
.report-meta { font-size: 15px; color: #86909C; margin-bottom: 20px; padding-bottom:20px; display: flex; align-items: center; border-bottom: 1px solid #F2F3F5; }
.report-meta-left span { color:#000; margin-right:8px; font-size: 16px;}
.report-meta-left{width:500px;}

.article-share {color:#6436BD; width:116px; height:32px; border-radius:32px; border:1px solid #6436BD; background:#fff; text-align:center; line-height:29px; display:flex; margin-right:23px; margin-top:5px;  position:relative;}
.article-share_img{width:16px; margin-left:18px; margin-top:6px; margin-right:10px;}
.article-share span{font-size:12px;}
.article-share .qrcode{position:absolute; top:50px; right:0; display:none; width:200px; height:200px;}
.article-share:hover .qrcode{display:block;}

.article-fav{margin-left: auto; margin-right:15px; margin-top:7px;}
.article-fav img{width:18px; height:18px;}

/* 报告封面 */
.report-cover { width:100%; background:#F4F6F9; padding:30px; text-align:center;}
.report-cover-image{width:100%; margin-bottom:20px;}
.report-cover-image img{width:100%; height:auto;}

.report_content{width:100%; background:#F4F6F9; padding:30px; text-align:center; }

.get-full-report { background-color: #722ED1; color:white; border: none; padding: 10px 20px; font-size: 16px; border-radius: 4px; cursor: pointer; position: relative; z-index:1; }
.cover-note { font-size: 12px; color:#969696; margin-top: 20px; position: relative; z-index: 1; }


/* 侧边栏 */

.download-section { background-color: #F0F7FF; border-radius: 8px; padding: 25px 20px; text-align: center; margin-bottom: 30px; }
.download-icon-container { width: 60px; height: 60px; background-color: #E6F7FF; border-radius: 8px; margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; }
.download-icon { font-size: 24px; color: #1890FF; }
.download-btn { background-color: #722ED1; color: white; border: none; width: 100%; padding: 10px 0; font-size: 16px; border-radius: 4px; cursor: pointer;  display:inline-block;}
.related-reports { margin-top: 40px; }
.related-title { font-size: 16px; font-weight: bold; margin-bottom: 15px; color: #1D2129; }
.report-item { display: flex; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #F2F3F5; }
.report-item:last-child { border-bottom: none; }
.report-thumbnail { width:141px; height:169px; background: linear-gradient(135deg, #1A73E8 0%, #0F3460 100%); border-radius: 4px; margin-right: 12px; flex-shrink: 0;  box-shadow: 0 3px 10px rgba(0,0,0,0.3);}
.report-thumbnail img { width:141px; height:169px;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:105px;}
.report-date { font-size: 12px; color: #86909C; }
.report-date span{margin-right:8px; color:#000;}
