<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

*{
	padding:0;
	margin:0;
}
.wrapsmall li{
	list-style:none;
}
/* wrap */
.wrapsmall{
	margin:25px auto 30px;
	width:340px;
	height:340px;
	position:relative;
	overflow:hidden;
	box-shadow: 0 0 10px 0 #d6dcea;
}
.picsmall{
	width:310px;
	height:250px;
	cursor:pointer;
	position:absolute;
	box-shadow: -5px 0 10px 0 hsla(222,9%,77%,.5);
}

.picsmall .pic_consmall{
	width:310px;
	height:250px;
	background-size: cover;	
}

.picsmall .intro_consmall{
	width:310px;
	height:100px;
	background: #fff;
}

.picsmall .intro_consmall .numsmall{
	font-size: 24px;
	color: #3d3d3d;
	width: 50px;
	height:100px;
	line-height:100px;
	text-align: center;
}

.picsmall .intro_consmall .new_titlesmall{
	font-size: 16px;
    color: #181818;
	white-space: nowrap;
	font-family: '微软雅黑 Light';
	font-weight: 600;
	height:30px;
	line-height:30px;
	width: 180px;
	margin-left: 10px;
	padding-top:10px;
}

.picsmall .intro_consmall .new_introsmall{
	width:200px;
	height:40px;
	box-sizing: border-box;
	padding:10px 0;
	position: relative;
	background-color: #fff;
}

.picsmall .intro_consmall .new_introsmall .topsmall{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
	max-height: 46px;
}

.picsmall .intro_consmall .new_introsmall .read_moresmall{
	position: absolute;
	left: 0;
	bottom:5px;
	color: #ff6a00;
	font-size: 16px;
}

.pic1small{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.pic2small{
	position:absolute;
	top:0;
	left:305px;
	z-index:3;
}

.pic3small{
	position:absolute;
	top:0;
	left:310px;
	z-index:5;
}

.pic4small{
	position:absolute;
	top:0;
	left:315px;
	z-index:7;
}

.pic5small{
	position:absolute;
	top:0;
	left:320px;
	z-index:9;
}

.pic6small{
	position:absolute;
	top:0;
	left:325px;
	z-index:11;
}

.pic7small{
	position:absolute;
	top:0;
	left:330px;
	z-index:13;
}


</pre></body></html>