@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: inherit;
	font-family: "微软雅黑";
}
/* 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;
}
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	clear: both;
}
/**布局开始**/
body {
}
body, p {
	font: 12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #cd0200;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1000px;
	margin: 0 auto;
} /**页面全局宽度**/
/**标题栏新闻窗口**/
.post {
}
.post .tt {
	height: 45px;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 20px;
	color: #931f18;
} /**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	height: 46px;
	line-height: 46px;
} /**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	float: right;
	font-family: "微软雅黑";
	color: #cf926d;
}   /**更多按钮**/
.post .tt .more_btn a {
	color: #cf926d;
}
.post .con {
	padding: 0;
	margin: 0 auto;
}
.post .con .wp_article_list .list_item {
	border-bottom: 1px dashed #ccc;
} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: url(images/li.gif) no-repeat center;
	display: none !important;
} /**新闻列表图标**/
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
	line-height: 24px;
} /**标题图标**/
.news_list li.news span.news_title {
	float: left;
	font-size: 16px;
}
.news_list li.news span.news_meta {
	float: right;
	margin-left: 2px;
}
.news_list li.news p {
	clear: both;
	line-height: 20px;
	color: #787878;
}
.news_list li.news p a {
	color: #787878;
}
.news_list li.news p a:hover {
	color: #444;
	text-decoration: underline;
}
/**页头开始**/
#heaer {
}
#header .inner {
}
.head {
	width: 100%;
	height: 95px;
	position: relative;
	background: url(images/logo.png) left center no-repeat;
}    /**页头部分**/
.head .sitetitle {
	position: absolute;
	left: 366px;
	top: 48px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}		/**站点名称**/
