﻿@charset "utf-8";
.piclist{
	/* width: 900px;
	
	padding: 0px 0 20px 0; */
	/* background-color: pink; */
	/* display: block; */
	/* height: 600px; */
	margin-bottom: 20px;
}
.piclist li{
	width: 425px;
	height: 230px;
	border:1px solid #dedede; 
	border-radius: 16px;
	background-color: white;
	transition: all 0.5s; 
	float: left;
	margin-right: 14px;
	margin-bottom: 15px;
	padding: 10px 0 0 16px; 
}
.piclist li:hover{
	background-color: #EAEEF1; 
}
.piclist .picli_r{
	margin-right: 0;
}
.piclist li h5{
	font-size: 14px;
	line-height: 30px;
	color: #363f50;
}
.piclist li img{
	margin: 10px 0;
}
.piclist li p{
	font-size: 14px;
	line-height: 24px;
	color: #989898;
	width: 410px;
	height: 75px;
	overflow: hidden;
}
