#con_left_count{
	border: 1px solid #cc0001;	
	margin: 15px auto 0;
	width: 252px;
}

#count_tit{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #cc0001;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.count_list{
	margin: 11px auto 0;
	line-height: 35px;
	height: 35px;
}

.count_list span{
	color: #cc0001;
}


#con_right_tab1 {
	width: 863px;
	position: relative;
}

#con_right_tab1 table {
	width: 100%;
	text-align: center;
	table-layout: fixed;
}

#con_right_tab1 th {
	height: 38px;
	background: #cc0001;
	color: #fff;
	line-height: 38px;
	font-weight: 400;
}

#con_right_tab1 td {
	height: 44px;
	border-bottom: 1px solid #e5e5e5;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 44px;
}

.con_right_tab1 td.num {
	width: 50px;
}

#con_right_tab1 td.person {
	width: 100px;
}

#con_right_tab1 td.tit {
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:left
}

#con_right_tab1 td.tit a {
	color: #333333;
}

#con_right_tab1 td.tit a:hover {
	color: #ea5455;
}

#con_right_tab1 td.theType {
	width: 80px;
}

#con_right_tab1 td.date {
	width: 145px;
}

#con_right_tab1 td.status {
	width: 150px;
}

#con_right_tab1 td.status.going {
	color: #BE232C;
}

#con_right_tab1 td.active a {
	padding: 4px 12px;
	background: #43BEF9;
	color: #fff;
	border-radius: 7px;
}

#con_right_tab2 p {
	line-height: 34px;
}

#con_right_tab2 .p1 {
	color: #cc0001;
	font-size: 18px;
}

#con_right_tab2 .p2 {
	color: #3C3C3C;
	text-indent: 20px;
}

#search_block_wrap {
	width: 1920px;
	height: 1580px;
	background: rgba(112, 112, 112, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

#search_block {
	width: 600px;
	height: 285px;
	background: #fff;
	box-shadow: 0px 0px 0px rgba(82, 82, 82, 0.25);
	border: 5px solid #333 \0;
	border-radius: 37px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 3;
	margin-left: -300px;
	margin-top: -142px;
	overflow: hidden;
}

#search_block_tit {
	width: 600px;
	height: 56px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 56px;
	background: #cc0001;
	border-radius: 37px 37px 0px 0px;
	text-align: center;
}

#search_block_input {
	width: 100%;
	height: 115px;
	line-height: 115px;
	font-size: 18px;
	color: #3b3b3b;
	text-align: center;
}

#search_block_input input {
	border: 1px solid #cc0001;
	height: 25px;
}

#search_block_btn {
	width: 100%;
}

#search_block_btn li {
	float: left;
	width: 133px;
	height: 32px;
	background: #cc0001;
	border-radius: 5px;
	line-height: 32px;
	text-align: center;
}

#search_block_btn li img {
	position: relative;
	top: 2px;
}

#search_block_btn #search_block_btn_left {
	margin: 0 70px 0 140px;
	color: #fff;
	cursor: pointer;
}

#search_block_btn #search_block_btn_right {
	background: #b5b5b5;
	cursor: pointer;
}