@charset "utf-8";
.resultOut{
 display:none;
 position: fixed;
 _position:absolute; 
 width:800px; 
 height:386px; 
 top: 50%;
 left: 50%;
 margin:-251px 0 0 -401px; 
 background-color:#FFFFFF;
 overflow: hidden;
 z-index:10;
}
.result{
 width:770px; 
 height:305px; 
 padding: 15px;
 overflow-x: hidden;
 overflow-y: scroll;
}

.result div{
 width: 96%;
 height: auto;
 min-height: 50px;
 line-height: 50px;
 font-size: 16px;
 color: #000;
 display: block;
 padding: 0 2%;
 overflow: hidden;
}
.result .back1{
 background:#fcfcfc;
}
.result .resultTitle{
 width: 18%;
 float: left;
 text-align: right;
 color: #194f9b;
 font-weight: 100;
}
.result .resultCon{
 width: 82%;
 float: left;
}
.result .dnr{
 line-height: 26px;
 padding: 12px 0;
}
.huise{ display:none;width:100%; height:100%; background-color:#000000; z-index:2; position:fixed;filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5; top:0; left:0;}

.close{ width:100%; height:50px; background-color:#f9f9f9; text-align:right;}
.close img{ cursor:pointer; margin:12px 12px 0 0;}