﻿/*　門戶首頁选择城市，使用地方：_layout.css ,AnHuiIndex.css*/
.choseArea{
	width: 81px;
	height: 49px;
	/*border: 1px solid #f0f0f0;
	background-color: #fff;*/
	margin: 22px 0 0 10px;
	padding: 3px 10px;
	cursor: default;
	position: relative;
}
.choseArea .area_on{
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	background: url(../../images/icons/area_xiala.png) no-repeat 65px center;
}
.size13{
	font-size: 13px;
}
.areaHide{
	width: 270px;
	height: 272px;
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fff;
	z-index: 9999999;
	padding: 10px 15px;
	position: absolute;
	left: -1px; 
	top: 30px;
	display: none;
}
.choseArea:hover .areaHide{
	display: block;
}
.choseArea:hover .area_on{
	background: url(../../images/icons/area_up.png) no-repeat 65px center;
} 
.onArea{
	line-height: 26px;
	border-bottom: 1px dashed #969696;
}
.hotcity{
	background: url(../../images/icons/hotcity1.png) no-repeat left center;
	padding-left: 10px;
	line-height: 32px;
	font-size: 13px;
}
.areaHide ul li a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #969696;
	padding: 0 15px;	
	overflow: hidden;
}
.areaHide ul li a:hover
{
	color: #ff8517;
}
#menhu_cityList li {
    min-width: 86px;
}