.list-banners{
	width: 100%;
    min-width: 1200px;
    height: 401px;
    position: relative;
    overflow: hidden;
}
.list-banners .banners {
    width: 1920px;
    height: 401px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.list-banners .banners a{
	display: block;
}
.list-banners .banners a img{
	width: 100%;
}

.list-container{
	float: left;
	width: 100%;
	min-width: 1200px;
	padding-bottom: 52px;
	background: #f5f5f5;
}
.condition-box{
	border: 1px solid #e6e6e6;
}
.list-selected{
	padding: 6px 0;
	border-bottom: 1px solid #e6e6e6;
}
.condition-box .hd{
	float: left;
	width: 84px;
	margin: 6px 15px 6px 0;
	color: #9d9d9d;
	font-size: 15px;
	text-align: right;
	line-height: 26px;
}
.condition-box .bd{
	float: left;
	width: 1060px;
}
.list-selected .bd span{
	float: left;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	background: #394d66;
	margin: 6px 20px 6px 0;
	color: #fff;
	font-size: 15px;
}
.list-selected .bd span .close-ico{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width:7px;
	height: 7px;
	background: url(../images/close-ico.png) no-repeat;
	cursor: pointer;
}
.list-selected .bd .clear-btn{
	float: left;
	line-height: 26px;
	font-size: 15px;
	margin: 6px 0;
}
.condition-box .list li{
	position: relative;
}
.condition-box .list li .hd{
	padding: 6px 0;
}
.condition-box .list li .bd{
	width: 1000px;
	padding: 6px 60px 6px 0;
	border-bottom: 1px solid #e6e6e6;
	height: 38px;
	overflow: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.condition-box .list li:last-child .bd{
	border-bottom: none;
}
.condition-box .list li .bd a{
	float: left;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	margin: 6px 20px 6px 0;
	font-size: 15px;
}
.condition-box .list li .bd a.all{
	background: #394d66;
	color: #fff;
}
.condition-box .list li .bd a:hover{
	color: #394d66;
}
.condition-box .list li .bd a.all:hover{
	color: #fff;
}
.condition-box .list li .more{
	position: absolute;
	right: 40px;
	top: 12px;
	font-size: 15px;
	line-height: 26px;
}
.condition-box .list li .more .arrow{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 6px;
	background: url(../images/more-ico.png) no-repeat;
	margin: -2px 0 0 5px;
	transition: all 0.3s;
}
.condition-box .list li .more .arrow.on{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.list-filter{
	padding: 12px 0;
	height: 28px;
	line-height: 28px;
}
.list-filter a{
	color: #394d66;
	font-size: 15px;
	float: left;
	margin-right: 35px;
}
.list-filter a.day .ico{
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 10px;
	margin: -2px 0 0 3px;
	background: url(../images/day-ico.png) no-repeat;
}
.list-item li{
	margin-bottom: 24px;
	width: 1200px;
	height: 250px;
	background: #fff;
	overflow: hidden;
}
.list-item li .pic{
	float: left;
	width:372px;
	height: 250px;
	overflow: hidden;
}
.list-item li .pic>a{
	display: block;
}
.list-item li .pic>a img{
	width: 100%;
}
.list-item li .text{
	float: left;
	width: 828px;
}
.list-item li .text .top{
	padding-left: 30px;
	height: 199px;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}
.list-item li .text .top .tit{
	display: block;
	width: 665px;
	height: 56px;
	overflow: hidden;
	padding: 18px 0;
	line-height: 28px;
	font-size: 22px;
	color: #394d66;
}
.list-item-page li .text .top .tit{
	width: 725px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space:nowrap;*/
}
.list-item li .text .top .rule{
	margin-top: 14px;
	width: 485px;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 15px;
}
.list-item-page li .text .top .rule{
	font-size: 16px;
}
.list-item li .text .top .slogan{
	padding-right: 27px;
	text-align: right;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #394d66;
	font-size: 32px;
	font-weight: bold;
}
.list-item li .text .bottom{
	height: 50px;
	padding-left: 30px;
}
.list-item li .text .bottom p{
	width: 624px;
	float: left;
	line-height: 50px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.list-item li .text .bottom p span{
	margin-right: 60px;
}
.list-item li .text .bottom p span:last-child{
	margin-right: 0;
}
.list-item li .text .bottom .details{
	float: right;
	width: 174px;
	height: 51px;
	background: #394d66;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: -1px;
	text-align: center;
	color: #fff;
}
.list-item li:hover{
	color: #fff;
	background: #394d66;
}
.list-item li:hover .text .top .tit,.list-item li:hover .text .top .slogan{
	color: #fff;
}
.list-item li:hover .text .top{
	border-bottom: 1px solid #fff;
}
.list-item li:hover .text .bottom .details{
	background: #fff;
	color: #394d66;
}
.list-paging{
	text-align: right;
}
.list-paging a{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.list-paging a.prev,.list-paging a.next{
	font-weight: normal;
}
.list-paging a.prev:hover,.list-paging a.next:hover{
	background: none;
	color: #2ea2e6;
}
.list-paging a:hover,.list-paging a.on{
	background: #2ea2e6;
	color: #fff;
}
