.p-contain {
    width: 1190px;
    margin: 0 auto;
    padding-top: 30px;
    font-family: "Microsoft YaHei";
    position: relative;
}
.p-logo img{
	height: 40px;
}
.p-title{ 
    margin: 25px 60px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    text-align: center; 
} 
.p-item-title{ 
    margin: 10px 0;
    padding: 5px 0 5px 10px;
    background: #f6f6f6; 
    font-size: 16px;
    border-left: 4px solid #ff6700;
} 
.p-item-title span{
	margin-left: 10px;
	color: #999;
	font-size:12px;
}
.p-detail,.p-info{
	padding: 0 10px;
}
.p-info p,
.p-detail>p{ 
	line-height: 28px;
	padding-right: 40px;
	color: #999;
}
.p-detail>p{
	float: left;
}
.p-detail b{
	font-weight: normal;
	color: #333;
}
.p-mess{
	color: #333;
	line-height: 30px;
	padding-left: 2em
}
.p-images{
	padding: 20px 10px;
	overflow: hidden;
}
.p-images p{
	display: inline;
}
.p-images img{
	display: block;
	width: 100%; 
	float: left;
}
.p-price{
	padding: 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc
}
.p-price>p{
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}
.p-price>p:before{
	content:'☆ ';
	color: #ff6700;
	display: block;
	float: left;
}
.contxt{ 
	text-align: justify;
	padding: 10px;
}
.p-foot{
	text-align: center;
	margin-top: 30px;
}
.p-foot ul{
	margin: 30px 0;
}
.p-foot li{
	display: inline-block;
	width: 24%;
}
.p-foot img{
	width: 88px;
}
.p-day{
	padding: 10px;
} 
 