@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;
}
/* 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 {
	display: block;
*zoom:1;
}
/**布局开始**/
body {
	background: #f6f6f6;
}
body, p {
	font: 13px/1 "微软雅黑";
	color: #313131;
}
a {
	color: #313131;
	text-decoration: none;
}
a:hover {
	color: #6e0f6d;
	text-decoration: underline;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1017px;
	margin: 0 auto;
} /**页面全局宽度**/
.head .sitelogo {
	float: left;
	width: 400px;
	height: 120px;
}
/**标题栏新闻窗口**/
.post {
}
.post .tt {
	height: 40px;
	border-bottom: 2px solid #efe9da;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #6e0f6d;
} /**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding-left: 0px;
	border-bottom: 6px solid #ddc992;
} /**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	float: right;
	padding-left: 10px;
	background: url(images/delimiter.gif) left center no-repeat;
}   /**更多按钮**/
.post .tt .more_btn a span {
	color: #967418;
}
.post .con {
	padding: 5px 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;
} /**新闻列表图标**/
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
	line-height: 30px;
	height: 30px;
} /**标题图标**/
.news_list li.news span.news_title {
	float: left;
}
.news_list li.news span.news_meta {
	float: right;
	font-size: 14px;
}
.news_list li.news p {
	clear: both;
	line-height: 30px;
	color: #313131;
}
.news_list li.news p a {
	color: #313131;
}
.news_list li.news p a:hover {
	color: #444;
	text-decoration: underline;
}
/**页头开始**/
#header {
}
#header .inner {
	height: 168px;
}
.head {
	width: 100%;
	height: 123px;
	background: url(images/head_top.jpg) left center no-repeat;
}    /**页头部分**/
.head .ss {
	width: 227px;
	height: 31px;
	float: right;
	margin-top: 53px;
}
.head .ss .keyword {
	width: 172px!important;
	height: 29px;
	padding: 0;
	border: 1px solid #dadada;
	color: #4e4e4e;
	font-size: 12px;
	line-height: 29px;
	text-indent: 15px;
	border-right: none;
}
.head .ss .search {
	background: url(images/btn-search.gif);
	width: 55px;
	height: 31px;
	border: 0px;
	cursor: pointer;
}
.navbar {
	width: 100%;
	height: 45px;
	background: #6e0f6d;
}   	/**导航区域背景**/
.navbar .navbox {
	width: 100%;
	height: 45px;
	float: left;
}   /**导航窗口大小及位置**/
/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav, .navbar .navbox .nav {
	height: 45px;
}  /**导航高度**/
.navbar .navbox .wp_nav .nav-item {
}
.navbar .navbox .wp_nav li.nav-item a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}    /**导航字体样式 20160913 修改16px 为18px 37px to 35px **/
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
	color: #F90;
}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
	padding: 0px 40px;
	height: 45px;
	line-height: 45px;
}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav {
}
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
	background: #6e0f6d;
}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
	background: #6e0f6d;
	color: #F90;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0;
	height: 26px;
	line-height: 26px;
}		/**子菜单栏目高度与边距**/
#jumbotran {
}
#jumbotran .inner {
	margin-top: 3px;
}
.jumbotran {
	width: 100%;
	height: 173px;
	background: url(images/jumbotran.jpg) center center no-repeat;
}
/**主体开始**/
#container {
}
#container .inner {
}
/**首页三列布局**/
.mod-h1 {
	margin-top: 8px;
	background: #ece6de;
}
.mod-h1-l {
	width: 539px;
	height: 309px;
	float: left;
}
.mod-h1-r {
	width: 457px;
	height: 309px;
	float: right;
	margin-right: 20px;
}
.mod-h2 {
	margin-top: 22px;
	margin-bottom: 10px;
}
.mod-h2-l {
	width: 500px;
	float: left;
}
.mod-h2-r {
	width: 478px;
	float: right;
}
.mod-h3 {
}
.mod-h3-l {
	float: left;
	width: 500px;
	height: 263px;
}
.mod-h3-r {
	float: right;
	width: 478px;
	height: 263px;
}
/**列表页**/
.col_menu {
	width: 244px;
	float: left;
}
.col_menu .col_menu_head {
	height: 52px;
	border-bottom: 1px solid #ddc992;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 18px;
	font-weight: bold;
	color: #6e0f6d;
	text-align: center;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 52px;
	padding: 0;
}  /**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
	border: none;
	margin: 21px auto;
	width: 198px;
}
.col_list .wp_listcolumn .wp_column a .column-name {
	padding: 0;
	line-height: 36px;
}
.col_list .wp_listcolumn .wp_column a {
	color: #000;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	background: transparent;
	border-top: none;
	font-weight: normal;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #fff;
	background: #6e0f6d;
	border-bottom: 1px solid #6e0f6d;
} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #fff;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a .column-name {
	padding-left: 20px;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #5f5f5f;
	border-bottom: 1px solid #d4d4d4;
	font-weight: 300;
} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	color: #fff;
	background: #6e0f6d;
} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #fff;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	color: #5f5f5f;
	border-bottom: 1px solid #d4d4d4;
} 	/**三级子栏目**/
.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: #fff;
	background: #6e0f6d;
} 	/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #fff;
}
.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: #fff;
}
.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: #fff;
}
.col_news {
	width: 706px;
	float: right;
	margin-bottom: 50px;
	min-height: 400px;
} /**栏目新闻**/
.col_news_head {
	height: 54px;
	border-bottom: 2px solid #efe9da;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	border-bottom: 6px solid #ddc992;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #6e0f6d;
	padding: 0;
	text-align: center;
}   /**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 54px;
	line-height: 54px;
} /**当前位置**/
.col_news_con {
	margin-top: 17px;
}
.col_news_box {
	padding: 10px 0;
	margin: 0 7px;
}
.col_news_list {
}
.col_news_list .wp_article_list .list_item {
	border: none;
	line-height: 30px;
	height: 30px;
}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
	background: url(images/0031.jpg) no-repeat;
}  /**栏目新闻图标序号**/
.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: 6px;
}
.col_news_list .wp_entry img {
	max-width: 680px;
_width:expression(this.width > 680 ? "680px" : this.width);
}   /**列表页文章图片大小限制**/
.possplit {
	background: url(images/possplit.png) no-repeat center;
	width: 20px;
}
/**文章页**/
.infobox {
	margin: 0 auto;
}
.infobox .info-position .col_path {
	margin-top: 20px;
	line-height: 20px;
	height: 20px;
}
.infobox .info-position .col_path span {
	color: #7f7f7f;
}
.infobox .info-position .col_path a {
	color: #7f7f7f;
}
.article {
	margin: 20px 70px;
}
.article h1.arti_title {
	line-height: 30px;
	font-family: "Microsoft YaHei";
	padding: 20px 0;
	text-align: center;
	font-size: 17px;
	color: #6e0f6d;
	font-weight: bold;
} /**文章标题**/
.article h2.arti_title {
	line-height: 20px;
	font-family: "Microsoft YaHei";
	padding: 0px 0;
	text-align: center;
	font-size: 15px;
	color: #6e0f6d;
	font-weight: bold;
} /**文章标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #999;
} /**文章其他属性**/
.article .entry {
	margin: 45px auto 0;
	overflow: hidden;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	line-height: 1.75!important;
	font-size: 15px!important;
	text-align: justify;
	font-family: "Microsoft yahei", "Simsun" !important;
}  /**阅读字体**/
.article .entry .read p {
	margin-bottom: 6px;
}
.article .entry .read img {
	max-width: 940px;
_width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
/*bot布局开始*/
#bot {
}
#bot .inner {
	height: 134px;
	background: #dcdcdc;
}
.bot-l {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	width: 370px;
}
.bot-r {
	margin-top: 15px;
	float: right;
	width: 605px;
}
.bot-l .bot-l-box .articlecontent {
	margin-top: 25px;
	margin-left: 5px;
}
.bot-l .bot-l-box .articlecontent a img {
	padding-left: 6px;
}
.bot-r .bot-r-box-1 {
	width: 80px;
	margin-left: 0px;
	float: left;
}
.bot-r .bot-r-box-2 {
	width: 80px;
	margin-left: 15px;
	float: left;
}
.bot-r .bot-r-box-3 {
	width: 120px;
	margin-left: 15px;
	float: left;
}
.bot-r .bot-r-box-4 {
	width: 120px;
	margin-left: 15px;
	float: left;
}
.bot-r .bot-r-box-5 {
	width: 120px;
	float: left;
}
.bot-r .wp_article_list .list_item {
	border-bottom: none;
}
.bot-r .wp_article_list .list_item .Article_Index {
	display: none;
}
.bot-r .wp_article_list .list_item .Article_Title {
	margin-left: 0px;
}
/**页脚开始**/
#footer {
}
#footer .inner {
	height: 64px;
	background: #6e0f6d;
}
.foot p span {
	padding: 0px 5px;
}
#footer .inner p {
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
span.Article_MicroImage img {
	border: 1px solid #ccc;
	padding: 5px;
}
.biaoti {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
}
.biaoti a {
	color: #6e0f6d;
}
.jianjie {
	height: 20px;
	line-height: 20px;
}
.jianjie a {
	color: #7d7a76;
}
.news_title {
}
.news_title a {
	font-size: 14px
}
#beginw8 span {
	display: inline-block;
	width: 136px;
	text-align: center;
}
#wp_news_w6 a {
	font-size: 14px;
}
.wp_article_list .list_item .Article_Index {
	margin-top: 13px;
}
.focus-title {
	font-weight: normal;
	font-family: "微软雅黑";
}
.sudy-links .links-name {
	color: #000;
}
div#wp_nav_w2 {
	position: relative;
	width: 100%;
	z-index: 99999;
        padding-left:4px;
}
.bot-l .tt {
	width: 100%;
	float: left;
}
.bot-r .tt {
	width: 100%;
	float: left;
}
.bot-l .tt .tit {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #6e0f6d;
}
.bot-r .tt .tit {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #6e0f6d;
}
.mdo_lxwm {
	width: 100%;
	margin-top: 15px;
	float: left;
}
.bot-r .mod_link {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.mdo_lxwm .articlecontent p {
	line-height: 25px;
}
.Site_Logo img {
    margin-top: 17px;
    margin-left: -90px;
}
