
/*底层大容器*/
#wrapper{
width:960px;
height:auto;
margin:auto;
}


/*中间内容*/
#content{
width:710px;
float:left;
margin-top:5px;
/*position:relative;*/
}

#side{
width:242px;
float:right;
margin-top:30px;
}

#side #hot_city{
margin-bottom:6px
}

/*网站路径和地址*/
.web_path{
font-size:12px;
font-weight:bold;
margin:6px auto 6px 6px;
padding-left:6px;
height:15px;
background:url(../images/web_path.jpg) no-repeat scroll 0 2px;;
}

/*公用左边*/
#left{
float:left;
width:186px;
/*background-color:#FFFFCC;*/
}

/*公用尾部*/
#footer{
margin-top:10px;
}

/*提示信息*/
.result{
border:#ccc solid 2px;
background:#fff;
width:600px;
height:350px;
margin-left:39px;
margin-top:39px;
font-size:20px;
}
.result span{
display:block;
}
.result .res_title{
font-weight:bold;
color:red;
margin-top:20px;
margin-left:20px;
}
.result .res_info{
color:green;
margin-left:39px;
margin-top:9px;
margin-right:39px;
line-height:30px;
}