@charset "utf-8";
/* css document */

/*动态页面布局*/
.main_outer {
	width:980px;
	margin:0 auto 20px auto;
}
.left_col {
	width:706px;
	float:left;
}
.right_col {
	width:274px;
	float:right;
	background-color:#f7f7f7;
}
#details_block {
	background-color:#fff;
	margin-bottom:20px;
}
/*右侧区块*/
.sider_block {
	padding:25px;
	background-color:#f7f7f7;
}
.sider_block .eng_title {
	font-size:30px;
	line-height:36px;
	color:#444;
}
.sider_block .cn_title {
	font-size:16px;
	line-height:24px;
	color:#444;
}
.sider_block p {
	line-height:200%;
}
blockquote {
	padding-left:15px;
	margin-bottom:15px;
}
blockquote p {
	color:#5a5a5a;
}
blockquote p a {
	color:#5a5a5a;
}
/*文章内容块*/
.content_block {
	padding:20px 30px 20px 30px;
	color:#666;
	font-size:12px;
	background:#fff;
}
.content_block p {
	line-height:200%;
	text-indent:24px;
	margin-bottom:10px;
}
.content_block table td {
	padding:10px;
	vertical-align:top;
}
.content_block h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
}
.content_block h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
}
.content_block h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
}
/*下方图片新闻列表*/
.news_clip {
	width:214px;
	height:260px;
	padding:8px;
	margin-right:8px;
	background-color:#fff;
	margin-bottom:8px;
	color:#666;
	overflow:hidden;
}
.news_clip img {
	width:214px;
	height:120px;
	margin-bottom:10px;
}
.news_clip h1 a {
	color:#3c3c3c;
}
.news_clip a {
	color:#666;
}
/*右侧文字新闻列表*/
.sider_block .news_list ul {
	margin-bottom:20px;
}
.sider_block .news_list li {
	color:#666;
	margin-bottom:20px;
	margin-left:20px;
}
.sider_block .news_list li a {
	color:#666;
}
/*新闻gallery*/
#slide {
	position:relative;
	width:706px;
	height:395px;
	overflow:hidden;
}
#slide li {
	position:absolute;
	list-style:none;
}
#slide img {
	display:block;
	width:706px;
	height:395px;
}
#slide em {
	display:block;
	position:absolute;
	bottom:0;
	width:686px;
	height:28px;
	background:rgba(0, 0, 0, .7);
	color:#fff;
	font-size:14px;
	line-height:28px;
	font-style:normal;
	text-align:right;
	padding-right:20px;
}
#slide em a {
	color:#fff;
}
#triggers {
	margin-top:8px;
}
#triggers li {
	margin-bottom:8px;
	list-style:none;
	float:left;
	margin-right:8px;
}
#triggers img {
	display:block;
	width:230px;
	height:140px;
	cursor:pointer;
}
.switchable-triggers {
	width:706px;
	height:30px;
	overflow-y:hidden;
	line-height:30px;
	text-align:center;
}
.switchable-triggers li {
	display:inline-block;
	margin:0 3px;
	color:#c6c6c6;
	font-size:36px;
	font-weight:bold;
	cursor:pointer;
}
.switchable-triggers li.current {
	color:#000;
}
