body,h3
{
    margin:0;
    padding:0;
    
}

.DeptNameStyle,h3
{
     text-align:left; 
     font-size:18px; 
     color:#38801C;
     font-weight:bold;
}

.deptFloatMask
{
    background-color:gray;
    opacity:0.4;
    filter:alpha(opacity=40);
    position:absolute;
    top:0;
    left:0;  
    z-index: 9998;  
    width:100%;
    height:1200px;  
    display: none;    
}

.deptFloatLayer
{
    z-index:99999;
    position:absolute;
   display:none;
    
}


.deptTitle
{
    border:solid 2px #9c9c9c;
    background-color:#ffffff;
    /*border-bottom:1px solid #dddddd;*/
    border-bottom-style:none;
    height:20px;
    padding:12px;
}

.deptTitle .close
{
    float:right;
    color:#999999;
    padding:5px;
    margin:-2px -5px -5px;
    font:bold 14px/14px simsun;
}

.deptTitle .close:hover{color:#444444;}

.deptContent
{
    font-size:14px; 
    border:solid 2px #9c9c9c;
    border-top-style:none;
    background-color:#ffffff;
}

#Separator
{
    height:1px;
    background-color:#dddddd;
    border-style:none;
    overflow:hidden;    
}

.DeptDefaultBG
{
    width:420px;
    height:37px;
    background-image:url(/cnrri/images/OrganizationWhiteBG.jpg); 
    background-repeat:no-repeat;
}

.DeptHoverBG
{
    width:420px;
    height:37px;
    background-image:url(/cnrri/images/OrganizationGreenBG.jpg); 
    background-repeat:no-repeat;
    cursor:pointer;
}

.DeptFontStyle
{
        padding:10px 0 0 20px;
        font-size:17px; 
        color:#222222;
        font-family:黑体;
}

        .ktIntroDetail ol{
            margin-left:4em;
            padding-left:0;
            text-indent:0;
        }

        .ktIntroDetail ol p{
        }


  .keylink{
	cursor:pointer;
	border-bottom:1px dotted #111;
  }

