@charset "utf-8";
@import url("reset.css");
@import url("layout.css");
@import url("j.tabs.css");
@import url("j.treeview.css");
@import url("j.slider.css");
@import url("j.accordion.css");
@import url("j.pagination.css");
@import url("flash.css");
@import url("alert.css");
@import url("/mcPanels/mcHisList/mcHisList.css");
@import url("/mcPanels/mcDict/mcDict.css");
html {
	background: #c8c8c8;
}
body {
}
* {
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
}
.layout {
}
.box {
	/*border: solid 1px #c5c9b9;*/
	background: #fefff9;
	position: relative;
	padding-bottom: 10px;
}
.box .box_header {
	background: url(../images/box_header_bg.png) repeat-x;
	height: 28px;
	position: relative;
}
.box .box_header h3 {
	background: url(../images/box_header_left_bg.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #697357;
	padding-left: 10px;
	padding-top: 5px;
	position: absolute;
	top: -1px;
	left: -1px;
}
.box .box_header h3 a {
	color: #697357;
	padding-left: 5px;
	padding-right: 5px;
}
.box .box_header h3 a:hover {
	text-decoration: underline;
}
.box .box_header h3 h6 {
	color: #890000!important;
	display: inline;
	font-weight: bold;
}
.box .box_tab {
	position: absolute;
	top: 3px;
	left: 0px;
	padding-left: 135px;
}
.box .box_tab li {
	float: left;
	background: url(../images/box_tab_bg.gif) no-repeat;
	width: 70px;
	height: 25px;
	margin-right: 2px;
}
.box .box_tab li.selected {
	background-position: 100% -25px;
}
.box .box_tab li a {
	float: left;
	font-size: 13px;
	color: #697357;
	width: 70px;
	text-align: center;
	padding-top: 3px;
}
.box .box_func {
	position: absolute;
	top: 3px;
	right: 10px;
	z-index: 9980;
}
.box .box_func ul li {
	float: left;
}
.box .box_func .func_order {
	background: url(../images/btn_func_order_bg.gif) no-repeat 0px 8px;
	display: block;
	float: left;
	color: #be8a45;
	font-size: 12px;
	text-decoration: underline;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.box .box_func .func_option {
	background: url(../images/btn_func_option_bg.gif) no-repeat;
	display: block;
	float: left;
	width: 40px;
	height: 22px;
	padding-left: 22px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
	cursor: pointer;
}
.box .box_func .func_add a {
	background: url(../images/btn_func_add_bg.gif) no-repeat;
	width: 83px;
	height: 22px;
	padding-left: 27px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 5px;
	display: block;
	position: absolute;
}
.box .box_func .func_page {
	position: absolute;
	top: 80px;
	right: -60px;
	display: block;
	width: 160px;
}
.box .box_func .func_page span {
	float: left;
}
.box .box_func .func_page span a {
	text-decoration: none;
	padding: 2px 5px;
	color: #890000;
	font-weight: bold;
	display: block;
	font-size: 12px;
}
.box .box_footer {
	clear: both;
}
.box_order {
	display: none;
	position: absolute;
	border: solid 1px #cd955c;
	background: #fffad4;
	height: 200px;
	width: 150px;
	margin-top: 5px;
}
.box_order h4 {
	background: #f3d880;
	font-weight: bold;
	font-size: 14px;
	color: #9a1c21;
	padding-left: 5px;
}
.box_order div {
	position: relative;
	margin: 5px;
}
.box_order span {
	position: absolute;
	cursor: pointer;
	font-size: 13px;
}
.box_order span a {
	display: block;
}
.box_order #orderlist {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 115px;
	height: 145px;
	font-size: 13px;
}
.box_order #orderlist_up {
	top: 0px;
	right: 0px;
	width: 10px;
	border: solid 1px #cd955c;
	background: #f3d880;
	padding: 0px 5px;
}
.box_order #orderlist_down {
	top: 45px;
	right: 0px;
	width: 10px;
	border: solid 1px #cd955c;
	background: #f3d880;
	padding: 0px 5px;
}
.box_order .btn_orderok {
	left: 40px;
	bottom: 5px;
	border: solid 1px #565656;
	background: #f0f0f0;
	padding: 0px 3px;
}
.box_order .btn_ordercancle {
	left: 80px;
	bottom: 5px;
	border: solid 1px #565656;
	background: #f0f0f0;
	padding: 0px 3px;
}
.box .box_main {
}
.box .box_main .box {
	border: none 0px;
	clear: both;
	margin-top: 20px;
}
.box .box_main .box .box_header {
	background: #fdfdf8;
	border: solid 1px #f1f0eb;
	margin: 10px;
	margin-bottom: 0px;
	height: 20px!important;
	position: relative;
	padding: 5px 0px 0px 5px;
}
.box .box_main .box .box_header h3 {
	background: none;
	height: auto;
	font-size: 12px;
}
.box .box_main .box .box_list {
	clear: both;
	float: none;
	padding-left: 20px;
}
.box .box_main .box .box_func {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 420px;
}
.box .box_main .box .box_func .func_info {
	color: #697357;
	font-size: 12px;
	float: left;
	padding-top: 5px;
}
.box .box_main .box .box_func .func_per {
	padding-top: 5px;
	display: block;
	color: #d5a96a;
	font-size: 12px;
	position: absolute;
	right: 10px;
}
.box .box_main .box .box_func .func_per p {
	float: left;
	border-left: solid 1px #dddeda;
	padding-left: 10px;
		display:none;
}
.box .box_main .box .box_func .func_per ul {
	font-size: 12px;
	float: left;
	display:none;
}
.box .box_main .box .box_func .func_per li {
	padding: 0px 3px;
	cursor: pointer;
}
.box .box_main .box .box_func .func_per li.selected {
	text-decoration: underline;
}

.box .box_main .box .box_func .func_more {
	padding-top: 5px;
	display: block;
}
.box .box_main .box .box_func .func_more a {
	font-size: 12px;
	color: #d5a96a;
	text-decoration: underline;
	font-weight: bold;
}
.box .box_main .box .box_func .func_more a:hover {
	color: #8c5826;
}
.box .box_main .box .box_func .func_add a {
	background: url(../images/btn_func_addm_bg.gif) no-repeat;
	width: 76px;
	height: 14px;
	text-indent: -9999px;
	padding-left: 0px;
	display: block;
	position: absolute;
	top: 6px;
	right: 5px;
}
.box .box_intro {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}
.box .box_intro li {
	float: left;
	padding: 0px 10px;
	text-align: center;
}
.box .box_intro li img {
	width: 60px;
	height: 75px;
	display: block;
}
.box .box_intro li a {
	font-size: 12px;
}
.box .box_intro li .photo {
	width: 60px;
}
.box .box_intro li .link {
	display: block;
	width: 60px;
	font-size: 12px;
	color: #697357;
	text-align: center;
	padding-top: 5px;
}
.box .box_intro li .more {
	color: #be8a45;
	width: 80px!important;
	text-decoration: underline;
}
.box .box_intro li .intro {
	color: #be8a45;
	font-size: 12px;
	text-decoration: underline;
}
.box .box_list {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
.box .box_list li {
	line-height: 150%;
	position: relative;
	_line-height: 120%;
	_height: 25px;
}
.box .box_list li img {
	width: 60px;
	height: 75px;
	display: block;
}
.box .box_list li a {
	color: #79846e;
	font-size: 14px;
	background: url(../images/box_list_ar.png) no-repeat 0px 12px;
	padding-left: 5px;
	display: block;
	text-overflow: ellipsis;
	width: 80%;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
}
.box .box_list li a:hover {
	text-decoration: underline;
}
.box .box_list li span {
	font-family: "Arial";
	font-size: 10px;
	color: #aaa;
	position: absolute;
	right: 10px;
	top: 0px;
}
.box .box_list li p {
	font-size: 13px;
	color: #505050;
	padding: 0px 50px 10px 0px;
}
.box .hasintro li {
	position: relative;
	width: 95%;
	height: 90px;
	margin-top: 20px;
	border-bottom: dashed 1px #d3d3d4;
	_height: 90px;
}
.box .hasintro li .photo {
	width: 60px;
	height: 75px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
}
.box .hasintro li .link {
	position: absolute;
	top: 0px;
	left: 80px;
	padding: 0px;
	font-weight: bold;
	float: left;
	background: none;
	margin-top: -5px;
}
.box .hasintro li span {
	display: block;
	right: 0px!important;
}
.box .hasintro li p {
	position: absolute;
	top: 25px;
	left: 80px;
	width: 450px;
	height: 45px;
	overflow: hidden;
	line-height: 140%;
}
.box .box_info .box_info_title {
	width: 85%;
	margin: auto;
	color: #cc0000;
	font-family: "黑体";
	font-size: 26px;
	font-weight: normal;
	padding: 25px;
	border-bottom: solid 2px #c5c9b9;
	text-align: center;
}
.box .box_info .box_info_func {
	width: 85%;
	margin: auto;
	height: 40px;
	text-align: right;
	position: relative;
}
.box .box_info .box_info_func .box_info_color {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}
.box .box_info .box_info_func .box_info_color h4 {
	float: left;
	color: #969696;
	font-size: 13px;
}
.box .box_info .box_info_func .box_info_color ul {
	float: left;
	margin-top: 3px;
}
.box .box_info .box_info_func .box_info_color li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	border: solid 1px #666;
	margin-left: 3px;
	cursor: pointer;
}
.box .box_info .box_info_func .box_info_color li {
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}
.box .box_info .box_info_func .box_info_color #color1 {
	background: #FFFFFF;
}
.box .box_info .box_info_func .box_info_color #color2 {
	background: #FAF9DE;
}
.box .box_info .box_info_func .box_info_color #color3 {
	background: #FFF2E2;
}
.box .box_info .box_info_func .box_info_color #color4 {
	background: #FDE6E0;
}
.box .box_info .box_info_func .box_info_color #color5 {
	background: #E3EDCD;
}
.box .box_info .box_info_func .box_info_color #color6 {
	background: #DCE2F1;
}
.box .box_info .box_info_func .box_info_color #color7 {
	background: #E9EBFE;
}
.box .box_info .box_info_func .box_info_color #color8 {
	background: #EAEAEF;
}
.box .box_info .box_info_date {
	font-family: "Arial";
	font-size: 14px;
	color: #969696;
	font-weight: normal;
	float: right;
}
.box .box_info .box_info_content {
	width: 90%;
	margin: auto;
color:#333!important!important;
font-size:16px!important!important;
line-height:180%!important!important;
	padding: 10px;
}
.box .box_info .box_info_content * {
color:#333!important!important;
font-size:16px!important!important;
line-height:180%!important!important;
}

.box .box_info .box_info_content img {display: block;margin: 10px auto;max-width: 90%;}

.box .box_info .box_info_content p {
	margin: 0px;
	padding: 0px;
}
.box .box_info .box_info_content .piaohong {
	color: red!important;
}
.box .box_info .box_info_content .mcDictWord {
}
.box .box_info .box_info_content .showImg {
	text-align: center;
}
.box .box_info .box_info_content .showImg a {
	color: #555!important;
	font-size: 13px!important;
}
.box .box_info .box_info_content .box_info_reportable {
	width: 93%;
	margin: auto;
	border: solid 1px #ccd79a;
	border-top: 2px;
	border-bottom: 2px;
	background: #f2f6e2;
	margin-bottom: 30px;
}
.box .box_info .box_info_content .box_info_reportable th {
	width: 20%;
	background: #e7eeca;
	padding: 10px;
	font-weight: normal;
	border-right: solid 1px #ccd79a;
	border-bottom: solid 1px #ccd79a;
}
.box .box_info .box_info_content .box_info_reportable td {
	padding: 10px;
	border-right: solid 1px #ccd79a;
	border-bottom: solid 1px #ccd79a;
}
.box .box_info .box_info_source {
	color: #646464;
	font-size: 14px;
	margin-left: 40px;
}
.box .box_info .box_info_author {
	color: #646464;
	font-size: 14px;
	margin-left: 20px;
}
#page {
	width: 990px;
	margin: 0px auto;
	background: #fafbf2;
	position: relative;
}
#layout_header {
	background: url(../images/header_bg.png) no-repeat;
	width: 990px;
	height: 170px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}
#layout_menu {
	clear: both;
	width: 978px;
	height: 75px;
	margin: auto;
	margin-top: -60px;
	margin-bottom: 10px;
	background: url(../images/menu_bg.gif) repeat-x;
	z-index: 9999;
	position: relative;
}
#layout_content {
	width: 598px;
	float: left;
	margin-left: 8px;
	margin-bottom: 10px;
	_margin-left: 3px;
}
#layout_content .box_main {
	margin-top: 20px;
}
#layout_sideBar {
	width: 368px;
	float: left;
	margin-left: 6px;
	margin-bottom: 10px;
	border: solid 1px #7e8661;
	background: #a9ae7f;
	padding-bottom: 100px;
}
#layout_footer {
	clear: both;
	width: 978px;
	margin: auto;
	background: url(../images/footer_bg.png);
	height: 80px;
	border-top: solid 1px #afb19f;
	margin-top: 10px;
	position: relative;
}
#page_index #layout_content {
	margin-top: 430px;
}
#page_index #layout_sideBar {
	margin-top: 430px;
}
#page_index #layout_content .box_main {
	margin-top: 0px;
}
#page_index #layout_content .func_order {
}
#page_index #layout_content .box_order {
	position: absolute;
	display: block;
}
#page_index #layout_content .func_del {
	position: absolute;
	top: 7px;
	right: 0px;
	background: url(../images/btn_func_del_bg.gif) no-repeat;
	display: block;
	width: 36px;
	height: 14px;
	cursor: pointer;
}
#page_index #layout_content .func_del a {
	text-indent: -9999px;
	display: block;
	width: 36px;
	height: 14px;
}
#page_index #saveCookie {
	position: absolute;
	top: 37px;
	right: 0px;
	z-index: 9999;
	background: url(../images/btn_max_bg.gif) no-repeat;
	width: 120px;
	height: 22px;
	display: block;
	text-align: center;
}
#page_index #saveCookie a {
	font-size: 14px;
	font-weight: bold;
	color: #8c5826;
	background: url(../images/saveCookie_ar.gif) no-repeat 7px 4px;
	padding-left: 15px;
	margin-top: 1px;
	display: block;
}
#page_index #box_prof {
	position: absolute;
	left: 5px;
	top: 175px;
	width: 598px;
	height: 180px;
	padding-bottom: 0px;
}
#page_index #box_prof .box_header {
	border-bottom: solid 1px #afb19f;
	height: 27px;
}
#page_index #box_prof .box_list {
	width: 485px;
}
#page_index #box_prof .box_list li {
	line-height: 160%;
}
#page_index #box_prof .func_order {
	display: none;
}
#page_index #box_expert {
	position: absolute;
	left: 5px;
	top: 360px;
	width: 598px;
	height: 180px;
	padding-bottom: 0px;
}
#page_index #box_expert .box_header {
	border-bottom: solid 1px #afb19f;
	height: 27px;
}
#page_index #box_expert .box_list {
	width: 485px;
}
#page_index #box_expert .box_list li {
	line-height: 160%;
}
#page_index #box_expert .func_order {
	display: none;
}
#page_index #box_self {
	position: absolute;
	left: 614px;
	top: 175px;
	width: 368px;
	height: 180px;
	padding-bottom: 0px;
}
#page_index #box_self .box_header {
	background: url(../images/box_self_header_bg.png) repeat-x;
	height: 60px;
}
#page_index #box_self .box_header img {
	padding-left: 5px;
}
#page_index #box_self .box_header h3 {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 120px;
}
#page_index #box_self .box_func {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 360px;
	display: block;
	text-align: center;
	cursor: pointer;
}
#page_index #box_self .func_more {
	background: url(../images/btn_bg.gif);
	font-size: 14px;
	font-weight: bold;
	color: #8c5826;
	width: 80px;
	height: 22px;
	display: block;
	text-align: center;
	cursor: pointer;
	float: right;
}
#page_index #box_self .func_more {
	display: none;
}
#page_index #box_self .func_order {
	background: none;
	padding: 0px;
	position: absolute;
	top: 30px;
	left: 18px;
	text-decoration: none
}
#page_index #box_self .func_order li {
	padding: 2px 2px;
	color: #969696;
	font-family: "Arial";
	font-size: 10px;
	border: none 0px!important;
}
#page_index #box_self .box_main ul {
	padding: 0px 20px 0px 20px;
	margin-top: 10px;
}
#page_index #box_self .box_main li img {
	display: none;
}
#page_index #box_self .box_main li {
	float: left;
	width: 50px;
}
#page_index #box_self .box_main li a {
	color: #79846e;
	font-size: 14px;
}
#page_index #box_macrotool {
	position: absolute;
	left: 8px;
	top: 176px;
	width: 598px;
	height: 420px;
	padding-bottom: 0px;
}
#page_index #box_macrotool {
	background: url(../images/box_macrotool_bg.png) repeat-y left #f0f4e4;
	border: solid 1px #afb19f;
	z-index: 999;
}
#page_index #box_macrotool .box_header {
	background: url(../images/box_macrotool_header_bg.png) no-repeat;
	width: 129px;
	height: 40px;
	position: absolute;
	top: -1px;
	left: -1px;
}
#page_index #box_macrotool .box_header h3 {
	background: none;
	padding: 12px;
}
#page_index #box_macrotool .box_func {
	position: absolute;
	top: 30px;
	left: 0px;
	padding-top: 20px;
	padding-left: 10px;
	width: 108px;
	float: left;
}
#page_index #box_macrotool .box_func li {
	height: 83px;
	padding-left: 5px;
	padding-bottom: 10px;
	cursor: pointer;
}
#page_index #box_macrotool .box_func li a {
	background: url(../images/box_macrotool_func_btn.gif) no-repeat;
	width: 40px;
	height: 57px;
	display: block;
	font-family: "黑体";
	color: #697357;
	padding: 23px 15px 0px 24px;
	line-height: 120%;
}
#page_index #box_macrotool .box_func li a:hover {
	background: url(../images/box_macrotool_func_btn_hover.gif) no-repeat;
	color: #b86e14;
}
#page_index #box_macrotool .box_func li.selected {
	background: url(../images/box_macrotool_func_btn_selected.gif) no-repeat;
	padding-left: 0px;
	width: 98px;
}
#page_index #box_macrotool .box_func li.selected a {
	background: none;
	color: #b86e14;
	padding-left: 27px;
}
#page_index #box_macrotool .box_func li.selected a:hover {
	background: none;
}
#page_index #box_macrotool .box_main {
	position: absolute;
	top: 10px;
	left: 120px;
}
#page_index #box_macrotool .box_main embed {
	width: 460px;
	height: 266px;
}
#page_index #box_macrotool .box_list {
	padding-left: 0px;
	padding-right: 5px;
	height: 120px;
}
#page_index #box_macrotool .box_list * {
	font-size: 12px;
	color: #6e7654;
}
#page_index #box_macrotool .box_list li {
	padding-left: 0px;
}
#page_index #box_macrotool .box_list.graphsInList li {
	overflow: hidden;
	height: 40px;
	_height: 45px;
	padding-top: 5px;
}
#page_index #box_macrotool .box_list li a {
	background: none;
	display: inline;
}
#page_index #box_macrotool .box_list li a:hover {
	text-decoration: underline;
}
#page_index #box_macrotool .more {
	background: url(../images/btn_func_more_bg.gif) no-repeat;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 10px;
	width: 40px;
	height: 22px;
	padding-left: 22px;
	padding-top: 1px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
	cursor: pointer;
}
#page_index #box_myrr {
	position: absolute;
	left: 614px;
	top: 360px;
	width: 368px;
	height: 235px;
	padding-bottom: 0px;
	background: url(../images/myrr_bg.png) no-repeat #f0f0f0;
}
#page_index #box_myrr .box_header {
	float: left;
	background: none;
	width: 100%;
}
#page_index #box_myrr .box_header h3 {
	background: none;
	color: #646464;
	margin-top: 2px;
	margin-left: 45px;
	font-family: "黑体";
	font-size: 16px;
	font-weight: normal;
}
#page_index #box_myrr .box_func #Btn_add {
	width: 45px;
	height: 40px;
	position: absolute;
	top: 140px;
	right: 0px;
	display: block;
}
#page_index #box_myrr .box_func #Btn_add a {
	width: 45px;
	height: 40px;
	background: url(../images/btn_add_bg.png) no-repeat;
	text-indent: -9999px;
	display: block;
}
#page_index #box_myrr .box_sysmenu {
	padding-top: 20px;
	padding-left: 5px;
}
#page_index #box_myrr .box_sysmenu li {
	float: left;
	width: 72px;
	height: 80px;
	padding-top: 5px;
	position: relative;
}
#page_index #box_myrr .box_sysmenu li a {
	width: 72px;
	padding-top: 60px;
	display: block;
	color: #5a5a5a;
	position: absolute;
	left: 0px;
	text-align: center;
	font-size: 12px;
}
#page_index #box_myrr .box_sysmenu li p {
	width: 60px;
	height: 60px;
	margin: auto;
	margin-top: 5px;
	cursor: pointer;
}
#page_index #box_myrr .box_sysmenu li b {
	width: 60px;
	height: 60px;
	display: block;
	background: none;
}
#page_index #box_myrr .box_sysmenu .selected {
	background: url(../images/sys_menu_selected_bg.png) no-repeat #fff;
	height: 81px!important;
}
#page_index #box_myrr .box_sysmenu .selected a {
	display: block;
	color: #8c5826;
}
#page_index #box_myrr .box_sysmenu .selected a:hover {
	text-decoration: none;
}
#page_index #box_myrr .box_sysmenu .goHome {
	padding-top: 3px;
	height: 25px;
}
#page_index #box_myrr .box_sysmenu .goHome a {
	font-size: 16px;
	font-weight: bold;
}
#page_index #box_myrr .box_sysmenu .goMore a {
}
#Icon_Key.selected b {
	background: url(../images/Icon_Key_bg.png) no-repeat top center!important;
}
#Icon_Stat.selected b {
	background: url(../images/Icon_Stat_bg.png) no-repeat top center!important;
}
#Icon_Pro.selected b {
	background: url(../images/Icon_Pro_bg.png) no-repeat top center!important;
}
#Icon_Exp.selected b {
	background: url(../images/Icon_Exp_bg.png) no-repeat top center!important;
}
#Icon_Data.selected b {
	background: url(../images/Icon_Data_bg.png) no-repeat top center!important;
}
#Icon_News.selected b {
	background: url(../images/Icon_News_bg.png) no-repeat top center!important;
}
#Icon_His.selected b {
	background: url(../images/Icon_His_bg.png) no-repeat top center!important;
}
#page_index #box_myrr .box_main {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 320px;
}
#page_index #box_myrr .box_main ul {
	width: 300px;
	height: 60px;
	overflow: hidden;
}
#page_index #box_myrr .box_main li {
	float: left;
	padding: 0px 8px;
}
#page_index #box_myrr .box_main li a {
	font-size: 12px;
	color: #ab6828;
	display: block;
	white-space: nowrap;
}
#page_index #box_myrr .box_main .box_intro {
	padding: 0px;
}
#page_index #box_myrr .box_main .box_intro li {
	width: 60px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#page_index #box_myrr .box_main .box_intro li img {
	width: 60px;
	height: 75px;
	margin-top: -3px;
	display: block;
}
#page_index #box_myrr .box_main .box_intro li .photo {
	height: 70px;
	overflow: hidden;
	display: block;
}
#page_index #box_myrr .box_main .box_intro li .link {
	width: 60px;
	display: block;
	font-size: 12px;
	color: #697357;
	text-align: center;
	padding: 0px;
	line-height: 120%;
}
#page_index #box_myrr .box_footer {
	display: none;
}
#page_index .box_submenu {
	position: absolute;
	left: 77px;
	bottom: 3px;
}
#page_index .box_submenu li {
	float: left;
	padding: 0px 10px;
}
#page_index .box_submenu li a {
	font-size: 13px;
	color: #284aab;
	white-space: nowrap;
}
#page_index #Icon_Pick a {
	color: #ab2828;
}
v\:* {
	BEHAVIOR: url(#default#VML)
}
#page_article #layout_content {
	background: #fff;
	margin: 0px 5px;
	margin-bottom: 20px;
	min-height: 2000px;
	_height: 1000px;
	width: auto;
	float: none;
}
#page_article #layout_content .box_header h3 {
	_top: 0px;
}
#page_article #layout_content .box_main {
	width: 70%;
}
#page_article #layout_content .box {
	width: 620px;
	clear: both;
	margin-bottom: 10px;
	margin-left: 30px;
	background: none;
}
#page_article #layout_content .box .box_header {
	background: none;
}
#page_article #layout_content .box .box_header h3 {
	_top: -1px;
}
#page_article #layout_content .box .box_main {
	width: 100%;
}
#page_article #layout_content .box .box_list {
	width: 98%;
}
#page_article #layout_content #InfoRptTable {
	width: 98%;
	margin: auto;
	border: solid 1px #ccd79a;
	border-top: 2px;
	border-bottom: 2px;
	background: #f2f6e2;
	margin-bottom: 30px;
}
#page_article #layout_content #InfoRptTable th {
	width: 20%;
	background: #e7eeca;
	padding: 0px;
	padding-left: 10px;
	font-weight: normal;
	border-right: solid 1px #ccd79a;
	border-bottom: solid 1px #ccd79a;
	text-align: center;
}
#page_article #layout_content #InfoRptTable td {
	padding: 0px;
	padding-left: 10px;
	border-right: solid 1px #ccd79a;
	border-bottom: solid 1px #ccd79a;
}
#page_article #layout_sideBar #mcInfoBoxList {
	background: url(../images/mcInfoBoxList_bg.gif) no-repeat top left;
	width: 300px;
	height: 240px;
	clear: both;
	margin-left: -5px;
	margin-top: 20px;
	margin-bottom: -60px;
	display: block;
}
#page_article #layout_sideBar #mcInfoBoxList h4 {
	font-weight: bold;
	font-size: 16px;
	color: #646464;
	margin: 15px 20px;
}
#page_article #layout_sideBar #mcInfoBoxList ul {
	background: url(../images/box_list_bg1.gif);
	display: block;
	width: 250px;
	margin-left: 20px;
}
#page_article #layout_sideBar #mcInfoBoxList li {
	width: 35%;
	height: 26px;
	float: left;
	background: url(../images/box_list_ar2.gif) no-repeat 0px 12px;
	padding-left: 10px;
	padding-top: 4px;
	margin-left: 3px;
}
#page_article #layout_sideBar #mcInfoBoxList a {
	color: #568bd3;
	font-size: 14px;
	white-space: nowrap;
	display: block;
}
#page_article #layout_sideBar {
	width: 300px;
	float: none;
	position: absolute;
	top: 230px;
	right: 10px;
	background: transparent;
	border: none 0px;
	height: auto;
}
#page_article #layout_sideBar .box {
	clear: both;
	background: #fff;
	width: 278px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#page_article #layout_sideBar .box_main li {
	background: url(../images/box_list_ar1.gif) no-repeat 0px 10px;
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 260px;
	height: 22px;
}
#page_article #layout_sideBar .box_main a {
	background: none;
	color: #697357;
	font-size: 13px;
}
#user_opinion {
	width: 80%;
	padding-left: 90px;
	margin: 30px auto;
	border-top: solid 2px #c5c9b9;
}
#user_opinion h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color: #568bd3;
}
#user_opinion span {
	background: url(../images/btn_user_opinion_bg.gif) no-repeat;
	display: block;
	width: 140px;
	height: 40px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	text-align: center;
}
#user_opinion span a {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	display: block;
}
#user_opinion #func_agree {
	color: #6889cb;
}
#user_opinion #func_neutral {
	color: #6e6e6e;
}
#user_opinion #func_disagree {
	color: #798f58;
}
#mcDict li {
	width: 33%!important;
	float: left!important;
}
#mcDict li {
	background-image: none!important;
	padding-left: 0px!important;
}
#mcHisList {
	background: #fdffee!important;
	margin-top: 20px;
}
#mcHisList li {
	background-image: none!important;
	padding-left: 0px!important;
}
#mcHisList li input {
	float: left;
}
#mcHisList li a {
	float: left;
}
#mcHisList .box_header h4 {
	color: #be8a45;
}
#mcHisList .box_func {
	position: absolute;
	top: -10px;
	left: 100px;
}
#mcHisList .box_footer {
	height: 60px;
}
#mcHisList .box_footer * {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
#mcHisList .box_footer span {
	float: left;
	cursor: pointer;
}
#mcHisList .box_footer a {
	padding: 0px 5px;
}
#mcHisList #mcHisListBtn2 {
	display: none;
}
#BtnHisAll {
	padding-left: 10px;
}
#BtnHisAll a {
	color: #be8a45!important;
}
#BtnHisDel {
	margin-top: 30px;
}
#BtnHisPreview {
	display: none;
	margin-top: 30px;
	padding-right: 5px;
}
#BtnHistoWord {
	margin-top: 30px;
	background: url(../images/btn_func_toWord_bg.gif) no-repeat;
	width: 113px;
	height: 19px;
}
#BtnHistoWord a {
	font-size: 12px!important;
	padding-top: 1px!important;
	padding-left: 23px!important;
	text-decoration: none!important;
	display: block;
}
#InfoFlash {
	text-align: center;
}
#InfoFlash #BtnDownload {
	border: solid 1px #d9d9d9;
	color: #568bd3!important;
	padding: 3px 5px;
	font-size: 13px;
}
#InfoFlash #BtnFullscreen {
	border: solid 1px #d9d9d9;
	color: #568bd3!important;
	padding: 3px 5px;
	font-size: 13px;
	margin-left: 5px;
	font-weight: bold;
}
#InfoFlash embed {
	margin-top: 10px;
}
#page_article #layout_sideBar .relalinkdate {
	display: none;
}
#page_article #layout_menu #sys_submenu ul li {
	width: auto;
	margin: 0px 10px;
	height: auto;
	float: left;
}
#page_article #layout_menu #sys_submenu li a {
	border: none 0px;
	color: #4d4d4d;
	font-size: 14px;
	padding-top: 1px;
	text-align: center;
	display: block;
	float: left;
}
#page_article #layout_menu #sys_submenu li a:hover {
	text-decoration: none;
	color: #c8543b;
}
#page_article #layout_menu #sys_submenu li.selected {
	padding: 0px;
}
#page_article #layout_menu #sys_submenu li.selected a {
	color: #c8543b;
	text-decoration: none;
	background: url(../images/sys_submenu_selected_bg1.gif) no-repeat;
	width: 125px!important;
	height: 23px!important;
}
#page_all .box {
	margin: 10px 5px;
	clear: both;
	height: auto;
}
#page_all .box .box {
	clear: none!important;
	border: solid 1px #ddd;
	float: left;
	margin: 10px!important;
	position: relative;
	height: auto;
}
#page_all .box_func {
	display: none;
}
#page_all .box_main {
	clear: both;
	top: 0px;
}
#page_all .box_main .box_main {
	clear: none!important;
}
#page_all .box_main .box li a {
	color: #79846e;
	font-size: 14px;
}
#page_all .box_main .box li li {
	line-height: 180%;
}
#page_all .boxL {
	width: 55%;
	clear: left;
}
#page_all .boxR {
	width: 40%;
	_width: 35%;
	margin: 0px!important;
	margin-top: 10px;
	margin-right: -10px;
}
#page_all #info .boxR .box_main .box_main {
	width: 120%;
	_width: 100%;
}
#page_all #focus {
	_height: 1300px;
}
#page_all #focus .boxL {
	width: 95%;
	_position: absolute;
	_top: 30px;
}
#page_all #focus .boxL li li {
	width: 19%;
}
#page_all .boxL {
	background: #fff;
	border: solid 1px #cdcdcd!important;
	border-bottom: solid 2px!important;
}
#page_all .boxL .box_header {
	display: none;
}
#page_all .boxL .box_main {
	clear: both;
	padding-left: 10px;
}
#page_all .boxL .box_main li {
	clear: both;
	padding-left: 5px;
}
#page_all .boxL .box_main li span {
	clear: both!important;
	border-bottom: solid 1px #ddd;
	display: block;
	margin-top: 5px;
	height: 20px;
}
#page_all .boxL .box_main li span h4 {
	float: left;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #568bd3;
	width: 5px;
}
#page_all .boxL .box_main li span a {
	font-weight: bold;
	color: #568bd3;
}
#page_all .boxL .box_main li a:hover {
	text-decoration: underline;
}
#page_all .boxL .box_main li ul {
	margin-left: 30px;
	margin-top: 10px;
	clear: both;
}
#page_all .boxL .box_main li li {
	clear: none;
	float: left;
	width: 30%;
	line-height: 150%;
}
#page_all .boxR {
	background: #eef4db;
	border: solid 1px #7e8661!important;
}
#page_all .boxR .box_header {
background:url(../images/sidebar_header_bg.png)!important!important;
	margin: 0px;
}
#page_all .boxR .box_header h3 {
	color: #FFF;
}
#page_all .boxR .box_main .box_header {
	display: none;
}
#page_all .boxR .box_main .box_func {
	display: none;
}
#page_all .boxR .box_list {
	width: 350px;
	_width: auto;
}
#page_all .boxR .box_list a {
	width: 75%;
}
#page_all #box_source .box_main li span h4 {
	padding-right: 20px;
}
#page_all #box_source .box_main li ul {
	padding-right: 30px;
}
#page_all #box_source .box_header {
	display: none;
}
#page_all #all_macrotool {
	display: none;
}
#page_Expert .box_list a {
	font-weight: bold;
}
/* 20161027 liu*/
#box_expintro { float:left; margin:0 0 10px 6px; width:368px; height:228px; font-size:14px; color:#79846e; padding:0px;}
#box_expintro .box_main { width:368px; height:200px; overflow:auto;}
#box_expintro .box_main p { padding:10px;}
/*
#page_Macrotool19 #layout_content { background:none; border: 0 none; margin: 0 10px; width: 970px!important;}
#page_Macrotool19 #layout_content .box_main { background:url(../images/box_list_book_bg.png) repeat-y; background-color:transparent; width:950px;}
#page_Macrotool19 .box_list1 { margin-left:44px; _margin-left:42px;}
#page_Macrotool19 .box_list1 .wbook { float:left;background:url(../images/situationbooklist_bg.jpg) no-repeat top; background-color:transparent; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
#page_Macrotool19 .box_list1 .wbook a { position:absolute; top:35px; left:15px; color:#888; line-height:140%!important; font-size:12px; font-weight:bold; display:block; width:110px; text-overflow:clip; height:auto; overflow:hidden; white-space:normal; background:transparent;}
#page_Macrotool19 .box_list1 .wbook span { position:absolute; font-size:12px; right:20px; bottom:10px; _bottom:15px;}
*/

