@import url('base-list.css');
@import url('keyword.css');

/*内容区域*/

#container .item {
	width: 380px;
	margin-bottom: 30px;
	float: left;
	background-color: white;
	display: inline-block;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

#container .item .img-thumb {
	margin-bottom: 10px;
	height: 290px;
	overflow: hidden;
}

/* #container .item .img-thumb img { */
/* 	width: 100%; */
/* 	/* border-top-left-radius: 4px;/*  */
/* 				border-top-right-radius: 4px; */
/* 	cursor: pointer; */
/* 	transition: all 0.4s; */
/* } */

/* #container .item .img-thumb img:HOVER { */
/* 	transform: scale(1.05, 1.05); */
/* } */

#container .item .img-title {
	margin-bottom: 10px;
	padding: 0px 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 15px;
	font-weight: bold;
}

/* #container .item .img-title a { */
/* 	color: rgb(65, 65, 67); */
/* } */

#container .item .img-info {
	margin-bottom: 15px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #999999;
}

/* #container .item .img-info span { */
/* 	padding: 0 10px; */
/* 	font-size: 14px; */
/* } */

#container .item .img-info a {
	padding: 0 10px;
	font-size: 14px;
/* 	background-image: url("/style/images/click_eyes.png"); */
/* 	display: inline-block; */
/* 	height: 15px; */
/* 	width: 55px; */
/* 	text-align: right; */
/* 	background-repeat: no-repeat; */
}