﻿*{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;}
/* 轮播 */
.main-contents{display:flex;gap:20px;margin-bottom:30px;}
.slider-contents{width:100%;height:410px;position:relative;border-radius:4px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.1);}
.news-contents{flex:1 0 40%;display:flex;}
.news-section-contents{background:#fff;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.news-header-contents{display:flex;justify-content:space-between;align-items:center;padding:15px;border-bottom:1px solid #f0f0f0;}
.news-title-contents{    font-size: 27px;
    font-weight: 700;}
.more-contents{color:#999;font-size:20px;text-decoration:none;}
.news-list-contents{list-style:none;padding:10px 15px;}
.news-item-contents{padding:10px 0;border-bottom:1px dashed #f0f0f0;}
.news-item-contents:last-child{border-bottom:none;}
.news-link-contents{display:flex;align-items:flex-start;text-decoration:none;color:#333;transition:color 0.3s ease;}
.news-link-contents:hover{color:#2851e3;}
.news-icon-contents{color:#e74c3c;margin-right:8px;flex-shrink:0;margin-top:5px;}
.news-text-contents{flex:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.6;}
.tag-contents{display:inline-block;padding:2px 8px;border-radius:3px;font-size:12px;margin-right:8px;color:#fff;}
.tag-h5-contents{background-color:#8e44ad;}
.tag-policy-contents{background-color:#3498db;}
.tag-audio-contents{background-color:#2ecc71;}
.tag-other-contents{background-color:#95a5a6;}
.bottom-contents{display:flex;gap:20px;}
.bottom-section-contents{flex:1;background:#fff;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.bottom-title-contents{color:#e74c3c;font-size:18px;font-weight:500;padding:15px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;}
/* 图片链接 */
.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);}
/* 政策图形 */
.container-interpretation{max-width:1200px;margin:0 auto;padding:30px 0;}
.header-interpretation{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e9ecef;}
.title-interpretation{font-size:22px;font-weight:500;color:#333;}
.more-interpretation{color:#adb5bd;font-size:20px;text-decoration:none;}
.card-interpretation a{text-decoration:none;color:inherit;display:block;}
.grid-interpretation{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.card-interpretation{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,0.05);transition:all 0.3s ease;}
.card-interpretation:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.08);}
.image-wrapper-interpretation{position:relative;overflow:hidden;height:0;padding-bottom:56.25%;}
.image-interpretation{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}
.card-interpretation:hover .image-interpretation{transform:scale(1.05);}
.content-interpretation{padding:16px;}
.label-interpretation{font-size:15px;font-weight:500;color:#495057;margin-bottom:8px;}
.description-interpretation{font-size:14px;color:#6c757d;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;}
@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;}
.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;}
}


    .slider-container {
            width: 100%;
            max-width: 1000px;
            height: 410px;
            /* margin: 20px auto; */
            position: relative;
            overflow: hidden;
            border-radius: 2px;
        }

        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slide {
            min-width: 100%;
            position: relative;
        }

        .slide img {
            width: 100%;
            height: 410px;
            object-fit: cover;
        }

        .caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 11px 15px;
            font-size: 1.2em;
        }

        .slider-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.5);
            color: white;
                padding: 6px 12px;
            border: none;
            cursor: pointer;
            font-size: 24px;
            transition: background 0.3s;
        }

        .slider-control:hover {
            background: rgba(0,0,0,0.8);
        }

        .prev {
            left: 0;
            border-radius: 0 5px 5px 0;
        }

        .next {
            right: 0;
            border-radius: 5px 0 0 5px;
        }

        .indicator-dots {
            position: absolute;
            bottom: 70px;  /* 调整距离 */
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 2;
        }

        .dot {
           width: 10px;
    height: 10px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            background: #fff;
            transform: scale(1.2);
        }

        .dot:hover {
            transform: scale(1.3);
        }



.content_wrap {
    background-color: #F5F7FA;
}