@charset "utf-8";
/* CSS Document */
.jj{ width:240px;}
.jj  li{

text-align:left;
width:225px;
float:left;
margin-top:5px;
list-style:none;
overflow: hidden;
text-overflow: ellipsis;
list-style:square;
	font-family: "宋体";
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	}
.jj li a{
color:#000;
}
.jj li a:hover{
color:#916C00;
}

.jj li:after{
content:"...";
}
.write17 a{
color:#fff;
}