/* page_Macrotool19 */
#page_Macrotool19  #layout_content  { width:98%!important; margin:auto; float:none;}
#page_Macrotool19 .box_list1 { margin-left:10px; margin-top:5px!important; margin-bottom:20px;}
#page_Macrotool19 .box_list1 { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
#page_Macrotool19 .box_list1 li { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
#page_Macrotool19 .box_list1 li a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:12px; font-weight:bold; display:block; text-align:center;}
#page_Macrotool19 .box_list1 li a:hover { text-decoration:none; color:#990000;}
#page_Macrotool19 .box_list1 li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotool19 .box_list1 li span { position:absolute; width:100px; z-index:99999999; text-align:left; font-family:"Arial"; color:#aaa; font-size:10px;}
#page_Macrotool19 .box_list1 .wbook p { background:url("../images/books_03_bg.png") no-repeat top;}
#page_Macrotool19  .box .box_list1 .title { position:absolute; left:18px; top:83px; width:100px; z-index:99999999;  font-size:12px;color:#505050 ;line-height:125%;}
#page_Macrotool19  .box .box_list1 .date { position:absolute; left:58px; top:150px;  z-index:99999999 }

/* page_Macrotool9 */
#page_Macrotool9  #layout_content  { width:98%!important; margin:auto; float:none;}
#page_Macrotool9 .box_list1 { margin-left:10px; margin-top:5px!important; margin-bottom:20px;}
#page_Macrotool9 .box_list1 { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
#page_Macrotool9 .box_list1 li { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
#page_Macrotool9 .box_list1 li a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_Macrotool9 .box_list1 li a:hover { text-decoration:none; color:#990000;}
#page_Macrotool9 .box_list1 li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotool9 .box_list1 li span { position:absolute; width:100px; z-index:99999999; text-align:left; font-family:"Arial"; color:#aaa; font-size:10px;}
#page_Macrotool9 .box_list1 .wbook p { background:url("../images/books_01_bg.png") no-repeat top;}
#page_Macrotool9  .box .box_list1 .title { position:absolute; left:18px; top:83px; width:100px; z-index:99999999;  font-size:12px;color:#505050 ;line-height:125%;}
#page_Macrotool9  .box .box_list1 .date { position:absolute; left:58px; top:150px;  z-index:99999999 }

/* page_macrotool10 */
#page_Macrotool10  #layout_content  { width:98%!important; margin:auto; float:none;}
#page_Macrotool10 .box_list1 { margin-left:10px; margin-top:5px!important; margin-bottom:20px;}
#page_Macrotool10 .box_list1 { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
#page_Macrotool10 .box_list1 li { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
#page_Macrotool10 .box_list1 li a { position:absolute; top:0px; left:5px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; }
#page_Macrotool10 .box_list1 li a:hover { text-decoration:none; color:#990000;}
#page_Macrotool10 .box_list1 li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotool10 .box_list1 li span { position:absolute; width:100px; z-index:99999999; text-align:left; font-family:"Arial"; color:#aaa; font-size:10px;}
#page_Macrotool10 .box_list1 .wbook p { background:url("../images/books_02_bg.png") no-repeat top;}
#page_Macrotool10  .box .box_list1 .title { position:absolute; left:15px; top:83px; width:100px; z-index:99999999;  font-size:12px;color:#505050 ;line-height:125%;}
#page_Macrotool10  .box .box_list1 .date { position:absolute; left:70px; top:135px;  z-index:99999999 }

#page_Macrotool4 #layout_content { width:98%!important; margin:auto; float:none;}
#page_Macrotool4 .box_footer { display:none;}
#page_Macrotool4 .box_list1 { margin-left:10px; background:url(../images/box_list_book_bg.png) no-repeat top; background-color:transparent; width:950px; height:220px; margin-top:0px;}
#page_Macrotool4 .box_list1 { margin-top:5px!important; margin-bottom:20px;}
#page_Macrotool4 .box_list1 .rbook { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; margin-left:5px; position:relative;}
#page_Macrotool4 .box_list1 .rbook a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_Macrotool4 .box_list1 .rbook span { position:absolute; left:58px; top:150px;  font-size:14px; right:20px; bottom:10px; _bottom:15px;z-index:99999999 ; font-family:"Arial"; color:#aaa;}
#page_Macrotool4 .box_list1 .rbook a:hover { text-decoration:none; color:#990000;}
#page_Macrotool4 .box_list1 .rbook p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotool4 .box_list1 .rTitle { float:left;position:absolute; left:15px; background-color:transparent; width:138px; height:180px; margin-top:50px;margin-right:15px; position:relative;}
#page_Macrotool4 .box_list1 .rTitle a { display:none;}
#page_Macrotool4 .box_list1 .rTitle span { display:none;}

#list200002 .rTitle  {background:url(../images/book200002_bg.png) no-repeat top;}
#list200003 .rTitle {background:url(../images/book200003_bg.png) no-repeat top;}
#list200004 .rTitle {background:url(../images/book200004_bg.png) no-repeat top;}
#list200005 .rTitle {background:url(../images/book200005_bg.png) no-repeat top;}
#list200006 .rTitle {background:url(../images/book200006_bg.png) no-repeat top;}
#page_Macrotool4 #list200002 .box_list1 .rbook p {background:url(../images/books_04_bg.png) no-repeat ; }
#page_Macrotool4 #list200003 .box_list1 .rbook p{background:url(../images/books_05_bg.png) no-repeat top;}
#page_Macrotool4 #list200004 .box_list1 .rbook p{background:url(../images/books_06_bg.png) no-repeat top;}
#page_Macrotool4 #list200005 .box_list1 .rbook p{background:url(../images/books_07_bg.png) no-repeat top;}
#page_Macrotool4 #list200006 .box_list1 .rbook p {background:url(../images/books_08_bg.png) no-repeat top;}





#page_Macrotools1_xs  #layout_content  { width:98%!important; margin:auto; float:none;}
#page_Macrotools1_xs .box_list1 { margin-left:10px;margin-top:5px!important; margin-bottom:20px;}
#page_Macrotools1_xs .box_list1 { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
#page_Macrotools1_xs .box_list1 li { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
#page_Macrotools1_xs .box_list1 li a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_Macrotools1_xs .box_list1 li a:hover { text-decoration:none; color:#990000;}
#page_Macrotools1_xs .box_list1 li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotools1_xs .box_list1 li span { position:absolute; width:100px; z-index:99999999; text-align:left; font-family:"Arial"; color:#aaa; font-size:10px;}
#page_Macrotools1_xs .box_list1 .rbook p { background:url("../images/books_04_bg.png") no-repeat top;}
#page_Macrotools1_xs  .box .box_list1 span { position:absolute; left:60px; top:150px;  z-index:99999999 }


#page_Macrotools2_zc  #layout_content  { width:98%!important; margin:auto; float:none;}
#page_Macrotools2_zc .box_list1 { margin-left:10px; margin-top:5px!important; margin-bottom:20px;}
#page_Macrotools2_zc .box_list1 { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
#page_Macrotools2_zc .box_list1 li { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
#page_Macrotools2_zc .box_list1 li a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_Macrotools2_zc .box_list1 li a:hover { text-decoration:none; color:#990000;}
#page_Macrotools2_zc .box_list1 li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotools2_zc .box_list1 .rbook p { background:url("../images/books_05_bg.png") no-repeat top;}
#page_Macrotools2_zc  .box .box_list1 span { position:absolute; left:55px; top:145px;  z-index:99999999 }


#page_Macrotools3_jr  #layout_content  { width:98%!important; margin:auto; float:none;}
#page_Macrotools3_jr .box_list1 { margin-left:10px; margin-top:5px!important; margin-bottom:20px;}
#page_Macrotools3_jr .box_list1 { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
#page_Macrotools3_jr .box_list1 li { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
#page_Macrotools3_jr .box_list1 li a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_Macrotools3_jr .box_list1 li a:hover { text-decoration:none; color:#990000;}
#page_Macrotools3_jr .box_list1 li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotools3_jr .box_list1 .rbook p { background:url("../images/books_06_bg.png") no-repeat top;}
#page_Macrotools3_jr  .box .box_list1 span { position:absolute; left:55px; top:145px;  z-index:99999999 }

#page_Macrotools4_cy  #layout_content  { width:98%!important; margin:auto; float:none;}
#page_Macrotools4_cy .box_list1 { margin-left:10px; margin-top:5px!important; margin-bottom:20px;}
#page_Macrotools4_cy .box_list1 { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
#page_Macrotools4_cy .box_list1 li { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
#page_Macrotools4_cy .box_list1 li a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_Macrotools4_cy .box_list1 li a:hover { text-decoration:none; color:#990000;}
#page_Macrotools4_cy .box_list1 li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotools4_cy .box_list1 .rbook p { background:url("../images/books_07_bg.png") no-repeat top;}
#page_Macrotools4_cy  .box .box_list1 span { position:absolute; left:55px; top:145px;  z-index:99999999 }

#page_Macrotools5_qy  #layout_content  { width:98%!important; margin:auto; float:none;}
#page_Macrotools5_qy .box_list1 { margin-left:10px; margin-top:5px!important; margin-bottom:20px;}
#page_Macrotools5_qy .box_list1 { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
#page_Macrotools5_qy .box_list1 li { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
#page_Macrotools5_qy .box_list1 li a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_Macrotools5_qy .box_list1 li a:hover { text-decoration:none; color:#990000;}
#page_Macrotools5_qy .box_list1 li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotools5_qy .box_list1 .rbook p { background:url("../images/books_08_bg.png") no-repeat top;}
#page_Macrotools5_qy  .box .box_list1 span { position:absolute; left:55px; top:145px;  z-index:99999999 }

#page_Macrotool3  #layout_content  { width:98%!important; margin:auto; float:none;}
#page_Macrotool3 .box_list1 { margin-left:10px; margin-top:5px!important; margin-bottom:20px;}
#page_Macrotool3 .box_list1 { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
#page_Macrotool3 .box_list1 li { float:left; width:138px; height:180px; margin-bottom:4px; margin-top:36px; position:relative;}
/*#page_rgbook_index .box_list1 li a { position:absolute; top:75px; left:12px; _left:7px; z-index:999999999; color:#e6e6e6; line-height:140%!important; font-size:14px; font-weight:bold; display:block; width:125px; text-overflow:clip; height:auto; overflow:hidden; white-space:normal; background:transparent; text-align:justify; text-justify:inter-ideograph;}*/
#page_Macrotool3 .box_list1 li a { position:absolute; top:0px; left:0px; width:120px; height:105px; padding-top:75px; padding-left:12px; z-index:999999999; color:#e6e6e6; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-overflow:clip; overflow:hidden; white-space:normal; background:transparent; text-align:justify; text-justify:inter-ideograph;}
#page_Macrotool3 .box_list1 li a:hover { text-decoration:none; color:#fff5b3;}
#page_Macrotool3 .box_list1 li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_Macrotool3 .box_list1 li span { position:absolute; left:12px; bottom:10px; _bottom:15px; top:auto; width:100px; z-index:99999999; text-align:left; font-family:"Arial"; color:#aaa;}
#page_Macrotool3 .box_list1 .rbook p { background:url("../images/redbook_bg.png") no-repeat top;}
#page_Macrotool3 .box_list1 .gbook p { background:url("../images/graybook_bg.png") no-repeat top;}
#page_Macrotool3 .box_list1 .gbook { margin-right:20px;}
/*------end------*/
/*------首页-------*/
/* page_index */

#page_index #mcFocusTop1{ width:365px; height:430px; position:absolute; left:614px; top:690px;}
#page_index #layout_content { margin-top:785px; border:none 0px; width:595px; min-height:1000px;_height:1000px; _margin-left:5px;}
#page_index #layout_sideBar { margin-top:920px; margin-left:10px; _margin-left:5px;}
#page_index #layout_sideBar #final ul { display:none;}

#page_index #layout_content .box { width:595px; height:300px; margin-bottom:0px;}
#page_index #layout_content .box_header { position:absolute; top:6px; left:-5px; border:none 0px; z-index:99999999; display:block; background:url("../images/box_titl_bg.png") no-repeat; width:37px!important; height:34px!important; margin:0px; padding:0px;}
#page_index #layout_content .box_header h3 { color:#fff; line-height:110%; padding:0px; top:3px; left:5px;}
#page_index #layout_content .box_func { width:auto; border:solid 1px #eee; background: #fafafa; position:relative; left:auto; top:auto; right:auto; margin:15px 10px 0px 10px; height:30px;}
#page_index #layout_content .func_new { position:absolute; left:10px; top:5px;}
#page_index #layout_content .func_new a { color:#656565; font-size:14px; font-weight:bold; padding-right:5px; border-right:solid 1px #656565;}
#page_index #layout_content .func_hot { position:absolute; left:50px; top:5px;}
#page_index #layout_content .func_hot a { color:#656565; font-size:14px; font-weight:bold;}
#page_index #layout_content .func_more { position:absolute; right:10px; top:3px;}
#page_index #layout_content .box_main { margin-top:0px;}
#page_index #layout_content .func_order {/* display:none;*/}
#page_index #layout_content .box_order { position:absolute; display:block;}
#page_index #layout_content .func_del { display:none; position:absolute; top:7px; right:0px; background:url("../images/btn_func_del_bg.gif") no-repeat; width:36px; height:14px; cursor:pointer;}
#page_index #layout_content .func_del a { text-indent:-9999px; display:block; width:36px; height:14px;}
#page_index #layout_content .func_option {display:none; }

#page_index #ArticleList {display:none;}

#page_index #WebBook { width:365px; height:220px; position:absolute; left:614px; top:230px; background:url("../images/WebBook_bg.jpg") no-repeat; border:none 0px;}
#page_index #WebBook .colbox_head { background:none; border:none 0px; padding-left:5px; padding-top:3px;}
#page_index #WebBook .colbox_head h3 { color:#505050; background:none;font-weight:bold;font-size:14px;}
#page_index #WebBook .colbox_main { background:none;}
#page_index #WebBook .colbox_func .func_more * { color:#505050; font-weight:bold; font-size:14px;}
#page_index #WebBook .box { background:none; float:left; clear:none; border:none 0px; margin-top:5px;}
#page_index #WebBook .box .box_header { display:none;}
#page_index #WebBook .box .box_main { margin-left:0px; margin-top:-2px;}
#page_index #WebBook .box .box_func { width:auto; position:relative; left:auto;}
#page_index #WebBook .box .box_list { padding-left:0px;}
#page_index #WebBook .box .box_list li { float:left; width:140px; height:180px; margin-right:25px; _margin-right:10px;}
#page_index #WebBook .box .box_list li a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_index #WebBook .box .box_list li a:hover { text-decoration:none; color:#990000;}
#page_index #WebBook .box .box_list li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
/*#page_index #WebBook .box .box_list li span { position:absolute; left:2px; top:75px; width:130px; z-index:99999999; text-align:center; font-family:"Arial"; color:#aaa;}
*/#page_index #WebBook #iList200025 { margin-left:30px; _margin-left:15px;}
#page_index #WebBook #iList200025 .box_list li p { background:url("../images/books_01_bg.png") no-repeat top;}
#page_index #WebBook .box .box_list .title { position:absolute; left:15px; top:83px; width:100px; z-index:99999999;  font-size:12px;color:#505050 ;line-height:125%;}
#page_index #WebBook .box .box_list .date { position:absolute; left:45px; top:135px; text-align:center; z-index:99999999 }
/*20161103hong guan zonglan  */
#page_index .colbox_head h3 { color:#505050; background:none;font-weight:bold;font-size:14px;}
#page_index .colbox_main { background:none;}
#page_index .colbox_func .func_more * { color:#505050; font-weight:bold; font-size:14px;}
#page_index .box { background:none; float:left; clear:none; border:none 0px;}

#page_index #box_briefing { width:595px; height:220px; position:absolute; left:10px; top:460px; background:url("../images/books_bg.jpg") no-repeat;}
#page_index #box_briefing .box_header { background:none;}
#page_index #box_briefing .box_header h3 { background:none;}
#page_index #box_briefing .colbox_head { background:none; border:none 0px;}
#page_index #box_briefing .box { margin-top:0px;}
#page_index #box_briefing .box .box_header { display:none;}
#page_index #box_briefing .box .box_main { margin-left:0px; margin-top:-2px;}
#page_index #box_briefing .box .box_func { display:none;}
#page_index #box_briefing .box .box_list { padding-left:0px;}
#page_index #box_briefing .box .box_list li { float:left; width:140px; height:180px; margin-right:2px; _margin-right:2px;}
#page_index #box_briefing .box .box_list li a { position:absolute; top:0px; left:7px; width:110px; height:105px; padding-top:58px; padding-left:10px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:12px; font-weight:bold; display:block; background:none;}
#page_index #box_briefing .box .box_list li a:hover { text-decoration:none; color:#990000;}
#page_index #box_briefing .box .box_list li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
/*#page_index #box_briefing .box .box_list li span { position:absolute; left:2px; top:75px; width:130px; z-index:99999999; text-align:center; font-family:"Arial"; color:#aaa;}*/
#page_index #box_briefing #iList200007 { margin-left:15px; _margin-left:5px;}
#page_index #box_briefing #iList200007 .box_list li p { background:url("../images/books_02_bg.png") no-repeat top;}
#page_index #box_briefing .box .box_list .title { position:absolute; left:15px; top:80px; width:100px; z-index:99999999;  font-size:13px;color:#505050}
#page_index #box_briefing .box .box_list .date { position:absolute; left:80px; top:135px; z-index:99999999 }

/*20161103re dian genzong  */
#page_index #box_briefing1 { width:595px; height:220px; position:absolute; left:10px; top:690px; background:url("../images/books_bg.jpg") no-repeat;}
#page_index #box_briefing1 .box_header { background:none;}
#page_index #box_briefing1 .box_header h3 { background:none;}
#page_index #box_briefing1 .colbox_head { background:none; border:none 0px;}
#page_index #box_briefing1 .box { margin-top:0px;}
#page_index #box_briefing1 .box .box_header { display:none;}
#page_index #box_briefing1 .box .box_main { margin-left:0px; margin-top:-2px;}
#page_index #box_briefing1 .box .box_func { display:none;}
#page_index #box_briefing1 .box .box_list { padding-left:0px;}
#page_index #box_briefing1 .box .box_list li { float:left; width:140px; height:180px; margin-right:2px; _margin-right:2px;}
#page_index #box_briefing1 .box .box_list li a { position:absolute; top:0px; left:3px; width:110px; height:105px; padding-top:58px; padding-left:10px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:12px; font-weight:bold; display:block; text-align:center; background:none;}
#page_index #box_briefing1 .box .box_list li a:hover { text-decoration:none; color:#990000;}
#page_index #box_briefing1 .box .box_list li p { position:absolute; top:0px; right:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_index #box_briefing1 #iList200023 { margin-left:15px; _margin-left:5px;}
#page_index #box_briefing1 #iList200023 .box_list li p { background:url("../images/books_03_bg.png") no-repeat top;}

#page_index #box_briefing1 .box .box_list .title { position:absolute; left:20px; top:83px; width:100px; z-index:99999999;  font-size:13px;color:#505050 ;line-height:125%;}
#page_index #box_briefing1 .box .box_list .date { position:absolute; right:15px; top:150px; z-index:99999999 }


