@CHARSET "UTF-8";
.box{
	width: 100%;
	margin: 0px auto ;
	overflow: hidden; display: flex
}
.box li{
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 10px;

	position: relative;
	cursor: pointer;
	background: #f6f6f6;
}
.top{
	position: absolute;
	z-index:1;
	height: 5px;
	width: 0px;
	top: 0px;
	width: 0px;
}
.bottom{
	position: absolute;
	z-index:1;
	height: 5px;
	width: 0%;
	bottom: 0px;
	right: 0px;
}
.left{
	height: 0;
	position: absolute;
	left: 0px;
	width: 5px;
}
.right{
	height: 0;
	position: absolute;
	right: 0px;
	width: 5px;
	bottom: 0px;
}
.box li img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 0px;
}
.box li p{
	position: absolute;
	z-index: 2;
	
	background-image: -webkit-linear-gradient(left,#4e75ba,#e0acc2);
	height: 0px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	color: #fff;
	bottom: 0px;
	left: 5px; font-size: 2rem
}
.img-center{ width: 98%!important; max-width: 98%!important; height: 100%!important; max-height:100%!important }
