html{
	padding-bottom: 80px;
}
.iTitle{
	position: relative;
	width: 100%;
	height: 88px;
	margin-top: 18px;
}
.iTitle::before{
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background-color: #e0e1e3;
}
.iTitle p{
	position: absolute;
	left: 0px;
	line-height: 88px;
	top: 0px;
	padding: 0px 13px 0px 38px;
	background: url(../img/searchHot.png) no-repeat 0px center;
	background-color: white;
	font-weight: bold;
	color: #252525;
	font-size: 25px;
}
.iTitlebz{
	margin-top: 30px;
}
.iTitlebz p{
	background-image: url(../img/iTitleHot.png);
}
.timeMore{
	position:absolute;
	right: 0px;
	top: 0px;
	padding: 0px 45px 0px 31px;
	background-color: white;
	line-height: 88px;
	color: #5c5c5c;
	font-size: 18px;
	cursor: pointer;
}
.timeMore::after{
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 12px;
	height: 8px;
	background: url(../img/getMore.png) no-repeat center center;
	margin-top: -4px;
}
.timePopMask{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 8;
	display: none;
}
.timePopBox{
	position: absolute;
	right: 6px;
	top: 62px;
	width: 112px;
	padding: 0px 7px;
	background-color: #f7f7f7;
	z-index: 9;
	display: none;
}
.timePop{
	font-size: 16px;
	color: #5c5c5c;
	text-align: center;
	line-height: 38px;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
}
.timePop.selected{
	display: none;
}
.timePop:nth-last-child(1){
	border-bottom: 0px;
}
.sortBox{
	width: 1080px;
	margin: 0px auto;
}
.sortTop{
	width: 100%;
	font-size: 20px;
	color: white;
	line-height: 52px;
	background-color: #3e8bf8;
	font-weight: bold;
	text-align: center;
}
.sortTop p{
	width: 366px;
	float: left;
}
.sortTop p:nth-child(2){
	width: 348px;
}
.sortLineBox{
	width:100%;
}
.sortLine{
	position: relative;
	width: 100%;
	font-size: 18px;
	color: #2b2b2b;
	line-height: 24px;
	background-color: #eef4ff;
	text-align: center;
	padding: 12px 0px;
}
.sortLine p:nth-child(1){
	width: 366px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -12px;
}
.sortLine p:nth-child(2){
	width: 348px;
	margin: 0 auto;
}
.sortLine p:nth-child(3){
	width: 366px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -12px;
}
.sortLine:nth-child(2n){
	background-color: white;
}
.typeBtnBox{
	width: 1080px;
	margin: 0px auto;
	padding: 4px 0px 13px;
	cursor: pointer;
}
.typeBtn{
	width: 159px;
	line-height: 54px;
	font-size: 19px;
	color: #727480;
	text-align: center;
	background-color: #f4f7fb;
	margin-bottom: 16px;
	margin-right: 25px;
	float: left;
}
.typeBtn:nth-child(6n){
	margin-right: 0px;
}
.typeBtn.selected{
	background-color: #004ca0;
	font-weight: bold;
	color: white;
}