.con_right_table {
	width: 863px;
	min-height: 100px;
	margin-bottom: 20px;
}

.title_white_warp {
	width: 100%;
	margin-bottom: 5px;
}

.title_white_2 {
	width: 140px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	border-radius: 7px;
	font-size: 18px;
	color: #cc0001;
	border: 1px solid #dcdcdc;
}

.title_white_2.active{
	color: #fff;
	background: #cc0001;
}

.con_right_table table {
	width: 100%;
	text-align: center;
}

.con_right_table th {
	height: 36px;
	background: #f7f7f7;
	color: #ea5455;
	line-height: 36px;
	font-weight: 600;
}

.con_right_table td {
	height: 44px;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
	line-height: 44px;
}

.con_right_table td.num {
	width: 150px;
}

.con_right_table td.tit {
	width: 390px;
}

.con_right_table td.date {
	width: 110px;
}

.con_right_table td.status {
	width: 90px;
}

.con_right_table td.status.going {
	color: #ea5455;
}

.con_right_table td.active a {
	padding: 4px 12px;
	background: #43bef9;
	color: #fff;
	border-radius: 7px;
}
.con_right_table td.active a.bg-gray{
	    background: #eee;
    color: #999;
}
.con_right_table td.tl {
	    text-align: left;
    text-indent: 12px;
}
