
.text-box{
	justify-content: center;
}
.navList{
	margin-left: 405px;
}
.luru{
	width: 850px;
	padding-bottom: 14px;
	border-bottom: 1px solid #EEEEEE;
	margin: 10px auto 0;
}
.top-box{
	margin-left: 160px;
}
.city-box{
	display: flex;
	align-items: center;
}
.city-box select{
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	margin: 10px 4px 0;
	padding: 0 10px;
}
#dateSelector{
	display: flex;
	align-items: center;
}
#dateSelector select{
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	margin: 10px 4px 0;
	padding: 0 10px;
}
.hangye_container{
 width: 300px;
 background: RGB(249,249,249);

}
.hangyelist{
     width: 100%;
	 display: flex;
	justify-content: space-between;
	padding: 10px;
}
.hangyelistl{
    width:80%;
	text-align: left;
	text-indent: 0;
}

.hangyelistr{
 color: #0a5ba6;
	width:10%;
	text-align: right;
	text-indent: 0;
	 margin-right: 20px;
	cursor: pointer;
}