@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.clear { clear:both;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

/**布局开始**/
body { background: #fff;}
body,p { 
	font:12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; 
	color:#2b2b2b;}
a { 
	color:#333;
	text-decoration:none;}
a:link { 
	color:#333;}
a:hover { 
	color: #831c20;
	text-decoration:none;}
a:active { 
	color:#333;}

.wrapper { 
	width:100%; 
	margin:0 auto;}
.wrapper .inner {  /**页面全局宽度**/
	max-width: 1200px; 
	margin:0 auto;
}

/*头部BANNER*/
#header {
	background:url(../images/topbg.png) no-repeat center top;}

.head {
	width:100%;
	height:100px;
	
	position: relative;}

.logo {
	width: 450px;
	height: 100px;
	float: left;
	cursor: pointer;
	background: url(../images/logo.png) center center no-repeat;}

.search-bar {width: 250px; float: right; }
.search-box  {background: rgba(255, 255, 255, 0.2); height: 28px; margin-top: 35px;}
.search-component {
	width: 100%;
	height: 28px;
	margin: auto;
	overflow: hidden;
	background: url(../images/search_btn.png) 220px center no-repeat;}
.search-input-box {
	width: 200px;
	height: 28px;
	float: left;
	padding: 0px;
	position: relative;}
.search-input {
	width: 200px;
	height: 20px;
	border: none;
	padding: 0;
	background: transparent;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #FFF;
	position: absolute;
	top: 4px;
	left: 3px;}
.search-btn-box {
	width: 30px;
	height: 28px;
	float: right;
	padding: 0px;
	position: relative;}
.search-btn {
	width: 32px;
	height: 28px;
	background: url(../images/transparent.gif) center center no-repeat;
	border: none;
	margin: auto;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;}


/**导航条**/
#naver {background: #FFF;}
.nav { width:100%; height: 44px; line-height: 44px; margin: 0px auto; background: #FFF;}
.nav-bar {width: 1200px; margin: 0 auto;}
.nav-box { margin: 0 auto;}
.nav-box .wp-menu { margin:0 auto;} /**导航高度**/
.nav-box .wp-menu .menu-item {line-height: 44px; display: block; float: left; position: relative; z-index: 100; width:100px;}
.nav-box .wp-menu .menu-item.i1 {background: transparent;}
.nav-box .wp-menu .menu-item a.menu-link {display: block; text-align:center;color: #333; font-size:16px; font-family:"Microsoft YaHei";}/**导航字体样式**/
.nav-box .wp-menu .menu-item a.menu-link:hover,
.nav-box .wp-menu .menu-item a.menu-link.parent{ background:#a1282d;color:#ffffff; text-decoration: none; display:block;}/**鼠标经过或当前选中时样式**/
.nav-box .sub-menu { background: rgba(161, 40, 45, 0.6); display: none; position: absolute; left: 0px; top: 44px; z-index: 100; min-width:109px;} /**菜单背景**/
.nav-box .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;border-bottom: none;}
.nav-box .sub-menu .sub-item a { display: block; color: #fff;line-height: 40px; text-align:center;display: block; font-family:"Microsoft YaHei"; font-size: 13px;}/**子菜单字体样式**/
.nav-box .sub-menu .sub-item a:hover,
.nav-box .sub-menu .sub-item a.parent{ color:#fff; display: block; text-align:center; background: rgba(131, 28, 32, 1);}
.nav-box .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background-color: #e6e6e6; border-left: 1px solid #ddd;}



/**Jumbotran**/
#jumbotran {
	background: #e8e8e8;}
.jumbotran .focus-navigation, .focus-navigation:hover {
	font-size: 60px;
	font-weight: normal;
	background: transparent;}
.jumbotran .focus-pagination {bottom: 6px;}
.jumbotran .focus-prev {left: 10px;}
.jumbotran .focus-next {right: 10px;}
.jumbotran .focus-page-active {background-color: #a7060c;}
.jumbotran .focus-title-bar {height: 45px;}
.jumbotran .focus-title-bg {opacity: 0.5;}
.jumbotran .focus-title {height: 45px; line-height: 45px; font-size: 18px; font-weight: normal; font-family:"Microsoft YaHei"; padding: 0 20px;}

/**主体部分**/
#container {}

#container .inner { 
	padding: 0;
	background: #fff;}

.mod {
	width: 1200px;
	padding: 0px;
	margin: 0 auto;}

.mod-h {}

.mod-h1 {
	padding: 25px 0;}

.content2 {
	}

.mod-h2 {
	padding: 25px 0;}

.mod-h .mod-l {
	width: 650px;
	float: left;}

.mod-h .mod-r {
	width: 505px;
	float: right;}

.c-box {}

/*链接 联系我们*/
#link-contact {
	background: #8e1b20;
	padding: 30px 0;
padding-bottom:0px;}

.link-box {
	width: 43%;
	float: left;}

.link-box .link {
	width: 1150px;
	float: left;
	padding: 0 0 20px 30px;
	;}

.link-box .link .title {
	color: #FFF;
	height: 35px;
	font-size: 16px;}

.link-box .link .con {
	color: #fff;}

.link-box .link .con .wp_nav .nav-item{
	float: none;
	width: 280px;
font-size:14px;}

.link-box .link .con .wp_nav .nav-item a {
	color: #FFF;
	text-align: left;
	display: inline;
font-size：14px;}

.link-box .link .con .wp_nav .nav-item a span.item-name {
	line-height: 35px;
	padding: 0;
	font-size: 14px;}

.contact-box {
	width: 37%;
	float: left;}

.contact-box .contact {
	width: 300px;
	float: left;
	padding: 0 0 0 30px;
	border-left: 1px solid #a9252b;}

.contact-box .contact .title {
	color: #FFF;
	height: 35px;
	font-size: 16px;}

.contact-box .contact .con {
	color: #fff;
	line-height: 30px;}

.qrc-box {
	width: 17%;
	float: left;}

.qrc-box .qrc {
	width: 100%;
	float: left;
	padding: 0;
	border-left: 1px solid #a9252b;
	background: url(../images/weixin.jpg) center 5px no-repeat;}

.qrc-box .qrc .title {
	color: #FFF;
	height: 20px;
	font-size: 14px;
	text-align: center;
	margin-top: 120px;}


/*页脚*/
#footer {
	background: #831c20;}

.foot {
	width: 100%;}

.copyright {
	margin: 0 auto;}

.copyright p {
	font-size:12px;
	line-height:20px;
	text-align: center;
	color: #FFF;
	padding: 10px 0;}


/*首页自定义新闻列表*/
.post {	margin: 0 auto; padding: 0;}

.post-headline {margin-bottom: 30px;}
.post-headline .banner { height: 40px; margin: 0 auto 20px auto; overflow: hidden; border-bottom: 1px solid #d3d2d2;}
.post-headline .banner .title-text { height: 40px; text-align: left; text-indent: 0px; font-weight: normal; float: left; font-size: 18px;}
.post-headline .banner .more-btn { width: 60px; height: 40px; line-height: 14px; float: right; text-align: right; color: #831c20; font-size: 14px;}
.post-headline .banner .more-btn A{ color: #831c20; text-decoration: none;}
.post-headline .banner .more-btn A:hover{ color: #831c20; text-decoration: none;}
.post-headline .con .wp_article_list .list_item {height: 100px; display: block; border-bottom: none;}
.post-headline .con .wp_article_list .list_item .thumbnail {width: 182px; height: 115px; float: left;}
.post-headline .con .wp_article_list .list_item .news-detail {width: 67%; float: left; margin-left: 26px;}
.post-headline .con .wp_article_list .list_item .news-detail .title {height: 32px; line-height: 32px; font-size: 16px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.post-headline .con .wp_article_list .list_item .news-detail .summary {line-height: 22px; color: #999;}

.post-news {}
.post-news .con {margin: 0 auto;}
.post-news .con .wp_article_list .list_item {height: 30px; line-height:30px;}
.post-news .con .wp_article_list .list_item span {margin-left: 0;}
.post-news .con .wp_article_list .list_item .pr_fields {width: 85%;}
.post-news .con .wp_article_list .list_item .Article_Index { display: none;}
.post-news .con .wp_article_list .list_item .Article_Title {font-size: 15px; width: 90%; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.post-news .con .wp_article_list .list_item .Article_Summary {display: none;}
.post-news .con .wp_article_list .list_item.i1 {display: none;}

.post-notice {}
.post-notice .banner { height: 40px; margin: 0 auto 20px auto; overflow: hidden;  border-bottom: 1px solid #d3d2d2;}
.post-notice .banner .title-text { height: 40px; text-align: left; text-indent: 0px; font-weight: normal; float: left; font-size: 18px;}
.post-notice .banner .more-btn { width: 60px; height: 40px; line-height: 14px; float: right; text-align: right; color: #831c20; font-size: 14px;}
.post-notice .banner .more-btn A{ color: #831c20; text-decoration: none;}
.post-notice .banner .more-btn A:hover{ color: #831c20; text-decoration: none;}
.post-notice .con .wp_article_list .list_item {height: 60px; display: block; margin-bottom: 18px; border-bottom: none;}
.post-notice .con .wp_article_list .list_item .datetime { float: left; width: 60px; height:60px; background: #831c20; text-align: center;}
.post-notice .con .wp_article_list .list_item .datetime .date { height: 30px; line-height: 32px; color: #FFF; font-size: 20px;}
.post-notice .con .wp_article_list .list_item .datetime .yearmonth { height: 22px; line-height: 15px; color: #FFF;} 
.post-notice .con .wp_article_list .list_item .title {float: right; width: 430px; height: 52px; font-size: 15px; line-height: 26px;}

.post-lecture {}
.post-lecture .banner { height: 40px; margin: 0 auto; overflow: hidden; border-bottom:1px solid #d3d2d2;}
.post-lecture .banner .title-text { height: 40px; text-align: left; text-indent: 0px; font-weight: normal; float: left; font-size: 18px;}
.post-lecture .banner .more-btn { width: 60px; height: 40px; line-height: 14px; float: right; text-align: right; color: #831c20; font-size: 14px;}
.post-lecture .banner .more-btn A{ color: #831c20; text-decoration: none;}
.post-lecture .banner .more-btn A:hover{ color: #831c20; text-decoration: none;}
.con .wp_article_list .list_item {height: 70px; display: block; padding: 6px 0;}
.con .wp_article_list .list_item.i1 {margin-bottom: 3px;}
.con .wp_article_list .list_item .lecture-detail {border-left: 4px solid #a8a8a8;}
.con .wp_article_list .list_item .lecture-detail:hover {border-left: 4px solid #831c20;}
.con .wp_article_list .list_item .lecture-detail .title {height: 30px; font-size: 16px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; margin-left: 20px;}
.con .wp_article_list .list_item .lecture-detail .datetime {line-height: 20px;margin-left: 20px;}
.con .wp_article_list .list_item .lecture-detail .address {line-height: 20px;margin-left: 20px;}

.post-download {}
.post-download .banner { height: 40px; margin: 0 auto; overflow: hidden; border-bottom: 1px solid #d3d2d2;}
.post-download .banner .title-text { height: 40px; text-align: left; text-indent: 0px; font-weight: normal; float: left; font-size: 18px;}
.post-download .banner .more-btn { width: 60px; height: 40px; line-height: 14px; float: right; text-align: right; color: #831c20; font-size: 14px;}
.post-download .banner .more-btn A{ color: #831c20; text-decoration: none;}
.post-download .banner .more-btn A:hover{ color: #831c20; text-decoration: none;}
.post-download .con .wp_article_list .list_item {height: 40px; line-height: 40px;}
.post-download .con .wp_article_list .list_item .Article_Index {height: 40px; margin: 0; background: url(../images/dot_grey.gif) center center no-repeat;}
.post-download .con .wp_article_list .list_item .Article_Title {width: 320px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.post-download .con .wp_article_list .list_item .Article_Title A {font-size: 12px; line-height: 40px;}



/*列表页*/
#banner {
	background: #e8e8e8;}

.page-banner {
	width: 100%;
	height: 180px;
	margin: 0 auto;
	text-align: center;}

.page-banner Img {
	width: 100%;
	height: auto;}

#container .l-inner { 
	padding: 20px 0;}

.col-box {
	margin: 0 auto;}

.col-menu {
	width: 240px;
	float: left;
	margin-left: 0px;
	min-height: 600px;}

.col-menu-title {
	width: 100%;
	height:60px;
	line-height: 60px;
	margin: 0 auto;
	overflow: hidden;
	background: #a1282d;}

.col-name {
	color: #fff;
	line-height: 60px;
	font-size: 22px;
	text-align: center;
	text-indent: 0;
	font-weight: bold;}

.col-name-text {
	display: block;}

/*多级栏目列表*/
.col-menu-con {padding:0 0 10px 0; background: transparent;}
.col-list {padding: 0; background: transparent;}
/*一级*/
.col-list .wp_listcolumn { border: none;}
.col-list .wp_listcolumn .wp_column {border: none;}
.col-list .wp_listcolumn .wp_column a { font-weight:normal; font-size: 14px; color:#000; border: none; background: #eee url(../images/pointer_darkred.gif) 15px center no-repeat; text-align: left; text-indent: 15px;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a.parent {color:#FFF; font-weight: normal; background: url(../images/banner_blue_230.png) center center no-repeat;}
.col-list .wp_listcolumn .wp_column a:hover { color:#FFF; background: #9b494c url(../images/pointer_white.gif) 15px center no-repeat;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.parent:hover { color:#FFF; background: #9b494c url(../images/pointer_white.gif) 15px center no-repeat;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected { color:#FFF; font-weight: normal; background: #831c20 url(../images/pointer_white.gif) 15px center no-repeat;}
.col-list .wp_listcolumn .wp_column a span.column-name{background: transparent; line-height: 25px; padding: 5px 10px 5px 0;}
.col-list .wp_listcolumn .wp_column a.selected span.column-name{}
.col-list .wp_listcolumn .wp_column a.parent span.column-name{}
/*二级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a { font-weight:normal; font-size: 12px; color:#333; background:none; border-top:0px solid #fff; border-bottom:1px solid #e2e2e2;} 	/**二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a:hover {color:#234f9e;} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected {background: transparent;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a span.column-name {background: transparent; line-height: 25px;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {color:#234f9e; font-weight: bold; background: url(../images/pointer_blue.gif) 18px center no-repeat; line-height: 25px;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.parent span.column-name {color:#234f9e; font-weight: bold; background: url(../images/pointer_blue.gif) 18px center no-repeat; line-height: 25px;}
/*三级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { font-weight:normal; font-size: 12px; color:#333; background:none; border-top:0px solid #fff; border-bottom:1px solid #e2e2e2;} 	/**三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {color:#234f9e;}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { background: transparent;} 	/**鼠标经过或选中三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a span.column-name {background: transparent; line-height: 25px; padding-left: 45px;}
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{color:#234f9e; font-weight: bold; background: url(../images/pointer_blue3.gif) 35px center no-repeat; line-height: 25px;}
/*四级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px solid #fff; border-bottom:1px solid #ddd;} 	/**四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}
/*五级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px solid #fff; border-bottom:1px solid #eee;} 	/**五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}

.col-news {
	width: 930px;
	float: right;}

.l-inner .page-navigation {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border-bottom: 1px solid #831c20;}

.l-inner .path-box {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	color: #979797;}

.l-inner .page-navigation .path-box .Column_Position {padding:0 0;}
.l-inner .page-navigation .path-box .Column_Position A {font-size: 14px; color: #979797;}
.l-inner .page-navigation .path-box .possplit {width: 15px; background: url(../images/arrow_nextlevel.gif) center center no-repeat; padding: 0 5px;}


.col-news-title {height: 45px; line-height: 45px; text-align: left; font-size: 20px; font-weight: normal; color: #831c20;}
.col-news-con {padding: 15px 0px 15px 0px; min-height: 300px;}
.col-news-list {}
.col-news-list .wp_article_list .list_item {border: none; border-bottom: 1px dotted #ccc; height: 40px; line-height: 40px;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item .Article_Index { display: none; margin:0px;}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .Article_Title {margin:0px; font-size: 15px;}
.col-news-list .wp_article_list .list_item .Article_Title A {color:#000;}
.col-news-list .wp_article_list .list_item .Article_Title A:hover {color:#831c20;}
.col-news-list .wp_article_list .list_item .Article_PublishDate {font-size: 15px; color: #999;}
.col-news-list .wp_entry { line-height:2; font-size:14px; color:#000;}
.col-news-list .wp_entry p { margin-bottom:10px; line-height: 2; font-size: 14px;}

.col-news-list .wp_entry img { padding: 4px; background: #f9f9f9;}
.col-news-list .wp_entry .img-desc {font-family: 楷体; font-size: 14px; font-weight:bold;}
.col-news-list .wp_entry a:hover {color: #234f9e; text-decoration: underline;}
.col-news-list .wp_paging {padding: 10px 0;}
.col-news-list .wp_subcolumn_list .wp_sublist {margin-bottom: 30px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title {border-bottom: 2px solid #1e76b4; margin-bottom: 5px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {background: url(../images/sublist-more.png) center center no-repeat;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext Img {visibility: hidden;}
.col-news-sublist-con {padding: 5px 30px;}
.col-news-iframe {position: relative;}
.col-news-iframe .iframe-mask-consult {position: absolute; width:100%; height: 150px; left: 0; z-index: 999; background: #FFF; font-size: 14px; line-height: 25px;}
.col-news-iframe .iframe-mask-appeal {position: absolute; width:100%; height: 290px; left: 0; z-index: 999; background: #FFF url(../images/workflow-appeal.jpg) center center no-repeat;}
.iframe-mask-appeal-placeholder {width: 100%; height: 100px;}
.col-news-head {width:200px; height:28px; float:left;}
.col-metas {height:28px; line-height:28px; text-indent:20px; color: #333; font-size: 14px; font-weight: bold;}

#wp_paging_w1205 {height:50px;}

/*文章页*/
#container .d-inner { 
	padding: 20px 0;}

.d-inner .page-navigation {
	height: 30px;
	line-height: 30px;
	margin: 0 auto;}

.d-inner .page-navigation .path-box {
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	color: #979797;}

.d-inner .page-navigation .path-box .Column_Position {padding:0 0;}
.d-inner .page-navigation .path-box .Column_Position A {font-size: 13px; color: #979797;}
.d-inner .page-navigation .path-box .possplit {width: 15px; background: url(../images/arrow_nextlevel.gif) center center no-repeat; padding: 0 5px;}

.article-box {
	margin: 0 auto;
	min-height: 500px;}

.article {
	padding: 0 10px;}

.article h1.article-title { /**文章标题**/
	font-family: "Microsoft YaHei"; 
	font-weight: normal;
	padding:20px 0px 5px 0px;
	text-align:center; 
	line-height: 150%;
	font-size:22px; 
	color:#000;}

.article .article-metas { 
	padding: 15px 0;
	text-align:center;
	border-bottom: #831c20 1px solid;}

.article .article-metas span { /**文章其他属性**/
	margin:0 5px; 
	font-size:13px; 
	color:#787878;} 

.article .entry { /**文章内容**/
	margin:0 auto;
	padding: 20px 0px;
	overflow:hidden;} 

.article .entry .read, .article .entry .read p { /**阅读字体**/
	line-height: 2; 
	font-size: 15px; 
	color: #333;}  

.article .entry .read p { 
	margin-bottom: 10px;}

.article .entry .read img { /**文章阅读部分图片大小限制**/
	max-width:800px; 
	_width:expression(this.width > 850 ? "850px" : this.width);}
	
	
	
#cen_right_top{width:505px; float:left;}
#cen_right_top .active{color:#831c20;}
#cen_right_top h3{line-height:20px;text-align:center;float:left;height:20px; margin-top:10px; margin-bottom:10px;width:90px;margin::0px;padding:0px;font-size:18px;color:#4e4d4d;font-weight:lighter;cursor:pointer;}
#cen_right_top div{font-size:15px;display:none;clear:both;height:100px;padding:20px 0px 0px 20px;border-top-width:1px;border-top-style:solid;border-top-color:#d3d2d2;}


.zhbox{  width:444px; overflow:hidden; margin-bottom:10px; float:left; margin-left:30px; min-height:270px;  }
.zhbox1{ margin-right:0px;  }
.zhtitle{ height:46px; line-height:46px; padding-left:4px; background:url(../images/line.jpg) left center no-repeat #f3f6fa; }
.zhtitle span{ font-size:18px; margin-left:15px;}
.zhtitle a{ float:right; padding-right:15px; color:#999; }
.zhtitle a:hover{ color:#b00000; }
.zhbox ul{ margin:10px 0; overflow:hidden;  }
.zhbox ul li{ height:34px; line-height:34px;  }
.zhbox ul li a{ background:url(../images/icon1.jpg) left center no-repeat; font-size:15px; }
.zhbox ul li span{ float:right; color:#999; }






.list_dt{
    font-weight: normal;
    font-size: 14px;
    color: #000;
    border: none;
    background: #eee url(../images/pointer_darkred.gif) 15px center no-repeat;
    text-align: left;
    text-indent: 15px;
	width:100%;
	display: block;
    width: 240px;
    vertical-align: bottom;
	height:35px;
	line-height:35px;
}
.list_dt a{
	font-weight: normal;
    font-size: 14px;
    border: none;
    background:url(../images/pointer_darkred.gif) 15px center no-repeat;
    text-align: left;
    text-indent: 15px;
	   display:block; 
    line-height: 36px;
    padding-left: 20px;

}

.list_dt a:hover{
   color:#FFF;

   background: #9b494c url(../images/pointer_white.gif) 15px center no-repeat;
}
.list_dt:hover{
   color:#FFF;
   background: #9b494c url(../images/pointer_white.gif) 15px center no-repeat;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
 
}
#open{
   color:#FFF;
   display:block; 
   background: #9b494c url(../images/pointer_white.gif) 15px center no-repeat;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
   
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
.list_dd{
    display: none;
}
.list_li{
    background: #e2dbdb;
    list-style-type: none;
    color: white;
    width: 240px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}

.list_li a{
    list-style-type: none;
    width: 240px;
    height: 34px;
    line-height: 34px;
font-size:14px;
    cursor: pointer;
	display:block;
text-align:center;
}
.list_li a:hover{
		color:#fff;
		 background: #9e2e32;
	}
.list_li:hover{
    background: #9e2e32;
	color:#fff;
}