/*20161103xingshi genzong  */
#page_index #box_briefing2 { width:595px; height:200px; position:absolute; left:10px; top:920px; background:url("../images/books_bg1.jpg") no-repeat}
#page_index #box_briefing2 .box_header { background:none;}
#page_index #box_briefing2 .box_header h3 { background:none;}
#page_index #box_briefing2 .colbox_head { background:none; border:none 0px;}
#page_index #box_briefing2 .box { margin-top:5px; width:106px!important; height:150px!important;}
#page_index #box_briefing2 .box .box_header { display:none;}
#page_index #box_briefing2 .box .box_main { margin-left:0px; margin-top:-2px;}
#page_index #box_briefing2 .box .box_func { width:auto; position:relative; left:auto;}
#page_index #box_briefing2 .box .box_list { padding-left:20px;}
#page_index #box_briefing2 .box .box_list li { float:left; width:106px; height:150px; margin-right:0px; _margin-right:0px;}
#page_index #box_briefing2 .box .box_list li a { position:absolute; top:0px; left:0px; width:106px; height:95px; padding-top:50px; padding-left:0px; padding-right:0px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_index #box_briefing2 .box .box_list li a:hover { text-decoration:none; color:#990000;}
#page_index #box_briefing2 .box .box_list li p { position:absolute; top:0px; left:0px; width:106px; height:150px; padding:0px; margin:0px; border:none 0px;}
#page_index #box_briefing2 .box .box_list li span { position:absolute; right:8px; top:125px; z-index:99999999; font-family:"Arial"; color:#aaa;}
#page_index #box_briefing2 #iList200002 { margin-left:0px; _margin-left:0px;}
#page_index #box_briefing2 #iList200002 .box_list li p { background:url("../images/books_04m_bg.png") no-repeat top;}
#page_index #box_briefing2 #iList200003 { margin-left:5px; _margin-left:5px;}
#page_index #box_briefing2 #iList200003 .box_list li p { background:url("../images/books_05m_bg.png") no-repeat top;}
#page_index #box_briefing2 #iList200004 { margin-left:5px; _margin-left:5px;}
#page_index #box_briefing2 #iList200004 .box_list li p { background:url("../images/books_06m_bg.png") no-repeat top;}
#page_index #box_briefing2 #iList200005 { margin-left:5px; _margin-left:5px;}
#page_index #box_briefing2 #iList200005 .box_list li p { background:url("../images/books_07m_bg.png") no-repeat top;}
#page_index #box_briefing2 #iList200006 { margin-left:5px; _margin-left:5px;}
#page_index #box_briefing2 #iList200006 .box_list li p { background:url("../images/books_08m_bg.png") no-repeat top;}

#page_index #RGBook { width:365px; height:220px; position:absolute; left:614px; top:460px; background:url("../images/RGBook_bg.jpg") no-repeat; border:none 0px;}
#page_index #RGBook .colbox_head { background:none; border:none 0px; padding-top:3px; padding-left:5px;}
#page_index #RGBook .colbox_head h3 { color:#765f4b; background:none; font-weight:bold;font-size:14px}
#page_index #RGBook .colbox_main { background:none;}
#page_index #RGBook .colbox_func .func_more * { color:#765f4b; font-weight:bold; font-size:14px;}
#page_index #RGBook .box { background:none; float:left; width:45%; clear:none; border:none 0px; margin-top:5px;}
#page_index #RGBook .box .box_header { display:none;}
#page_index #RGBook .box .box_main { margin-left:0px; margin-top:-2px;}
#page_index #RGBook .box .box_func { width:auto; position:relative; left:auto;}
#page_index #RGBook .box .box_list { padding-left:0px;}
#page_index #RGBook .box .box_list li { float:left; width:135px; height:180px;}
#page_index #RGBook .box .box_list li a { position:absolute; top:0px; left:0px; width:120px; height:105px; padding-top:75px; padding-left:12px; z-index:999999999; color:#e6e6e6; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-overflow:clip; overflow:hidden; white-space:normal; background:transparent; text-align:justify; text-justify:inter-ideograph;}
#page_index #RGBook .box .box_list li a:hover { text-decoration:none; color:#fff5b3;}
#page_index #RGBook .box .box_list li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_index #RGBook .box .box_list li span { position:absolute; left:12px; bottom:10px; _bottom:15px; top:auto; width:100px; z-index:99999999; text-align:left; font-family:"Arial"; color:#aaa;}
#page_index #RGBook #iList200016 { margin-left:30px; _margin-left:15px;}
#page_index #RGBook #iList200016 .box_list li p { background:url("../images/redbook_bg.png") no-repeat top;}
#page_index #RGBook #iList200017 .box_list li p { background:url("../images/graybook_bg.png") no-repeat top;}

.colbox_head{width:60%; float:left;text-indent:5px;}
.colbox_func{width:36%; float:left; text-align:right;}

#page_index #saveCookie { position:absolute; top:37px; right:0px; z-index:9999; background:url("../images/btn_max_bg.gif") no-repeat; width:120px; height:22px; display:block; text-align:center;}
#page_index #saveCookie a { font-size:14px; font-weight:bold; color:#8c5826; background:url("../images/saveCookie_ar.gif") no-repeat 7px 4px; padding-left:15px; margin-top:1px; display:block;}

#page_index #compat { width:160px; height:20px; position:absolute; top:158px; right:20px; z-index:99999;}
#page_index #compat span { background:url("../images/compat.png") no-repeat; display:block; text-indent:-9999px;}
#page_index #update { color:#979894; width:445px; height:20px; position:absolute; top:155px; left:10px; z-index:99999;}
#page_index #update * { font-size:12px; color:#979894;}
#page_index #update span { margin-left:3px; padding:1px;}
#page_index #update .more a {}
	/* box_prof */
#page_index #box_prof { position:absolute; left:5px; top:175px; width:598px; height:180px; padding-bottom:0px;}
#page_index #box_prof .box_header { border-bottom:solid 1px #afb19f; height:27px;}
#page_index #box_prof .box_list { width:485px; }
#page_index #box_prof .box_list li { line-height:160%;}
#page_index #box_prof .func_order { display:none;}
	/* box_expert *//*
#page_index #box_expert { position:absolute; left:5px; top:360px; width:598px; height:180px; padding-bottom:0px;}
#page_index #box_expert .box_header { border-bottom:solid 1px #afb19f; height:27px;}
#page_index #box_expert .box_list { width:485px; }
#page_index #box_expert .box_list li { line-height:160%;}
#page_index #box_expert .func_order { display:none;}*/
	/* box_self */
#page_index #box_self { position:absolute; left:614px; top:175px; width:368px; height:180px; padding-bottom:0px;}
#page_index #box_self .box_header { background:url("../images/box_self_header_bg.png") repeat-x; height:60px;}
#page_index #box_self .box_header img { padding-left:5px;}
#page_index #box_self .box_header h3 { font-family:"黑体"; font-size:18px; font-weight:normal; padding-top:10px; padding-left:120px;}
#page_index #box_self .box_func { position:absolute; top:10px; left:0px; width:360px; display:block; text-align:center; cursor:pointer;}
#page_index #box_self .func_more { background:url("../images/btn_bg.gif"); font-size:14px; font-weight:bold; color:#8c5826; width:80px; height:22px; display:block; text-align:center; cursor:pointer; float:right;}
#page_index #box_self .func_more { display:none;}
#page_index #box_self .func_order { background:none; padding:0px; position:absolute; top:30px; left:18px; text-decoration:none}
#page_index #box_self .func_order li { padding:2px 2px; color:#969696; font-family:"Arial"; font-size:10px; border:none 0px!important;}
#page_index #box_self .box_main ul { padding:0px 20px 0px 20px; margin-top:10px;}
#page_index #box_self .box_main li img { display:none;}
#page_index #box_self .box_main li { float:left; width:50px; }
#page_index #box_self .box_main li a { color:#79846e; font-size:14px;}
	/* box_macrotool */
#page_index #box_macrotool { position:absolute; left:8px; top:176px; width:518px; height:420px; padding-bottom:0px;}
#page_index #box_macrotool { background:url("../images/box_macrotool_bg.png") repeat-y left #f0f4e4; border:solid 1px #afb19f; z-index:999;}
#page_index #box_macrotool .box_header { background:url("../images/box_macrotool_header_bg.png") no-repeat; width:129px; height:40px; position:absolute; top:-1px; left:-1px;}
#page_index #box_macrotool .box_header h3 { background:none; padding:12px;}
#page_index #box_macrotool .box_func { position:absolute; top:30px; left:0px; padding-top:20px; padding-left:10px; width:108px; float:left;}
#page_index #box_macrotool .box_func li { height:83px; padding-left:5px; padding-bottom:10px; cursor:pointer;}
#page_index #box_macrotool .box_func li a { background:url("../images/box_macrotool_func_btn.gif") no-repeat; width:40px; height:57px; display:block; font-family:"黑体"; color:#697357; padding:23px 15px 0px 24px; line-height:120%;}
#page_index #box_macrotool .box_func li a:hover { background:url("../images/box_macrotool_func_btn_hover.gif") no-repeat; color:#b86e14; }
#page_index #box_macrotool .box_func li.selected { background:url("../images/box_macrotool_func_btn_selected.gif") no-repeat; padding-left:0px; width:98px;}
#page_index #box_macrotool .box_func li.selected a { background:none; color:#b86e14; padding-left:27px;}
#page_index #box_macrotool .box_func li.selected a:hover { background:none;}
#page_index #box_macrotool .box_main { position:absolute; top:10px; left:120px;}
#page_index #box_macrotool .box_main embed { width:460px; height:266px;}
#page_index #box_macrotool .box_list { padding-left:0px; padding-right:5px; height:120px;}
#page_index #box_macrotool .box_list * { font-size:12px; color:#6e7654;}
#page_index #box_macrotool .box_list li { padding-left:0px; }
#page_index #box_macrotool .box_list.graphsInList li { overflow:hidden; height:40px; _height:45px; padding-top:5px;}
#page_index #box_macrotool .box_list li a { background:none; display:inline;}
#page_index #box_macrotool .box_list li a:hover { text-decoration:underline;}
#page_index #box_macrotool .more { background:url("../images/btn_func_more_bg.gif") no-repeat; display:block; position:absolute; bottom:0px; right:10px; width:40px; height:22px; padding-left:22px; padding-top:1px; font-size:14px; color:#8c5826; font-weight:bold; cursor:pointer;}

#page_index .piaohong { color:red; position:static; font-size:14px;}
#page_index .jcTab { width:100%; height:100%;}

	/* box_tjpic */
#page_index #box_tjpic { width:595px; height:220px; position:absolute; left:10px; top:230px; background:url("../images/box_tjpic_bg.png") no-repeat; border:none 0px;}

#page_index #pNote { width:150px; height:160px; position:absolute; right:0px; top:0px;}
#page_index #pNote p { overflow:hidden; display:block; width:150px; height:155px; position:absolute; top:43px; right:20px;}
#page_index #pNote span { line-height:160%; font-size:14px; color:#2c2c44; display:block; width:150px; margin-bottom:25px;}
#page_index #pNoteFunc { position:absolute; top:6px; right:10px; width:25px; height:90px;}
#page_index #pNoteFunc div { width:25px; height:15px; position:absolute; text-indent:-9999px; top:0px; cursor:pointer; z-index:99999;}
#page_index #pNoteNext { background:url("../images/BtnNext_bg1.png") no-repeat; right:28px;}
#page_index #pNotePrev { background:url("../images/BtnPrev_bg1.png") no-repeat; right:56px;}
#page_index #pNoteList { background:url("../images/BtnMore_bg1.png") no-repeat; right:0px;}
#page_index #pGraphFlash { float:left; width:400px; height:170px;}
#page_index #pGraphImg { width:400px!important; height:170px!important; position:absolute; left:12px; top:40px; filter:alpha(Opacity=85);-moz-opacity:0.85;opacity: 0.85; cursor:pointer;}

	/* mcss */
#page_index #mcss { position:absolute; left:614px; top:396px; width:370px; height:200px;}
#page_index #mcss a { width:370px; height:200px; background:url("../images/mcss.gif") no-repeat; display:block;}

	/* mcnav */


/*#page_index #pAudio {background:url("../images/pNote_bg3.png") no-repeat;width:105px;height:40px;float:left;margin-left:0px;margin-top:5px;position:absolute; z-index:0;}*/
#page_index #pAudio { position:absolute; left:0px; top:0px; width:365px; height:40px; z-index:0;}
#page_index #pAudio #pAudioPhoto {display:none; /*width:40px;height:50px;background:url("../images/pAudioPhoto_bg.png") no-repeat;position:absolute;top:50px;left:15px;*/}
#page_index #pAudio #pAudioName {display:none;/*font-size:16px;font-weight:bold;color:#6990c4;padding-right:25px;padding-top:25px;background:url("../images/pAudioName_bg.gif") no-repeat right;position:absolute;top:33px;left:60px;*/}
#page_index #pAudio #pAudioText {display:none;/*position:absolute;left:20px;top:110px;font-family:"黑体";font-size:20px;color:#656e7e;line-height:160%;width:170px;*/}
#page_index #pAudio #TimeInput {display:none;/*border:none 0px;font-family:"Arial";font-size:13px;color:#6990c4;font-weight:bold;position:absolute;left:60px;top:80px;width:100px;height:21px;background-color:transparent;*/}
#page_index #pAudio #pAudioSliderArea {display:none;/*position:absolute;bottom:55px;left:23px;z-index:9999999;*/}
#page_index #pAudio #pAudioSliderArea .horizonta l{width:100px!important;}
#page_index #pAudio #pAudioSlider {}
#page_index #pAudio #pAudioSlider #pAudioSliderInput {display:none;}
#page_index #pAudio #pAudioVolumeArea {display:none;/*position:absolute;bottom:55px;left:125px;background:url("../images/volume_ar1.gif") no-repeat 0px 3px;padding-left:15px;z-index:9999999;*/}
#page_index #pAudio #pAudioVolumeArea .horizontal {width:50px!important;}
#page_index #pAudio #pAudioVolume {}
#page_index #pAudio #pAudioVolume  #pAudioVolumeInput { display:none;}
#page_index #pAudio #pAudioPlay {position:absolute;right:15px;top:-220px; z-index:9999999;width:30px;height:40px;background:url("../images/func_stop_bg.gif") no-repeat;text-indent:-9999px; border:none 0px;}
#page_index #pAudio #pAudioPlay:hover {background:url("../images/func_stop_hover_bg.gif") no-repeat;}
#page_index #pAudio .pAudioStop {z-index:9999999;background:url("../images/func_play_bg.gif") no-repeat!important;}
#page_index #pAudio .pAudioStop:hover {background:url("../images/func_play_hover_bg.gif") no-repeat!important;}
#page_index #pAudio #pAudioYear {display:none;/*background:url("../images/pYear_bg.gif") no-repeat;width:145px;height:20px;position:absolute;top:5px;left:30px;color:#5e616b;font-weight:bold;text-align:center;padding-top:4px;*/}
#page_index #pAudio #pAudioYear {display:none;/*background:url("../images/pYear_bg.gif") no-repeat;width:145px;height:20px;position:absolute;top:5px;right:30px;color:#5e616b;font-weight:bold;text-align:center;padding-top:4px;*/}
#page_index #pAudio #pAudioYear #setAudioYear {display:none;}
#page_index #pAudio #pAudioYear #setAudioYearText {cursor:pointer;margin-top:-3px;}
#page_index #pAudio #pAudioYear #setAudioYearArea {display:none;margin-top:-5px;}
#page_index #pAudio #pAudioYear select{}#page_Macrotool1 #pAudio #pAudioYear input{margin:2px 0px;padding:1px;border:none 0px #cfcfd4;background:#fff;color:#5e616b;font-weight:bold;}
#page_index #pAudio #pAudioNext {background:url("../images/BtnNext_bg.gif") no-repeat;width:20px;height:20px;text-indent:-9999px;position:absolute;top:5px;left:7px;cursor:pointer;text-decoration:underline;color:#8c8c8c;}
#page_index #pAudio #pAudioNext.noUse {background:url("../images/BtnNext_nouse_bg.gif") no-repeat;width:20px;height:20px;text-indent:-9999px;position:absolute;top:5px;left:7px;cursor:pointer;text-decoration:underline;color:#8c8c8c;}
#page_index #pAudio #pAudioPrev {background:url("../images/BtnPrev_bg.gif") no-repeat;width:20px;height:20px;text-indent:-9999px;position:absolute;top:5px;right:7px;cursor:pointer;text-decoration:underline;color:#8c8c8c;
}
#page_index #pAudio #pAudioPrev.noUse {background:url("../images/BtnPrev_nouse_bg.gif") no-repeat;width:20px;height:20px;text-indent:-9999px;position:absolute;top:5px;right:7px;cursor:pointer;text-decoration:underline;color:#8c8c8c;}
#page_index #vMediaPlayer {background-color:transparent;display:none;}

#page_index #mctools { position:absolute; right:10px; top:945px; width:365px; height:65px; background:url("../images/mctools_header_bg.png") no-repeat;}
#page_index #mctools ul { position:absolute; left:0px; top:10px; width:365px; height:120px; background:url("../images/mctools_footer_bg.png") no-repeat bottom;}
#page_index #mctools li { float:left; width:65px; height:55px; padding:0px; text-align:center; margin-bottom:5px; margin-left:20px; _margin-left:10px; position:relative;}
#page_index #mctools li a { font-size:14px; font-weight:bold; color:#616764; white-space:nowrap; width:73px; height:55px; display:block;}
#page_index #mctools li p { position:absolute; top:32px; left:0px; text-align:center; display:block; width:73px;}
#page_index #mctools li span { width:30px; height:30px; display:block; position:absolute; left:20px; top:0px;}
#page_index #Icon_focus span  { background:url("../images/mctools_Icon_focus_ar.png") no-repeat center 0px;}
#page_index #Icon_hot span    { background:url("../images/mctools_Icon_hot_ar.png") no-repeat center 0px;}
#page_index #Icon_gbbook span { background:url("../images/mctools_Icon_gbbook_ar.png") no-repeat center 0px;}
#page_index #Icon_graphs span { background:url("../images/mctools_Icon_graphs_ar.png") no-repeat center 0px;}
#page_index #Icon_mcss span   { background:url("../images/mctools_Icon_mcss_ar.png") no-repeat center 0px;}
#page_index #Icon_webook span { background:url("../images/mctools_Icon_webook_ar.png") no-repeat center 0px;}

	/* box_exp */

/*#page_index #box_exp  { position:absolute; left:0px; top:1225px; width:480px; height:280px; background:url("../images/box_exp_bg.jpg") no-repeat; margin-left:10px; border:none 0px;}
#page_index #box_exp #slider { width: 480px; height: 160px; position: relative; overflow: hidden;}
#page_index #box_exp #sliderContent { width:480px; height:160px; position:absolute; top:0; margin-left:0;color:#a9ae7f;}
#page_index #box_exp .sliderImage { width: 480px; height:160px; float: left; position: relative; display: none; overflow:hidden;}
#page_index #box_exp .clear {clear: both;}
#page_index #box_exp .sliderImg { width:375px; height:160px; position:absolute; top:0px; left:0px; z-index:0;}
#page_index #box_exp .sliderImg img { width:375px; height:160px;}
#page_index #box_exp .sliderBg { position:absolute; top:0px; right:0px; z-index:999; width:335px; height:160px; background:url("../images/box_expslider_bg.jpg") no-repeat;}
#page_index #box_exp .exdiv { position:absolute; top:18px; left:195px; z-index:9999; width:290px; height:132px;}
#page_index #box_exp .exdiv h3 { width:290px; height:30px;}
#page_index #box_exp .exdiv h3 a { font-size:20px; font-weight:bold; color:#3c3c3c; line-height:120%;}
#page_index #box_exp .exdiv div { font-size:14px; color:#555; width:275px; position:absolute; left:0px; top:60px; line-height:180%; text-align:justify; text-justify:inter-ideograph;}
#page_index #box_exp .exdiv div a { font-size:14px; color:#555;}
#page_index #box_exp #explist { position:absolute; left:15px; top:165px; width:480px; height:120px;}
#page_index #box_exp #explist ul li { float:left; width:480px; font-weight:bold;}
#page_index #box_exp #explist ul * { font-size:14px; color:#576049;}
#page_index  #box_exp #explist ul ul { margin-top:5px;}
#page_index #box_exp #explist ul li li a { font-weight:normal; background:url("../images/li_ar.gif") no-repeat 0px 5px; padding-left:10px;}
#page_index #box_exp #explist ul li span { margin-left:20px; font-weight:bold;}
*/

/*#page_index #box_exp2 #slider{ width: 480px; height: 160px; position: relative; overflow: hidden;}
#page_index #box_exp2 #sliderContent { width:480px; height:160px; position:absolute; top:0; margin-left:0;color:#a9ae7f;}
#page_index #box_exp2 .sliderImage { width: 480px; height:160px; float: left; position: relative; display: none; overflow:hidden;}
#page_index #box_exp2 .clear {clear: both;}
#page_index #box_exp2 .sliderImg { width:375px; height:160px; position:absolute; top:0px; left:0px; z-index:0;}
#page_index #box_exp2 .sliderImg img { width:375px; height:160px;}
#page_index #box_exp2 .sliderBg { position:absolute; top:0px; right:0px; z-index:999; width:335px; height:160px; background:url("../images/box_expslider_bg.jpg") no-repeat;}
/*#page_index #box_exp2 .exdu { position:absolute; top:18px; right:20px; z-index:9999; width:80px; height:132px;}
#page_index #box_exp2 .exdu * { color:#79846e;}
#page_index #box_exp2 .exdu h1 { font-size:16px; position:absolute; top:0px; right:0px; font-weight:bold; background:url("../images/li_ar1.gif") no-repeat 0px 8px; padding-left:15px; display:inline;}
#page_index #box_exp2 .exdu p { font-size:12px; position:absolute; top:30px; right:0px; text-align:right;}
#page_index #box_exp2 .exdu a { font-size:14px; position:absolute; bottom:0px; right:0px; text-decoration:underline; display:block; text-decoration:none;}
*/
/*#page_index #box_exp2 .exdiv h3 { width:290px; height:30px;}
#page_index #box_exp2 .exdiv h3 a { font-size:20px; font-weight:bold; color:#3c3c3c; line-height:120%;}
#page_index #box_exp2 .exdiv div { font-size:14px; color:#555; width:275px; position:absolute; left:0px; top:60px; line-height:180%; text-align:justify; text-justify:inter-ideograph;}
#page_index #box_exp2 .exdiv div a { font-size:14px; color:#555;}
#page_index #box_exp2 #explist2 { position:absolute; left:15px; top:165px; width:480px; height:120px;}
*/

#page_index #box_exp1  { position:absolute; left:0px; top:1130px; width:480px; height:280px; margin-left:10px; border:none 0px; background:url("../images/box_exp_bg.jpg") no-repeat;}
#page_index #box_exp2  { position:absolute; left:0px; top:1130px; width:480px; height:280px;  margin-left:500px; border:none 0px; background:url("../images/box_exp_bg.jpg") no-repeat;}

#page_index #box_exp1 .exdu {display:none;}
#page_index #box_exp1 .exdiv { position:absolute; top:18px; left:165px; z-index:9999; width:290px; height:132px;}
#page_index #box_exp1 .exdiv h3 { width:290px; height:30px;}
#page_index #box_exp1 .exdiv h3 a { font-size:20px; font-weight:bold; color:#3c3c3c; line-height:120%;}
#page_index #box_exp1 .exdiv div { font-size:14px; color:#555; width:275px; position:absolute; left:0px; top:60px; line-height:180%; text-align:justify; text-justify:inter-ideograph;}
#page_index #box_exp1 .exdiv div a { font-size:14px; color:#555;}

#page_index #expSlider1 { width:480;height:160px;overflow:hidden; }
#page_index #expSlider1 .sliderImg img {width:504;height:165px}
#page_index #box_exp1 #explist1 { position:absolute; left:15px; top:165px; width:580px; height:120px;}
#page_index #box_exp1 #explist1 ul { width:460px!important;}
#page_index #box_exp1 #explist1 ul li { float:left; width:460px; font-weight:bold;}
#page_index #box_exp1 #explist1 ul * { font-size:14px; color:#576049;}
#page_index #box_exp1 #explist1 ul ul { margin-top:5px;}
#page_index #box_exp1 #explist1 ul li li a { font-weight:normal; background:url("../images/li_ar.gif") no-repeat 0px 5px; padding-left:10px;}
#page_index #box_exp1 #explist1 ul li span { position:absolute; left:390px;}

#page_index #box_exp2 .exdu {display:none;}
#page_index #box_exp2 .exdiv { position:absolute; top:18px; left:165px; z-index:9999; width:290px; height:132px;}
#page_index #box_exp2 .exdiv h3 { width:290px; height:30px;}
#page_index #box_exp2 .exdiv h3 a { font-size:20px; font-weight:bold; color:#3c3c3c; line-height:120%;}
#page_index #box_exp2 .exdiv div { font-size:14px; color:#555; width:275px; position:absolute; left:0px; top:60px; line-height:180%; text-align:justify; text-justify:inter-ideograph;}
#page_index #box_exp2 .exdiv div a { font-size:14px; color:#555;}

#page_index #expSlider2 { width:480;height:160px;overflow:hidden;}
#page_index #expSlider2 .sliderImg img {width:504;height:165px;}
#page_index #box_exp2 #explist2 { position:absolute; left:15px; top:165px; width:580px; height:120px;}
#page_index #box_exp2 #explist2 ul { width:460px!important;}
#page_index #box_exp2 #explist2 ul li { float:left; width:460px; font-weight:bold;}
#page_index #box_exp2 #explist2 ul * { font-size:14px; color:#576049;}
#page_index #box_exp2 #explist2 ul ul { margin-top:5px;}
#page_index #box_exp2 #explist2 ul li li a { font-weight:normal; background:url("../images/li_ar.gif") no-repeat 0px 5px; padding-left:10px;}
#page_index #box_exp2 #explist2 ul li span { position:absolute; left:390px;}

	/* box_hot */
#page_index #box_hot  { position:absolute; left:10px; top:710px; width:595px; height:220px; background:url("../images/box_hot_bg.png") no-repeat; border:none 0px;}
#page_index #box_hot .box_header { background:none; border:none 0px; position:absolute; top:0px; left:0px;}
#page_index #box_hot .box_header h3 { background:none; position:absolute; top:140px; left:5px; font-size:14px; color:#5c5032; width:100px;}
#page_index #box_hot .box_func { position:absolute; top:145px; left:80px;}
#page_index #box_hot .box_func a { color:#5c5032; font-size:14px; font-weight:bold;}
#page_index #box_hot #hotbox { height:155px; position:relative; z-index:9999;}
#page_index #box_hot #hotslider { width:598px; height:155px; position:relative; overflow:hidden;}
#page_index #box_hot #hotsliderContent { width:598px; height:155px; position:absolute; top:0; left:0px; margin-left:0; color:#a9ae7f;}
#page_index #box_hot .hotsliderImage { width:595px; height:155px; float:left; position:relative;}
#page_index #box_hot .clear {clear: both;}
#page_index #box_hot .hotsliderImage img { width:160px; height:120px; position:absolute; bottom:20px; left:11px;}
#page_index #box_hot .hotPlay { background:url("../images/hotPlay_bg.png") no-repeat; position:absolute; bottom:0px; left:125px; z-index:99999; width:60px; height:60px;}
#page_index #box_hot .hotBg { background:url("../images/hotBg_bg.png") no-repeat; position:absolute; bottom:20px; left:0px; width:213px; height:26px;}
#page_index #box_hot .hotTitle { position:absolute; top:18px; right:20px; width:380px;}
#page_index #box_hot .hotTitle a { font-size:20px; font-weight:bold; color:#3c3c3c; line-height:120%;}
#page_index #box_hot .hotAuthor { display:none;}
/*#page_index #box_hot .hotAuthor { position:absolute; right:30px; top:25px;}
#page_index #box_hot .hotAuthor a { font-size:12px; color:#555;}*/
#page_index #box_hot .hotContent { font-size:14px; color:#555; position:absolute; top:60px; right:20px; width:380px;}
#page_index #box_hot .hotLink { color:#555;}
#page_index #hotlist { position:absolute; left:10px; top:170px; width:580px; height:40px;}
#page_index #hotlist ul { color:#79846e;}
#page_index #hotlist ul li { float:left; width:48%; margin-left:5px; display:block; font-weight:bold; position:relative;}
#page_index #hotlist ul li a { font-size:14px; color:#5c5032; font-weight:normal!important; background:url("../images/li_ar2.gif") no-repeat 0px 0px; padding-left:20px;}
#page_index #hotlist ul li span { position:absolute; top:2px; right:10px; font-weight:normal; font-size:12px; color:#5c5032; font-family:"Arial";}

