@charset "gb2312";
/* CSS Document */

/* 前台所有页面公用的样式 开始 */

html {
	/*注释范围内为黑白风格样式-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter:none;*/
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	line-height: 150%;
	text-decoration: none;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background: url(/static/img/page_background.png) no-repeat center bottom fixed;
}

.clear {
	clear: both;
	/*清除浮动*/
}


#vertical-space {
	width: 100%;
	overflow: auto;
}


.box_shadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=120, strength=4);
	/*ie*/
	-moz-box-shadow: 2px 2px 8px #aaaaaa;
	/*firefox*/
	-webkit-box-shadow: 2px 2px 8px #aaaaaa;
	/*safari或chrome*/
	box-shadow: 2px 2px 8px #aaaaaa;
	/*opera或ie9*/
}


.TextImage {
	/*目录标题后“(图)”标志的颜色*/
	color: #FF0000;
}


#header {
	/* 最底层 */
	width: 1320px;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FFFFFF;
	position: relative;
}

#header #logoarea {
	width: 100%;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FFFFFF;
	/*white-space: nowrap;*/
}

#header #logoarea #LeftLogo {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	float: left;
	width: 580px;
	height: 120px;
	background: url('/static/img/logo_foundation.png') no-repeat;
	background-position: bottom center;
}

#header #logoarea #RightLogo {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 468px;
	height: 120px;
	/* background: url('/static/img/LOGO_XiaoXun_blue.png') no-repeat; */
	background-position: center center;
}

#header #logoarea #bottom_area {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: right;
	line-height: 30px;
	font-size: 14px;
}

#header #logoarea #bottom_area #bottom_link,
#header #logoarea #bottom_area #bottom_link #search {
	width: 70%;
	height: 24px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: right;
	line-height: 24px;
	font-size: 16px;
}

#header #logoarea #bottom_area #bottom_link a:link,
#header #logoarea #bottom_area #bottom_link #search a:link {
	color: #000000;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #000000;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	line-height: 30px;
}

#header #logoarea #bottom_area #bottom_link a:hover,
#header #logoarea #bottom_area #bottom_link #search a:hover {
	text-decoration: none;
	color: #FF0000;
}

#header #logoarea #bottom_area #bottom_link a:visited:hover,
#header #logoarea #bottom_area #bottom_link #search a:visited:hover {
	text-decoration: none;
	color: #FF0000;
}

#header #logoarea #bottom_area #bottom_link a:visited,
#header #logoarea #bottom_area #bottom_link #search a:visited {
	text-decoration: none;
	color: #000000;
}

#header #logoarea #bottom_area #bottom_link #search select {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #459DF5;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	vertical-align: middle;
	font-weight: lighter;
}

#header #logoarea #bottom_area #bottom_link #search input {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	vertical-align: middle;
	border: 1px solid #459DF5;
	background-color: #d0e1fa;
	color: #666666;
	vertical-align: middle;
	font-weight: lighter;
}


/* 检索区块的样式*/
#SearchArea {
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

#SearchArea select {
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #459DF5;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	vertical-align: middle;
	font-weight: lighter;
}

#SearchArea input {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	vertical-align: middle;
	border: 1px solid #459DF5;
	background-color: #F0F0F0;
	color: #666666;
	vertical-align: middle;
	font-weight: lighter;
}

#SearchArea #SearchTitle {
	border-color: #E0E0E0;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	width: 95%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 16px 0px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
}


#navigation_area {
	/* 最底层 */
	width: 100%;
	/* 首页使用飘红背景时，此行值为1000px; 不使用背景时为100% 只在css_Home_2020.css 文件中更改 */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background-color: #459DF5;
}

#navigation {
	width: 1320px;
	height: 42px;
	/*此行会影响IE的兼容模式*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #459DF5;
}


/* 2014-02-12 修改而成的二级下拉式菜单，兼容多种品牌的浏览器 开始*/
/* 下拉部分不支持IE 6及以下版本 */
.menu201402 {
	width: 1320px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: auto;
	padding: 0px;
	float: left;
	z-index: 999;
	/* 指定此值可以避免与焦点图的层级相冲突 */
	position: absolute;
	/* 只有指定了此行，Z-index才有效 */
}

.menu201402 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	list-style-type: none;
}

.menu201402 ul li {
	float: left;
	position: relative;
}

