@charset "utf-8";
body {
	background-color:#000;
}
#maincontent {
	min-height:100px;
}
.swiper-slide img {
	width:100%;
	height:auto;
	min-height:100px;
	border:0;
}
.swiper-pagination-bullet {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	color: #000;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	opacity: 1;
	text-align: center;
	width: 20px;
	border: 1px solid #FFF;
}
.swiper-pagination-bullet-active {
	background: none repeat scroll 0 0 #007aff;
	color: #fff;
}
.swiper_dibu {
	height: 20px;
	width: 100%;
	font-size:12px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	color: #FFF;
}
.swiper_dibu_div {
	height: 20px;
	width: 100%;
	display:-moz-box;
	display:-webkit-box;
	display:box;
}
.swiper_newstitle {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.swiper_newstitle_div {
	width:100%;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 10px;
}
.swiper_jishuqi {
	text-align:center;
	width:40px;
	overflow:hidden;
	line-height: 20px;
	height: 20px;
}
#leibieneirong {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d6e1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d6e1;
	background: -moz-linear-gradient(#d8d8d8,#f3f3f3);
	background: -webkit-gradient(linear,left top,left bottom,from(#d8d8d8),to(#f3f3f3));
	background: linear-gradient(top left,#d8d8d8,#f3f3f3);
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#d8d8d8,endColorStr=#f3f3f3);
}
#leibieneirong h1 {
	box-sizing: border-box;
	padding-left: 10px;
	font-weight: normal;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
}