/* page_searchhelp */
#page_searchhelp #layout_content { width:98%!important; margin:auto; float:none;}
#page_searchhelp #layout_content .box_main * { font-size:14px;}
#page_searchhelp #layout_content .box_main #info { background:#fdfdf8; border:solid 1px #f1f0eb; margin:10px; padding:10px; font-size:13px; display:block;}
#page_searchhelp #layout_content TD { LINE-HEIGHT: 130%}
#page_searchhelp #layout_content .input { BORDER: solid 1px #111; BACKGROUND:#fff;}
#page_searchhelp #layout_content .backs { BACKGROUND:#3f8805;}
#page_searchhelp #layout_content .backts {	BACKGROUND:#2c5c03;}
#page_searchhelp #layout_content .backq { BACKGROUND:#eefee0;}
#page_searchhelp #layout_content .backzq { BACKGROUND:#c8fc98;}
#page_searchhelp #layout_content .backc { BORDER: medium none; BACKGROUND: url("images/greenbutton.gif"); WIDTH: 50px; COLOR: #fff; HEIGHT: 16px;}
#page_searchhelp #layout_content .backc2 {	BORDER: medium none; BACKGROUND: url("images/arbutton.gif"); WIDTH: 18px; HEIGHT: 18px;}
#page_searchhelp #layout_content .fonts { COLOR:#3f8805;}
#page_searchhelp #layout_content .p1 {	MARGIN: 10px 25px 5px 30px; TEXT-INDENT: 25px; LINE-HEIGHT: 130%;}
#page_searchhelp #layout_content .gra { FONT-SIZE: 1px; BORDER-BOTTOM: #000 1px solid; BACKGROUND: #c7eea6;}
#page_searchhelp #layout_content .gra2 {	FONT-SIZE: 1px; BORDER-BOTTOM: #000 1px solid; BACKGROUND: #6dc227;}
	
	/* box_myrr */
#page_index #box_myrr { position:absolute; left:614px; top:360px; width:368px; height:235px; padding-bottom:0px; background:url("../images/myrr_bg.png") no-repeat #f0f0f0;}
#page_index #box_myrr .box_header { float:left; background:none; width:100%;}
#page_index #box_myrr .box_header h3 { background:none; color:#646464; margin-top:2px; margin-left:45px; font-family:"黑体"; font-size:16px; font-weight:normal;}
#page_index #box_myrr .box_func #Btn_add { width:45px; height:40px; position:absolute; top:140px; right:0px; display:block;}
#page_index #box_myrr .box_func #Btn_add a { width:45px; height:40px; background:url("../images/btn_add_bg.png") no-repeat; text-indent:-9999px; display:block;}
#page_index #box_myrr .box_sysmenu { padding-top:20px; padding-left:5px;}
#page_index #box_myrr .box_sysmenu li { float:left; width:72px; height:80px; padding-top:5px; position:relative;}
#page_index #box_myrr .box_sysmenu li a { width:72px; padding-top:60px; display:block; color:#5a5a5a; position:absolute; left:0px; text-align:center; font-size:12px;}
#page_index #box_myrr .box_sysmenu li p { width:60px; height:60px; margin:auto; margin-top:5px; cursor:pointer;}
#page_index #box_myrr .box_sysmenu li b { width:60px; height:60px; display:block; background:none;}
#page_index #box_myrr .box_sysmenu .selected { background:url("../images/sys_menu_selected_bg1.png") no-repeat #fff; height:81px!important;}
#page_index #box_myrr .box_sysmenu .selected a { display:block; color:#8c5826;}
#page_index #box_myrr .box_sysmenu .selected a:hover { text-decoration:none;}
#page_index #box_myrr .box_sysmenu .goHome { padding-top:3px; height:25px;}
#page_index #box_myrr .box_sysmenu .goHome a { font-size:16px; font-weight:bold;}
#page_index #box_myrr .box_sysmenu .goMore a {}
#page_index #Icon_Key.selected  b { background:url("../images/Icon_Key_bg.png")  no-repeat top center!important;}
#page_index #Icon_Stat.selected b { background:url("../images/Icon_Stat_bg.png") no-repeat top center!important;}
#page_index #Icon_Pro.selected  b { background:url("../images/Icon_Pro_bg.png")  no-repeat top center!important;}
#page_index #Icon_Exp.selected  b { background:url("../images/Icon_Exp_bg.png")  no-repeat top center!important;}
#page_index #Icon_Data.selected b { background:url("../images/Icon_Data_bg.png") no-repeat top center!important;}
#page_index #Icon_News.selected b { background:url("../images/Icon_News_bg.png") no-repeat top center!important;}
#page_index #Icon_His.selected  b { background:url("../images/Icon_His_bg.png")  no-repeat top center!important;}
#page_index #box_myrr .box_main { float:left; padding-top:5px; padding-left:10px; width:320px;}
#page_index #box_myrr .box_main ul { width:300px; height:60px; overflow:hidden;}
#page_index #box_myrr .box_main li { float:left; padding:0px 8px;}
#page_index #box_myrr .box_main li a { font-size:12px; color:#ab6828; display:block; white-space:nowrap;}
#page_index #box_myrr .box_main .box_intro { padding:0px;}
#page_index #box_myrr .box_main .box_intro li { width:60px; float:left; padding-left:10px; padding-right:10px;}
#page_index #box_myrr .box_main .box_intro li img { width:60px; height:75px; margin-top:-3px; display:block;}
#page_index #box_myrr .box_main .box_intro li .photo { height:70px; overflow:hidden; display:block;}
#page_index #box_myrr .box_main .box_intro li .link { width:60px; display:block; font-size:12px; color:#697357; text-align:center; padding:0px; line-height:120%;}
#page_index #box_myrr .box_footer { display:none;}
#page_index #Icon_Pick a { color:#ab2828;}

#page_index #iListtj * { color:#6e7684;}

#page_index #layout_footer {margin-top:1200px;margin-bottom:5px;}
#page_index  #box_list { margin-top:5px!important; margin-bottom:20px;}
#page_index  #box_list { background:url("../images/box_list_book_bg.png") repeat-y; float:left; padding-left:40px; _padding-left:45px; width:910px; _width:910px;}
/*#page_webook_index .box_list1 li a { position:absolute; top:55px; left:2px; width:135px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}*/
#page_index  #box_list li a { position:absolute; top:0px; left:0px; width:110px; height:105px; padding-top:58px; padding-left:12px; padding-right:10px; z-index:999999999; color:#646464; line-height:140%!important; font-size:14px; font-weight:bold; display:block; text-align:center;}
#page_index  #box_list li a:hover { text-decoration:none; color:#990000;}
#page_index  #box_list li p { position:absolute; top:0px; left:0px; width:135px; height:180px; padding:0px; margin:0px; border:none 0px;}
#page_index  #box_list li span { position:absolute; left:2px; top:75px; width:130px; z-index:99999999; text-align:center; font-family:"Arial"; color:#aaa;}
#page_index  #box_list .wbook a { position:absolute; top:35px; left:15px; color:#888; line-height:140%!important; font-size:12px; font-weight:bold; display:block; width:110px; text-overflow:clip; height:auto; overflow:hidden; white-space:normal; background:transparent;}
#page_index  #box_list .wbook span { position:absolute; font-size:12px; right:20px; bottom:10px; _bottom:15px;}


#page_index #mcFocusTop1 { position:absolute; width:365px; height:430px;border:none 0px; background:url("../images/mcFocusTop_bg.png") no-repeat;}
#page_index #mcFocusList { position:absolute; left:614px; top:381px; width:370px; height:240px;}
#page_index .focusfunc { font-size:15px; width:370px; height:30px; color:#446922; overflow:hidden; text-overflow:ellipsis;}
#page_index #mcFocusTop1 .focusfunc { position:absolute; bottom:14px; left:245px; width:100px; height:25px; z-index:9999;}
#page_index #mcFocusTop1 .focusfunc ul { position:absolute; top:0px; left:0px; width:100px; height:25px;}
#page_index #mcFocusTop1 .focusfunc ul li { float:left; width:25px; height:25px;}
#page_index #mcFocusTop1 .focusfunc ul li a { float:left; width:25px; height:25px; display:block;}
#page_index #mcFocusTop1 .focusfunc #focusfunc_left { background:url("../images/func_left_bg.gif") no-repeat 0px 0px; position:absolute; bottom:0px; left:0px; cursor:pointer;}
#page_index #mcFocusTop1 .focusfunc #focusfunc_right { background:url("../images/func_right_bg.gif") no-repeat 0px 0px; position:absolute; bottom:0px; left:30px; cursor:pointer;}
#page_index #mcFocusTop1 .focusfunc #focusfunc_list { background:url("../images/func_more_bg.gif") no-repeat 0px 0px; position:absolute; bottom:0px; left:65px; cursor:pointer;}
#page_index #mcFocusTop1 .focusheader span { position:absolute; left:18px; top:18px; width:300px;}
#page_index #mcFocusTop1 .focusheader span a { display:block; font-size:20px; font-family:"黑体"; font-weight:bold; color:#616a50; width:240px; overflow:hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
#page_index #mcFocusTop1 .focusheader h6 { text-indent:-9999px; width:35px; height:50px; position:absolute; top:-1px; left:10px;}
#page_index .focuslevel1 .focusheader h6 { background: url("../images/focuslevel1_bg.png") no-repeat;}
#page_index .focuslevel2 .focusheader h6 { background: url("../images/focuslevel2_bg.png") no-repeat;}
.focusleft{position:absolute;left:20px;top:65px;}
#page_index #mcFocusTop1 .focusleft *{font-size:12px;}
#page_index #mcFocusTop1 .focusleft h3{font-size:14px;font-weight:bold;margin-top:10px;}
#page_index #mcFocusTop1 .focusleft p{width:90px;margin-top:10px;}
#page_index #mcFocusTop1 .focusleft img{width:66px;height:89px;}
#page_index #mcFocusTop1 .focusmain { clear:both; width:220px; _width:225px; height:306px; overflow:hidden; position:absolute; top:68px; left:128px;}
#page_index #mcFocusTop1 .focusmain * { color:#3c3c3c; font-size:12px!important; line-height:18.5px; text-align:justify; text-justify:inter-ideograph;}
#page_index #mcFocusTop1 .focusDiv { clear:both;color:#697357;width:370px;height:48px;}
#page_index #mcFocusTop1 .focusfooter { height:50px; clear:both; position:absolute; bottom:0px;}
#page_index #mcFocusTop1 #btn_everyday { position:absolute; top:10px; left:20px; z-index:9999; display:block; background: url("../images/btn_bg.png") no-repeat left top; width:70px; height:27px; text-align:center;}
#page_index #mcFocusTop1 #btn_everyday a { display:block; width:70px; color:#4f6b35; font-weight:bold; padding-top:2px;}
#page_index #mcFocusTop1 #save_everyday { position:absolute; top:10px; left:95px; z-index:9999;	 display:block; background: url("../images/btn_bg.png") no-repeat left top; width:70px; height:27px; text-align:center;}
#page_index #mcFocusTop1 #save_everyday a { display:block; width:70px; color:#4f6b35; font-weight:bold; padding-top:2px;}
#page_index #mcFocusTop1 .focusheader #pAudioDate {font-weight:bold;position:absolute;left:270px;top:24px;font-size:14px;width:80px;height:20px;border:none 0px;}

#page_index #mcFocusTop1 .focusheader .focusTit{width:66px;height:20px;font-size:12px;color:#FFF;line-height:20px;padding:2px 4px;font-weight:bold;position;absolute;left:270px;top:-2px;background-color:#c70000;}

/*----end -------*/

