.dc_tab{
	width:100%;
}
.dc_tab th{
	height:40px;
	line-height:40px;
	background:#eee;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	color:#2f597f;
}
.dc_tab .t1{
	width:72px;
}
.dc_tab .t2{
	width:480px;
}
.dc_tab td{
	height:50px;
	/* line-height:50px; */
	border-bottom:1px solid #ebebeb;
	text-align:center;
}
.dc_tab .t1{
	width:72px;
}
.dc_tab td.t2{
	width:480px;
	text-align:left;
}
.dc_tab .t2 a{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#2f597f;
}
.dc_tab tr:hover td{
	color:#e25050;
}
.dc_tab tr:hover a{
	color:#e25050;
}