/* 新闻列表页样式 */
.w1200 { width: 1200px; margin: 0 auto; }
.w1200:after {
    content: "";
    display: table;
    clear: both;
}
.mat15 { margin-top: 15px; }
.left { float: left; }
.right { float: right; }

/* 左侧内容区域 */
.w880 { width: 850px; }

/* 右侧区域 */
.con_right { 
    float: right;
    width: 330px; 
}

/* 内容区块 */
.whitebg { background: #fff; padding: 15px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.lay { margin-bottom: 15px; }
.layheader { border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 15px; }
.layheader span { font-size: 16px; font-weight: bold; }

/* 新闻列表 */
.newslist li { padding: 20px 0; border-bottom: 1px solid #eee; overflow: hidden; position: relative; }
.newslist li:last-child { border-bottom: none; }
.smallimg { width: 280px; height: 200px; float: left; margin-right: 20px; overflow: hidden; border-radius: 4px; }
.smallimg img { width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease; }
.smallimg img:hover { transform: scale(1.05); }
.newslistr { overflow: hidden; padding-right: 100px; }
.newstitle { font-size: 18px; display: block; margin-bottom: 12px; color: #333; font-weight: 500; }
.newstitle:hover { color: #1890ff; }
.newssummary { color: #666; line-height: 1.8; margin-bottom: 12px; font-size: 14px; }
.newsinfo { color: #999; font-size: 13px; }

/* 分类标签 */
.qkl_category { position: absolute; right: 0; top: 20px; background: #f5f5f5; color: #666; 
                padding: 3px 10px; border-radius: 3px; font-size: 12px; }
.qkl_category:hover { background: #1890ff; color: #fff; }

/* 分页 */
.page { text-align: center; padding: 20px 0; }
.page a, .page span { display: inline-block; padding: 5px 12px; margin: 0 3px; 
                      border: 1px solid #ddd; color: #666; }
.page a:hover, .page span.current { background: #1890ff; color: #fff; border-color: #1890ff; }

/* 右侧区域 */
.w300 { width: 300px; }

/* 侧边栏 */
.sidebar { margin-bottom: 15px; }
.sidebarnews li { padding: 8px 0; }
.sidebarnews a { color: #666; }
.sidebarnews a:hover { color: #1890ff; }

/* 图文列表 */
.sidebarimgnews li { padding: 10px 0; overflow: hidden; }
.sidebarimgnews img { width: 100px; height: 75px; float: left; margin-right: 12px; object-fit: cover; border-radius: 3px; }
.sidebarimgnews span { display: block; overflow: hidden; }
.sidebarimgnews a { color: #666; line-height: 1.4; }
.sidebarimgnews a:hover { color: #1890ff; } 