.cnt{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 100px;
}
.swiper-container-newslist{
	height: 400px;
}
.banner-btns{
	width: 1200px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 222;
}
.banner-btn{
	width: 380px;
	overflow: hidden;
	padding: 14px 0;
	display: inline-block;
	margin-left: 24px;
	vertical-align: bottom;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5FFFFFFF,endColorstr=#5FFFFFFF);
	background: rgba(255,255,255,.3);
	text-align: center;
	cursor: pointer;
}
.banner-btn:first-child{
	margin-left: 0;
}
.banner-btn p{
	font-size: 16px;
	color: #fff;
}
.banner-btn p img{
	display: block;
	margin: 0 auto;
}
.banner-btn i{
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	display: block;
	margin-bottom: -5px;
	display: none;
}
/* .banner-btn:first-child i{
	display: block;
} */
.c-each{
	width: 1200px;
	height: 260px;
	background-color: #ffffff;
	margin-bottom: 40px;
}
.c-each.shadow{
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.09);
}
.c-each .bigimg{
	width: 420px;
	height: 260px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.c-each .bigimg img{
	width: 100%;
}
.c-text{
	width: 770px;
	display: inline-block;
	vertical-align: top;
	padding: 26px 32px;
	padding-bottom: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.c-text h1{
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.c-text p{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	width: 100%;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.c-foot{
	margin-top: 20px;
}
.c-foot p{
	text-align: right;
}
.c-foot p a{
	font-size: 14px;
	color: #999;
}
.c-foot p a:hover{
	color: #15a6e9;
}

