   * {
   	padding: 0;
   	margin: 0;
   }
   body{
   	background: rgb(244, 244, 244);
   }
   
   .lists {
   	position: relative;
   	height: 280px;
   	overflow: hidden;
   }
   
   .box {
   	position: absolute;
   }
   
   .item {
   	/*background: #fff;*/
   	float: left;
   	/*background: rgba(69,142,255,1);*/
   	border-radius: 8px;
   	height: 280px;
   	border: 1px solid #ddd;
   	cursor: pointer;
   	box-sizing: border-box;
   	/*padding: 0 10%;*/
   }
   
   .item img {
   	width: 70%;
   	margin-left: 15%;
   	display: block;
	object-fit: cover;
   }
   
   .item p {
   	text-align: center;
   }
   
   .item.active {
   	/*background: linear-gradient(0deg,rgba(108,222,101,1) 0%,rgba(27,191,189,1) 100%);*/
   	font-size: 30px;
   }
   
   .item.active img {
   }
   
   .item.active p {
   	font-size: 24px;
   	color: antiquewhite;
   }
   
   .right {
   	float: right;
   	width: 50px;
   	height: 50px;
   	/*background: goldenrod;*/
   	border: none;
   	color: rgba(255,255,255,1);
   	border-radius: 50%;
   	outline: none;
   	position: relative;
   }
   
   .left {
   	float: left;
   	width: 50px;
   	height: 50px;
   	/*background: green;*/
   	border: none;
   	border-radius: 50%;
   	color: rgba(255,255,255,1);
   	outline: none;
   	position: relative;
   }

   .left:active{
   	 top: 1px;
   	 left: 1px;
   	 opacity: 0.8;
   }
   
   .right:active{
   	 top: 1px;
   	 left: 1px;
   	 opacity: 0.8;
   }
   
   .content-all {
   	margin-bottom: 30px;
   	margin-left: 24px;
   	margin-right: 24px;
 
   }
   
   .index {
   	text-align: center;
   	font-size: 30px;
   	color: red;
   }

.lc{
   height: 200px;
   background: url(/skin/css/../img/20161013031052939.jpg) no-repeat;
   background-size:100% 100% ;
   width: 100%;
   position: relative;
}
.lc .bg{
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   background: rgb(0,0,0,0.3);
}
.lc p{
   position: relative;
   padding-top: 60px;
   color: #fff;
   width: 100%;
   top: 30%;
   z-index: 999999;
   /*position: absolute;*/
   font-size: 30px;
}
.lc p span{
   display: block;
   margin-top: 20px;
}

.cb img{
	height: 200px;
    object-fit: cover;
}