/**
*公告栏等  tootip
*/
.tab_intro li a
{
	background:url(../../static/images/pc/yuan.png) 0px 14px no-repeat; 
	padding-left:10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tab_list li {
	display: block;
	float: left;
	height: 100%;
	width: 79px;
	border-right: 1px solid #eeeeee;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.tab_list .none {
	border-right: none;
}
.tab_list .cur {
	background: #fff;
	height: 34px;
	color: #e60012;
	border-bottom: 1px solid #fff;
}