#tlby2026 .sfimg2{
    width: 1000px;
    margin: 20px 0;
}
#tlby2026 .sfimg2 img{
    width: 1000px;
}
/* 列表容器（可选，只为了居中展示） */
       /* 列表容器 - 清除浮动 */
        #list-container {
            position: relative;
            margin: 0 auto;
            width: 1000px;
            overflow: hidden; /* 清除浮动 */
            margin-top: 40px;
        }

        #list-container .news-item {
            width: 320px;
            margin-bottom: 20px; 
        }
        
        #list-container .news-item:nth-child(3n+1) {
            float: left;
            margin-left: 0;
        }

       
        #list-container .news-item:nth-child(3n+2) {
            float: left;
            margin-left: 20px;
        }

        #list-container .news-item:nth-child(3n) {
            float: right;
            margin-left: 0;
        }

        /* 图片样式 */
        #list-container .news-image {
            width: 100%;
            height: 150px;
            object-fit: cover;
            display: block;
        }

        /* 标题样式：16px、#333、单行超出省略号 */
        #list-container .news-title {
            width: 100%;
            box-sizing: border-box;
            padding: 0 2.5%;
            font-size: 16px;
            color: #333;
            line-height: 40px;
            height: 40px;
            text-decoration: none;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        #list-container .news-title:hover {
            color: #DC2625;
        }
#nfwap{
        width:1000px;
        position:relative;
        margin:30px auto;
        text-align:center;
        }
        #nfwap a{
        width:115px;
        height:40px;
        line-height:40px;
        display:inline-block;
        margin:0 10px;
        text-align:center;
        font-size:18px;
        font-weight:bold;
        color:#333;
        background-color:#F6F6F6;
        border-radius:5px;
        text-decoration: none;
        }
        #nfwap .nfactive1{
            color:#fff;
            background-color:#DC2625;
        }
/* 分页部分 */
.special_main .fy {
	position: relative;
	width: 1000px;
	height: 100px;
	margin:0 auto;
	text-align: center;
}
.special_main .fy .fyNum {
	position: absolute;
	display: inline-block;
	height: 100px;
	line-height: 100px;
	left: 0;
	right: 0;
	margin: auto;
}
.special_main .fy a:hover {
	color: #333;
}
.special_main .fy a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #eee;
	margin: 0 3px;
}
.special_main .fy .p-u,.special_main .fy .p-d {
	width: 64px;
	height: 32px;
}
.special_main .fy a {
	color: #333;
}
.special_main .fy_red {
		background: #d0050a;
		color: #fff !important;
}