@charset "utf-8";
@import url(../font/stylesheet.css);
@import url(../font/font.css);

/* tupian */
.pic_list ul li {
	max-width: 500px;
	width: 45%;
	margin-right: 4%;
	float: left;
	height: 390px;
	margin-top: 45px;
	overflow: hidden;
	border: 1px solid #ecebf5;
	box-shadow: 3px 3px 5px #ecebf5, -3px -3px 5px #ecebf5;
}

.pic_list ul li a {
	display: block;
	overflow: hidden;
	margin: 15px;
}

.pic_list ul li:hover p {
	color: #ee4023;
}

.pic_list .margin {
	margin-right: 0px;
}

.pic_img {
	width: 100%;
	height: 290px;
	overflow: hidden;
}

.pic_list ul li:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s;
}

.pic_img img {
	width: 100%;
	transition: 0.3s;
}

.pic_title {
	margin-top: 15px;
	padding-left: 40px;
	box-sizing: border-box;
	background: url(../img/dghtb.png) no-repeat left center;
}

.pic_title p {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pic_title div {
	font-size: 16px;
	color: #777777;
}