﻿#rpart .lnews {
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 272px;
}
#rpart .list {
    width: 270px;
	border-left:#ECE4C9 1px solid;
	border-right:#ECE4C9 1px solid;
	padding-top:7px;
	padding-bottom:6px;
}
#rpart .list ul {
    line-height:190%;
}
#rpart .list li {
	list-style-type:none;
	background-image: url(../../images/point.gif);
	background-repeat: no-repeat;
	background-position: 18px center;
	padding-left:36px;
	width:218px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#663300;
}
#rpart .list li a {
	color:#663300;
}