@charset "utf-8";
/* CSS Document */

/* 标题左侧文字+竖线样式 */
.title_txt{
    position: relative;
    height:40px;
    line-height:40px;
    font-size:24px;
    font-weight:bold;
    color:#294FD9;
    font-family:"微软雅黑";
    padding-left:12px;
}
.title_txt::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:4px;
    height:24px;
    background:#294FD9;
}
/* 面包屑样式 */
.bread{
    height:40px;
    line-height:40px;
    font-family:"微软雅黑";
    font-size:14px;
    text-align:right;
}
.bread span{
    color:#8f979b;
}
/* 内容文字样式 */
.info_txt{
    line-height:50px;
    font-family:"微软雅黑";
    font-size:16px;
}
.info_txt2{
    line-height:50px;
    font-family:"微软雅黑";
    font-size:18px;
}
/* 人员信息之间 细虚线（替代原 cl202107ldjj_13.jpg） */
.dash_line{
    height:1px;
    border-bottom:1px dashed #cccccc;
    margin:4px 0;
}
/* 模块之间 长分割虚线（替代原 2.jpg） */
.section_line{
    height:1px;
    border-bottom:1px dashed #cccccc;
    margin:20px auto;
	width:1200px;
	
    
}

.xiaohui,.xiaohui a:link,.xiaohui a:hover,.xiaohui a:visited {
	color: #707070;
}
.disable-a a {
  /* 1. 禁止点击事件 */
  pointer-events: none;
  /* 2. 鼠标样式改为默认（不再是小手） */
  cursor: default;
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-06-12 11:06:00" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->