@charset "utf-8";
/* float_layer */
.float_layer{
		
		display:none;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
 box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.float_layer h2{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-size: 14px;
	color: #fff;
	background: #08a1ef;
	border-bottom: 1px solid #08a1ef;
	position: relative;
}
.float_layer h2 b {
  font-weight:normal;
}
.float_layer .min{width:21px;height:20px;background:url(../images/popmsg/min.gif) no-repeat 0 bottom;position:absolute;top:2px;right:25px;}

.float_layer .max{width:21px;height:20px;background:url(../images/popmsg/max.gif) no-repeat 0 bottom;position:absolute;top:2px;right:25px;}

.float_layer .close{width:21px;height:20px;background:url(../images/popmsg/close.gif) no-repeat 0 bottom;position:absolute;top:2px;right:3px;}

.float_layer .content2{height:130px;width:260px;overflow:hidden;font-size:14px;line-height:18px;color:#666;background:#fff; }
.float_layer .wrap2{padding:10px 10px 4px 10px;}

.wrap2 ul li{line-height:35px;font-size:14px;font-family:'宋体';border-bottom:1px dashed #ccc;padding-left:16px;background:url(/FirstPage/images/list.gif) no-repeat left center;}
.nl{color:#585858;}
a.nl:hover{color:#0378b5;}
.float_layer .content2 p {
  line-height:1.5em;
  font-size:13px;
  color:#474747;
  width:260px;
  height:60px;
  overflow:hidden;
  display:block;
}
.float_layer .content2 a {
  width:90px;
  height:20px;
  display:block;
  margin-top:10px;
  margin-left:85px;
}