/* 文字超出长度范围时，则加...省略，并且出现鼠标悬停提示 */
#adminArticleList .ellipsis_row{width:420px} /*后台文章列表页的标题宽度*/
#jewelryMatchIndexNewsList .ellipsis_row{width:350px} /*首饰大赛首页文章列表的标题宽度*/
#jewelryMatchNewsList .ellipsis_row{width:550px} /*首饰大赛文章列表页的标题宽度*/
#goalMarkIndexNewsList .ellipsis_row{width:230px} /*首饰大赛文章列表页的标题宽度*/
#goalMarkNewsList .ellipsis_row{width:360px} /*首饰大赛文章列表页的标题宽度*/

.ellipsis_row{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
wzy:expression(        this.title=this.offsetWidth<this.children(0).offsetWidth?this.children(0).innerText:'',
     this.style.wzy=''
 );
}
.adminMenu {
	OVERFLOW: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	border-top-color: #CCCCCC;
	line-height: 20px;
	background-color: #d6dff7;
}