#intro {
	background-color: #a3a3a3;
	width: 980px;
	height: 253px;
	margin-left: 5px;
	position: relative;
	z-index: 100;
}
#intro .intro_title {
	width: 400px;
	height: 60px;
	background: #f5f6f6;
	border: solid 1px #a3a5a2;
	position: absolute;
	top: 30px;
	left: 300px;
}
#intro h1 {
	font-family: "黑体";
	font-size: 32px;
	color: #868d79;
	padding: 10px 30px;
}
#intro .intro_main {
	width: 980px;
	height: 253px;
	position: absolute;
	top: 120px;
	left: 350px;
	color: #5b5768;
	font-size: 14px;
}
#intro p {
	display: none;
}
#intro p {
	width: 300px;
	height: 300px;
	overflow: auto;
	position: absolute;
	z-index: 9999;
	background: #ffd;
	border: solid 1px #000;
}
#introside {
	background: url(../images/introside_bg.png) right no-repeat #778165;
	height: 5px;
	padding: 0px!important;
	font-size: 0px;
	margin: 0px 5px;
	margin-top: 1px;
	margin-bottom: 10px;
}
.introinfo {
	color: #4d5d2e;
	padding-top: 10px;
	display: block;
	cursor: pointer;
	width: 100px;
}
#page_schoolpro #layout_content {
}
#page_schoolpro #layout_sideBar {
}
#page_schoolpro #box_self {
	width: 978px;
	height: 180px;
	padding-bottom: 0px;
	margin: auto;
	margin-bottom: 10px;
}
#page_schoolpro #box_self .box_header {
	background: url(../images/box_self_header_bg.png) repeat-x;
	height: 60px;
}
#page_schoolpro #box_self .box_header img {
	padding-left: 5px;
}
#page_schoolpro #box_self .box_header h3 {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 120px;
}
#page_schoolpro #box_self .box_func {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 360px;
	display: block;
	text-align: center;
	cursor: pointer;
}
#page_schoolpro #box_self .func_more {
	background: url(../images/btn_bg.gif);
	font-size: 14px;
	font-weight: bold;
	color: #8c5826;
	width: 80px;
	height: 22px;
	display: block;
	text-align: center;
	cursor: pointer;
	float: right;
}
#page_schoolpro #box_self .func_more {
	display: none;
}
#page_schoolpro #box_self .func_order {
	background: none;
	padding: 0px;
	position: absolute;
	top: 30px;
	left: 18px;
	text-decoration: none;
	cursor: pointer;
}
#page_schoolpro #box_self .func_order li {
	padding: 2px 2px;
	color: #969696;
	font-family: "Arial";
	font-size: 10px;
	border: none 0px!important;
}
#page_schoolpro #box_self .box_main ul {
	padding: 0px 20px 0px 20px;
	margin-top: 10px;
}
#page_schoolpro #box_self .box_main li img {
	display: none;
}
#page_schoolpro #box_self .box_main li {
	float: left;
	width: 50px;
}
#page_schoolpro #box_self .box_main li a {
	color: #79846e;
	font-size: 12px;
}
#Stypelist .box .box_main .box .box_func .func_per {
	right: 100px;
}
#page_macrotool_search #searchBar {
	display: none;
}
page_macrotool_search #focusBar {
	display: none;
}
#page_macrotool_search #layout_content {
	float: left;
	width: 720px;
	position: relative;
	z-index: 101;
	margin-top: 10px;
	margin-left: -1px;
}
#page_macrotool_search #layout_content .box_header h3 {
	color: #be8a45;
	font-size: 13px;
}
#page_macrotool_search #layout_content .box .box_header h3 {
	color: #697357;
	font-size: 12px;
}
#page_macrotool_search #layout_sideBar {
	float: left;
	width: 226px;
	position: relative;
	z-index: 102;
	margin-top: 10px;
	margin-left: 20px;
	_margin-left: 10px;
	border: solid 1px #c5c9b9;
	background: #fff;
}
#page_macrotool_search #layout_sideBar .listbox_header {
	background: url(../images/listbox_header_bg1.gif) no-repeat;
	width: 230px;
	_width: 218px;
	height: 29px;
	position: relative;
	top: -1px;
	left: -1px;
}
#page_macrotool_search #layout_sideBar .listbox_header h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
	padding-top: 5px;
	position: absolute;
	top: -1px;
	left: -1px;
}
#page_macrotool_search #layout_sideBar .listbox_func #btn_distribution {
	position: absolute;
	top: 6px;
	right: 10px;
}
#page_macrotool_search #layout_sideBar .listbox_func #btn_distribution a {
	font-size: 12px;
	color: #568bd3;
}
#page_macrotool_search #layout_sideBar .listbox_func #btn_distribution a:hover {
	text-decoration: underline;
}
#page_macrotool_search #searchadv {
	width: 980px;
	margin: auto;
	border: none 0px;
	position: relative;
	z-index: 9999;
}
#page_macrotool_search #searchadv * {
	font-size: 14px;
	color: #666;
}
#page_macrotool_search #searchadv .box_header {
	display: none;
}
#page_macrotool_search #searchadv .box_main {
	position: relative;
}
#page_macrotool_search #SearchAdvPanel {
	margin-bottom: -10px;
	width: 980px;
	height: 62px;
	z-index: 200;
	position: relative;
	top: 0px;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchBg {
	background: url(../images/searchadv_bg.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 62px;
	z-index: 20;
}
#page_macrotool_search #SearchAdvPanel h4 {
	position: absolute;
	z-index: 21;
	top: 18px;
	left: 100px;
	font-size: 16px;
	font-weight: bold;
}
#page_macrotool_search #SearchAdvPanel span {
	position: absolute;
	z-index: 22;
	display: block;
	top: 18px;
	cursor: pointer;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchText {
	left: 180px;
	top: 15px;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchText input {
	width: 295px;
	height: 21px;
	margin-left: 10px;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 16px;
	color: #000;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchDef {
	left: 500px;
	top: 20px;
	background: url(../images/btn_max_bg.gif) no-repeat;
	width: 120px;
	height: 20px;
	padding-top: 2px;
	color: #8c5826;
	font-weight: bold;
	text-align: center;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchBtn {
	left: 640px;
	top: 23px;
	font-size: 12px;
	color: #8c5826;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchHelp {
	left: 720px;
	top: 23px;
	font-size: 12px;
	background: url(../images/AdvSearchHelp_ar.gif) no-repeat 0px 2px;
	padding-left: 15px;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchIndex {
	left: 800px;
	top: 23px;
	font-size: 12px;
	background: url(../images/AdvSearchIndex_ar.gif) no-repeat 0px 2px;
	padding-left: 15px;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchInfo {
	position: absolute;
	left: 242px;
	top: 55px;
	z-index: 15;
	width: 720px;
	height: 35px;
	background: url(../images/box_header_bg.png) repeat-x bottom #fff;
	border: solid 1px #c5c9b9;
	border-bottom: solid 2px #c5c9b9;
	display: none;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchInfo span {
	position: absolute;
	top: 8px;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchInfo #wordnum2 {
	right: 135px;
	display: block;
	color: #828282;
	font-weight: bold;
	font-size: 13px;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchInfo #wordnum2 p {
	display: inline;
	font-family: "Arial";
	font-size: 24px;
	font-weight: normal;
	color: #c20000;
	margin: 0px 2px;
	line-height: 100%;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchInfo #SaveToWord2 {
	right: 10px;
	display: block;
	background: url(../images/btn_mcCnttBar_toword_bg.gif) no-repeat;
	width: 120px;
	height: 22px;
	cursor: pointer;
}
#page_macrotool_search #SearchAdvPanel #AdvSearchInfo #SaveToWord2 a {
	display: block;
	padding-top: 1px;
	padding-left: 15px;
	margin-left: 17px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
	white-space: nowrap;
}
#page_macrotool_search #AdvSearchTitlby {
	position: absolute;
	left: 650px;
	top: 10px;
}
#page_macrotool_search #SearchAdvOptionPanel {
	width: 929px;
	margin: auto;
	background: #fff;
	border: solid 1px #ddd;
	padding: 10px;
	z-index: 1;
	position: relative;
	display: none;
}
#page_macrotool_search #SearchAdvOptionPanel .SearchAdvPanel_header h3 {
	font-size: 18px;
	color: #8c5826;
	font-weight: bold;
	margin: 30px 0px 0px 10px;
}
#page_macrotool_search #SearchAdvOptionPanel .SearchAdvPanel_main {
	width: 95%;
	margin: auto;
}
#page_macrotool_search .SearchAdvOption {
	width: 49.5%;
	display: block;
	float: left;
	margin-bottom: 10px;
}
#page_macrotool_search .SearchAdvOption h3 {
	font-weight: bold;
	height: 25px;
	margin: 10px 5px;
	border-bottom: solid 1px #ddd;
	background: url(../images/SearchAdvOption_ar.gif) no-repeat 0px 7px;
	padding-left: 10px;
}
#page_macrotool_search .SearchAdvOption span {
	margin-left: 10px;
}
#page_macrotool_search .SearchAdvOption span input {
	margin-left: 5px;
}
#page_macrotool_search #SearchAdvOptionE {
	width: 100%;
}
#page_macrotool_search #SearchAdvOptionF {
	clear: both;
	width: 100%;
}
#page_macrotool_search #SearchAdvOptionF h3 {
}
#page_macrotool_search #typelist {
	padding: 20px 15px;
	background: #fffad4;
}
#page_macrotool_search #typelist * {
	font-size: 12px;
	color: #856850;
}
#page_macrotool_search #typelist ul {
	clear: both;
	display: block;
}
#page_macrotool_search #typelist ul ul {
	background: #fffad4;
}
#page_macrotool_search #typelist li {
	clear: both;
	background: #fcf4d1;
	display: block;
	font-weight: bold;
}
#page_macrotool_search #typelist li li {
	clear: none;
	background: #fffad4;
	float: left;
	width: 20%;
	font-weight: normal;
	padding: 5px;
}
#page_macrotool_search #typelist #typelist_func {
}
#page_macrotool_search #searchword {
	display: none;
	width: 430px;
	font-size: 13px;
	position: absolute;
	top: 75px;
	left: 30px;
}
#page_macrotool_search #dbmap {
	width: 400px;
	margin-left: 80px;
	padding-top: 4px;
	font-size: 14px;
	color: #be8a45;
	display: block;
	font-weight: bold;
}
#page_macrotool_search #searchResult {
	margin: 0px auto;
	clear: both;
	position: static;
	width: 100%;
}
#page_macrotool_search #searchResult .box_header {
	margin: 0px 10px;
}
#page_macrotool_search #searchResult #results {
	display: block;
	margin: 10px;
	margin-top: 60px;
}
#page_macrotool_search #searchResult #results .box_list li {
	margin: 25px 5px;
	height: 150px;
	_height: 110px;
	margin-bottom: 0px;
	border-bottom: dashed 1px #d3d3d4;
}
#page_macrotool_search #searchResult #results .box_list h3 {
	width: 90%;
	margin-top: -22px;
	_margin-top: -18px;
	margin-left: 20px;
}
#page_macrotool_search #searchResult #results .box_list h3 a {
	font-size: 14px;
	color: #79846e;
	font-weight: bold;
}
#page_macrotool_search #searchResult #results .box_list p {
	margin-top: 5px;
	margin-left: 25px;
	padding: 0px;
	font-size: 14px;
	color: #666;
	clear: both;
	display: block;
}
#page_macrotool_search #searchResult #results .box_list input {
	margin-right: 10px;
}
#page_macrotool_search #searchResult #results .box_list .piaohong {
	color: red;
	position: static;
	font-size: 14px;
}
#page_macrotool_search #searchResult #results .box_list .colcolor {
	display: block!important;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #79846e;
	top: auto;
	right: auto;
	height: 30px;
}
#page_macrotool_search #searchResult #results .box_list .colcolor a {
	width: 100px;
	display: inline;
	font-size: 12px;
}
#page_macrotool_search #searchResult #results .no_topic li {
	height: 30px;
}
#page_macrotool_search #searchResult #results .no_topic h3 {
	color: #79846e;
	font-size: 12px;
	width: 98%;
}
#page_macrotool_search #searchResult #results .no_topic h3 * {
	float: left;
}
#page_macrotool_search #searchResult #results .no_topic .piaohong {
	float: none!important;
	display: inline;
}
#page_macrotool_search #searchResult #searchFunc {
	width: 250px;
	position: absolute;
	top: 3px;
	right: 0px;
	left: auto;
}
#page_macrotool_search #searchResult #wordnum {
	position: absolute;
	right: 135px;
	display: block;
	color: #828282;
	font-weight: bold;
	font-size: 13px;
}
#page_macrotool_search #searchResult #wordnum p {
	display: inline;
	font-family: "Arial";
	font-size: 24px;
	font-weight: normal;
	color: #c20000;
	margin: 0px 2px;
	line-height: 100%;
}
#page_macrotool_search #searchResult #SaveToWord {
	position: absolute;
	right: 10px;
	display: block;
	margin-left: 5px;
	background: url(../images/btn_mcCnttBar_toword_bg.gif) no-repeat;
	width: 120px;
	height: 22px;
	cursor: pointer;
}
#page_macrotool_search #searchResult #SaveToWord a {
	display: block;
	padding-top: 1px;
	padding-left: 15px;
	margin-left: 17px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
	white-space: nowrap;
}
#page_macrotool_search #searchResult .func_per {
	position: absolute;
	top: 45px;
	right: 20px;
}
#page_macrotool_search #searchResult .func_page {
	top: 100px;
	right: -40px;
}
#page_macrotool_search #searchResultFunc {
	margin: 10px 0px;
}
#page_macrotool_search #searchResultFunc {
	text-align: center;
}
#page_macrotool_search #searchResultFunc * {
	font-size: 12px;
	cursor: pointer;
	color: #15B;
}
#page_macrotool_search #searchResultFunc span {
	border: solid 1px #d2d2cf;
	padding: 0.3em 0.5em;
}
#page_macrotool_search #searchResultFunc .page3 {
	display: none;
}
#page_macrotool_search #searchResultFunc .page4 {
	color: #890000!important;
	font-weight: bold;
	margin-right: 5px;
}
#page_macrotool_search #searchResultFunc .page5 {
	color: #890000!important;
	font-weight: bold;
	border: none 0px!important;
}
#page_macrotool_search .box_search {
	margin-top: 30px;
}
#page_macrotool_search .box_search * {
	font-size: 12px;
}
#page_macrotool_search .box_search #inqueryword {
	height: 18px;
	position: absolute;
	top: 90px;
	left: 40px;
}
#page_macrotool_search .box_search #inResultBtn {
	position: absolute;
	top: 90px;
	left: 175px;
	background: url(../images/btn_bg1.gif) no-repeat;
	display: block;
	float: left;
	width: 75px;
	height: 20px;
	padding-left: 5px;
	padding-top: 2px;
	color: #666;
	cursor: pointer
}
#page_macrotool_search .box_search #searchResults {
	display: block;
	text-align: right;
	position: absolute;
	top: 53px;
	left: 90px;
	color: #697357;
}
#page_search #searchBar {
	display: none;
}
#page_search #focusBar {
	display: none;
}
#page_search #layout_content {
	float: left;
	width: 720px;
	position: relative;
	z-index: 101;
	margin-top: 10px;
	margin-left: -1px;
}
#page_search #layout_content .box_header h3 {
	color: #be8a45;
	font-size: 13px;
}
#page_search #layout_content .box .box_header h3 {
	color: #697357;
	font-size: 12px;
}
#page_search #layout_sideBar {
	float: left;
	width: 226px;
	position: relative;
	z-index: 102;
	margin-top: 10px;
	margin-left: 20px;
	_margin-left: 10px;
	border: solid 1px #c5c9b9;
	background: #fff;
}
#page_search #layout_sideBar .listbox_header {
	background: url(../images/listbox_header_bg1.gif) no-repeat;
	width: 230px;
	_width: 218px;
	height: 29px;
	position: relative;
	top: -1px;
	left: -1px;
}
#page_search #layout_sideBar .listbox_header h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
	padding-top: 5px;
	position: absolute;
	top: -1px;
	left: -1px;
}
#page_search #layout_sideBar .listbox_func #btn_distribution {
	position: absolute;
	top: 6px;
	right: 10px;
}
#page_search #layout_sideBar .listbox_func #btn_distribution a {
	font-size: 12px;
	color: #568bd3;
}
#page_search #layout_sideBar .listbox_func #btn_distribution a:hover {
	text-decoration: underline;
}
#page_search #searchadv {
	width: 980px;
	margin: auto;
	border: none 0px;
	position: relative;
	z-index: 9999;
}
#page_search #searchadv * {
	font-size: 14px;
	color: #666;
}
#page_search #searchadv .box_header {
	display: none;
}
#page_search #searchadv .box_main {
	position: relative;
}
#page_search #SearchAdvPanel {
	margin-bottom: -10px;
	width: 980px;
	height: 62px;
	z-index: 200;
	position: relative;
	top: 0px;
}
#page_search #SearchAdvPanel #AdvSearchBg {
	background: url(../images/searchadv_bg.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 62px;
	z-index: 20;
}
#page_search #SearchAdvPanel h4 {
	position: absolute;
	z-index: 21;
	top: 18px;
	left: 100px;
	font-size: 16px;
	font-weight: bold;
}
#page_search #SearchAdvPanel span {
	position: absolute;
	z-index: 22;
	display: block;
	top: 18px;
	cursor: pointer;
}
#page_search #SearchAdvPanel #AdvSearchText {
	left: 180px;
	top: 15px;
}
#page_search #SearchAdvPanel #AdvSearchText input {
	width: 295px;
	height: 21px;
	margin-left: 10px;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 16px;
	color: #000;
}
#page_search #SearchAdvPanel #AdvSearchDef {
	left: 500px;
	top: 20px;
	background: url(../images/btn_max_bg.gif) no-repeat;
	width: 120px;
	height: 20px;
	padding-top: 2px;
	color: #8c5826;
	font-weight: bold;
	text-align: center;
}
#page_search #SearchAdvPanel #AdvSearchBtn {
	left: 640px;
	top: 23px;
	font-size: 12px;
	color: #8c5826;
}
#page_search #SearchAdvPanel #AdvSearchHelp {
	left: 720px;
	top: 23px;
	font-size: 12px;
	background: url(../images/AdvSearchHelp_ar.gif) no-repeat 0px 2px;
	padding-left: 15px;
}
#page_search #SearchAdvPanel #AdvSearchIndex {
	left: 800px;
	top: 23px;
	font-size: 12px;
	background: url(../images/AdvSearchIndex_ar.gif) no-repeat 0px 2px;
	padding-left: 15px;
}
#page_search #SearchAdvPanel #AdvSearchInfo {
	position: absolute;
	left: 242px;
	top: 55px;
	z-index: 15;
	width: 720px;
	height: 35px;
	background: url(../images/box_header_bg.png) repeat-x bottom #fff;
	border: solid 1px #c5c9b9;
	border-bottom: solid 2px #c5c9b9;
	display: none;
}
#page_search #SearchAdvPanel #AdvSearchInfo span {
	position: absolute;
	top: 8px;
}
#page_search #SearchAdvPanel #AdvSearchInfo #wordnum2 {
	right: 135px;
	display: block;
	color: #828282;
	font-weight: bold;
	font-size: 13px;
}
#page_search #SearchAdvPanel #AdvSearchInfo #wordnum2 p {
	display: inline;
	font-family: "Arial";
	font-size: 24px;
	font-weight: normal;
	color: #c20000;
	margin: 0px 2px;
	line-height: 100%;
}
#page_search #SearchAdvPanel #AdvSearchInfo #SaveToWord2 {
	right: 10px;
	display: block;
	background: url(../images/btn_mcCnttBar_toword_bg.gif) no-repeat;
	width: 120px;
	height: 22px;
	cursor: pointer;
}
#page_search #SearchAdvPanel #AdvSearchInfo #SaveToWord2 a {
	display: block;
	padding-top: 1px;
	padding-left: 15px;
	margin-left: 17px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
	white-space: nowrap;
}
#page_search #SearchAdvOptionPanel {
	width: 929px;
	margin: auto;
	background: #fff;
	border: solid 1px #ddd;
	padding: 10px;
	z-index: 1;
	position: relative;
	display: none;
}
#page_search #SearchAdvOptionPanel .SearchAdvPanel_header h3 {
	font-size: 18px;
	color: #8c5826;
	font-weight: bold;
	margin: 30px 0px 0px 10px;
}
#page_search #SearchAdvOptionPanel .SearchAdvPanel_main {
	width: 95%;
	margin: auto;
}
#page_search .SearchAdvOption {
	width: 49.5%;
	display: block;
	float: left;
	margin-bottom: 10px;
}
#page_search .SearchAdvOption h3 {
	font-weight: bold;
	height: 25px;
	margin: 10px 5px;
	border-bottom: solid 1px #ddd;
	background: url(../images/SearchAdvOption_ar.gif) no-repeat 0px 7px;
	padding-left: 10px;
}
#page_search .SearchAdvOption span {
	margin-left: 10px;
}
#page_search .SearchAdvOption span input {
	margin-left: 5px;
}
#page_search #SearchAdvOptionE {
	width: 100%;
}
#page_search #SearchAdvOptionF {
	clear: both;
	width: 100%;
}
#page_search #SearchAdvOptionF h3 {
}
#page_search #typelist {
	padding: 20px 15px;
	background: #fffad4;
}
#page_search #typelist * {
	font-size: 12px;
	color: #856850;
}
#page_search #typelist ul {
	clear: both;
	display: block;
}
#page_search #typelist ul ul {
	background: #fffad4;
}
#page_search #typelist li {
	clear: both;
	background: #fcf4d1;
	display: block;
	font-weight: bold;
}
#page_search #typelist li li {
	clear: none;
	background: #fffad4;
	float: left;
	width: 20%;
	font-weight: normal;
	padding: 5px;
}
#page_search #typelist #typelist_func {
}
#page_search #searchword {
	display: none;
	width: 430px;
	font-size: 13px;
	position: absolute;
	top: 75px;
	left: 30px;
}
#page_search #dbmap {
	width: 400px;
	margin-left: 80px;
	padding-top: 4px;
	font-size: 14px;
	color: #be8a45;
	display: block;
	font-weight: bold;
}
#page_search #searchResult {
	margin: 0px auto;
	clear: both;
	position: static;
	width: 100%;
}
#page_search #searchResult .box_header {
	margin: 0px 10px;
}
#page_search #searchResult #results {
	display: block;
	margin: 10px;
	margin-top: 60px;
}
#page_search #searchResult #results .box_list li {
	margin: 25px 5px;
	height: 150px;
	_height: 110px;
	margin-bottom: 0px;
	border-bottom: dashed 1px #d3d3d4;
}
#page_search #searchResult #results .box_list h3 {
	width: 90%;
	margin-top: -22px;
	_margin-top: -18px;
	margin-left: 20px;
}
#page_search #searchResult #results .box_list h3 a {
	font-size: 14px;
	color: #79846e;
	font-weight: bold;
}
#page_search #searchResult #results .box_list p {
	margin-top: 5px;
	margin-left: 25px;
	padding: 0px;
	font-size: 14px;
	color: #666;
	clear: both;
	display: block;
}
#page_search #searchResult #results .box_list input {
	margin-right: 10px;
}
#page_search #searchResult #results .box_list .piaohong {
	color: red;
	position: static;
	font-size: 14px;
}
#page_search #searchResult #results .box_list .colcolor {
	display: block!important;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #79846e;
	top: auto;
	right: auto;
	height: 30px;
}
#page_search #searchResult #results .box_list .colcolor a {
	width: 100px;
	display: inline;
	font-size: 12px;
}
#page_search #searchResult #results .no_topic li {
	height: 30px;
}
#page_search #searchResult #results .no_topic h3 {
	color: #79846e;
	font-size: 12px;
	width: 98%;
}
#page_search #searchResult #results .no_topic h3 * {
	float: left;
}
#page_search #searchResult #results .no_topic .piaohong {
	float: none!important;
	display: inline;
}
#page_search #searchResult #searchFunc {
	width: 250px;
	position: absolute;
	top: 3px;
	right: 0px;
	left: auto;
}
#page_search #searchResult #wordnum {
	position: absolute;
	right: 135px;
	display: block;
	color: #828282;
	font-weight: bold;
	font-size: 13px;
}
#page_search #searchResult #wordnum p {
	display: inline;
	font-family: "Arial";
	font-size: 24px;
	font-weight: normal;
	color: #c20000;
	margin: 0px 2px;
	line-height: 100%;
}
#page_search #searchResult #SaveToWord {
	position: absolute;
	right: 10px;
	display: block;
	margin-left: 5px;
	background: url(../images/btn_mcCnttBar_toword_bg.gif) no-repeat;
	width: 120px;
	height: 22px;
	cursor: pointer;
}
#page_search #searchResult #SaveToWord a {
	display: block;
	padding-top: 1px;
	padding-left: 15px;
	margin-left: 17px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
	white-space: nowrap;
}
#page_search #searchResult .func_per {
	position: absolute;
	top: 45px;
	right: 20px;
}
#page_search #searchResult .func_page {
	top: 100px;
	right: -40px;
}
#page_search #searchResultFunc {
	margin: 10px 0px;
}
#page_search #searchResultFunc {
	text-align: center;
}
#page_search #searchResultFunc * {
	font-size: 12px;
	cursor: pointer;
	color: #15B;
}
#page_search #searchResultFunc span {
	border: solid 1px #d2d2cf;
	padding: 0.3em 0.5em;
}
#page_search #searchResultFunc .page3 {
	display: none;
}
#page_search #searchResultFunc .page4 {
	color: #890000!important;
	font-weight: bold;
	margin-right: 5px;
}
#page_search #searchResultFunc .page5 {
	color: #890000!important;
	font-weight: bold;
	border: none 0px!important;
}
#page_search .box_search {
	margin-top: 30px;
}
#page_search .box_search * {
	font-size: 12px;
}
#page_search .box_search #inqueryword {
	height: 18px;
	position: absolute;
	top: 90px;
	left: 40px;
}
#page_search .box_search #inResultBtn {
	position: absolute;
	top: 90px;
	left: 175px;
	background: url(../images/btn_bg1.gif) no-repeat;
	display: block;
	float: left;
	width: 75px;
	height: 20px;
	padding-left: 5px;
	padding-top: 2px;
	color: #666;
	cursor: pointer
}
#page_search .box_search #searchResults {
	display: block;
	text-align: right;
	position: absolute;
	top: 53px;
	left: 90px;
	color: #697357;
}
#page_SearchAdv #searchBar {
	display: none;
}
#page_SearchAdv #focusBar {
	display: none;
}
#page_SearchAdv #searchadv {
	width: 980px;
	margin: auto;
	border: none 0px;
	position: relative;
	z-index: 9999;
}
#page_SearchAdv #searchadv * {
	font-size: 14px;
	color: #666;
}
#page_SearchAdv #searchadv .box_header {
	display: none;
}
#page_SearchAdv #searchadv .box_main {
	position: relative;
}
#page_SearchAdv #SearchAdvPanel {
	margin-bottom: -10px;
	width: 980px;
	height: 62px;
	z-index: 200;
	position: relative;
	top: 0px;
}
#page_SearchAdv #SearchAdvPanel #AdvSearchBg {
	background: url(../images/searchadv_bg.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 62px;
	z-index: 20;
}
#page_SearchAdv #SearchAdvPanel h4 {
	position: absolute;
	z-index: 21;
	top: 18px;
	left: 100px;
	font-size: 16px;
	font-weight: bold;
}
#page_SearchAdv #SearchAdvPanel span {
	position: absolute;
	z-index: 22;
	display: block;
	top: 18px;
	cursor: pointer;
}
#page_SearchAdv #SearchAdvPanel #AdvSearchText {
	left: 180px;
}
#page_SearchAdv #SearchAdvPanel #AdvSearchText input {
	width: 300px;
	height: 20px;
	margin-left: 10px;
	font-size: 16px;
	color: #000;
}
#page_SearchAdv #SearchAdvPanel #AdvSearchDef {
	left: 500px;
	top: 20px;
	background: url(../images/btn_max_bg.gif) no-repeat;
	width: 120px;
	height: 20px;
	padding-top: 2px;
	color: #8c5826;
	font-weight: bold;
	text-align: center;
}
#page_SearchAdv #SearchAdvPanel #AdvSearchCac {
	left: 640px;
	top: 23px;
	font-size: 12px;
	color: #8c5826;
}
#page_SearchAdv #SearchAdvPanel #AdvSearchHelp {
	left: 720px;
	top: 23px;
	font-size: 12px;
	background: url(../images/AdvSearchHelp_ar.gif) no-repeat 0px 2px;
	padding-left: 15px;
}
#page_SearchAdv #SearchAdvPanel #AdvSearchIndex {
	left: 800px;
	top: 23px;
	font-size: 12px;
	background: url(../images/AdvSearchIndex_ar.gif) no-repeat 0px 2px;
	padding-left: 15px;
}
#page_SearchAdv #SearchAdvOptionPanel {
	width: 929px;
	margin: auto;
	background: #fff;
	border: solid 1px #ddd;
	padding: 10px;
	z-index: 1;
	position: relative;
}
#page_SearchAdv #SearchAdvOptionPanel .SearchAdvPanel_header h3 {
	font-size: 18px;
	color: #8c5826;
	font-weight: bold;
	margin: 30px 0px 0px 10px;
}
#page_SearchAdv #SearchAdvOptionPanel .SearchAdvPanel_main {
	width: 95%;
	margin: auto;
}
#page_SearchAdv .SearchAdvOption {
	width: 49.5%;
	display: block;
	float: left;
	margin-bottom: 10px;
}
#page_SearchAdv .SearchAdvOption h3 {
	font-weight: bold;
	height: 25px;
	margin: 10px 5px;
	border-bottom: solid 1px #ddd;
	background: url(../images/SearchAdvOption_ar.gif) no-repeat 0px 7px;
	padding-left: 10px;
}
#page_SearchAdv .SearchAdvOption span {
	margin-left: 10px;
}
#page_SearchAdv .SearchAdvOption span input {
	margin-left: 5px;
}
#page_SearchAdv #SearchAdvOptionE {
	width: 100%;
}
#page_SearchAdv #SearchAdvOptionF {
	clear: both;
	width: 100%;
}
#page_SearchAdv #SearchAdvOptionF h3 {
}
#page_SearchAdv #typelist_main {
	margin-top: 10px;
	border: solid 1px #ddd;
}
#page_SearchAdv #typelist_main ul {
}
#page_SearchAdv #typelist_main ul li {
	clear: both;
	margin: 5px;
}
#page_SearchAdv #typelist_main ul li a {
	background: #f4f9ff;
	color: #568bd3;
	font-weight: bold;
	display: block;
	padding: 2px 0px 2px 20px;
	border-top: solid 1px #ecf0f5;
}
#page_SearchAdv #typelist_main ul li ul {
	margin: 10px 0px 20px 40px;
	width: 100%;
	clear: both;
}
#page_SearchAdv #typelist_main ul li ul li {
	clear: none;
	background: #fff;
	float: left;
	width: 19%;
	margin: 0px;
}
#page_SearchAdv #typelist_main ul li ul li a {
	color: #666;
	font-weight: normal;
	background: transparent;
	display: inline;
	padding: 0px;
	line-height: 200%;
	border: none 0px;
}
#page_tj #layout_content .div_intro {
	margin-top: -70px;
	_margin-top: -62px;
	position: relative;
	z-index: 9000;
}
#page_tj #layout_content .div_intro * {
	font-size: 14px;
}
#page_tj #layout_content .div_intro .news_titl {
	color: #697357;
	font-weight: bold;
}
#page_tj #layout_content .div_intro .news_titl1 {
	color: #697357;
	font-weight: bold;
}
#page_tj #layout_content .div_intro .small_type {
	display: none;
}
#page_tj #layout_content .div_intro .name_big {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
#page_tj #layout_content .div_intro .textbig {
	text-align: left!important;
}
#page_tj #layout_content .div_intro .textbig * {
	text-align: left!important;
}
#page_tj #layout_content .div_intro .textbig strong {
	font-weight: bold;
	padding-top: 15px;
	display: block;
}
#page_tj #layout_content .div_intro div {
	font-size: 13px;
	font-weight: normal;
}
#page_tj #layout_content .div_intro div * {
	font-size: 13px;
	font-weight: normal;
}
#page_tj #layout_content .div_intro hr {
	margin: auto;
	width: 95%;
	display: block;
}
#page_tj #layout_content .div_intro ul {
	text-align: left!important;
	margin: 10px 0px;
	line-height: 240%;
}
#page_tj #layout_content .div_intro li {
	background: url("../images/box_list_ar1.gif") no-repeat 0px 15px;
	padding-left: 10px;
}
#page_tj #layout_content .div_intro li a {
	color: #79846e;
}
#page_tj #layout_content .div_intro li a:hover {
	text-decoration: underline;
}
#page_tj #layout_content .div_intro li a img {
	display: none;
}
#page_tj #layout_content .div_main {
	margin-top: -50px;
	position: relative;
	z-index: 9000;
}
#page_tj #layout_content .div_main * {
	font-size: 14px;
}
#page_tj #layout_content .div_main .news_titl {
	color: #697357;
	font-weight: bold;
}
#page_tj #layout_content .div_main .news_titl1 {
	color: #697357;
	font-weight: bold;
}
#page_tj #layout_content .div_main .small_type {
	display: none;
}
#page_tj #layout_content .div_main .name_big {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
#page_tj #layout_content .div_main .textbig {
	text-align: left!important;
}
#page_tj #layout_content .div_main .textbig * {
	text-align: left!important;
}
#page_tj #layout_content .div_main .textbig strong {
	font-weight: bold;
	padding-top: 15px;
	display: block;
}
#page_tj #layout_content .div_main div {
	font-size: 13px;
	font-weight: normal;
}
#page_tj #layout_content .div_main div * {
	font-size: 13px;
	font-weight: normal;
}
#page_tj #layout_content .div_main hr {
	margin: auto;
	width: 95%;
	display: block;
}
#page_tj #layout_content .div_main ul {
	text-align: left!important;
	margin: 10px 0px;
	line-height: 240%;
}
#page_tj #layout_content .div_main li {
	background: url("../images/excel.png") no-repeat 0px 10px;
	padding-left: 20px;
}
#page_tj #layout_content .div_main li a {
	color: #79846e;
}
#page_tj #layout_content .div_main li a:hover {
	text-decoration: underline;
}
#page_tj #layout_content .div_main li a img {
	display: none;
}
#page_tj #layout_sideBar #sidebar * {
	font-size: 14px;
	color: #fff;
}
#page_tj #layout_sideBar #sidebar a {
	white-space: nowrap;
}
#page_tj #layout_sideBar #sidebar a:hover {
	text-decoration: underline;
}
#page_tj #layout_sideBar #sidebar .stat_data1 {
	background: url(../images/folder1.gif) no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 33px;
	cursor: hand;
}
#page_tj #layout_sideBar #sidebar .stat_data2 {
	background: url(../images/folder2.gif) no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 33px;
	cursor: hand;
}
#page_tj #layout_sideBar #sidebar .stat_data3 {
	background: url(../images/folder3.gif) no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 33px;
	cursor: hand;
}
#page_tj #layout_sideBar #sidebar .stat_data4 {
	background: url(../images/folder4.gif) no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 33px;
	cursor: hand;
}
#page_tj #layout_sideBar #sidebar .list {
	padding-left: 20px;
	background-image: url(../images/list.gif);
	background-repeat: repeat-y;
}
#page_tj #layout_sideBar #sidebar .list1 {
	padding-left: 20px;
}
#page_tj #layout_sideBar #sidebar .file {
	background-image: url(../images/file.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 32px;
}
#page_tj #layout_sideBar #sidebar .file1 {
	background-image: url(../images/file1.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 32px;
}
#page_fb {
	width: 100%;
}
#page_fb #layout_content {
	width: 95%;
	margin: 10px auto;
	float: none;
}
#page_fb #layout_content .box_main .box_header {
	display: none;
}
#page_fb #layout_content .box_main #info {
	background: #fdfdf8;
	border: solid 1px #f1f0eb;
	margin: 10px;
	padding: 10px;
	font-size: 13px;
}
#page_fb #layout_content .box_main h3 {
	font-size: 14px;
	font-weight: bold;
	width: 80%;
	display: block;
	margin: auto;
}
#page_fb #layout_content .box_main h3 span {
	color: #ff0000;
}
#page_fb #layout_content .box_main .jqplot-title {
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
#page_fb #layout_content .box_main .jqplot-xaxis-tick p {
	font-family: "Airal";
	font-size: 14px;
	color: #ff0000;
}
#page_fb #chart_fb {
	margin: 5px auto;
}
#page_keylog #layout_content {
	width: 98%!important;
	margin: auto;
	float: none;
}
#page_keylog #layout_content .box_main * {
	font-size: 14px;
}
#page_keylog #layout_content .box_main #info {
	background: #fdfdf8;
	border: solid 1px #f1f0eb;
	margin: 10px;
	padding: 10px;
	font-size: 13px;
	display: block;
}
#page_keylog #layout_content TD {
	LINE-HEIGHT: 130%
}
#page_keylog #layout_content .input {
	BORDER: solid 1px #111;
	BACKGROUND: #fff;
}
#page_keylog #layout_content .backs {
	BACKGROUND: #3f8805;
}
#page_keylog #layout_content .backts {
	BACKGROUND: #2c5c03;
}
#page_keylog #layout_content .backq {
	BACKGROUND: #eefee0;
}
#page_keylog #layout_content .backzq {
	BACKGROUND: #c8fc98;
}
#page_keylog #layout_content .backc {
	BORDER: medium none;
	BACKGROUND: url(images/greenbutton.gif);
	WIDTH: 50px;
	COLOR: #fff;
	HEIGHT: 16px;
}
#page_keylog #layout_content .backc2 {
	BORDER: medium none;
	BACKGROUND: url(images/arbutton.gif);
	WIDTH: 18px;
	HEIGHT: 18px;
}
#page_keylog #layout_content .fonts {
	COLOR: #3f8805;
}
#page_keylog #layout_content .p1 {
	MARGIN: 10px 25px 5px 30px;
	TEXT-INDENT: 25px;
	LINE-HEIGHT: 130%;
}
#page_keylog #layout_content .gra {
	FONT-SIZE: 1px;
	BORDER-BOTTOM: #000 1px solid;
	BACKGROUND: #c7eea6;
}
#page_keylog #layout_content .gra2 {
	FONT-SIZE: 1px;
	BORDER-BOTTOM: #000 1px solid;
	BACKGROUND: #6dc227;
}
#logo {
	width: 550px;
	height: 80px;
	position: absolute;
	top: 23px;
	right: 25px;
}
#logo img {
	float: right;
}
#logo ul {
	position: absolute;
	bottom: 10px;
	right: 110px;
}
#logo li {
	font-size: 12px;
	color: #b8b58f;
	list-style: none;
	float: left;
	padding-left: 5px;
	text-decoration: underline;
	cursor: pointer;
}

#logo h1 {
	font-family: "黑体";
	font-size: 15px;
	font-weight: normal;
	color: #80847f;
	position: absolute;
	top: 18px;
	right: 106px;
}
#logo h2 {
	font-family: "黑体";
	font-size: 26px;
	font-weight: normal;
	color: #80847f;
	position: absolute;
	top: 40px;
	right: 110px;
}

