@charset "utf-8";

#tree {width: auto;font-size: 0}
#tree li{ height: 112px;}
#tree .list { width: 52px; height: 112px; margin:0 2px; display: inline-block;vertical-align: top}
#tree .list .box { height: 90px; border: solid 1px #ccc; margin: 10px 0; width: 50px;}
#tree .list .e_box { height: 90px; border: solid 1px #FFFFFF; margin: 10px 0; width: 50px;}
#tree .fid:after {content: '';position: absolute;border-right: 1px solid #A7A7A7;width: 25px;height: 10px; margin-top: -10px;}
#tree .son:before {content: '';position: absolute;border-right: 1px solid #A7A7A7;width: 25px;height: 10px;}
#tree .line:before {content: '';position: absolute; border-top: 1px solid #A7A7A7;width: 56px;margin-top: -11px; margin-left: -31px;}
#tree .son_list:before {content: '';position: absolute;margin-left: -28px;border-top: 1px solid #A7A7A7;border-left: 1px solid #A7A7A7;width: 53px;height: 10px;border-right: 1px solid #A7A7A7;}

/*表格中的内容排版*/
#tree .list .e_box .title {font-size: 12px;line-height: 20px;display: block}
#tree .list .box .title {background: #E6E5E9;height: 20px;text-align: center; font-size: 12px;line-height: 20px;}
#tree .list .box .content_l { height: 70px;width: 25px; background: #F1F2EE; float: left; border: 1px;}
#tree .list .box .content_l p { width: 14px; line-height: 13px; font-size: 12px; display: inline-block;margin-left: 6px; height: 54px;word-break: break-all;overflow: hidden}

#tree .list .box .content_r { height: 70px;width: 25px; background: #f9f9f9;float: right; border: 1px}
#tree .list .box .content_r p { width: 14px; line-height: 13px; font-size: 12px; display: inline-block;margin-left: 7px; height: 54px;word-break: break-all;overflow: hidden}

/*是否已经仙逝*/
#tree .list .box .is_death { background: url("/Public/Home/images/tu7.png") no-repeat;position: absolute;margin-left: 7px; width: 10px; height: 15px; margin-top: -3px;}

/*是否已经离异*/
#tree .list .box .divorced_l { border-left: solid 1px blue; position: absolute;height: 30px;margin-top: -40px;}
#tree .list .box .divorced_r {  border-left: solid 1px blue; position: absolute;height: 30px;margin-top: -40px; margin-left: 25px;}

/*是否迁移*/
#tree .list .box .is_removal { border-bottom: solid 1px red; margin-top: 13px; position: absolute;width: 25px;}

/*家主是女性*/
#tree .list .box .is_woman {border-top: solid 1px red;position: absolute; width: 25px;margin-top: -58px;}

.fancybox{cursor: pointer}
