.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.index-vip-bg,
.index-cont4-bg {
	padding: 0px;
	background: #eeeeee;
}

.index-vip-bot {
	margin-top: 10px;
	height: 199px;
	overflow: hidden;
}

.index-vip-bot ul {
	display:flex;
	margin:0;
	padding:0;
	text-align:left;
	list-style-type:none;
}

.index-vip-bot li {
	position: relative;
	float: left;
	width: 20%;
	overflow: hidden;
	transition: 0.65s;
	cursor: pointer;	
}

.index-vip-bot ul .wf-w {
	width: 42%;
}

.ivb-pic {
	width: 100%;
	overflow: hidden;
}

.ivb-pic img {
	display: block;
}

.ivb-txt {
	position: absolute;
	top: 50%;
	left: 22px;
	margin-top: -60px;
}

.ivb-line {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
}

.ivb-t1 {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "NewsGothicBT-Light";
}

.ivb-t2 {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.ivb-enter {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/icon3.png) no-repeat;
	background-size: cover;
	transition: 0.55s;
}

.index-vip-bot .ie-show {
	opacity: 1;
	visibility: visible;
}

/*搜索结果页*/
.searchNav{color:#1a1a1a; font-size:16px; line-height:28px; border-bottom:2px solid #e7e7e7;}
.searchNav span{color:#ef3838;}
.searchList{margin-top:6px;}
.searchList .item{padding:20px 0 20px 10px; border-bottom:1px solid #f0f0f0;}
.searchList .item:hover{background-color:#f7f7f7;}
.searchList .item .search-title{color:#333333; font-size:18px; margin-bottom:14px;}
.searchList .item .search-title span{color:#ef3838;}
.searchList .item .search-txt{color:#666666; font-size:14px; line-height:20px; margin-bottom:10px;}
.searchList .item .search-txt span{color:#ef3838;}
.searchList .item .search-date{color:#333333; font-size:12px;}
.searchList .item .search-date em{color:#bababa; margin:0 30px 0 15px;}