.menu201402 ul li a,
.menu201402 ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 180px;
	height: 42px;
	line-height: 42px;
	padding: 0px 4px 0px 4px;
	color: #FFFFFF;
	white-space: nowrap;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #99C5FD;
	text-shadow: 2px 2px 2px #000000;
}

.menu201402 ul li ul {
	display: none;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #99C5FD;
}

.menu201402 ul li:hover a {
	color: #fff;
	background: #338CE6;
	text-decoration: none;
}

.menu201402 ul li:hover ul {
	display: block;
	z-index: 999;
	/* 指定此值可以避免与焦点图的层级相冲突 */
	position: absolute;
	top: 42px;
	left: 0px;
}

.menu201402 ul li:hover ul li a {
	display: block;
	background: #338CE6;
	width: 180px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #99C5FD;
}

.menu201402 ul li:hover ul li a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* 2014-02-12 修改而成的二级下拉式菜单，兼容多种品牌的浏览器 结束*/



/* 您的位置 样式（首页不用，其他页都用）*/
#Navigation_Bar {
	width: 1320px;
	height: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 18px;
	line-height: 48px;
	color: #333333;
	text-indent: 36px;
	text-align: left;
}

#Navigation_Bar a {
	text-decoration: none;
	color: #333333;
	/*text-shadow: 2px 2px 2px #FFFFFF;*/
}

#Navigation_Bar a:hover {
	text-decoration: none;
	color: #FF0000;
	/*text-shadow: 2px 2px 2px #FFFFFF;*/
}

#Navigation_Bar a:visited {
	text-decoration: none;
	color: #333333;
	/*text-shadow: 2px 2px 2px #FFFFFF;*/
}

#Navigation_Bar a:visited:hover {
	text-decoration: none;
	color: #FF0000;
	/*text-shadow: 2px 2px 2px #FFFFFF;*/
}




#page_main {
	/* 最底层 */
	width: 1320px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	overflow: visible;
}

#page_box {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999999;
}


#page_body {
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}


#Location {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	font-size: 18px;
	font-family: 'Segoe UI', 'Microsoft Sans Serif', 'Microsoft Yahei', Arial, Geneva, Sans-Serif;
	text-align: left;
	font-weight: normal;
	color: #666666;
	background-color: #F6F6F6;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #F0F0F0;
}

#Location a,
#Location a:visited {
	text-decoration: none;
	color: #666666;
}

#Location a:hover,
#Location a:visited:hover {
	text-decoration: none;
	color: #FF0000;
}

#Location #Location_Left {
	width: 16px;
	height: 43px;
	background-color: #459DF5;
	float: left;
	border-bottom: 1px #459DF5;
}


#Location #Location_Middle {
	width: 90%;
	height: 42px;
	line-height: 42px;
	float: left;
}


/* Table_Header_Text 为一个重要样式，处理表格头，相当于首页 HomePageLink 但有所不同*/
/* Table_Header_Text 可在首页以外的任何页面使用，不需要指定内容块的宽度 */
#Location_Middle .Table_Header_Text {
	/*width: 110px;
	display: block;*/
	height: 42px;
	line-height: 42px;
	margin: 12px 0px 0px 24px;
	padding: 4px 16px 10px 16px;
	text-align: center;
	text-indent: 0px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	background-color: #FFFFFF;
	color: #666666;
	font-weight: normal;
}

#Location_Middle a,
#Location_Middle a:visited {
	text-decoration: none;
	color: #666666;
}

#Location_Middle a:hover,
#Location_Middle a:visited:hover {
	text-decoration: none;
	color: #FF0000;
}

#Location #Location_Right {
	width: 38px;
	height: 42px;
	float: left;
	/*background-color: #FFFFFF;*/
	background-image: url('/static/img/more.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#Location #Location_Right a {
	width: 38px;
	height: 40px;
	display: block;
}

#contents_item {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/* float: left; */
	list-style-type: none;
}

#contents_item ul {
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	/* 不显示列表前的小黑点*/
}

#contents_item ul li a {
	display: block;
	/* 注意此样式的影响 */
	font-size: 16px;
	width: 100%;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	color: #666666;
	text-decoration: none;
	text-indent: 18px;
	/*标题文本左缩进*/
	background: url('/static/img/none_h24.png') no-repeat left center;
	white-space: nowrap;
	float: left;
}

