.baike_box{
	padding-top: 23px;
	overflow: hidden;
}
.baike_title{
	line-height: 42px;
	font-size: 28px;
}
.baike_info{
	border-radius: 12px;
	background: #FFFFFF;
	overflow: hidden;
	padding: 31px 25px;
	font-size: 15px;
	line-height: 34px;
	text-indent: 2em;
	margin-top: 17px;
}
.baike_list{
	margin-top: 7px;
	overflow: hidden;
}
.baike_item{
	width: 294px;
	height: 249px;
	background: #FFFFFF;
	border-radius: 8px;
	float: left;
	margin-right: 8px;
	margin-top: 10px;
	padding: 26px 26px 21px;
}
.baike_item:nth-of-type(4n){
	margin-right: 0px;
}
.baike_item_title{
	font-size: 20px;
	font-weight: bold;
	line-height: 19px;
	float: left;
	color: #333333;
}
.baike_item_number{
	font-size: 14px;
	line-height: 19px;
	margin-left: 9px;
	float: left;
}
.baike_item_more{
	color: #7e7e7e;
	font-size: 14px;
	line-height: 19px;
	float: right;
}
.baike_item_center{
	margin: 20px 0px 13px;
	overflow: hidden;
	float: left;
}
.baike_item_img{
	width: 117px;
	height: 94px;
	float: left;
	margin-right: 15px;
}
.baike_item_name{
	width: calc(100% - 117px - 15px);
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #0196fa;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.baike_item_p{
	width: calc(100% - 117px - 15px);
	float: left;
	line-height: 18px;
	margin-top: 6px;
	color: #747474;
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	white-space: inherit;
}
.baike_item_goods{
	float: left;
	width: 31%;
	margin-right: 3.33%;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.baike_item_goods:hover{
	color: #0196fa;
}
.baike_item_goods:nth-child(3n+1){
	margin-right: 0px;
}