/* CSS Document */

.power {
	border: 1px solid #ddd;
	width: 740px;
	height: 270px;
	margin-top: 10px;
	position: relative;
}
.title {
	height: 39px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
}
.tab_title {
	height: 40px;
	width: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
}
.content {
	width: 100%;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 39px;
	padding-bottom: -10px;
}
.city {
	width: 369px;
	height: 159px;
	
	background-image:url(png/scareabg.png);
	z-index: 5;
	display:none;
}
.area-list {
padding-top: 5px;
left:5px;
position:absolute;
}
.area-list li {
float: left;
width: 50px;
margin-top:5px;
margin-left:5px;
margin-right:5px;
line-height:30px;
clear: none;
font-size:12px;
font-family:"宋体";
text-align:center;
display: list-item;
cursor:pointer;
}

.area-list li:hover {
	color:rgb(255,255,255);
	border-radius:2px;
	background-image:url(png/scarea.png);
}
.detail
{
	font-size: 12px;
	color: #3399FF;
	font-family: "宋体";
	cursor: pointer;
	font-weight: normal;
}
.detail:hover
{
	color: #3399FF;
}