#msgBox {
	display: none;
	background: url(../images/msgbox_bg.gif) no-repeat;
	width: 26px;
	height: 132px;
	position: fixed;
	_position: absolute;
	top: 200px;
	left: 0px;
	z-index: 999999;
}
#msgBox ul {
	margin: 0px;
	padding: 0px;
	width: 21px;
	position: relative;
	top: 0px;
}
#msgBox img {
	position: absolute;
	top: 2px;
	left: 2px;
}
#msgBox a span {
	font-size: 12px;
	color: #000;
	display: block;
	width: 21px;
	height: 130px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	line-height: 110%;
}
#msgBox a {
	text-decoration: none;
	cursor: pointer;
}
#aFuncNeed span {
	background: url(../images/msgbox_ar.gif) no-repeat 5px 0px;
	padding-top: 12px;
	display: block;
	position: absolute;
	top: 90px;
	left: 2px;
}
#QQservice span {
	top: 26px;
	left: 2px;
}
#searchBar {
	background: url(../images/searchBar_bg.png) no-repeat;
	width: 370px;
	height: 48px;
	position: absolute;
	top: 47px;
	left: 23px;
}
#searchBarText {
	width: 240px;
	height: 21px;
	padding-top: 2px;
	padding-left: 3px;
	position: absolute;
	top: 3px;
	left: 28px;
	border: none 0px;
	font-size: 16px;
}
#searchBarBtn {
	position: absolute;
	top: 5px;
	left: 277px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background: none;
	border: none 0px;
	width: 40px;
	cursor: pointer;
}
#searchBarAdv {
	position: absolute;
	top: 4px;
	left: 325px;
	font-size: 16px;
	color: #e1d891;
	font-weight: bold;
	background: none;
	border: none 0px;
	width: 40px;
	cursor: pointer;
}
#focusBar {
	position: absolute;
	top: 77px;
	left: 30px;
}
#focusBar * {
	font-size: 12px;
}
#focusBar .titl {
	color: #aaad96;
	font-weight: bold;
}
#focusBar .more {
	color: #aaad96;
	text-decoration: underline;
	padding-left: 10px;
}
#focusBar .func_more {
	cursor: pointer;
}
#focusBar li {
	float: left;
	padding-right: 5px;
}
#focusBar li a {
	color: #aaad96;
}
#focusBar li a:hover {
	text-decoration: underline;
}
#loginBar {
	padding-top: 13px;
	padding-left: 25px;
}
#loginBar * {
	color: #929c65;
	font-size: 12px;
}
#loginName {
	width: 80px;
	height: 18px;
	background: #fcfdf0;
	border: solid 1px #e0e3c5;
}
#loginPass {
	width: 80px;
	height: 18px;
	background: #fcfdf0;
	border: solid 1px #e0e3c5;
}
#logInfo {
	background: url(../images/loginBar_ar.gif) no-repeat 0px 1px;
	padding-left: 15px;
	font-weight: bold;
	padding-right: 10px;
}
#logOut {
	cursor: pointer;
	text-decoration: underline;
	border-left: solid 1px #e0e3c5;
	padding-left: 10px;
}
#logOut1 {
	color: #c24e15;
	cursor: pointer;
	text-decoration: underline;
	padding: 0 10px;
}
#loginHelp {
	background: url(../images/loginHelp_ar.gif);
	display: block;
	float: left;
}
#loginBar #Custom {
	font-size: 12px;
	font-weight: bold;
	color: #929c65;
	height: 25px;
	background: url(../images/menu_custom_ar.gif) no-repeat 10px 0px;
	border-left: solid 1px #929c65;
	padding-left: 25px;
}
#layout_menu #sys_menu {
	height: 40px;
	line-height: 100%!important;
	margin-left: 10px;
	_margin-left: 5px;
}
#layout_menu #sys_menu li {
	float: left;
	margin: 0px 10px;
	margin-top: 8px;
	text-align: center;
}
#layout_menu #sys_menu li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding-top: 7px;
	_width: auto;
	_float: none;
	_padding-top: 9px;
}
#layout_menu #sys_menu li a:hover {
	text-decoration: none!important;
	color: #fff3c7;
}
#layout_menu #sys_menu li.selected {
	background: url(../images/menu_selected_bg1.gif) no-repeat;
	margin: 0px!important;
	margin-top: 10px!important;
	width: 90px;
	height: 30px;
	padding: 0px;
}
#layout_menu #sys_menu li.selected a {
	color: #c24e15;
}
#layout_menu #sys_menu li.selected a:hover {
	color: #c24e15;
}
#layout_menu #sys_menu .hasmenu {
	background: url(../images/fMenu_hasmenu_ar.gif) no-repeat 85px;
}
#layout_menu #sys_menu #menuGohome a {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
#layout_menu #sys_menu #menuMore a {
	background: url(../images/fMenu_goMore_ar.gif) no-repeat 75px;
	font-weight: bold;
}
#layout_menu #sys_menu ul ul {
	display: none;
}
#layout_menu #sys_menu #Situation {
}
#layout_menu #sys_menu #Situation.selected {
	margin: 0px;
	background: url(../images/menu_selected_bg.gif) no-repeat;
	width: 120px;
}
#layout_menu #sys_menu #Expert {
	margin-right: 10px;
}
#layout_menu #sys_menu #Expert.selected {
	margin: 0px;
	background: url(../images/menu_selected_bg.gif) no-repeat;
	width: 120px;
}
#layout_menu #sys_menu #Crisis {
	margin-left: 30px!important;
	margin-right: 8px;
}
#layout_menu #sys_menu #Crisis.selected {
	margin-left: 20px!important;
}
#layout_menu #sys_menu #Daily {
	margin-left: 8px;
	margin-right: 8px;
}
#layout_menu #sys_menu #Subject {
	margin-left: 8px;
	margin-right: 8px;
}
#layout_menu #sys_menu #Tracking {
	margin-left: 8px;
	margin-right: 8px;
}
#layout_menu #sys_menu #Stat {
	margin-left: 8px;
	margin-right: 8px;
}
#layout_menu #sys_menu #Industry {
	margin-left: 8px;
	margin-right: 8px;
}
#layout_menu #sys_menu #Database {
	margin-left: 35px!important;
	margin-right: 8px;
	margin-bottom: 1px;
}
#layout_menu #sys_menu #Database.selected {
	margin: 0px;
	margin-left: 25px!important;
	background: url(../images/menu_selected_bg.gif) no-repeat;
	width: 120px;
}
#layout_menu #sys_submenu {
	width: 976px;
	height: 35px;
}
#layout_menu #sys_submenu ul {
	padding: 6px 15px;
	_padding: 6px 10px;
}
#layout_menu #sys_submenu ul li {
	width: auto;
	margin: 0px 10px;
	height: auto;
	float: left;
}
#layout_menu #sys_submenu li a {
	border: none 0px;
	color: #4d4d4d;
	font-size: 14px;
	padding-top: 1px;
	text-align: center;
	display: block;
	float: left;
}
#layout_menu #sys_submenu li a:hover {
	text-decoration: none;
	color: #c8543b;
}
#layout_menu #sys_submenu li.selected {
	padding: 0px;
}
#layout_menu #sys_submenu li.selected a {
	color: #c8543b;
	text-decoration: none;
	background: url(../images/sys_submenu_selected_bg.gif) no-repeat;
	width: 100px!important;
	height: 23px!important;
}
#layout_menu #All {
	color: #990000;
	width: 40px;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/menu_All_ar.gif) no-repeat right;
	padding-right: 5px;
	display: block;
	position: absolute;
	top: 49px;
	right: 20px;
}
#layout_menu #Custom {
	position: absolute;
	right: 10px;
	bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #3d3d3d;
	background: url(../images/menu_custom_ar.gif) no-repeat 0px 2px;
	padding-left: 15px;
}
#layout_menu #sys_func {
}
#layout_menu #sys_func li.goHelp {
	position: absolute;
	right: 25px;
	top: 3px;
	width: 80px;
	margin-top: 4px;
	_margin-top: 6px;
}
#layout_menu #sys_func li.goHelp a {
	background: url(../images/gohelp_ar.gif) no-repeat;
	padding-left: 23px;
	padding-top: 1px;
	color: #8c0b00;
	font-size: 12px;
	display: block;
	height: 20px;
}
#layout_menu #sys_func li a:hover {
	text-decoration: underline;
}
#layout_sideBar .listbox_main {
	background: transparent;
}
#layout_sideBar .listbox_main li {
	clear: both;
}
#layout_sideBar .listbox_main li h4 {
	background: url(../images/listbox_listtt_bg.png) repeat-x;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #c4d384;
	float: left;
	width: 28px;
	height: 30px;
	padding-top: 6px;
	text-align: center;
	margin-right: 10px;
}
#layout_sideBar .listbox_main li span {
	background: url(../images/listbox_list_bg.png) repeat-x;
	display: block;
	height: 30px;
}
#layout_sideBar .listbox_main li span a {
	color: #e2ecb6;
	font-size: 16px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
}
#layout_sideBar .listbox_main li span a:hover {
	text-decoration: underline;
}
#layout_sideBar .listbox_main li ul {
	padding-left: 45px;
	padding-bottom: 5px;
	clear: both;
}
#layout_sideBar .listbox_main li li {
	border: none;
	clear: none;
	display: block;
	width: 33%;
	float: left;
	list-style: none;
}
#layout_sideBar .listbox_main li li a {
	color: #fff;
	font-size: 14px;
	color: #f0f0f0;
	text-decoration: none;
}
#layout_sideBar .listbox_main li li a:hover {
	text-decoration: underline;
}
#layout_sideBar .listbox_header ul li {
	float: left;
	padding-right: 5px;
	cursor: pointer;
}
#layout_sideBar .listbox_header {
	background: url(../images/listbox_header_bg.gif) repeat-x;
	height: 40px;
	padding-left: 10px;
}
#layout_sideBar .listbox_func ul {
	clear: both;
}
#layout_sideBar .listbox_func ul li {
	float: left;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
#layout_sideBar .listbox_func ul li a.selected {
	text-decoration: underline;
}
#macrotool {
	width: 978px;
	margin: 0px auto;
	z-index: 999;
	position: relative;
}
.macrotool_func {
	display: none;
	background: url(../images/macrotool_func_bg.png) repeat-y;
	width: 113px;
	float: left;
	border: solid 1px #d3d3d3;
}
.macrotool_func * {
	font-size: 12px;
	color: #646464;
}
.macrotool_func ul {
	padding-left: 5px;
}
.macrotool_func h4 {
	padding-top: 10px;
	font-weight: bold;
}
.macrotool_func li {
	line-height: 180%;
}
.macrotool_func li a {
	display: block;
	background: url(../images/box_list_ar.png) no-repeat 0px 8px;
	padding-left: 5px;
}
.macrotool_func li a:hover {
}
.macrotool_func li.selected {
}
.macrotool_func li.selected a {
}
.macrotool_func li.selected a:hover {
}
.macrotool_func_header {
	background: url(../images/macrotool_func_header_bg.png) repeat-y;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #cbcbcb;
}
.macrotool_func_header h3 {
	color: #537bc3;
	font-size: 12px;
	margin: 3px 5px;
}
.macrotool_func_main {
	padding: 10px;
	padding-top: 0px;
}
.macrotool_main {
	float: left;
	background: #fafcf7;
	border: solid 1px #ece6dc;
	border-top: 2px;
	width: 976px;
	padding: 10px 0px;
}
#macrotool .pList {
	background: url(../images/pList_bg.png) repeat-y right #fbfff0;
	border: solid 1px #d2d8c6;
	padding: 2px;
	overflow: hidden;
}
#macrotool .aNewslist {
	float: left;
}
#macrotool .NewsTop {
	background: url(../images/NewsTop_bg.png) no-repeat bottom center;
	width: 100%;
	height: 70px;
}
#macrotool .NewsTop .topInfo {
	font-family: "黑体";
	color: #707070;
	font-size: 18px;
	text-align: center;
	padding-top: 32px;
	display: block;
	margin: auto;
	width: 275px;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#macrotool .NewsList {
	clear: both;
}
#macrotool .NewsList a {
	display: block;
	font-size: 14px;
	background: url(../images/NewsList_ar.gif) no-repeat 5px 8px;
	padding-left: 10px;
	width: 85%;
	color: #6c6f79;
	text-decoration: none;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#macrotool .NewsList a:hover {
	color: #890000;
}
#macrotool .NewsList span {
	font-family: "Arial";
	font-size: 10px;
	color: #9195a1;
	text-align: right;
}
#macrotool .NewsFunc {
	margin-top: 5px;
	clear: both;
}
#macrotool .NewsFunc * {
	color: #6c6f79;
	font-size: 12px;
}
#macrotool .NewsFunc h6 {
	float: left;
	font-weight: normal;
	margin-left: 5px;
	padding-top: 1px;
}
#macrotool .NewsFunc a {
	display: block;
	border: none 0px;
	border-right: solid 1px #d0d0df;
	float: left;
	width: 30px;
	margin: 0px 3px;
	height: 14px;
	padding-top: 0px;
}
#macrotool .NewsFunc a:hover {
	color: #000;
}
#macrotool .NewsFunc .selected {
	background: url(../images/NewsYear_bg.gif) no-repeat 0px 2px;
	height: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-right: 10px;
	padding-left: 3px;
}
#macrotool .NewsFunc .selected:hover {
	color: #fff;
}
#macrotool .NewsPage {
	border-top: solid 1px #e3e4d2;
	height: 15px;
	margin: 5px;
	clear: both;
}
#macrotool .NewsPage .pageInfo {
	font-size: 14px;
	color: #626262;
	font-weight: bold;
	margin: 5px 0px 0px 10px;
	float: left;
}
#macrotool .NewsPage .pageFunc {
	float: right;
	margin: 5px 5px 0px 0px;
}
#macrotool .NewsPage .pageFunc * {
	font-size: 14px;
	color: #626262;
}
#macrotool .NewsPage .pageFunc a {
	display: block;
	float: left;
	padding: 0px 3px;
	text-align: center;
	white-space: nowrap;
}
#macrotool .NewsPage .pageFunc a:hover {
	color: #890000;
}
#macrotool .NewsPage .pageFunc span {
	float: left;
}
#macrotool .NewsPage .selected {
	color: #890000;
	font-weight: bold;
	text-decoration: underline;
}
#macrotool .aBook {
	width: 150px;
	height: 324px;
	margin-top: -2px;
	margin-left: -2px;
	float: left;
}
#macrotool .BookCover {
	width: 141px;
	height: 210px;
}
#macrotool .BookSlogan {
	width: 150px;
	height: 126px;
	position: absolute;
}
#page_Macrotool1 #pList {
	width: 186px;
	height: 340px;
	margin-left: 10px;
	float: left;
}
* html #page_Macrotool1 #pList {
	margin-left: 5px;
}
#page_Macrotool1 #pList li {
	clear: both;
}
#page_Macrotool1 #pList li p {
	float: left;
	width: 22px;
	height: 11px;
	margin-top: 6px;
	margin-right: 3px;
}
#page_Macrotool1 #pList li .M0 {
	background: url(../images/m0.gif) no-repeat;
	height: 25px;
	margin-top: 5px;
}
#page_Macrotool1 #pList li .M1-2 {
	background: url(../images/m1-2.gif) no-repeat;
}
#page_Macrotool1 #pList li .M1 {
	background: url(../images/m1.gif) no-repeat;
}
#page_Macrotool1 #pList li .M2 {
	background: url(../images/m2.gif) no-repeat;
}
#page_Macrotool1 #pList li .M3 {
	background: url(../images/m3.gif) no-repeat;
}
#page_Macrotool1 #pList li .M4 {
	background: url(../images/m4.gif) no-repeat;
}
#page_Macrotool1 #pList li .M5 {
	background: url(../images/m5.gif) no-repeat;
}
#page_Macrotool1 #pList li .M6 {
	background: url(../images/m6.gif) no-repeat;
}
#page_Macrotool1 #pList li .M7 {
	background: url(../images/m7.gif) no-repeat;
}
#page_Macrotool1 #pList li .M8 {
	background: url(../images/m8.gif) no-repeat;
}
#page_Macrotool1 #pList li .M9 {
	background: url(../images/m9.gif) no-repeat;
}
#page_Macrotool1 #pList li .M10 {
	background: url(../images/m10.gif) no-repeat;
}
#page_Macrotool1 #pList li .M11 {
	background: url(../images/m11.gif) no-repeat;
}
#page_Macrotool1 #pList li .M12 {
	background: url(../images/m12.gif) no-repeat;
}
#page_Macrotool1 #pList li a div {
	float: left;
}
#page_Macrotool1 #pList li a {
	width: 180px;
	display: block;
}
#page_Macrotool1 #pList .li_spe {
	border-bottom: dashed 1px #b9b9bf;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold!important;
}
#page_Macrotool1 #pList .li_spe .selected {
	font-size: 15px;
}
#page_Macrotool1 #pList .new {
	background: url(../images/new.gif) no-repeat 0px 3px;
	width: 25px;
	height: 20px;
	float: left;
}
#page_Macrotool1 #pList .selected a div {
	font-size: 14px;
}
#page_Macrotool1 #pGraph {
	display: none;
	background: url(../images/pGraph_r_bg.png) no-repeat right;
	width: 530px;
	height: 340px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
}
#page_Macrotool1 #pGraph * {
	font-size: 12px;
	color: #fff;
}
#page_Macrotool1 #pGraph p {
	background: url(../images/pGraph_ar.gif) no-repeat 0px 3px;
	font-size: 12px;
	padding-left: 10px;
	float: right;
	position: absolute;
	right: 10px;
	bottom: 14px;
	color: #cbcdd2;
}
#page_Macrotool1 #pGraph h6 {
	padding-bottom: 0px;
	float: left;
	font-weight: normal;
}
#page_Macrotool1 #pGraph ul {
	float: left;
}
#page_Macrotool1 #pGraph li {
	float: left;
	padding: 0px 1px;
	text-decoration: underline;
	cursor: pointer;
}
#page_Macrotool1 #pGraph #pGraphFlash {
	width: 530px;
	height: 340px;
	background: url(../images/pGraph_l_bg.png) no-repeat left top;
	padding-top: 5px;
}
#page_Macrotool1 #pGraph #pGraphFlash object {
	margin: 0px 5px;
}
#page_Macrotool1 #pGraphFunc {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: url(../images/pGraph_tools_bg.png) repeat-x;
	border: solid 1px #888c9a;
	padding: 3px 5px 0px 6px;
	margin-top: 3px;
	margin-left: 5px;
	height: 19px;
}
#page_Macrotool1 #pGraphFunc * {
	color: #caccdc;
}
#page_Macrotool1 #pGraphFunc h6 {
	padding-top: 2px;
}
#page_Macrotool1 #pFuncXls {
}
#page_Macrotool1 #pFuncXls a {
	background: url(../images/pFunc_xls_bg.png) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#page_Macrotool1 #pFuncXls a:hover {
	background: url(../images/pFunc_xls_selected_bg.png) no-repeat;
	border: 0;
}
#page_Macrotool1 #pFuncPpt {
}
#page_Macrotool1 #pFuncPpt a {
	background: url(../images/pFunc_ppt_bg.png) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#page_Macrotool1 #pFuncPpt a:hover {
	background: url(../images/pFunc_ppt_selected_bg.png) no-repeat;
	border: 0;
}
#page_Macrotool1 #pFuncImg {
}
#page_Macrotool1 #pFuncImg a {
	background: url(../images/pFunc_img_bg.png) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#page_Macrotool1 #pFuncImg a:hover {
	background: url(../images/pFunc_img_selected_bg.png) no-repeat;
	border: 0;
}
#page_Macrotool1 #pFuncAll {
	border-left: solid 1px #c5c6b8;
}
#page_Macrotool1 #pFuncAll a {
	display: block;
	margin-left: 5px;
	margin-top: 2px;
	text-decoration: underline;
}
#page_Macrotool1 #pFuncAll a:hover {
	color: #fff;
}
#page_Macrotool1 #pGraphYear {
	position: absolute;
	bottom: 5px;
	left: 155px;
	background: url(../images/pGraph_tools_bg.png) repeat-x;
	border: solid 1px #888c9a;
	padding: 5px 5px 0px 6px;
	margin-top: 3px;
	margin-left: 5px;
	height: 17px;
}
#page_Macrotool1 #pGraphYear * {
	color: #caccdc;
	text-decoration: none!important;
}
#page_Macrotool1 #pGraphYear .selected a {
	color: #fff;
	text-decoration: underline!important;
	font-weight: bold;
}
#page_Macrotool1 #pGraphNote {
	position: absolute;
	bottom: 10px;
	left: 305px;
}
#page_Macrotool1 #pGraphNote * {
	color: #dadaeb;
	text-decoration: none;
}
#page_Macrotool1 #pGraphNote li {
	padding: 0px 5px;
}
#page_Macrotool1 #pGraphNote #pNote1 {
	border-right: solid 1px #dadaeb;
}
#page_Macrotool1 #pGraphClose {
	display: none;
	background: url(../images/pGraph_Close.png) no-repeat;
	width: 20px;
	height: 75px;
	text-indent: -9999px;
	z-index: 99999;
	position: absolute;
	top: 120px;
	right: -20px;
	cursor: pointer;
}
#page_Macrotool1 #pNote {
	display: none;
	background: url(../images/pNote_bg.png) no-repeat;
	width: 205px;
	height: 320px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 30px;
	position: relative;
}
#page_Macrotool1 #pNote h6 {
	color: #505050;
	padding-bottom: 0px;
	padding: 10px 30px;
}
#page_Macrotool1 #pNote p {
	display: none;
	background: url(../images/pNote_word_bg.gif) no-repeat;
	padding: 5px 8px 0px 10px;
	height: 310px;
	overflow: hidden;
	line-height: 140%;
	color: #646a63;
	font-size: 14px;
	display: block;
}
#page_Macrotool1 #pNote b {
	font-size: 14px;
}
#page_Macrotool1 #pNoteYear {
	background: url(../images/pYear_bg.gif) no-repeat;
	width: 145px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 30px;
	color: #5e616b;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}
#page_Macrotool1 #pNoteNext {
	background: url(../images/BtnNext_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	left: 7px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool1 #pNoteNext.noUse {
	background: url(../images/BtnNext_nouse_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	left: 7px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool1 #pNotePrev {
	background: url(../images/BtnPrev_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	right: 7px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool1 #pNotePrev.noUse {
	background: url(../images/BtnPrev_nouse_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool1 #pFunc {
	display: none;
	background: url(../images/pFunc_bg.png) no-repeat;
	width: 205px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
#page_Macrotool1 #pFunc h6 {
	color: #505050;
	padding: 10px 30px;
	padding-bottom: 0px;
}
#page_Macrotool1 #pFunc p {
	padding: 0px 8px 0px 10px;
	height: 120px;
	overflow: hidden;
	line-height: 130%;
	margin-top: 10px;
	color: #5e604f;
}
#page_Macrotool1 #pFunc ul {
	margin: auto;
}
#page_Macrotool1 #pFunc li {
	float: left;
}
#page_Macrotool1 #pGraphs {
	background: url(../images/pGraph_r_bg.png) no-repeat right;
	width: 530px;
	height: 340px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
	z-index: 999999;
}
#page_Macrotool1 #pGraphs #pGraphsFlash {
	width: 530px;
	height: 340px;
	background: url(../images/pGraph_l_bg.png) no-repeat left top;
	padding-top: 5px;
}
#page_Macrotool1 #pGraphs #pGraphsFlash object {
	margin: 0px 5px;
}
#page_Macrotool1 #pGraphs #pGraphsMore {
	display: none;
	background: url(../images/pGraphs_more.png) no-repeat;
	width: 180px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	left: 175px;
	bottom: 15px;
}
#page_Macrotool1 #pGraphs #pGraphsMore h6 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 2px;
}
#page_Macrotool1 #pGraphsFunc {
	position: absolute;
	bottom: 10px;
	right: 40px;
}
#page_Macrotool1 #pGraphsPrev {
	background: url(../images/pGraphsPrev.gif) no-repeat right;
	width: 8px;
	height: 15px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}
#page_Macrotool1 #pGraphsNext {
	background: url(../images/pGraphsNext.gif) no-repeat right;
	width: 8px;
	height: 15px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
	margin-left: 10px;
}
#page_Macrotool1 #pAudio {
	background: url(../images/pNote_bg.png) no-repeat;
	width: 205px;
	height: 340px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
}
#page_Macrotool1 #pAudio #pAudioPhoto {
	width: 40px;
	height: 50px;
	background: url(../images/pAudioPhoto_bg.png) no-repeat;
	position: absolute;
	top: 50px;
	left: 15px;
}
#page_Macrotool1 #pAudio #pAudioName {
	font-size: 16px;
	font-weight: bold;
	color: #6990c4;
	padding-right: 25px;
	padding-top: 25px;
	background: url(../images/pAudioName_bg.gif) no-repeat right;
	position: absolute;
	top: 33px;
	left: 60px;
}
#page_Macrotool1 #pAudio #pAudioText {
	position: absolute;
	left: 20px;
	top: 110px;
	font-family: "黑体";
	font-size: 20px;
	color: #656e7e;
	line-height: 160%;
	width: 170px;
}
#page_Macrotool1 #pAudio #TimeInput {
	border: none 0px;
	font-family: "Arial";
	font-size: 13px;
	color: #6990c4;
	font-weight: bold;
	position: absolute;
	left: 60px;
	top: 80px;
	width: 100px;
	height: 21px;
	background-color: transparent;
}
#page_Macrotool1 #pAudio #pAudioSliderArea {
	position: absolute;
	bottom: 55px;
	left: 23px;
	z-index: 9999999;
}
#page_Macrotool1 #pAudio #pAudioSliderArea .horizontal {
	width: 100px!important;
}
#page_Macrotool1 #pAudio #pAudioSlider {
}
#page_Macrotool1 #pAudio #pAudioSliderInput {
	display: none;
}
#page_Macrotool1 #pAudio #pAudioVolumeArea {
	position: absolute;
	bottom: 55px;
	left: 125px;
	background: url(../images/volume_ar1.gif) no-repeat 0px 3px;
	padding-left: 15px;
	z-index: 9999999;
}
#page_Macrotool1 #pAudio #pAudioVolumeArea .horizontal {
	width: 50px!important;
}
#page_Macrotool1 #pAudio #pAudioVolume {
}
#page_Macrotool1 #pAudio #pAudioVolumeInput {
	display: none;
}
#page_Macrotool1 #pAudio #pAudioPlay {
	position: absolute;
	left: 25px;
	bottom: 20px;
	width: 160px;
	height: 30px;
	background: url(../images/AudioStop.png) no-repeat;
	text-indent: -9999px;
	border: none 0px;
}
#page_Macrotool1 #pAudio #pAudioPlay:hover {
	background: url(../images/AudioStop_hover.png) no-repeat;
}
#page_Macrotool1 #pAudio .pAudioStop {
	background: url(../images/AudioPlay.png) no-repeat!important;
}
#page_Macrotool1 #pAudio .pAudioStop:hover {
	background: url(../images/AudioPlay_hover.png) no-repeat!important;
}
#page_Macrotool1 #pAudio #pAudioYear {
	background: url(../images/pYear_bg.gif) no-repeat;
	width: 145px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 30px;
	color: #5e616b;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}
#page_Macrotool1 #pAudio #pAudioYear {
	background: url(../images/pYear_bg.gif) no-repeat;
	width: 145px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 30px;
	color: #5e616b;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}