.ContentBodyDate {
	/*内容区标题后日期样式*/
	width: 17%;
	height: 45px;
	line-height: 45px;
	float: right;
	text-align: right;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #909090;
}

/* 目录列表的样式*/

#contents_item ul {
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	/* 不显示列表前的小黑点*/
}

#contents_item ul li a {
	display: block;
	/* 注意此样式的影响 */
	font-size: 18px;
	width: 100%;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	color: #666666;
	text-decoration: none;
	text-indent: 24px;
	/*标题文本左缩进*/
	background: url('/static/img/none_h24.png') no-repeat left center;
	white-space: nowrap;
}

#contents_item ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#contents_item ul li a:visited {
	color: #666666;
	text-decoration: none;
}

#contents_item ul li a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
}


/* 文章标题 */
#page_body #MessageTitle {
	border-color: #E0E0E0;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	width: 95%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 16px 0px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
}

/* 作者、来源、发表日期 */
#page_body #MessageAuthor {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 0px 2px 0px;
	font-size: 16px;
	text-decoration: none;
	color: #909090;
}

/* 正文 */
#page_body #Message {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px 15px 0px;
	font-size: 18px;
	text-decoration: none;
	line-height: 150%;
	text-align: left;
}

#page_body #Message img {
	border-style: solid;
	border-width: 0px;
	border-color: #CCCCCC;
}

#page_body #Message a {
	text-decoration: none;
	color: #0000CC;
}

#page_body #Message a:hover {
	text-decoration: underline;
	color: #FF6600;
}

#page_body #Message a:visited {
	text-decoration: none;
	color: #0000CC;
}

#page_body #Message a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
}


/* 目录后方的分页区 */
#ContentMultiPage {
	width: 100%;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #909090;
}

#ContentMultiPage Select {
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 14px;
	color: #909090;
}

#ContentMultiPage a {
	font-size: 16px;
	text-decoration: none;
	color: #0000CC;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px;
}

#ContentMultiPage a:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #FFC600;
}

#ContentMultiPage a:visited {
	text-decoration: none;
	color: #0000CC;
}

#ContentMultiPage a:visited:hover {
	text-decoration: none;
	color: #FF6600;
}


/* 目录分页连接部分 */
#pageLink {
	width: 60%;
	height: 60px;
	line-height: 60px;
	color: #666666;
	font-size: 20px;
	font-family: 'Segoe UI', 'Microsoft Sans Serif', 'Microsoft Yahei', Arial, Geneva, Sans-Serif;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

#pageLink span {
	font-size: 20px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	background: #f5f5f5;
	border: 0px solid #E7E7E7;
}

#pageLink a,
#pageLink a:link,
#pageLink a:visited {
	font-size: 20px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #459DF5;
	background: #bad9f8;
	border: 1px solid #b9b9b9;
}

#pageLink a:hover,
#pageLink a:visited:hover,
#pagelink a:active {
	background: #459DF5;
	color: #FFFFFF;
}

/* 目录分页连接部分 结束*/


/* 正文后方的功能区：打印本页、返回首页 等 */
#page_body #MessageFunction {
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 0px 10px 0px;
	font-size: 16px;
	text-decoration: none;
}

#page_body #MessageFunction a {
	text-decoration: none;
	color: #0000CC;
}

#page_body #MessageFunction a:hover {
	text-decoration: none;
	color: #FF6600;
}

#page_body #MessageFunction a:visited {
	text-decoration: none;
	color: #0000CC;
}

#page_body #MessageFunction a:hover:hover {
	text-decoration: none;
	color: #FF6600;
}



/* 页面尾部 */
#footer {
	width: 1320px;
	height: 268px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#footer #copyright_left_side {
	width: 240px;
	float: left;
	text-align: right;
	margin-top: 164px;
}

#footer #copyright_right_side {
	width: 240px;
	float: left;
}

#footer #copyright {
	width: 834px;
	float: left;
	margin-top: 168px;
}

#footer #copyright p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	color: #FFFFFF;
}

#footer #copyright p a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer #copyright p a:hover {
	text-decoration: none;
	color: #2440b3;
}

#footer #copyright p a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footer #copyright p a:visited:hover {
	text-decoration: none;
	color: #2440b3;
}