.mbHead{
	display: none;
	height:55px;
	padding:10px;
}
.mbHead .fl{
	margin-top:10px;
}
.mbHead .fr{
	text-align: right;
}
.mbHead .fr img{
	max-width: 60%;
}
.crumbs{
	background: #F9F9F9;
	padding:35px 0 20px 0;
	font-size: 16px;
	font-weight: 400;
	color: #4D4D4D;
}
.crumbs a{
	font-size: 18px;
	color: #4D4D4D;
}
.alldots{
	background: #F9F9F9;
	padding-bottom: 20px;

}
.alldots span,.alldots .citylist .line span{
	width:100%;
	display: block;
	color: red;
	font-weight: 600;
	font-size: 18px;
	margin-top:0;
}
.alldots .citylist{
	margin:10px;
}
.alldots .citylist .line{
	border-bottom: 1px solid #ddd;
	margin:5px 0;
	padding:10px 0;
	line-height: 30px;
	text-align: justify;
}
.alldots .hot a,.alldots .citylist .line a {
    float: none;
    font-size: 15px;
    color: #006ec8;
    margin: 5px;
}
.alldots .hot{
	background: #FFFFFF;
	padding:20px;
    border: 1px solid #ddd;
}
@media all and (max-width:768px){
	.mbHead{
		display: block;
	}
	.navigation{
		display: none;
	}
}