.news_opacity {
	height: 150px;
	background: #000;
	position: relative;
	z-index: 2;
	opacity: 0.5;
}

.news_text {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.news_nav {
	width: 1200px;
	position: absolute;
	z-index: 5;
	text-align: center;
}

.news_nav h1 {
	color: #fff;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 18px;
	/*border-bottom:1px solid #ad0b29;*/
}

.news_nav span {
	color: #ffffff;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-top: 18px;
}

.news_nav span a {
	font-size: 16px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.content_left {
	width: 270px;
}

.content_right {
	width: 900px;
}

.content_left h1 {
	width: 270px;
	height: 40px;
	color: #fff;
	background: url(../../images/English/btn_wenli.jpg) no-repeat;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
	text-indent: 20px;
}

.content_left ul {
	width: 270px;
	background: #f6f6f6;
}

.content_left ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #dddddd;
	width: 230px;
	margin: 0 auto;
}

.content_left ul li a {
	font-size: 16px;
	color: #666666;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	transition: text-indent 0.5s ease .1s;
	-webkit-transition: text-indent 0.5s ease .1s;
	/*谷歌和safari*/
	-moz-transition: text-indent 0.5s ease .1s;
	/*火狐*/
	-ms-transition: text-indent 0.5s ease .1s;
	/*ie*/
	-o-transition: text-indent 0.5s ease .1s;
	/*opera*/
}

.content_left ul li a:hover {
	text-indent: 10px;
	color: #2388d9;
	background: url(../../images/English/pic_blue.jpg) 190px center no-repeat;
}

.left_hover {
	text-indent: 10px;
	color: #2388d9 !important;
	background: url(../../images/English/pic_blue.jpg) 190px center no-repeat;
}

.content_right>h1 {
	font-size: 18px;
	color: #2388d9;
	display: block;
	text-align: center;
	line-height: 25px;
}

.content_right>span {
	display: block;
	font-size: 14px;
	color: #000;
	background: url(../../images/English/pic_table.png) 380px center no-repeat;
	text-align: center;
	margin: 10px 0px;
}

.content_right>p {
	font-size: 14px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 27px;
	margin-bottom: 10px;
}

.content_right>img {
	display: block;
	margin: 10px auto;
	margin-top: 0px;
}

.MoreHeader {
	height: 150px;
	background: url(../../images/English/btn_news_bg.jpg) center center no-repeat;
	position: relative;
	z-index: 1;
}


.footerBg{
	height:300px; background:url(../../images/English/footer_bg.jpg) center center no-repeat; margin-top:50px;
}