/* 查詢導航欄 */
#queryBar { display:block; background:#fff; border:2px solid #ddd; border-radius:2px; height:32px; margin:6px 0; border-right:none;}
#queryBar li{ background: #fff none repeat scroll 0 0; border-radius: 0 !important; box-shadow: none !important; box-sizing: border-box; float: left;
    height: 100%; line-height:32px; text-align:center; margin: 0; position: static !important; width: 25%; border-right: 2px solid #ddd; cursor:pointer;}
#queryBar .selected{background:#000; color:#fff;}

/* 宗支图查询 */
.queryBox { background: #fff none repeat scroll 0 0; border: 1px solid #ddd; border-radius: 2px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); margin: 0 0 6px 0;}
.queryBox dt{font-size:20px; font-family:"黑体"; width:96%; height:36px; line-height:36px; text-align:center; border-bottom:1px Solid #ccc; margin:8px auto;}
#zzt .label {display:inline-block; width:18%; text-align:right; font-family:"宋体"; font-size:16px; font-weight:bold;}
#zzt .cont {display:inline-block; width:80%;}
#zzt .text {text-indent:8px; background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #ccc; color: #474747; height: 24px; line-height: 24px; width: 100%;}
#zzt dd {text-align:center;}
#zzt p {height:28px; line-height:28px; clear:both; margin:6px auto;}
#hc .k1{display:inline-block; width:23%; height:28px; line-height:28px; text-align:center; margin:6px 1%; background:#eee;}
#hc .k2{display:inline-block; width:18%; height:28px; line-height:28px; text-align:center; margin:6px 1%; background:#eee;}
#hc span{border-radius: 2px; font-family:"华文中宋";}
#sc span{display:inline-block; width:23%; height:28px; line-height:28px; text-align:center; margin:6px 1%; background:#eee; font-family:"仿宋"; font-size:16px;}
#hc span:hover{background-color:#930303; color:#fff; cursor:pointer;}
#sc span:hover{background-color:#930303; color:#fff; cursor:pointer;}
#name p{height:28px; line-height:28px; clear:both; margin:6px auto;}
#name .label {display:inline-block; width:30%; text-align:right; font-family:"宋体"; font-size:1rem; font-weight:bold;}
#name .cont {display:inline-block; width:65%;}
#name .text {background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #ccc; color: #474747; height: 24px; line-height: 24px; width: 100%;}
#name dd{text-align:center;}
.sbtn {display:block; width:30%; background: #ccc none repeat scroll 0 0; border: medium none; border-radius: 5px; color: #fff; height: 35px; line-height: 35px; margin:65px auto 10px;}
.tip {text-align:center; font-size:18px; color:red; font-family:"宋体"; height:32px; line-height:32px; margin:65px 0 10px;}