#page_Macrotool1 #pAudio #pAudioYear #setAudioYear {
}
#page_Macrotool1 #pAudio #pAudioYear #setAudioYearText {
	cursor: pointer;
	margin-top: -3px;
}
#page_Macrotool1 #pAudio #pAudioYear #setAudioYearArea {
	display: none;
	margin-top: -5px;
}
#page_Macrotool1 #pAudio #pAudioYear select {
}
#page_Macrotool1 #pAudio #pAudioYear input {
	margin: 2px 0px;
	padding: 1px;
	border: none 0px #cfcfd4;
	background: #fff;
	color: #5e616b;
	font-weight: bold;
}
#page_Macrotool1 #pAudio #pAudioNext {
	background: url(../images/BtnNext_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	left: 7px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool1 #pAudio #pAudioNext.noUse {
	background: url(../images/BtnNext_nouse_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	left: 7px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool1 #pAudio #pAudioPrev {
	background: url(../images/BtnPrev_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool1 #pAudio #pAudioPrev.noUse {
	background: url(../images/BtnPrev_nouse_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool1 #vMediaPlayer {
	background-color: transparent;
	display: none;
}
#page_Macrotool1 #setYear {
}
#page_Macrotool1 #setYear #setYearText {
	cursor: pointer;
}
#page_Macrotool1 #setYear #setYearArea {
	display: none;
	margin-top: -5px;
}
#page_Macrotool1 #setYear select {
}
#page_Macrotool1 #setYear input {
	margin: 2px 0px;
	padding: 1px;
	border: none 0px #cfcfd4;
	background: #fff;
	color: #5e616b;
	font-weight: bold;
}
#page_Macrotool2 #pList {
	width: 232px;
	height: 500px;
	margin-right: 85px;
	_margin-right: 40px;
	float: right;
}
#page_Macrotool2 #pList li a div {
	float: left;
}
#page_Macrotool2 #pList li a {
	width: 230px;
}
#page_Macrotool2 #pList .selected a {
	background: url(../images/pList_Selected_bg2.png) no-repeat;
	width: 222px;
	height: 30px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
	display: block;
	color: #b86e14;
}
#page_Macrotool2 #pList .new {
	background: url(../images/new.gif) no-repeat 0px 3px;
	width: 25px;
	height: 20px;
	float: left;
}
#page_Macrotool2 #pList .selected a div {
	font-size: 14px;
}
#page_Macrotool2 #pGraph {
	background: url(../images/pGraph_bg.png) no-repeat;
	width: 520px;
	height: 326px;
	float: left;
	margin-left: 85px;
	_margin-left: 45px;
	margin-top: 5px;
	padding: 5px 10px;
	position: relative;
}
#page_Macrotool2 #pGraph * {
	font-size: 12px;
	color: #fff;
}
#page_Macrotool2 #pGraph p {
	background: url(../images/pGraph_ar.gif) no-repeat 0px 6px;
	font-size: 12px;
	padding-left: 10px;
	float: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #d3d8c9;
}
#page_Macrotool2 #pGraphFunc {
	position: absolute;
	left: 10px;
	bottom: 12px;
}
#page_Macrotool2 #pGraphFunc #pFuncPpt {
	display: none;
}
#page_Macrotool2 #pGraph h6 {
	padding-bottom: 0px;
	float: left;
	font-weight: normal;
}
#page_Macrotool2 #pGraph ul {
	float: left;
}
#page_Macrotool2 #pGraph li {
	float: left;
	padding: 0px 5px;
	text-decoration: underline;
	cursor: pointer;
}
#page_Macrotool2 #pNote {
	background: url(../images/pNote_bg.png) no-repeat;
	width: 355px;
	height: 160px;
	float: left;
	margin-left: 85px;
	_margin-left: 45px;
	margin-top: 0px;
}
#page_Macrotool2 #pNote h6 {
	color: #505050;
	padding-bottom: 0px;
	padding: 10px 30px;
}
#page_Macrotool2 #pNote p {
	padding: 0px 8px 0px 10px;
	height: 160px;
	overflow: hidden;
	line-height: 135%;
	margin-top: 10px;
	color: #646a63;
	position: relative;
}
#page_Macrotool2 #pNote p b {
	clear: both;
	display: block;
}
#page_Macrotool2 #pNote1 {
	display: block;
	float: left;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 160px;
	line-height: 130%;
	color: #9b553b;
}
#page_Macrotool2 #pNote2 {
	display: block;
	float: left;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 190px;
	width: 160px;
	line-height: 130%;
	color: #ae8239;
}
#page_Macrotool2 #pFunc {
	background: url(../images/pFunc_bg.png) no-repeat;
	width: 180px;
	height: 160px;
	float: left;
	margin-left: 5px;
	margin-top: 0px;
}
#page_Macrotool2 #pFunc h6 {
	color: #505050;
	padding: 10px 30px;
	padding-bottom: 0px;
}
#page_Macrotool2 #pFunc p {
	padding: 0px 8px 0px 10px;
	height: 120px;
	overflow: hidden;
	line-height: 130%;
	margin-top: 10px;
	color: #82884b;
	display: block;
	font-size: 12px;
}
#page_Macrotool2 #pFunc p b {
	clear: both;
	display: block;
}
#page_Macrotool2 #pFunc ul {
	margin: auto;
}
#page_Macrotool2 #pFunc li {
	float: left;
}
#page_Macrotool2 #pIntro {
	display: none;
	background: url(../images/pIntro_bg.png) repeat-x top #f1f2ed;
	width: 518px;
	padding: 10px;
	border: solid 1px #d7d9d4;
	margin-left: 85px;
	_margin-left: 90px;
	color: #82884b;
	font-size: 12px;
}
#page_Macrotool2 #pIntro a {
	color: #82884b;
	text-decoration: none;
	line-height: 200%;
	font-size: 13px;
	font-weight: bold;
}
#page_Macrotool2 #pIntro h2 {
	color: #82884b;
	text-decoration: none;
	line-height: 130%;
	font-weight: bold;
}
#page_Macrotool2 #IndustryIntro {
	padding: 5px;
}
#page_Macrotool2 #pAnalysis {
	clear: left;
	background: url(../images/pIntro_bg.png) repeat-x top #f1f2ed;
	width: 518px;
	padding: 10px;
	border: solid 1px #d7d9d4;
	margin-left: 85px;
	_margin-left: 90px;
	color: #82884b;
	font-size: 12px;
}
#page_Macrotool2 #pAnalysis a {
	color: #82884b;
	text-decoration: none;
	line-height: 200%;
	font-size: 13px;
	font-weight: bold;
}
#page_Macrotool2 #pAnalysis h2 {
	color: #82884b;
	text-decoration: none;
	line-height: 130%;
	font-weight: bold;
}
#page_Macrotool2 #pGraphArea {
	padding: 3px 5px 0px 6px;
	margin-top: 3px;
	margin-left: 100px!important;
	margin-left: 50px;
	width: 140px;
	height: 20px;
}
#page_Macrotool2 #pGraphArea * {
	color: #caccdc;
}
#page_Macrotool2 #pGraphArea h6 {
	color: #82884b;
	padding-top: 0px;
	float: left;
}
#page_Macrotool2 #pGraphArea select {
	background: #fff;
	margin-top: -1px;
	font-size: 14px!important;
}
#page_Macrotool2 #pGraphArea option {
	color: #686d7a!important;
}
#page_Macrotool2 #pGraphIndustry {
	display: none;
	padding: 3px 5px 0px 6px;
	margin-top: 3px;
	margin-left: 90px;
	width: 190px;
	height: 20px;
}
#page_Macrotool2 #pGraphIndustry * {
	color: #caccdc;
}
#page_Macrotool2 #pGraphIndustry h6 {
	color: #82884b;
	padding-top: 0px;
	float: left;
}
#page_Macrotool2 #pGraphIndustry #pIndustryYear {
	display: inline;
	margin-top: -1px;
	font-size: 14px!important;
	width: 180px;
	height: 20px;
	background: url(../images/menu_All_ar.gif) 105px 10px no-repeat;
}
#page_Macrotool2 #pGraphIndustry option {
	color: #686d7a!important;
}
#page_Macrotool2 #setYear {
}
#page_Macrotool2 #setYear #setYearText {
	cursor: pointer;
	display: inline;
	color: #82884b;
	padding: 5px 12px;
}
#page_Macrotool2 #setYear #setYearIndustry {
	display: none;
	margin-top: -25px;
	width: 200px;
	margin-left: 65px;
}
#page_Macrotool2 #setYear select {
}
#page_Macrotool2 #setYear input {
	margin: 2px 0px;
	padding: 1px;
	border: none 0px #cfcfd4;
	background: #fff;
	color: #5e616b;
	font-weight: bold;
}
#page_Macrotool2 #pGraphIndustry #pIndustryNext {
	background: url(../images/BtnNext_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 18px;
	left: 290px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool2 #pGraphIndustry #pIndustryNext.noUse {
	background: url(../images/BtnNext_nouse_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 18px;
	left: 290px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool2 #pGraphIndustry #pIndustryPrev {
	background: url(../images/BtnPrev_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 18px;
	right: 380px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool2 #pGraphIndustry #pIndustryPrev.noUse {
	background: url(../images/BtnPrev_nouse_bg.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 18px;
	right: 380px;
	cursor: pointer;
	text-decoration: underline;
	color: #8c8c8c;
}
#page_Macrotool2 .Graph_tools {
	float: left;
}
#page_Macrotool3 .macrotool_main {
	border: none 0px;
	padding: 0px;
}
#page_Macrotool3 #pRedbook {
	width: 477px;
	height: 320px;
	margin-left: 0px!important;
	float: left;
}
* html #page_Macrotool3 #pRedbook {
	margin-left: 10px;
}
#page_Macrotool3 #pGraybook {
	width: 477px;
	height: 320px;
	margin-left: 10px;
	float: left;
	margin-right: -10px;
}
#page_Macrotool3 #pRedbook .BookCover {
	background: url(../images/redbook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool3 #pGraybook .BookCover {
	background: url(../images/graybook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool3 #pRedbook .BookSlogan {
	background: url(../images/redbook_slogan.png) no-repeat bottom right;
}
#page_Macrotool3 #pGraybook .BookSlogan {
	background: url(../images/graybook_slogan.png) no-repeat bottom right;
}
#page_Macrotool3 #pRedbook .NewsTop .topInfo {
	color: #c40000;
}
#page_Macrotool3 #pGraybook .NewsTop .topInfo {
	color: #707070;
}
#page_Macrotool3 .aNewslist {
	width: 320px;
}
#page_Macrotool3 .aNewslist .NewsFunc {
	width: 320px;
}
#page_Macrotool3 .aNewslist .NewsPage {
	width: 320px;
}
#page_Macrotool3 .aNewslist .NewsList {
	width: 320px;
	height: 180px;
}
#page_Macrotool3 .aNewslist .NewsList li {
	line-height: 160%;
}
#page_Macrotool3 .aNewslist .NewsList li a {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 75%;
}
#page_Macrotool4 .macrotool_main {
	border: none 0px;
	padding: 0px;
}
#page_Macrotool4 #pSituationbook {
	width: 970px;
	height: 320px;
	float: left;
}
#page_Macrotool4 #pSituationbook .BookCover {
	background: url(../images/situationbook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool4 #pSituationbook .BookSlogan {
	background: url(../images/situationbook_slogan.png) no-repeat bottom right;
}
#page_Macrotool4 #pSituationbook .aBrief {
	background: url(../images/aBrief_bg.png) no-repeat center;
	width: 340px;
	height: 310px;
	float: left;
	position: relative;
}
#page_Macrotool4 #pSituationbook .BriefTop {
	padding-top: 45px;
	padding-left: 30px;
}
#page_Macrotool4 #pSituationbook .BriefTop .topInfo {
	font-family: "黑体";
	font-size: 20px;
	color: #5a5a5a;
	text-decoration: none;
	width: 120px;
	display: block;
	float: left;
}
#page_Macrotool4 #pSituationbook .BriefTop .topCalendar {
	float: left;
	margin-left: 20px;
	margin-top: -10px;
}
#page_Macrotool4 #pSituationbook .BriefTop .topCalendar li {
	float: left;
}
#page_Macrotool4 #pSituationbook .BriefCntt {
	height: 80px;
	clear: both;
	position: absolute;
	top: 130px;
	left: 30px;
	_top: 110px;
	_left: 10px;
}
#page_Macrotool4 #pSituationbook .BriefCntt p {
	color: #8d8d8d;
	font-family: "黑体";
	font-size: 16px;
	width: 280px;
	padding-top: 10px;
	margin: auto;
	line-height: 150%;
}
#page_Macrotool4 #pSituationbook .BriefFunc {
	width: 290px;
	height: 50px;
	position: absolute;
	bottom: 25px;
	left: 10px;
}
* html #page_Macrotool4 #pSituationbook .BriefFunc {
	margin-top: 20px;
}
#page_Macrotool4 #pSituationbook .BriefFunc a {
	display: block;
	float: left;
}
#page_Macrotool4 #pSituationbook .BriefFunc .BriefLink {
	display: none;
	background: url(../images/fileType_DOC.gif) no-repeat;
	color: #8d8d8d;
	font-size: 14px;
	font-weight: bold;
	width: 70px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 0px;
	padding-left: 50px;
	padding-top: 5px;
	line-height: 120%;
}
#page_Macrotool4 #pSituationbook .BriefFunc .BriefArrowL {
	background: url(../images/BriefFunc_arL.png) no-repeat;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	white-space: nowrap;
	line-height: 0;
	margin-left: 70px;
	position: absolute;
	right: 50px;
	top: 0px;
}
#page_Macrotool4 #pSituationbook .BriefFunc .BriefArrowL:hover {
	background: url(../images/BriefFunc_arL_hover.png) no-repeat;
}
#page_Macrotool4 #pSituationbook .BriefFunc .BriefArrowR {
	background: url(../images/BriefFunc_arR.png) no-repeat;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	white-space: nowrap;
	line-height: 0;
	margin-left: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#page_Macrotool4 #pSituationbook .BriefFunc .BriefArrowR:hover {
	background: url(../images/BriefFunc_arR_hover.png) no-repeat;
}
#page_Macrotool4 #pSituationbook .NewsFunc {
	width: 470px;
}
#page_Macrotool4 #pSituationbook .aNewslist {
	width: 470px;
	margin-right: 10px;
}
#page_Macrotool4 #pSituationbook .NewsList {
	padding-top: 10px;
	height: 240px;
}
#page_Macrotool4 #pSituationbook .NewsList li {
	line-height: 170%;
}
#page_Macrotool4 #pSituationbook .NewsList li a {
	width: 80%;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#page_Macrotool4 #pSituationbook .NewsList li .selected {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
#page_Macrotool5 #pList {
	width: 232px;
	height: 500px;
	margin-right: 30px;
	float: right;
	_margin-right: 15px;
}
#page_Macrotool5 #pList li a div {
	float: left;
}
#page_Macrotool5 #pList li a {
	width: 230px;
}
#page_Macrotool5 #pList .new {
	background: url(../images/new.gif) no-repeat 0px 3px;
	width: 25px;
	height: 20px;
	float: left;
}
#page_Macrotool5 #pList .selected a div {
	font-size: 14px;
}
#page_Macrotool5 #pSituationList {
	width: 630px;
	height: 500px;
	float: left;
	margin-left: 30px;
	_margin-left: 15px;
	padding: 5px 10px;
	position: relative;
}
#page_Macrotool5 #pSituationList .NewsName {
	width: 100px;
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #890000;
}
#page_Macrotool5 #pSituationList .NewsList {
	padding: 10px 0px;
	height: 420px;
}
#page_Macrotool6 .macrotool_main {
	border: none 0px;
	padding: 0px;
}
#page_Macrotool6 #pMediaList {
	width: 300px;
	height: 340px;
	float: left;
}
#page_Macrotool6 #pMediaList .NewsFunc {
	width: 270px;
}
#page_Macrotool6 #pMediaList .NewsList {
	padding: 10px;
	height: 240px;
}
#page_Macrotool6 #pMediaList .NewsList a {
	width: 270px;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#page_Macrotool6 #pMediaList .NewsList span {
	text-align: left;
	display: block;
	clear: both;
	margin-left: 10px;
	margin-top: -5px;
}
#page_Macrotool6 #pMediaList .NewsList li {
	line-height: 180%;
	padding-top: 5px;
	border-bottom: dashed 1px #d2d8c6;
}
#page_Macrotool6 #pMediaList .NewsList li .selected {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
#page_Macrotool6 #pMediaList .NewsPage {
	margin-top: 20px;
	_margin-top: 5px;
}
#page_Macrotool6 #pMedia {
	background: url(../images/PMedia_bg.png) no-repeat;
	width: 660px;
	height: 350px;
	float: left;
	margin-left: 10px;
	margin-right: -10px;
	position: relative;
}
#page_Macrotool6 #vMediaPlayer {
	background-color: transparent;
	display: none;
}
#page_Macrotool6 #pMedia .aMediaList {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px;
	width: 482px;
}
#page_Macrotool6 #pMedia .aMediaList h4 {
	float: left;
	font-size: 16px;
	color: #fff;
	padding-top: 3px;
}
#page_Macrotool6 #pMedia .aMediaList #MediaTagList {
	float: left;
}
#page_Macrotool6 #pMedia .aMediaList #MediaTagSelect {
	font-size: 14px;
	width: 429px;
	float: left;
}
#page_Macrotool6 #pMedia .aMediaFunc {
	float: left;
}
#page_Macrotool6 #pMedia .aMediaCntt {
	float: left;
	position: absolute;
	width: 490px;
	height: 270px;
	top: 35px;
	right: 6px;
	padding: 1px!important;
}
* html #page_Macrotool6 #pMedia .aMediaCntt {
	right: 4px;
}
#page_Macrotool6 #pMedia .aMediaCntt #aMediaCnttCtrl {
	position: absolute;
	top: 282px;
	right: 0px;
	color: #fff;
	background: #545564;
	padding: 2px;
	cursor: pointer;
}
#page_Macrotool6 #pMedia .aMediaCntt .showword {
	font-size: 14px!important;
	line-height: 150%;
	padding: 10px!important;
	width: 470px!important;
	height: 258px!important;
	overflow: auto!important;
}
#page_Macrotool6 #pMedia .aMediaCntt .showword img {
	display: none!important;
}
#page_Macrotool6 #pMedia .aMediaCntt .showword * {
	font-size: 14px!important;
	line-height: 150%;
}
#page_Macrotool6 #pMedia .aMediaCntt .showword a {
	color: #000;
	text-decoration: underline;
	cursor: text;
}
#page_Macrotool6 #pMedia .aMediaCntt .showimage {
	padding: 0px!important;
	width: 490px!important;
	height: 280px!important;
	overflow: hidden!important;
}
* html #page_Macrotool6 #pMedia .aMediaCntt .showimage {
	margin-left: -2px;
}
#page_Macrotool6 #pMedia #aMediaCnttArea {
	width: 490px;
	height: 280px;
}
#page_Macrotool6 #pMedia #aMediaCnttArea ul {
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	height: 264px;
	overflow: auto;
	margin: 3px;
}
#page_Macrotool6 #pMedia #aMediaCnttArea ul li {
	font-size: 14px;
	line-height: 125%;
	color: #55555a;
	background: url(../images/MediaList_ar.gif) no-repeat 0px 8px;
	padding-left: 10px;
	cursor: pointer;
}
#page_Macrotool6 #pMedia #aMediaCnttArea ul li.selected {
	color: #990000;
	text-decoration: underline;
}
#page_Macrotool6 #pMedia #aMediaCnttArea img {
	width: 490px;
	height: 280px;
	border: solid 1px #66666a;
}
#page_Macrotool6 #pMedia #TimeInput {
	border: none 0px;
	font-family: "Arial";
	font-size: 13px;
	color: #fff;
	position: absolute;
	left: 460px;
	bottom: 8px;
	width: 110px;
	height: 21px;
	padding-top: 5px;
	background-color: transparent;
}
#page_Macrotool6 #pMedia #slider {
	position: absolute;
	bottom: 8px;
	left: 170px;
}
#page_Macrotool6 #pMedia #sliderInput {
	display: none;
}
#page_Macrotool6 #pMedia #aVolume {
	position: absolute;
	bottom: 7px;
	left: 65px;
	background: url(../images/volume_ar.png) no-repeat 0px 3px;
	padding-left: 15px;
}
#page_Macrotool6 #pMedia #volume {
}
#page_Macrotool6 #pMedia #volumeInput {
	display: none;
}
#page_Macrotool6 #pMedia #speaker {
	position: absolute;
	top: 20px;
	left: 15px;
}
#page_Macrotool6 #pMedia #speaker * {
	color: #fff;
}
#page_Macrotool6 #pMedia #speaker h5 {
	padding: 0px;
	font-size: 14px;
	margin: 5px 0px;
	width: 135px;
}
#page_Macrotool6 #pMedia #speaker span {
	display: block;
	width: 135px;
}
#page_Macrotool6 #pMedia #speaker a {
	display: block;
	width: 135px;
	padding-top: 12px;
	font-weight: bold;
	text-align: center;
}
#page_Macrotool6 #pMedia #MediaPlayBtn {
	background: url(../images/MediaStop.png) no-repeat;
	width: 70px;
	height: 70px;
	border: none 0px;
	position: absolute;
	left: 0px;
	bottom: -2px;
}
#page_Macrotool6 #pMedia #MediaPlayBtn:hover {
	background: url(../images/MediaStop_hover.png) no-repeat;
}
#page_Macrotool6 #pMedia .MediaStopBtn {
	background: url(../images/MediaPlay.png) no-repeat!important;
}
#page_Macrotool6 #pMedia .MediaStopBtn:hover {
	background: url(../images/MediaPlay_hover.png) no-repeat!important;
}
#page_Macrotool7 #pList {
	width: 232px;
	height: 500px;
	margin-right: 30px;
	float: right;
	_margin-right: 15px;
}
#page_Macrotool7 #pList li a div {
	float: left;
}
#page_Macrotool7 #pList li a {
	width: 230px;
}
#page_Macrotool7 #pList .new {
	background: url(../images/new.gif) no-repeat 0px 3px;
	width: 25px;
	height: 20px;
	float: left;
}
#page_Macrotool7 #pList .selected a div {
	font-size: 14px;
}
#page_Macrotool7 #pSituationList {
	width: 630px;
	height: 500px;
	float: left;
	margin-left: 30px;
	_margin-left: 15px;
	padding: 5px 10px;
	position: relative;
}
#page_Macrotool7 #pSituationList .NewsName {
	width: 100px;
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #890000;
}
#page_Macrotool7 #pSituationList .NewsList {
	width: 620px;
	padding: 10px 0px;
	height: 420px;
}
#page_Macrotool8 #pList {
	width: 232px;
	height: 500px;
	margin-right: 30px;
	float: right;
	_margin-right: 15px;
}
#page_Macrotool8 #pList li ul {
	display: none;
}
#page_Macrotool8 #pList li a div {
	float: left;
}
#page_Macrotool8 #pList li a {
	width: 230px;
}
#page_Macrotool8 #pList .new {
	background: url(../images/new.gif) no-repeat 0px 3px;
	width: 25px;
	height: 20px;
	float: left;
}
#page_Macrotool8 #pList .selected a div {
	font-size: 14px;
}
#page_Macrotool8 #pStatList {
	width: 630px;
	height: 500px;
	float: left;
	margin-left: 30px;
	_margin-left: 15px;
	padding: 5px 10px;
	position: relative;
}
#page_Macrotool8 #pStatList .NewsFunc {
}
#page_Macrotool8 #pStatList .NewsFunc ul {
}
#page_Macrotool8 #pStatList .NewsPage {
	display: none;
	visibility: hidden;
}
#page_Macrotool8 #pStatList .NewsList {
	padding: 10px;
	width: 720px;
	height: 420px;
	margin: auto;
	overflow: scroll;
	overflow-x: hidden;
	display: block;
}
#page_Macrotool8 #pStatList .NewsList {
	SCROLLBAR-FACE-COLOR: #e1e2e9;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #a3a6ac;
	SCROLLBAR-3DLIGHT-COLOR: #e1e2e9;
	SCROLLBAR-ARROW-COLOR: #a3a6ac;
	SCROLLBAR-DARKSHADOW-COLOR: #e1e2e9;
	SCROLLBAR-BASE-COLOR: #e1e2e9;
	SCROLLBAR-TRACK-COLOR: #e1e2e9;
}
#page_Macrotool8 #pStatList .NewsList a {
	background: url(../images/NewsList_ar.gif) no-repeat 3px 16px;
}
#page_Macrotool8 #pStatList .NewsList ul {
	padding: 10px;
	padding-top: 0px;
}
#page_Macrotool8 #pStatList .NewsList li {
	line-height: 250%;
	vertical-align: text-top;
}
#page_Macrotool8 #pStatList .NewsList li img {
	display: none;
	visibility: hidden;
}
#page_Macrotool9 .macrotool_main {
	border: none 0px;
	padding: 0px;
}
#page_Macrotool9 #pDailybook {
	height: 410px;
	width: 970px;
	float: left;
}
#page_Macrotool9 #pDailybook .BookCover {
	background: url(../images/dailybook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool9 #pDailybook .BookSlogan {
	background: url(../images/dailybook_slogan.png) no-repeat bottom right;
}
#page_Macrotool9 #pDailybook .aBrief {
	background: url(../images/aBrief_bg1.png) no-repeat center;
	width: 340px;
	height: 400px;
	float: left;
	position: relative;
}
#page_Macrotool9 #pDailybook .BriefTop {
	padding-top: 30px;
	padding-left: 10px;
}
#page_Macrotool9 #pDailybook .BriefTop .topInfo {
	font-family: "黑体";
	font-size: 20px;
	color: #5a5a5a;
	text-decoration: none;
	width: 170px;
	display: block;
	float: left;
}
#page_Macrotool9 #pDailybook .BriefTop .topCalendar {
	float: left;
	margin-left: 5px;
	margin-top: -10px;
}
#page_Macrotool9 #pDailybook .BriefTop .topCalendar li {
	float: left;
}
#page_Macrotool9 #pDailybook .BriefTop .topCalendar img {
	width: 45px;
	height: 55px;
}
#page_Macrotool9 #pDailybook .BriefCntt {
	width: 320px;
	height: 240px;
	overflow: hidden;
	clear: both;
	position: absolute;
	top: 70px;
	_top: 60px;
	left: 10px;
}
#page_Macrotool9 #pDailybook .BriefCntt * {
	color: #404040;
	font-size: 13px;
}
#page_Macrotool9 #pDailybook .BriefCntt h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -15px;
}
#page_Macrotool9 #pDailybook .BriefCntt p {
	color: #404040;
	font-size: 13px;
	width: 290px;
	margin: auto;
	line-height: 139%;
	_line-height: 110%!important;
}
#page_Macrotool9 #pDailybook .BriefFunc {
	width: 290px;
	height: 50px;
	position: absolute;
	bottom: 15px;
	left: 10px;
}
* html #page_Macrotool9 #pDailybook .BriefFunc {
	margin-top: 20px;
}
#page_Macrotool9 #pDailybook .BriefFunc a {
	display: block;
	float: left;
}
#page_Macrotool9 #pDailybook .BriefFunc .BriefLink {
	display: none;
	background: url(../images/fileType_DOC.gif) no-repeat;
	color: #8d8d8d;
	font-size: 14px;
	font-weight: bold;
	width: 70px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 0px;
	padding-left: 50px;
	padding-top: 5px;
	line-height: 120%;
}
#page_Macrotool9 #pDailybook .BriefFunc .BriefArrowL {
	background: url(../images/BriefFunc_arL.png) no-repeat;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	white-space: nowrap;
	line-height: 0;
	margin-left: 70px;
	position: absolute;
	right: 50px;
	top: 0px;
}
#page_Macrotool9 #pDailybook .BriefFunc .BriefArrowL:hover {
	background: url(../images/BriefFunc_arL_hover.png) no-repeat;
}
#page_Macrotool9 #pDailybook .BriefFunc .BriefArrowR {
	background: url(../images/BriefFunc_arR.png) no-repeat;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	white-space: nowrap;
	line-height: 0;
	margin-left: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#page_Macrotool9 #pDailybook .BriefFunc .BriefArrowR:hover {
	background: url(../images/BriefFunc_arR_hover.png) no-repeat;
}
#page_Macrotool9 #pDailybook .NewsFunc {
	width: 450px;
}
#page_Macrotool9 #pDailybook .aNewslist {
	width: 450px;
	margin-left: 10px;
}
#page_Macrotool9 #pDailybook .NewsList {
	padding-top: 10px;
	height: 330px;
}
#page_Macrotool9 #pDailybook .NewsList li {
	line-height: 150%;
}
#page_Macrotool9 #pDailybook .NewsList li a {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#page_Macrotool9 #pDailybook .NewsList li .selected {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
#page_Macrotool10 .macrotool_main {
	border: none 0px;
	padding: 0px;
}
#page_Macrotool10 #pWeeklybook {
	height: 320px;
	width: 970px;
	float: left;
}
#page_Macrotool10 #pWeeklybook .NewsTop {
	background: url(../images/NewsTop_bg1.png) no-repeat bottom center;
}
#page_Macrotool10 #pWeeklybook .topInfo {
	width: 500px;
}
#page_Macrotool10 #pWeeklybook .NewsList {
	height: 180px;
	width: 820px;
	float: left;
}
#page_Macrotool10 #pWeeklybook .BookCover {
	background: url(../images/Weeklybook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool10 #pWeeklybook .BookSlogan {
	background: url(../images/Weeklybook_slogan.png) no-repeat bottom right;
}
*/  #page_Macrotool11 .macrotool_main {
border:none 0px;
padding:0px;
}
#page_Macrotool11 #pPolicybook {
	height: 320px;
	width: 970px;
	float: left;
}
#page_Macrotool11 #pPolicybook .NewsTop {
	background: url(../images/NewsTop_bg1.png) no-repeat bottom center;
}
#page_Macrotool11 #pPolicybook .topInfo {
	width: 500px!important;
}
#page_Macrotool11 #pPolicybook .NewsList {
	height: 180px;
	width: 820px;
	float: left;
}
#page_Macrotool11 #pPolicybook .BookCover {
	background: url(../images/policybook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool11 #pPolicybook .BookSlogan {
	background: url(../images/policybook_slogan.png) no-repeat bottom right;
}
#page_Macrotool12 #pRecommbook {
	height: 320px;
	width: 970px;
	float: left;
}
#page_Macrotool12 #pRecommbook .BookCover {
	background: url(../images/situationbook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool12 #pRecommbook .BookSlogan {
	background: url(../images/situationbook_slogan.png) no-repeat bottom right;
}
#page_Macrotool13 #pGovbook {
	height: 320px;
	width: 970px;
	float: left;
}
#page_Macrotool13 #pGovbook .BookCover {
	background: url(../images/situationbook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool13 #pGovbook .BookSlogan {
	background: url(../images/situationbook_slogan.png) no-repeat bottom right;
}
#page_Macrotool14 #pList {
	width: 232px;
	height: 500px;
	margin-right: 30px;
	float: right;
	_margin-right: 15px;
}
#page_Macrotool14 #pList li a div {
	float: left;
}
#page_Macrotool14 #pList li a {
	width: 230px;
}
#page_Macrotool14 #pList .new {
	background: url(../images/new.gif) no-repeat 0px 3px;
	width: 25px;
	height: 20px;
	float: left;
}
#page_Macrotool14 #pList .selected a div {
	font-size: 14px;
}
#page_Macrotool14 #pSubjectbook {
	width: 630px;
	height: 500px;
	float: left;
	margin-left: 30px;
	_margin-left: 15px;
	padding: 5px 10px;
	position: relative;
}
#page_Macrotool14 #pSubjectbook ul {
	z-index: 9999;
}
#page_Macrotool14 #pSubjectbook .NewsName {
	width: 100px;
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #890000;
}
#page_Macrotool14 #pSubjectbook .NewsList {
	padding: 10px 0px;
	height: 420px;
	width: 620px;
}
#page_Macrotool14 #pSubjectbook .NewsList li {
	line-height: 150%;
	position: relative;
	_line-height: 120%;
	height: 19px;
	clear: both;
}
#page_Macrotool14 #pSubjectbook .NewsList a {
	float: left;
	width: 70%;
	background: none;
}
#page_Macrotool14 #pSubjectbook .NewsList h6 {
	float: left;
	color: #79846e;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}
