/* table切换 */
/* 切换栏大盒子，清除浮动 */
.tab_box {
	width: 580px;
	height: 330px;
	background: #fff;
	padding: 30px;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	font-size: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
}

.clearfix:after {
	clear: both;
}

/* 标题盒子.title样式 */
.title_box {
	padding-bottom: 25px;
	margin-bottom: 10px;
	/* background: url(boder_bottom_style.png) no-repeat bottom; */
}

/* title  */
.title_box li {
	float: left;
	font-size: 22px;
	color: #333;
	margin-right: 30px;
	font-weight: bold;
}

.title_box li:last-child {
	margin: 0px;
}

/* more  */
.more a {
	float: right;
	font-size: 16px;
	color: #0089e6;
}

/* list的样式  */
.list_box {
	text-align: left;
}

.list li {
	height: 39px;
	line-height: 39px;
	/* background: url(li_style.png) no-repeat left; */
	padding-left: 25px;
}

.list li a {
	display: inline-block;
	width: 70%;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}

.list li:hover a {
	color: #0089e6;
}

/* 日期样式 */
.list span {
	float: right;
	font-size: 16px;
	color: #999;
}

/* 高亮 */
.ons a{
	color: #e22323 !important;
}