﻿*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:"Microsoft YaHei",sans-serif;background-color:#f5f7fa;color:#333;}
.container-contents{max-width:1200px;margin:0 auto;padding:20px 0;}
.container-icons{max-width:1200px;margin-bottom:30px;background-color:#fff;}
.list-icons{display:flex;justify-content:space-around;list-style:none;flex-wrap:wrap;}
.item-icons{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;flex:1;min-width:200px;transition:transform 0.3s ease;}
.item-icons:hover{transform:translateY(-5px);}
.icon-wrapper-icons{width:64px;height:64px;border-radius:50%;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;margin-bottom:15px;transition:all 0.3s ease;cursor:pointer;}
.item-icons:hover .icon-wrapper-icons{border-color:#2851e3;background-color:#f0f5ff;}
.icon-icons{width:28px;height:28px;color:#666;transition:color 0.3s ease;}
.item-icons:hover .icon-icons{color:#2851e3;}
.text-icons{font-size:16px;color:#333;transition:color 0.3s ease;}
.item-icons:hover .text-icons{color:#2851e3;}
/* 解读模块 */
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .layout-wrapper {
            display: flex;
            flex-direction: column;
            gap: 32px;
        }

        .section-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            border: 1px solid #e5e7eb;
            overflow: hidden;
        }

        .section-header {
            padding: 16px 24px;
            color: white;
            font-size: 18px;
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .department-content .section-header {
            background: #2a5298;
        }

        .media-content .section-header {
            background: linear-gradient(to right, #ef4444, #dc2626);
        }

        .diversity-content .section-header {
         background: linear-gradient(to right, #3b82f6, #2563eb);
        }

        .section-dots {
            opacity: 0.7;
            font-weight: normal;
        }

        .section-body {
            padding: 24px;
        }

        .news-list {
            list-style: none;
        }

        .news-item {
            padding-bottom: 12px;
            margin-bottom: 16px;
            border-bottom: 1px solid #f3f4f6;
        }

        .news-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .news-link {
            text-decoration: none;
            color: #374151;
            font-size: 14px;
            line-height: 1.5;
            display: flex;
            transition: color 0.2s ease;
        }

        .department-content .news-link:hover {
            color: #2563eb;
        }

        .media-content .news-link:hover {
            color: #dc2626;
        }

        .diversity-content .news-link:hover {
            color: #7c3aed;
        }

        .empty-content {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 192px;
            background-color: #f9fafb;
            border-radius: 8px;
            border: 2px dashed #d1d5db;
        }

        .empty-content-inner {
            text-align: center;
        }

        .empty-icon {
            width: 64px;
            height: 64px;
            margin: 0 auto 16px;
            background-color: #e5e7eb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .empty-icon svg {
            width: 32px;
            height: 32px;
            color: #9ca3af;
        }

        .empty-text {
            color: #6b7280;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            
            .layout-wrapper {
                gap: 24px;
            }
            
            .section-header {
                padding: 12px 16px;
                font-size: 16px;
            }
            
            .section-body {
                padding: 16px;
            }
        }
/* 图片链接 */
.bannerimg{max-width:1200px;margin:0 auto;margin-top:30px;overflow:hidden;}
.bannerimg img{max-width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,0.1);}
@media screen and (max-width:1024px){.list-icons{gap:10px;}
.main-contents{flex-direction:column;}
.slider-contents,.news-contents{flex:0 0 100%;}
.slider-contents{height:300px;}
.news-contents{display:none;}
.grid-interpretation{grid-template-columns:repeat(2,1fr);}
}
@media screen and (max-width:768px){.list-icons{flex-wrap:wrap;}
.banner ul li img{height: 240px;}
.item-icons{flex:0 0 calc(50% - 20px);margin-bottom:20px;}
.bottom-contents{flex-direction:column;}
.slider-contents{height:250px;}
.bannerimg{margin-top:15px;}
.container-interpretation{padding:20px 10px;}
.title-interpretation{font-size:20px;}
}
@media screen and (max-width:480px){.container-icons{padding:20px 10px;}
.item-icons{flex:0 0 100%;}
.icon-wrapper-icons{width:56px;height:56px;}
.icon-icons{width:24px;height:24px;}
.text-icons{font-size:14px;}
.container-contents{padding:10px;}
.slider-contents{height:200px;}
.news-title-contents,.bottom-title-contents{font-size:16px;}
.news-text-contents{font-size:13px;}
.bannerimg{margin-top:10px;padding:0 10px;}
.grid-interpretation{grid-template-columns:1fr;gap:15px;}
.header-interpretation{margin-bottom:15px;}
.title-interpretation{font-size:18px;}
}
