.list_content_boxs
{
	width: 100%px;
	overflow: hidden;
	padding-top: 40px;
}
.list_content_box
{
	width: 1220px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between; 
}
.list_box_among
{
	width: 282px;
	height: 280px;
	margin-bottom: 30px;
	cursor: pointer;
	border-radius: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.3);
}
.list_box_among > img
{
	width: 282px;
	height: 200px;
	margin-bottom: 20px;
	object-fit: cover;

}
.list_box_among > div
{
	width: 252px;
	height: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 15px;
	margin-bottom: 14px;
	padding: 0 15px;

	overflow:hidden;
	-webkit-line-clamp:1;
	word-break:break-all;
}
.paging_box
{
	width: 1220px;
	overflow: hidden;
	
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center; 
	margin-bottom: 95px;
	margin-top: 10px;
}
.paging_box_among
{
	width: 48px;
	height: 48px;
	background: #F7F6F3;
	border: 1px solid #D5D5D5;
	text-align: center;
	line-height: 48px;
	margin-right: 30px;
	margin-bottom: 30px;
}
