/*商铺主页样式 
创建人：耿艳妮
创建时间：2011年11月10日*/
@import url(top.css);
@import url(bottom.css);
@import url(imgSlider.css);
@import url(navPager.css);
#news {
	padding-left:25px;
	font-size:14px;
	padding-top:15px;
}
#news li {
	list-style-type:none;
	/*list-style-image:url(../images/dot.jpg) */ 
	background:url(../image/dotgrey.jpg) no-repeat left;
	height: 28px;
	*height: 25px;
	line-height: 25px;
	padding-left:18px;
}
#news li a {
	float:left;
	color:#000;
/*	color:#186DBD;*/
	text-decoration: none;
}
#news span a{
	float:none;
	}
#news li a:hover {
	color: #F00;
	text-decoration: none;
}
#news li label {
	color:red;
}
#news span {
	float:right;
	color:#666;
	padding-right:20px;
}
.newsShowBox{
	clear:both;
	padding:10px;
	}
h1 {
    font-size: 18px;
    text-align: center;
}
.newsShowBox span{
	clear:both;
	}
.sentdate {
    color: #666666;
    display: block;
    line-height: 25px;
    text-align: center;
}
.article {
    font-size: 14px;
    line-height: 25px;
    min-height: 300px;
    padding: 15px;
}
.imgBox{
	text-align:center;
	}
.article img{
/*	width:500px;
	height:350px;*/
	border:1px solid #999;
	}