#page_Macrotool14 #pSubjectbook .NewsList span {
	font-family: "Arial";
	font-size: 10px;
	color: #aaa;
	position: absolute;
	right: 10px;
	top: 0px;
}
#page_Macrotool15 .macrotool_main {
	border: none 0px;
	padding: 0px;
}
#page_Macrotool15 #pReportbook {
	height: 320px;
	width: 970px;
	float: left;
}
#page_Macrotool15 #pReportbook .NewsTop {
	background: url(../images/NewsTop_bg1.png) no-repeat bottom center;
}
#page_Macrotool15 #pReportbook .topInfo {
	width: 500px!important;
}
#page_Macrotool15 #pReportbook .NewsList {
	height: 180px;
	width: 820px;
	float: left;
}
#page_Macrotool15 #pReportbook .BookCover {
	background: url(../images/reportbook1_icon.jpg) no-repeat bottom right;
}
#page_Macrotool15 #pReportbook .BookSlogan {
	background: url(../images/reportbook1_slogan.png) no-repeat bottom right;
}
#page_Macrotool16 .macrotool_main {
	border: none 0px;
	padding: 0px;
}
#page_Macrotool16 #pReportbook {
	height: 320px;
	width: 970px;
	float: left;
}
#page_Macrotool16 #pReportbook .NewsTop {
	background: url(../images/NewsTop_bg1.png) no-repeat bottom center;
}
#page_Macrotool16 #pReportbook .topInfo {
	width: 500px!important;
}
#page_Macrotool16 #pReportbook .NewsList {
	height: 180px;
	width: 820px;
	float: left;
}
#page_Macrotool16 #pReportbook .BookCover {
	background: url(../images/reportbook2_icon.jpg) no-repeat bottom right;
}
#page_Macrotool16 #pReportbook .BookSlogan {
	background: url(../images/reportbook2_slogan.png) no-repeat bottom right;
}
#page_Macrotool17 .macrotool_main {
	border: none 0px;
	padding: 0px;
}
#page_Macrotool17 #pReportbook {
	height: 320px;
	width: 970px;
	float: left;
}
#page_Macrotool17 #pReportbook .NewsTop {
	background: url(../images/NewsTop_bg1.png) no-repeat bottom center;
}
#page_Macrotool17 #pReportbook .topInfo {
	width: 500px!important;
}
#page_Macrotool17 #pReportbook .NewsList {
	height: 180px;
	width: 820px;
	float: left;
}
#page_Macrotool17 #pReportbook .BookCover {
	background: url(../images/reportbook3_icon.jpg) no-repeat bottom right;
}
#page_Macrotool17 #pReportbook .BookSlogan {
	background: url(../images/reportbook3_slogan.png) no-repeat bottom right;
}
#page_Macrotool18 .macrotool_main {
	border: none 0px;
	padding: 0px;
}
#page_Macrotool18 #pWeeklybook {
	height: 320px;
	float: left;
}
#page_Macrotool18 #pWeeklybook .NewsTop {
	background: url(../images/NewsTop_bg1.png) no-repeat bottom center;
}
#page_Macrotool18 #pWeeklybook .topInfo {
	width: 500px;
}
#page_Macrotool18 #pWeeklybook .NewsList {
	height: 180px;
	width: 820px;
	float: left;
}
#page_Macrotool18 #pWeeklybook .BookCover {
	background: url(../images/Reuterbook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool18 #pWeeklybook .BookSlogan {
	background: url(../images/Reuterbook_slogan.png) no-repeat bottom right;
}
*/  #page_Macrotool19 .macrotool_main {
border:none 0px;
padding:0px;
}
#page_Macrotool19 #pHotspotbook {
	height: 320px;
	float: left;
}
#page_Macrotool19 #pHotspotbook .NewsTop {
	background: url(../images/NewsTop_bg1.png) no-repeat bottom center;
}
#page_Macrotool19 #pHotspotbook .topInfo {
	width: 500px!important;
}
#page_Macrotool19 #pHotspotbook .NewsList {
	height: 180px;
	width: 820px;
	float: left;
}
#page_Macrotool19 #pHotspotbook .BookCover {
	background: url(../images/hotspotbook_icon.jpg) no-repeat bottom right;
}
#page_Macrotool19 #pHotspotbook .BookSlogan {
	background: url(../images/hotspot_slogan.png) no-repeat bottom right;
}
#page_Macrotool20 #pList {
	width: 232px;
	height: 500px;
	margin-right: 30px;
	float: right;
	_margin-right: 15px;
}
#page_Macrotool20 #pList li a div {
	float: left;
}
#page_Macrotool20 #pList li a {
	width: 230px;
}
#page_Macrotool20 #pList .new {
	background: url(../images/new.gif) no-repeat 0px 3px;
	width: 25px;
	height: 20px;
	float: left;
}
#page_Macrotool20 #pList .selected a div {
	font-size: 14px;
}
#page_Macrotool20 #pSituationList {
	width: 630px;
	height: 500px;
	float: left;
	margin-left: 30px;
	_margin-left: 15px;
	padding: 5px 10px;
	position: relative;
}
#page_Macrotool20 #pSituationList .NewsName {
	width: 100px;
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #890000;
}
#page_Macrotool20 #pSituationList .NewsList {
	padding: 10px 0px;
	height: 420px;
	width: 620px;
}
#page_Macrotool20 #layout_menu #sys_submenu ul li {
	width: auto;
	margin: 0px 10px;
	height: auto;
	float: left;
}
#page_Macrotool20 #layout_menu #sys_submenu li a {
	border: none 0px;
	color: #4d4d4d;
	font-size: 14px;
	padding-top: 1px;
	text-align: center;
	display: block;
	float: left;
}
#page_Macrotool20 #layout_menu #sys_submenu li a:hover {
	text-decoration: none;
	color: #c8543b;
}
#page_Macrotool20 #layout_menu #sys_submenu li.selected {
	padding: 0px;
}
#page_Macrotool20 #layout_menu #sys_submenu li.selected a {
	color: #c8543b;
	text-decoration: none;
	background: url(../images/sys_submenu_selected_bg1.gif) no-repeat;
	width: 125px!important;
	height: 23px!important;
}
#macrotool #mcssPanelForm {
	background: url(../images/mcssPanelForm_main_bg.png) repeat-y;
	width: 800px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
}
#macrotool #mcssPanelForm_footer {
	background: url(../images/mcssPanelForm_footer_bg.jpg) no-repeat;
	height: 140px;
	margin-top: -130px;
	z-index: 1;
}
#macrotool #mcssPanel {
	background: url(../images/mcssPanelForm_header_bg.png) no-repeat;
	height: 47px;
}
#macrotool #mcssPanelTitl {
	float: left;
	margin-top: 16px;
	font-family: "黑体";
	color: #697357;
	padding-left: 24px;
	padding-right: 6px;
}
#macrotool #mcssPanelText {
	float: left;
	margin-top: 14px;
	font-size: 16px;
	color: #890000;
	padding: 3px 2px 3px 2px;
	width: 390px;
	border: solid 2px #949686;
}
#macrotool .mcssPanelTextRed {
	border: solid 2px #890000!important;
}
#macrotool #mcfocus {
	position: relative;
	clear: both;
	top: 0px;
	left: 142px;
	z-index: 9990;
}
#macrotool #mcfocus * {
	font-size: 12px;
}
#macrotool #mcfocus h4 {
	background: url(../images/top10_titl_bg.gif) no-repeat;
	cursor: pointer;
	width: 70px;
	height: 15px;
	display: block;
	line-height: 100%;
	padding-top: 1px;
	padding-left: 5px;
	color: #c1d083;
}
#macrotool #mcfocus ul {
	display: none;
	border: solid 1px #949686;
	width: 380px;
	padding: 10px;
	background: #fffddc;
}
#macrotool #mcfocus ul li {
	line-height: 100%;
	cursor: pointer;
	padding: 5px 0px;
	float: left;
	display: block;
	width: 33%;
	color: #b86e14;
}
#macrotool #mcssPanelBtnA {
	display: none;
}
#macrotool #mcssHelp {
	display: none;
}
#macrotool #mcssD8 {
	padding-top: 30px;
	z-index: 200;
	position: relative;
}
#macrotool #mcssD8Titl {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #ebf1e6;
	width: 60px;
	padding-left: 60px;
	padding-right: 20px;
}
#macrotool #mcssD8Tabs {
	width: 520px;
}
#macrotool #mcssD8Tabs li {
	background: url(../images/mcssD8Tab_bg.gif) no-repeat;
	width: 120px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
#macrotool #mcssD8Tabs .mousehover {
	background: url(../images/mcssD8Tab_hover_bg.gif);
}
#macrotool #mcssD8Tabs .selected {
	background: url(../images/mcssD8Tab_selected_bg.gif);
}
#macrotool #mcssD8Tabs .selected a {
	font-weight: bold;
	color: #a6651d;
}
#macrotool #mcssD8Tabs li a {
	display: block;
	padding-top: 19px;
	padding-left: 25px;
	font-size: 14px;
	color: #4e514a;
}
#macrotool #mcssD6control {
	z-index: 150;
	position: relative;
	clear: both;
	margin: 10px 0px 10px 60px;
	cursor: pointer;
	width: 500px;
}
#macrotool #mcssD6control a {
	background: url(../images/mcssTab_more_ar.gif) no-repeat right 3px;
	padding-right: 12px;
	color: #ebf1e6;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
#macrotool #mcssD6control a:hover {
	color: #fff;
}
#macrotool #mcssD6 {
	display: none;
	z-index: 300;
	position: relative;
	margin-bottom: 10px;
}
#macrotool #mcssD6Titl {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #ebf1e6;
	width: 60px;
	padding-left: 60px;
	padding-right: 20px;
}
#macrotool #mcssD6Tabs {
	width: 390px;
}
#macrotool #mcssD6Tabs li {
	background: url(../images/mcssD6Tab_bg.gif) no-repeat;
	width: 120px;
	height: 30px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
#macrotool #mcssD6Tabs li a {
	display: block;
	padding-top: 4px;
	padding-left: 25px;
	font-size: 14px;
	color: #4e514a;
}
#macrotool #mcssD6Tabs .mousehover {
	background: url(../images/mcssD6Tab_hover_bg.gif) no-repeat;
}
#macrotool #mcssD6Tabs .selected {
	background: url(../images/mcssD6Tab_selected_bg.gif) no-repeat;
}
#macrotool #mcssD6Tabs .selected a {
	font-weight: bold;
	color: #a6651d;
}
#macrotool #mcssResult {
	width: 790px;
	margin: 0px auto;
	clear: both;
}
#macrotool #mcssResult #Panel1 {
	display: none;
}
#macrotool #mcssResult #results {
	display: block;
	margin: 10px;
}
#macrotool #mcssResult .sc_news_li {
	width: 90%;
	padding: 10px 0px 5px 0px;
	border-bottom: dashed 1px #d3d3d4;
}
#macrotool #mcssResult input {
	margin-right: 10px;
}
#macrotool #mcssResult .sc_news_title a {
	font-size: 14px;
	color: #79846e;
	font-weight: bold;
}
#macrotool #mcssResult .sc_news_content {
	font-size: 14px;
	color: #666;
	clear: both;
	display: block;
	padding-left: 30px;
	padding-top: 5px;
}
#macrotool #mcssResult .colcolor {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #7d7d7d;
}
#macrotool #mcssResultFunc {
	margin: 10px 0px;
}
#macrotool #mcssResultFunc {
	text-align: center;
}
#macrotool #mcssResultFunc * {
	font-size: 12px;
	cursor: pointer;
	color: #15B;
}
#macrotool #mcssResultFunc .page3 {
	display: none;
}
#macrotool #mcssResultFunc span span {
	border: solid 1px #d2d2cf;
	padding: 0.3em 0.5em;
}
#macrotool .page5 {
	color: #890000!important;
	font-weight: bold;
	border: none 0px!important;
}
#macrotool #mcssResultPrev {
	margin-right: 5px;
	color: #890000;
	font-weight: bold;
}
#macrotool #mcssResultNext {
	margin-right: 5px;
	color: #890000;
	font-weight: bold;
}
#macrotool #SaveToWord {
	float: left;
	display: block;
	margin-left: 5px;
	background: url(../images/btn_mcCnttBar_toword_bg.gif) no-repeat;
	width: 120px;
	height: 22px;
	cursor: pointer;
}
#macrotool #SaveToWord a {
	display: block;
	padding-top: 1px;
	padding-left: 15px;
	margin-left: 17px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
	white-space: nowrap;
}
#macrotool #wordnum {
	float: left;
	display: block;
	color: #828282;
	font-weight: bold;
	font-size: 13px;
}
#macrotool #wordnum p {
	display: inline;
	font-family: "Arial";
	font-size: 24px;
	font-weight: normal;
	color: #c20000;
	margin: 0px 2px;
	line-height: 100%;
}
#macrotool #mcssFuncNote {
	float: left;
	font-size: 12px;
	padding: 1px 5px;
	margin-right: 30px;
	border: solid 1px #d3d3d4;
	color: #777;
}
#macrotool #macrotoolList {
	width: 790px;
	margin: 0px auto;
	clear: both;
	margin-top: 10px;
}
#macrotool #macrotoolList #mcssFunc {
	display: none;
}
#macrotool #macrotoolList .box {
	width: 49%;
	height: 320px;
	float: left;
	clear: none;
	margin-top: 10px;
}
#macrotool #macrotoolList .box .box_list {
	padding-top: 0px;
}
#layout_footer ul {
	overflow: hidden;
	position: absolute;
	top: 20px;
}
#layout_footer ul li {
	float: left;
	border-left: solid 1px #000;
	list-style-type: none;
	margin-left: -1px;
	line-height: 14px;
	padding: 0px 16px;
}
#layout_footer ul li a {
	font-size: 13px;
	color: #000;
}
#layout_footer #copyright {
	position: absolute;
	top: 20px;
	right: 10px;
}
#layout_footer #copyright * {
	color: #8c8c8c;
	font-size: 13px;
}
#layout_footer #copyright p {
	float: left;
}
#layout_footer #copyright .cn {
	padding-top: 2px;
}
#layout_footer #copyright .en {
	font-family: "Arial";
	padding-left: 5px;
}
#loading {
	background: url(/mcPanels/mcLoading/loading.gif) no-repeat 0px 8px;
	padding-left: 18px;
	padding-top: 10px;
	margin: 5px;
	font-size: 13px;
}
.tooltip {
	width: 200px;
	font-size: 12px;
	color: #666;
	background: #eee;
	border: 1px solid #000;
}
.tooltip h2 {
	padding: 5px;
}
.tooltip p {
	margin: 0;
	text-align: justify;
	line-height: 120%;
	padding: 5px;
	padding-top: 0px;
}
#tooltip1 {
	z-index: 100000;
	background: #ffd;
	display: none;
}
#tooltip2 {
	z-index: 99999;
	background: #ffd;
	display: none;
	width: 350px;
}
.mcCnttBar {
	position: absolute;
	top: 4px;
	right: 310px;
}
.mcCnttBar span {
	display: block;
	float: left;
	cursor: pointer;
}
.mcCnttBar a {
	display: block;
}
.mcCnttBar .mcCnttBar_word {
	font-size: 12px;
	color: #be8a45;
	margin-top: 3px;
}
.mcCnttBar .mcCnttBar_wordmax a {
	background: url(../images/btn_mcCnttBar_wordmax.gif) no-repeat;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin-top: 3px;
}
.mcCnttBar .mcCnttBar_wordmax .selected {
	background: url(../images/btn_mcCnttBar_wordmax_selected.gif) no-repeat;
}
.mcCnttBar .mcCnttBar_worddef a {
	background: url(../images/btn_mcCnttBar_worddef.gif) no-repeat;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin-top: 3px;
}
.mcCnttBar .mcCnttBar_worddef .selected {
	background: url(../images/btn_mcCnttBar_worddef_selected.gif) no-repeat;
}
.mcCnttBar .mcCnttBar_wordmin a {
	background: url(../images/btn_mcCnttBar_wordmin.gif) no-repeat;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin-top: 3px;
}
.mcCnttBar .mcCnttBar_wordmin .selected {
	background: url(../images/btn_mcCnttBar_wordmin_selected.gif) no-repeat;
}
.mcCnttBar .mcCnttBar_favorite {
	padding-left: 7px;
	padding-right: 7px;
	border-left: solid 1px #bbbcbc;
	margin-top: 3px;
}
.mcCnttBar .mcCnttBar_favorite a {
	font-size: 12px;
	color: #be8a45;
	text-decoration: underline;
}
.mcCnttBar .mcCnttBar_print {
	background: url(../images/btn_bg.gif) no-repeat;
	width: 80px;
	height: 22px;
}
.mcCnttBar .mcCnttBar_print a {
	background: url(../images/btn_mcCnttBar_print_ar.gif) no-repeat 0px 5px;
	padding-top: 1px;
	padding-left: 15px;
	margin-left: 17px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
}
.mcCnttBar .mcCnttBar_toword {
	margin-left: 5px;
	background: url(../images/btn_mcCnttBar_toword_bg.gif) no-repeat;
	width: 120px;
	height: 22px;
}
.mcCnttBar .mcCnttBar_toword a {
	padding-top: 1px;
	padding-left: 15px;
	margin-left: 17px;
	font-size: 14px;
	color: #8c5826;
	font-weight: bold;
	white-space: nowrap;
}
clearbox {
	clear: both;
}
.floatBox {
	border: #cd955c 1px solid;
	position: absolute;
}
.floatBox .title {
	height: 30px;
	background: #f3d880;
	color: #fff;
}
.floatBox .title h4 {
	float: left;
	padding: 0;
	margin: 7px 10px;
	font-size: 14px;
	line-height: 16px;
	color: #9a1c21;
	font-weight: bold;
}
.floatBox .title span {
	position: absolute;
	cursor: pointer;
	font-size: 12px;
	color: #000;
}
.floatBox #btn_diysubmit {
	top: 3px;
	right: 50px;
	background: url(../images/btn_bg.gif) no-repeat;
	width: 80px;
	height: 22px;
	padding: 1px;
	text-align: center;
	color: #8c5826;
	font-weight: bold;
	font-size: 14px;
}
.floatBox #btn_shutdown {
	top: 5px;
	right: 10px;
	height: 19px;
}
.floatBox .content {
	padding: 0px 15px;
	background: #fffad4;
}
.floatBox .content * {
	font-size: 12px;
	color: #856850;
}
.floatBox .content ul {
	clear: both;
	display: block;
}
.floatBox .content ul ul {
	background: #fffad4;
}
.floatBox .content li {
	clear: both;
	background: #fcf4d1;
	display: block;
	font-weight: bold;
}
.floatBox .content li li {
	clear: none;
	background: #fffad4;
	float: left;
	width: 20%;
	font-weight: normal;
	padding: 5px;
}
.floatBox .content {
	SCROLLBAR-FACE-COLOR: #edc875;
	SCROLLBAR-HIGHLIGHT-COLOR: #ebbe6f;
	SCROLLBAR-SHADOW-COLOR: #ebbe6f;
	SCROLLBAR-3DLIGHT-COLOR: #f7e39a;
	SCROLLBAR-ARROW-COLOR: #fff;
	SCROLLBAR-DARKSHADOW-COLOR: #ebbe6f;
	SCROLLBAR-BASE-COLOR: #f7e39a;
	SCROLLBAR-TRACK-COLOR: #f7e39a;
}
#floatBoxBg {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	z-index: 1
}
#floatBox {
	display: none;
	width: 598px;
	height: 300px;
	background: #f3d880;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 9999;
}
#floatBox .content {
	height: 82%;
	overflow: auto;
}
#focusList {
	width: 260px;
}
#keywordlist li a {
	padding-right: 5px;
}
#wRela {
}
#wRela {
	position: absolute;
	z-index: 9999;
	width: 330px;
	padding: 1px;
	display: none;
	border: 1px solid #999;
	background: #f5f5f5;
	text-align: left;
}
#wRelaTitl {
	background: url(/mcPanels/mcDict/wDictTitl_bg.gif);
	border-bottom: solid 1px #bebebe;
	padding: 2px;
	font-size: 14px;
	color: #0066cc;
}
#wRelaCntt {
	height: 210px;
	overflow: auto;
}
#wRelaCntt * {
	font-size: 13px;
	color: #666;
}
#wRelaCntt li {
	margin-left: 5px;
}
#wRelaCntt li {
	line-height: 180%;
}
#wRelaCntt li a {
	background: url(../images/box_list_ar.png) no-repeat 0px 5px;
	padding-left: 5px;
	color: #444;
}
#wRelaCntt li a:hover {
	text-decoration: underline;
}
#wRelaCntt li span {
	font-family: "Arial";
	font-size: 10px;
	padding-left: 5px;
}
.box_menu {
	z-index: 9998;
	position: absolute;
	display: none;
	width: 460px;
	height: 420px;
}
.box_menu .box_menu_header {
	border: solid 1px #5f0000;
	border-bottom: none 0px;
	background: url(../images/showmenu_bg.png) repeat-x #fff9dc;
	margin-top: 2px;
	margin-left: 2px;
	height: 26px;
	position: absolute;
	z-index: 2;
	text-align: center;
}
.box_menu .box_menu_header a {
	color: #7f0a00;
	font-weight: bold;
	padding-top: 1px;
	font-size: 14px;
	display: block;
	background: url(../images/fMenu_hasmenu_ar.gif) no-repeat 85px;
}
.box_menu .box_menu_main {
	border: solid 1px #5f0000;
	border-right: 2px;
	border-bottom: 2px;
	overflow-y: scroll;
	width: 460px;
	height: 400px;
	background: #fff9dc;
	position: absolute;
	top: 28px;
	z-index: 1;
}
.box_menu .box_menu_main {
	SCROLLBAR-FACE-COLOR: #7d0000;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff9dc;
	SCROLLBAR-SHADOW-COLOR: #fff9dc;
	SCROLLBAR-3DLIGHT-COLOR: #fff9dc;
	SCROLLBAR-ARROW-COLOR: #fff9dc;
	SCROLLBAR-DARKSHADOW-COLOR: #fff9dc;
	SCROLLBAR-BASE-COLOR: #fff9dc;
	SCROLLBAR-TRACK-COLOR: #fff9dc;
}
.box_menu .box_menu_main {
	padding: 10px 15px;
}
.box_menu .box_menu_main * {
	font-size: 12px;
	color: #996547;
}
.box_menu .box_menu_main h4 {
	display: none;
}
.box_menu .box_menu_main span {
	display: block;
	padding: 5px 0px;
	border-top: solid 1px #eee6bd;
}
.box_menu .box_menu_main span a {
	background: url(../images/box_menu_ar.gif) no-repeat 0px 3px;
	padding-left: 10px;
}
.box_menu .box_menu_main ul {
	clear: both;
	display: block;
}
.box_menu .box_menu_main ul ul {
	clear: both;
	padding-left: 10px;
	margin-bottom: 5px;
}
.box_menu .box_menu_main li {
	clear: both;
	display: block;
	font-weight: bold;
}
.box_menu .box_menu_main li li {
	clear: none;
	float: left;
	width: 20%;
	font-weight: normal;
	padding: 0px 5px;
}
.box_menu .box_menu_main li .cols2 li {
	width: 40%!important;
}
.box_menu .box_menu_main li .cols3 li {
	width: 30%!important;
}
.box_menu .box_menu_main li .cols4 li {
	width: 20%!important;
}
.box_menu .box_menu_main li .cols5 li {
	width: 15%!important;
}
.box_menu .box_menu_main li .cols6 li {
	width: 13%!important;
}
.funcIframe {
	display: none;
}
.limit a {
	color: #999!important;
}
#savethepdf {
	background: url(../images/fileType_DOC_small.gif) no-repeat;
	float: right;
	display: block;
	padding-left: 20px;
	height: 20px;
	margin: 5px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