.navbar {
	width: 100%;
	height: 56px;
	background: url(images/nav-bg.jpg) left center no-repeat;
}   	/**导航区域背景**/
.navbar .nav {
	width: 970px;
	height: 56px;
	margin: 0 auto;
}   /**导航窗口大小及位置**/
.search-box {
	position: absolute;
	width: 208px;
	height: 30px;
	background: url(images/search-bg.jpg) left center no-repeat;
	right: 0;
	bottom: 20px;
}
/**导航样式：后台绑定时也可以定义配置**/
.navbar .nav .wp_nav {
	height: 40px;
}  /**导航高度**/
.navbar .nav .wp_nav li.nav-item a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}    /**导航字体样式**/
.navbar .nav .wp_nav li.nav-item a:hover, .navbar .nav .wp_nav li.nav-item a.parent {
	color: #F90;
}   	/**鼠标经过或当前选中时样式**/
.navbar .nav .wp_nav li.nav-item a span.item-name {
	padding: 0 15px;
	height: 56px;
	line-height: 56px;
}   /**导航栏目高度与边距**/
.navbar .nav .wp_nav .sub-nav li.nav-item i.mark {
	background: #f8562c;
}  /**子菜单背景**/
.navbar .nav .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;
	font-weight: normal;
	background: #f8562c;
	text-align: center;
}		/**子菜单字体样式**/
.navbar .nav .wp_nav .sub-nav li.nav-item a:hover, .navbar .nav .wp_nav .sub-nav li.nav-item a.parent {
	background: #fff;
	color: #f8562c;
}
.navbar .nav .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}		/**子菜单栏目高度与边距**/
/**主体开始**/
#container {
	padding: 7px 0;
}
#container .inner {
	background: #fff;
	width: 1000px;
}
.banner {
	width: 1000px;
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
}
/**首页三列布局**/
.mod {
}
.mod1 {
	width: 236px;
	float: left;
} /**左列**/
.mod1 .ml {
}
.mbox {
	padding: 0 10px;
	border: 1px solid #d3d3d3;
	background: #f9f8fd;
}
.mod2 {
	width: 728px;
	float: right;
}
.mod2 .mc {
	width: 478px;
	float: left;
} /**中间**/
.mod2 .mr {
	width: 236px;
	float: right;
} /**右列**/
/**列表页**/
.col_menu {
	width: 20%;
	float: left;
}
.col_menu .col_menu_head {
	background: url(images/col_menu_head.jpg) no-repeat 0 0;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 21px;
	padding: 10px;
	background: #f63b08;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}  /**栏目名称图标**/
/**栏目列表*/
.col_list {
	text-align: center;
}
.col_list .wp_listcolumn {
}
.col_list .wp_listcolumn .wp_column a {
	color: #f63b08;
	background: #fff;
	text-align: center;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #fff;
	background: #f63b08
} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #fff;
}
.wp_listcolumn .wp_column a .column-name {
	padding: 5px 10px;
	font-weight: normal;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: #c7c7c7;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #bbb;
} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f2f2f2;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #ccc;
} 	/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: none;
} 	/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
	border-top: 1px 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;
	background-image: url(images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
	border-top: 1px 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;
	background-image: url(images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_news {
	width: 75%;
	float: right;
	min-height: 450px;
} /**栏目新闻**/
.col_news_head {
	border-bottom: #b61c1c 1px solid;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	background: #f63b08;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 0 50px 0 25px;
}   /**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
} /**当前位置**/
.col_news_box {
	padding: 10px 0;
	margin: 0 7px;
}
.col_news_list {
	margin-top: 7px;
}
.col_news_list .wp_article_list .list_item {
}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
	background: url(images/li.gif) no-repeat center;
}  /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}
.col_news_list .wp_entry p {
	margin-bottom: 10px;
}
.col_news_list .wp_entry img {
	max-width: 680px;
_width:expression(this.width > 680 ? "680px" : this.width);
}   /**列表页文章图片大小限制**/
.col_news_list .wp_article_list .list_item .Article_Index {
	display: none !important;
}
.col_news_con .wp_article_list .list_item {
	border-bottom: none !important;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.wp_listcolumn .wp_subcolumn {
	border-top: none;
}
.list1, .list3 {
	float: left;
	width: 735px;
	height: 200px;
}
.list2, .list4 {
	float: right;
	width: 370px;
	height: 200px;
}
.list .tit {
	float: left;
	font-size: 16px;
	color: #d52d00;
}
.list .more_btn {
	float: right;
}
.list .tt {
	border-bottom: 1px solid #e5e5e5;
	height: 40px;
	line-height: 40px;
}
.list .news_list li.news span.news_title a {
	color: #000000;
}
/**文章页**/
.infobox {
	margin: 0 auto;
}
.article {
	min-height: 450px;
}
.article h1.arti_title {
	line-height: 26px;
	font-family: "Microsoft YaHei";
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #282828;
	border-bottom: 2px solid #C30
} /**文章标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}  /**阅读字体**/
.article .entry .read p {
	margin-bottom: 10px;
}
.article .entry .read img {
	max-width: 940px;
_width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
.article .entry .read, .article .entry .read p {
	
	margin: 0 auto;
}
/**页脚开始**/
#footer {
	padding-top: 20px;
}
#footer .inner {
	padding: 10px 0;
}
#footer .inner p {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #5c5c5c;
}
#footer .inner p span {
	margin: 0 3px;
}
.box1 {
	width: 325px;
	height: 160px;
	float: left;
	position: relative;
}
.left {
	background: url(images/con-bg1.jpg) right center no-repeat;
}
.middle {
	background: url(images/con-bg2.jpg) right center no-repeat;
	margin: 0 12px;
}
.right {
	background: url(images/con-bg1.jpg) right center no-repeat;
}
.box1 .post .tt .tit {
	position: absolute;
	width: 62px;
	height: 62px;
	top: 50%;
	margin-top: -26px;
	background: url(images/bt-bg1.png) left center no-repeat;
}
.box1 .news_list li.news {
	padding-left: 70px;
}
.box1 .post .tt .tit {
	font-size: 14px;
	color: #fff;
}
.box1 .post .tt .tit .title {
	padding: 5px 16px;
	white-space: inherit;
	line-height: 23px;
}
.box1 .post .con {
	position: absolute;
	top: 20px;
}
.middle .post .tt .tit {
	position: absolute;
	width: 62px;
	height: 62px;
	top: 50%;
	margin-top: -26px;
	background: url(images/bt-bg2.png) left center no-repeat;
}
.right .post .tt .tit {
	position: absolute;
	width: 62px;
	height: 62px;
	top: 50%;
	margin-top: -26px;
	background: url(images/bt-bg1.png) left center no-repeat;
}
.news_list li.news span.news_title a {
	color: #fff;
	font-size: 14px;
}
input#keyword {
	margin-top: 4px;
	margin-left: 5px;
	border: none;
	height: 20px;
	line-height: 20px;
}
.wp_search .search {
	width: 50px !important;
	background: url(images/btn.jpg) 25px center no-repeat !important;
	margin-top: 4px;
}
.box {
	margin-top: 30px;
}
.post-6 .con {
	padding-left: 80px;
}
.post-6 li.nav-item.i1 {
	background: url(images/1.png) left center no-repeat;
}
.post-6 li.nav-item.i2 {
	background: url(images/2.png) left center no-repeat;
}
.post-6 li.nav-item.i3 {
	background: url(images/3.png) left center no-repeat;
}
.post-6 li.nav-item.i4 {
	background: url(images/4.png) left center no-repeat;
}
.post-6 li.nav-item.i5 {
	background: url(images/5.png) left center no-repeat;
}
.post-6 li.nav-item.i6 {
	background: url(images/6.png) left center no-repeat;
}
.post-6 li.nav-item {
	margin-bottom: 10px;
}
.post-6 li.nav-item a span {
	color: #fff;
	font-size: 15px;
	margin-left: 25px;
}
.json {
	width: 751px;
	height: 500px;
	overflow: hidden;
	margin-bottom: 20px;
}
.tp .pic {
	width: 210px;
	height: 135px;
}
.nav li.nav-item.selected {
	/* background: #fff; */
	border-radius: 5px;
}
.nav li.nav-item.selected a {
	/* color: #F90 !important; */
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
	padding-left: 0 !important;
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
	padding-left: 0 !important;
}
.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}
.column-list-wrap li a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	font-size: 16px;
	color: #f63b08;
	background: #fff;
	text-align: center;
}
.column-list-wrap li a:hover {
	text-decoration: none;
	color: #fff;
	background: #f63b08;
}
.column-list-wrap li.selected a.selected {
	color: #fff;
	background: #f63b08;
}
.column-list-wrap li a span {
	display: block;
	padding: 5px 10px;
	line-height: 22px;
}
ul.column-list-wrap {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
.column-list-wrap .sub-list li a {
	font-size: 14px;
	color: #454545;
	background: #c7c7c7;
	border: 0;
}
.column-list-wrap .sub-list li a:hover {
	color: #124D83;
}
.column-list-wrap .sub-list li.selected a.selected {
	background-color: #666;
	color: #fff;
	background-position: 18px 11px;
}
.column-list-wrap .sub-list li a span {
	padding: 5px 10px;
	line-height: 20px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f2f2f2;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
ol, ul {
	list-style: none;
}
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: inherit;
	font-family: "微软雅黑";
}
user agent stylesheet ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
Inherited from div.column-list 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: inherit;
	font-family: "微软雅黑";
}
Inherited from div.col_menu_con 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: inherit;
	font-family: "微软雅黑";
}
Inherited from div.col_menu 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: inherit;
	font-family: "微软雅黑";
}
Inherited from div.inner 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: inherit;
	font-family: "微软雅黑";
}
Inherited from div#container.wrapper 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: inherit;
	font-family: "微软雅黑";
}
Inherited from body body, p {
	font: 12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
}
body {
	line-height: 1;
}
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: inherit;
	font-family: "微软雅黑";
}
Inherited from html 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: inherit;
	font-family: "微软雅黑";
}
.ewm {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
}
.column-list .column-list-wrap li.parent ul.sub-list 
{display:block}
.column-list .column-list-wrap .sub-item.parent ul.sub-list 
{display:block}
ul.sub-list {
    display: none;
}
