﻿.ce_main{
	width: 100%;
	margin: 0px auto;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.ce_main{ width:100%; margin:0px auto;}
}
.ce_list{
	clear: both;
	padding: 0px;
	width: 100%;
	margin: 0px auto;
	/*margin-right: -15px;
    margin-left: -15px;*/

}
.ce_img div.thumbnail{
    border-radius: 0px;
}
.ce_img{
/*	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;*/ margin-bottom:30px;
}
.ce_img img{
	display: block;
	height: auto;
	padding: 0px; margin:0px;
	width:100%;

}
.ce_title{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 10px 0px;
	clear: both;
	display: block;
}
.ce_title a{
	color: #333;
	display: block;
	font-size:20px;
}
.ce_title a:hover{
	text-decoration: none;
}

.ce_des{
color:#666;
line-height:20px;
height:20px;
margin:0px;
padding:0px;


/***单行文字超出显示省略号***/
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}





/*滚动案例——修改左右按钮位置*/
.bx-wrapper .bx-prev {
	left: 0px;/*修改左右按钮位置*/
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 0px;/*修改左右按钮位置*/
	background: url(../images/controls.png) no-repeat -43px -32px;
}

	/*background-attachment: fixed;
.ce_bg {
	display: block;
	background-position: center center;
	background-size: contain;

	padding: 18px;
	z-index: 1;
	background-image: url(../ce_img/ce_bg.jpg);
	background-repeat: no-repeat;
}*/
