/*news*/

.news,
.product {
	min-height: 0;
}

.news .title,
.product .title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.news .time,
.product .time {
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	color: #999;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
}

.news .time span,
.product .time span {
	color: #ff0000;
}

.news .infocon,
.product .infocon {
	padding: 10px 0 20px;
}

.news .infocon p,
.product .infocon p {
	line-height: 30px;
	margin-top: 5px;
}


/*product*/

.product .infocon p img {
	max-width: 100%;
}