@charset "utf-8";
/* CSS Document */
/* zhuanti  css yanghsi */
 /* main容器 压在banner之上 max‑width:1200px */
        /* banner通栏：背景图完全跟随屏幕自动缩放 */
        .top-banner {
            width: 100%;
            height: 1200px;
            min-height: 160px;
            max-height:1920px;
           
            background-image: url("https://pic.xbfzb.com/attachment/2026090409banner02.jpg");
            background-size: 100% auto;
            /* background-position: top; */
            background-repeat: no-repeat;
        }
	
        /* main容器 压在banner之上 max‑width:1200px */
        .main-wrap {
            max-width: 1200px;
            margin: -800px auto 10px;
            background: #ffffff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.1);
        }

        /* 轮播组件：上方大图，下方一行小图缩略导航 */
        .slider-box {
            margin-bottom: 30px;
        }
        /* 大图显示区域 */
        .slider-big {
            width: 100%;
            height: 100%;
            overflow: hidden;
            border-radius: 6px;
            position: relative;
        }
        .slider-big a {
            display: block;
            width: 100%;
            height: 100%;
        }
        .slider-big img {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }
        .big-item {
            display: none;
        }
        .big-item.active {
            display: block;
        }

        /* 下方小缩略图一行导航，横向滚动 */
        .slider-thumbs {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            overflow-x: auto;
            overflow-y: hidden;
            padding-bottom: 6px;
            scrollbar-width: thin;
        }
        .slider-thumbs::-webkit-scrollbar {
            height: 4px;
        }
        .slider-thumbs::-webkit-scrollbar-thumb {
            background-color: #ccc;
            border-radius: 2px;
        }
        .thumb-item {
            width: 120px;
            height: 70px;
            flex-shrink: 0;
            border: 2px solid transparent;
            border-radius: 4px;
            overflow: hidden;
            cursor: pointer;
            opacity: 0.7;
        }
        .thumb-item.active {
            border-color: #2c5282;
            opacity: 1;
        }
        .thumb-item a {
            display: block;
            width: 100%;
            height: 100%;
        }
        .thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* 图文列表 */
        .item-list {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }
        .list-item {
            display: flex;
            gap: 20px;
            align-items: center;
            border: 1px solid #eee;
            padding: 16px;
            border-radius: 6px;
            transition: 0.2s;
        }
        .list-item:hover {
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }
        .item-img-box {
            width: 180px;
            height: 120px;
            flex-shrink: 0;
            overflow: hidden;
            border-radius: 4px;
        }
        .item-img-box a {
            display: block;
            width: 100%;
            height: 100%;
        }
        .item-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .item-text {
            flex: 1;
        }
        .item-text a {
            font-size: 18px;
            color: #333;
            text-decoration: none;
        }
        .item-text a:hover {
            color: #2c5282;
        }

		.footer {
			width: 100%;
			padding: 10px 0;
			text-align: center;
			font-size: 14px;
			color: #000;
			    background: #3165ad0d;
			/* min-width: 1200px; */
		}
		.container {
			max-width: 1200px;
			overflow: hidden;
			margin: 0 auto;
			padding: 20px 30px;
            width: auto;
		}

        /* =====多设备分段适配===== */
        /* 平板 769px‑1200px */
        @media (max-width: 1200px) {
            .main-wrap {
                margin-left: 15px;
                margin-right: 15px;
				margin: -1000px auto 60px;
            }
            .slider-big {
                height: 320px;
            }
        }
        /* 手机横屏 481px‑768px */
        @media (max-width: 768px) {
            .top-banner {
                height: 220px;
                min-height: 140px;
            }
            .main-wrap {
                margin: -100px 15px 40px;
                padding: 20px;
            }
            .slider-big {
                height: 240px;
            }
            .thumb-item {
                width: 90px;
                height: 55px;
            }
            .list-item {
                flex-direction: column;
                align-items: flex-start;
            }
            .item-img-box {
                width: 100%;
                height: 180px;
            }
            .item-text a {
                font-size: 16px;
            }
        }
        /* 小手机 <480px */
        @media (max-width: 480px) {
            .top-banner {
                height: 180px;
            }
            .main-wrap {
                margin: -80px 10px 30px;
                padding: 15px;
            }
            .slider-big {
                height: 180px;
            }
            .thumb-item {
                width: 70px;
                height: 45px;
            }
            .list-item {
                padding: 12px;
                gap: 12px;
            }
            .item-img-box {
                height: 140px;
            }
            .item-text a {
                font-size: 15px;
            }
        }
        ul, ol {
    list-style: none;
}
.list ul li {
    padding: 10px 0 20px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
a {
    color: #333;
    text-decoration: none;
}
.list ul li h2 {
    font-size: 22px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
}
.list ul li .text {
    font-size: 14px;
    color: #666;
}
.list ul li .text p {
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word; 
    -webkit-box-orient: vertical;
}
.list ul li .text span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

