.news {
	height: 320px;
	width: 684px;
	overflow:auto;
}
.news ul {
}
.news ul li {
	height: 30px !important;
	height: 30px;
	width: 684px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A77512;
	text-align: right;
	line-height: 30px;
	padding-top: 5px;
}
.news ul li span {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width:550px;
	text-align: left;
}
.news .footer {
	float: right;
	padding-top: 10px;
	padding-right: 47px;
}
.news_show {
	height: 320px;
	width: 684px;
	overflow: auto;
}
.news_show .content {
	padding-top: 10px;
	width: 684px;
    word-wrap: break-word; 
    overflow: auto;
}
.news_show .title {
	line-height: 25px;
	clear: both;
	height: 25px;
	width: 684px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a77512;
	text-align: right;
}
.news_show .title span {
	float: left;
}
