#banner{
	height:450px;
	width:100%;
}


/* Sector标题开始 */
.sector{
	width:1000px;
	display:inline-flex;
	text-align:center;
	margin-top:20px;
	
	justify-content: space-between;
	flex-wrap: wrap;
}

.search-column{
	display:inline-block;
	width:230px;
	height:300px;
	overflow:hidden;
	margin-bottom:20px;
}

.search-column-empty{
	display:inline-block;
	width:230px;
	height:00px;
}
.search-column-title{
	height:40px;
	line-height:40px;
	text-align:left;
	font-size:20px;
	color: #337ab7;
	text-decoration: none;
	border-bottom: 8px #A79D96 solid;
	margin-bottom:10px;
}

.search-column-row{
	height:30px;
	line-height:30px;
	font-size:16px;
	text-align:left;
	color: #337ab7;
	cursor: pointer;
}