.box{
	width: 384px;
	height: 267px;
	overflow: hidden;
	position: relative;
}
.box-1 ul{
	margin:0;
}
.box-1 ul li{
	width: 384px;
	height: 267px;
	position: relative;
	overflow: hidden;
}
.box-1 ul li img{
	display:block;
	width: 384px;
	height:267px;
	position:absolute;
	top:0;
}
.box-1 ul li h6{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width:384px;
	background:rgba(255,255,255,.8);
	text-indent: 1em;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
	margin:0;
}
.box-1 ul li h6 a{
	display: inline-block;
	width: 270px;    
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.box-2{
	position: absolute;
	right: 10px;
	bottom: 14px;}
	.box-2 ul li{
	float:left;
	width: 8px;
	height:8px;
	overflow: hidden;
	margin: 0 5px; 
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	text-indent: 100px;
	cursor: pointer;
}
.box-2 ul .on{
	background: rgba(255,0,0,0.6);
}
.box-3 span{
	position: absolute;
	color: white;
	background: rgba(125,125,120,.3);
	width: 35px;
	height:55px;
	top:50%;
	font-family: "宋体";
	line-height: 55px;
	font-size:36px;
	margin-top: -40px;
	text-align: center;
	cursor: pointer;
	border-radius:4px;
	display:none;
}
/* .box:hover .box-3 span{
display:block;
} */
.box-3 .prev{
	left: 10px;
}
.box-3 .next{
	right: 10px;
}
.box-3 span::selection{
	background: transparent;
}
/* .box-3 span:hover{
	background: rgba(0,0,0,.6);
} */