.clearfix:before,
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}

.bomb-box-container {
	height: 170px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1026px;
	background: rgba(0, 0, 0, .7);
}


/*背景透明*/

@media \0screen\,
screen\9 {
	.bomb-box-container {
		background-color: #000;
		filter: Alpha(opacity=70);
		*zoom: 1;
	}
}

.bomb-box {
	width: 1026px;
	margin: -26px auto 0;
	height: 196px;
	position: relative;
	background: url(../images/ad-bg.png) no-repeat center;
}

.bomb-closed {
	position: absolute;
	right: 0;
	top: 0px;
	width: 38px;
	height: 41px;
	cursor: pointer;
	background: url(../images/close.png) no-repeat;
}

.bomb-closed span {
	display: block;
	width: 38px;
	height: 41px;
	background: url(../images/close-icon.png) no-repeat center;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}

.bomb-closed span:hover {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg)
}

.bomb-show-link {
	position: absolute;
	top: 20px;
	right: 76px;
}

.bomb-show-link a {
	font-size: 18px;
	color: #fff;
}

.bomb-list {
	position: absolute;
	bottom: 19px;
	left: 16px;
	width: 994px;
	height: 96px;
	background: #fff;
}

.bomb-list ul li {
	float: left;
	width: 141px;
	height: 96px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
	color: #555555;
}
.bomb-list ul li.last-li{
	border-right: none;
}
.bomb-list ul li.before{
	background: #eeeeee;	
}
.bomb-list ul li.before .nr .date{
	color: #999999;
}
.bomb-list ul li.before .nr .tit{
	color: #999;
}
.bomb-list ul li.before .nr .yd{
	background: #fff;
	color: #999999;
	border: 1px solid #c9c9c9;
}
.bomb-list ul li.ing .nr{
	width:142px;
	height: 116px;
	background: #fff216;
	margin-top: -15px;
	border-radius: 8px;
}
.bomb-list ul li.ing .nr .date{
	height: 28px;
	line-height: 28px;
	background: #8c4500;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: #fff;
	font-size: 15px;
}
.bomb-list ul li.ing .nr .tit{
	color: #333;
	font-size: 14px;
	margin-top: 8px;
}
.bomb-list ul li.ing .nr .yd{
	width:106px;
	height: 26px;
	line-height: 26px;
	background: #ff5c2c;
	border-radius: 10px;
	box-shadow: 0 2px 0px #d7451a;
	color: #fff;
	font-size: 14px;
	border: none;
}
.bomb-list .nr{
	position: relative;
	width:100%;
	width: 141px;
	height: 96px;
}
.bomb-list .nr .date{
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bomb-list .nr .tit{
	padding: 0 4px;
	font-size: 15px;
	color: #333333;
	letter-spacing: -1px;
}
.bomb-list .nr .tit span{
	display: block;
}
.bomb-list .nr .yd{
	position: absolute;
	left:18px;
	bottom:8px;
	display: block;
	width:104px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #a0a0a0;
	border-radius: 10px;
	font-size: 14px;
}
.bomb-list .nr .yd:hover{
	color: #fff;
	background: #ff5c2c;
	border: 1px solid #ff5c2c;
}
.take-back{
	position: fixed;
	bottom:0;
	left:-100px;
	width:66px;
	height: 196px;
	cursor: pointer;
	background: url(../images/side-bg.png) no-repeat;
}
