#con_left_count {
	border: 1px solid #cc0001;
	margin-top: 15px;
}

#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 {
	padding: 0;
}

#con_right_tab2 {
	width:833px;
	margin-left:20px;
	margin-right:10px;
}

#con_right_tab2 p {
	line-height: 34px;
}

#con_right_tab2 .p1 {
	color: red;
	font-size: 18px;
}

#con_right_tab2 .p2 {
	color: #3C3C3C;
	text-indent: 30px;
	font-size: 16px;
	letter-spacing: 1px;
}

#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: 776px;
	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: -388px;
	margin-top: -142px;
	overflow: hidden;
}

#search_block_tit {
	width: 776px;
	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 106px 0 198px;
	color: #fff;
	cursor: pointer;
}

#search_block_btn #search_block_btn_right {
	background: #B5B5B5;
	cursor: pointer;
}