@charset "utf-8";

/*
=================================================================================
News top
=================================================================================
*/


#news_box {
	width: 698px;
	padding: 10px;
	border: 1px solid #BBF3BB;
	margin: 10px 0;
}

#news_box h4 {
	width: 693px;
	background: #87E687;
	padding: 5px 0 5px 5px;
	font-weight: bold;
}

.news_date {
	width: 698px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 10px;
}

.news_goods_link {
	text-align: right;
	margin-bottom: 10px;
}

.news_switch {
	width: 698px;
	text-align: center;
}

#news_latest {
	width: 698px;
	margin: 0 auto 10px;
}

.news_list {
	width: 500px;
	float: left;
}

.news_list_date {
	text-align: right;
}

ul.news_latest_list li {
	line-height:12px;
	padding:10px 0 10px 15px;
	list-style:none;
	border-bottom: dashed 1px #87E687;
}

ul.news_latest_list li a {
	font-weight: bold;
}

#news_backnamber {
	width: 698px;
	margin: 0 auto 10px;
}

.news_backnamber_box {
	padding: 10px 0 5px;
	border-bottom: dashed 1px #87E687;
}

.news_backnamber_list {
	padding-left: 10px;
}

.news_backnamber_year {
	line-height:12px;
	padding-left: 15px;
	list-style:none;
	background:url(/pc/images/list_icon_a.gif) left no-repeat;
	font-weight: bold;
	margin-bottom: 5px;
}

