/* 
 * 云南震序律师事务所网站位置指示器样式
 * 包含：页面位置导航、面包屑导航等
 */

/* 页面标题区域 */
.page-title {
    background-color: #002b70; /* 蓝色背景 */
    padding: 50px 0;
    margin-top: 120px; /* 为固定导航腾出空间，与轮播图一致 */
    margin-bottom: 50px;
    color: #fff;
}

.page-title h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 面包屑导航 */
.breadcrumb {
    font-size: 14px;
    color: #ccc;
}

.breadcrumb a {
    color: #f4ad03; /* 黄色链接 */
}

/* 面包屑导航分隔符 */
.breadcrumb li {
    font-size: 14px;
    color: #666;
    display: inline-block;
}

.breadcrumb li:not(:last-child):after {
    content: "/";
    margin: 0 10px;
    color: #999;
}

.breadcrumb li a {
    color: #f4ad03;
}

.breadcrumb li a:hover {
    color: #ffffff;
}

.breadcrumb li.active {
    color: #ffffff;
}

/* 响应式样式已移至template/zhenxulaw/css/responsive/position.css */
