@charset "utf-8";
/* CSS Document */
#container{ width:940px; margin:0 auto 6px;}
#container .left{ float:left; width:703px;}
#container .right{ float:right; width:228px;}


.xList{ 
	margin-bottom:8px;
}
.xList  .line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.xList  .list{
	margin:0px;
	padding:4px 0px;
	margin:0px 15px 0px 20px;
}
.xList  .list  li{
	border-bottom: 1px dashed #C4C4C4;
    margin: 0;
    padding: 10px 5px 2px 10px;
    text-align: right;
}
.xList .list span {
	float:left;
	color:#000;
	width: 555px;
	text-align: left;
	height: 20px;
	line-height:20px;
	background-image: url(../../images/point4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:12px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
}

.xList  .list  li  a:hover{ color:#993333;}

