@charset "gb2312";
/* CSS Document */
body{
	background-color:#826662
	}
#weather{
	width:100%;
	height:210px;
	position:relative;	
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
	background-color:#0097A4;
	overflow:hidden
}
#weather .city{
	background:url(http://www.lpws.cn/bianmin/img/aaaa.png) no-repeat scroll center 0 rgba(0, 0, 0, 0);
	padding-top:1.5em;	
	position:absolute;
	top:10px;
	right:10px;
	font-size:0.7em;
	text-align:center;
	}
#weather img{min-height:210px}
#weather .date_info{
	font-size:0.8em;		
	line-height:1.2em;
	top:10px;
	left:20px;
	position:absolute;
	}
#weather .temp{
	font-size:2em;
	font-family:"Î¢ÈíÑÅºÚ";
	position:absolute;
	top:50px;
	left:20px;
	}
#weather .weather_name{
	font-size:1em;
	position:absolute;
	left:20px;
	top:100px;
	}
#weather .index_d{
	font-size:0.6em;
	position:absolute;
	left:20px;
	top:125px;
	color:#ddd;
	text-shadow:none;
	}
#weather .other{
	font-size:0.7em;
	position:absolute;
	left:20px;
	top:140px;
	color:#ddd;
}

#weather .news {
  background-color: rgba(0, 0, 0, 0.5);
  -pie-background:rgba(0,0,0,.5);/*IE6-8*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
  height: 30px;
  position: absolute;
  top: 180px;
  left: 0px;
  width: 100%;
  overflow:hidden;
  color:#fff;
  line-height:30px;
}
#weather .news a:hover,#weather .news a{
	text-decoration:none;
	color:#FFF;
	}
#bianmin{
	display: block;
    margin: 0 auto;
    /*padding-top: 10px;
	height:500px;
	background:url(http://www.lpws.cn/bianmin/img/bm_bg.jpg) no-repeat 0px center #d7624e;*/
	
	}
#bianmin .logo{
	text-align:center;
	font-size:1.5em;
	line-height:1.5em;
	color:#fff;
	/*text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px; */
	}
.b_b{
	float:left;
	height:100px;
	margin:5px 0px 30px 18px;
	}
.b_b span{
	color:#FFF;
	display:block;
	text-align:center;
	clear:both;
	margin-top:5px
	}
.b_b,#i_btn{
	width:80px; 	
	display:block;
	}
#i_btn{
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.90);
	height:80px;	
	}
	
