@charset "utf-8";

#news_list,
#news_list > li {
	list-style:none;
	padding:0px;
	margin:0px;	
}

#top_news {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	background: url(../../images/news/line.jpg) bottom center no-repeat;
	padding: 10px 0px 25px 30px;
	overflow: hidden;
	margin-bottom:20px;
}
.news_title {
	color: #f29600;
	font-size: 13px;
	font-weight: bold;
	display: block;
	
}
.news_date {
	color: #912d54;
}
.news_text {
	color: #6a6a6a;
}
.news_img {
	display: block;
	float: left;
	overflow: hidden;
}
#top_img {
 width:width:138px;
	height: 121px;
}
#top_news .news_content {
	margin-left: 158px;
}
.news_content > *{
	width: 100%;
	overflow: hidden;
}
#top_news .news_title {
	line-height: 1.5em;
	height: 3em;
}
#top_news .news_text {
	line-height: 1.5em;
	height: 4.5em;
}

#news_list {
	margin-left:13px;
}

#news_list > li {
	overflow:hidden;
	border-bottom:1px dotted #dbdbdb;
	margin-bottom:20px;
	padding-bottom:20px;
}

#news_list > li .news_img{
	width:87px;
	height:76px;
}

#news_list .news_content {
	margin-left:102px;
}

#news_list .news_title {
	line-height:1.5em;
	height:3em;
}


.shopping_form {
	background:url(../../images/news/table_bg.png) repeat-y center center;
	border-top:1px dotted #cecece;
	border-bottom:1px dotted #cecece;
}

#news_epaper {
	color:#7a7a7a;
	margin-bottom:20px;
	width:100%;
}
#news_epaper .title_row > td {
	color: #fff;
	font-weight: bold;
}
.gold_font {
	color: #a66600;
}
.momo_font {
	color: #7A002F;
}
#news_epaper td{
	padding:5px 10px;
	text-align:center;	
}
#news_epaper .epaper_title{
	text-align: left;
}
#news_epaper .epaper_title a{
	color:#7A7A7A;
}
#news_epaper .epaper_title a:hover{
	color:#F29600;
}
#news_epaper .title_row{
	background:#CCC;
	color:#FFF;
}

#news_epaper  hr{
	margin:0px;
	border:none;
	border-bottom:1px dotted #afafaf;	
}
