
/* 筛选区域 */
.category-nav {border-bottom: 1px solid #eee; width:1440px; margin: 0 auto; padding-bottom:20px; margin-bottom:20px; margin-top:90px; overflow:hidden;}
.category-container { display:flex; }
.category-container-title{width:110px; color:#1B2A3E; font-size:15px; height:33px; line-height:33px; }
.category-container-more{width:60px; color:#1B6EFC; height:33px; line-height:33px;}
.category-links { display: flex; flex-wrap: wrap; list-style: none; margin-bottom:8px;  background:#fff; }
.category-links li {height:33px; line-height:33px; margin-right:10px;}
.category-links a { color:#050506; text-decoration:none; font-size:16px; padding:0 15px; height:33px; border-radius: 4px; transition: background-color 0.3s; display:block;}
.category-links a:hover { background-color: #F3ECFF; color:#521FB8;}
.category-links a.active { color:#521FB8; font-weight:bold; background:#F3ECFF;}
.category-more { margin-left: auto; color: #999; font-size: 16px; cursor: pointer; }


/* 内容区域 */
.content {width:1440px; margin: 0 auto; overflow:hidden; }
.reports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.report-card { border: 1px solid #eee; transition: box-shadow 0.3s; border-radius:5px; overflow: hidden; display:flex; padding:16px;}
.report-card:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.report-image { height:210px; width:140px; border-radius:5px; }
.report-image img{ height:100%; width:100%; border-radius:5px;}
.report-image::after { content: ""; position: absolute; width: 100px; height: 100px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; top: -30px; right: -30px; }
.report-content { padding:15px; padding-top:0; width:322px;}
.report-title { font-size:20px; margin-bottom:15px; height:60px; overflow: hidden; line-height:32px; color:#000; }
.report-desc { font-size:16px; color: #666; margin-bottom: 12px; height:48px; overflow: hidden; line-height:24px; }
.report-meta { display: flex; justify-content: space-between; font-size: 12px; color: #999; margin-top:70px; }

