.banner_show {
	display: block;
}
/*论坛精选主要内容左部分*/
.featured {
	width: 100%;
	height: 1470px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 0 40px;
}
.text_title {
	overflow: hidden;
	margin: 80px 0 56px 0;
}
.text_title i {
	float: left;
	height: 60px;
	width: 220px;
}
.text_title i em {
	float: left;
	height: 1px;
	width: 220px;
	margin-top: 30px;
	background: #dcdcdc;
}
.text_title span {
	width: 350px;
	float: left;
	line-height: 30px;
	height: 60px;
	text-align: center;
	color: #034296;
	font-size: 18px;
}
.text_content {
	width: 100%;
	overflow: hidden;
}
.text_content li {
	width: 240px;
	height: 90px;
	float: left;
	margin: 0 28px 28px 0;
	background: #eee;
	overflow: hidden;
	cursor: pointer;
}
.text_content li a {
	overflow: hidden;
	float: left;
	width: 240px;
	height: 90px;
	padding:10px 0 10px 20px;
	text-decoration: none;
}
.text_content li p {
	line-height: 44px;
	color: #034296;
	font-size: 24px;
}
.text_content li i {
	color: #999;
	display: block;
	line-height: 26px;
	font-size: 14px;
}
.text_content li.curr {
	background: #034296;
}
.text_content li.curr p {
	color: #fff;
}
.text_content li:hover {
	background: #034296;
}
.text_content li:hover p {
	color: #fff;
}
.background_title i {
	height: 72px;
}
.background_title i em {
	margin-top: 65px;
}
.background_title span {
	height: 72px;
	background: url(imagesbackgroundtitle_bg_03.jpg) no-repeat center top;
}
/*论坛精选主要内容左部分*/