.article {
	border: 1px solid #d9d5c5;
	padding: 20px;
}
.article h3 {
	color: #006600;
	font-size: 16px;
	text-align: center;
}
.article .line {
	width: 940px;
	height: 1px;
	background-color: #d8d8d8;
	margin: 15px auto;
}
.article .info {
	text-align: center;
	color: #999;
}
.article .content {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
}
.article .content p {
	margin-bottom: 15px;
}
.article .prenext {
	padding: 0 10px;
	background-color: #ebebeb;
	height: 40px;
	line-height: 40px;
	color: #333;
}
.article a:hover{ color:#c00;}
.article .next, .article .pre{ float:left; width:45%; overflow:hidden;}
.YouMayLike .title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.YouMayLike ul {
	width: 110%;
}
.YouMayLike li {
	color: #666;
	width: 430px;
	line-height: 25px;
	margin-right: 90px;
}
.YouMayLike li .right {
	color: #999;
}
.recommend .title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.recommend li {
	border: 1px solid #ededed;
	width: 174px;
	float: left;
	margin: 0 19px 15px 0;
	height: 260px;
}
.recommend ul {
	width: 110%;
}
.recommend .pinfo {
	padding: 10px;
}
.recommend .price {
	color: #cc0000;
    font-family: arial;
    font-size: 18px;
}
.recommend .name {
	line-height: 20px;
	height: 40px;
    overflow: hidden;
    width: 150px;
}
.contentat{ font-size:14px; line-height:30px;}