@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 {}
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;}
.fl{float:left;}
.fr{float:right;}

/**布局开始**/
body {background-color:#efefef;}
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:1017px; margin:0 auto;padding:0 15px;background-color:#fff;} /**页面全局宽度**/

/**标题栏新闻窗口**/
.post { margin-bottom:10px;}
.post .tt { height:32px; border-bottom:1px solid #6db4e0;} /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:14px; font-weight:bold; color:#216687;} /**标题字体**/
.post .tt .tit .title { display:inline-block; height:32px; line-height:32px; padding-left:35px; background:url(images/icon_tit.gif) no-repeat 5px center;} /**标题图标**/
.post .tt .more_btn { display:inline-block; height:32px; line-height:32px; float:right;}   /**更多按钮**/
.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 {margin-left:40px} /**标题图标**/
.news_list .n1{}
.news_list li.news span.news_title { float:left;}
.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;}


/**页头开始**/
#header {}
#header .inner {}
.head { width:100%; height:123px;    position: relative;}    /**页头部分**/
.head .sitetitle { position:absolute; left:390px; top:48px; font-size:30px; font-family:"Microsoft Yahei"; color:#1a774b;}		/**站点名称**/
.sitelogo{padding-top:25px;}
.site_search{padding-top:40px;}
input.keyword{width:161px;height:29px;padding:0;background-color:#f6f6f6;border:none;color:#4e4e4e;padding-left:10px;line-height:29px;}
.wp_search .search{width:54px;height:29px;background:url(images/search.png) center no-repeat;}

#nav{height:45px;}
.navbar { width:100%;background-color:#1f975e; }   	/**导航区域背景**/
.navbar .navbox { width:100%; height:45px; margin:0 auto;}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,.navbar .navbox .nav { height:40px;}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a { font-size:16px; color:#fff;}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{ }   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
	height:40px;
	line-height:40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 45px;
}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#1F975E;}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:14px; font-weight:normal;}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent { background:#00380A; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; height:26px; line-height:26px;}		/**子菜单栏目高度与边距**/
#wp_nav_w2 .wp_nav .i1 a{width:104px;}
#wp_nav_w2 .wp_nav .nav-item a{width:121px;}
#wp_nav_w2 .wp_nav .nav-item a:hover{background-color:#EE7B1D;}


/**主体开始**/
#container { }
#container .inner{ background:#fff; width:1017px; padding:0 15px; padding-top:10px;}

/**首页三列布局**/
.mod {}
.mod1 { width:236px; float:left;} /**左列**/
.mod1 .ml { width:100%;} 
.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;} /**右列**/
.layer1{height:309px;}
.layer2{margin-top:40px;}
.left-wind{width:502px;}
.wind-d{margin:30px 0;}
.lw1{width:538px;height:309px;}
.lw2{width:438px;height:289px;background-color:#edeae1;padding:10px 20px;}
.tt{height:34px;border-bottom:2px solid #efe9da;}
.tt1{height:30px;}
.cont{margin-top:12px;}
.biaoti-tt{height:30px;color:#1f975e;font-family:"Microsoft Yahei";font-size:18px;border-bottom:6px solid #ddc992;font-weight:bold;}
.more_text{height:30px;color:#967418;font-family:"Microsoft Yahei";font-size:13px;line-height:30px;}
.v-line{color:#b6b6b6;font-size:17px;padding-right:5px;}
.right-wind{width:473px;margin-right:5px;}
.rw1{width:400px;padding-right:30px;padding-top:20px;}
.rw2{width:100%;}
.arti-tt a{color:#ee7b1d;font-family:"Microsoft Yahei";font-size:16px;text-align:left;}
.arti{color:#8a8a8a;font-family:"Microsoft Yahei";font-size:12px;text-align:left;margin-top:20px;line-height:24px;}
.news_tt{color:#515151;font-family:"Microsoft Yahei";font-size:14px;margin-top:5px;text-align:center;}
.fix-pic{margin-top:20px;}


/**列表页**/
.col_menu { width:23%; float:left;} 
.col_menu .col_menu_head { background-color: #1F975E;}   /**位置栏目背景**/
.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:5px 5px 5px 30px; background:url(images/icon_col_name.gif) no-repeat 5px 9px;}  /**栏目名称图标**/
 /**栏目列表*/
.col_list .wp_listcolumn { border-top:1px solid #2867A0; border-bottom:1px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color:#3C4368; border-top:1px solid #fff; border-bottom:1px solid #EE7B1D;} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { } 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#124D83;}
.wp_listcolumn .wp_column a{background:none;}
.wp_listcolumn .wp_column a:hover{background:none;}
.wp_listcolumn .wp_column a.selected{background:none;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545; background:#e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px; border-top:1px solid #fff; border-bottom:1px solid #bbb;} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_2_hover.gif);} 	/**鼠标经过或选中二级子栏目**/
.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 url(images/icon_column_3.gif) no-repeat 26px 10px; border-top:1px solid #fff; border-bottom:1px 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:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中三级子栏目**/
.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:72%; float:right;min-height:450px;} /**栏目新闻**/
.col_news_head {border-bottom: 2px solid #EFEFEF;}
.col_metas .col_title {   display:inline-block; float:left; height:30px; line-height:30px;/** background-color: #3C4368;**/}  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size:20px; font-weight:bold;color: #1F975E;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; 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:none;width:0;margin:0;}  /**栏目新闻图标序号**/
.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); }   /**列表页文章图片大小限制**/

.column-news-item{background: url(images/arrow.png) left center no-repeat;padding-left:12px;}
.column-news-item a,.column-news-item{font-size: 14px;color: #232323;font-family: "Microsoft Yahei";}
.column-news-title,.column-news-date{line-height: 32px;height: 32px; }

.wp_paging{width:510px;}

/**文章页**/
.infobox { margin:0 auto;min-height:450px;width:96%;}
.article {}
.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 #ccc;} /**文章标题**/
.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:6px;}
.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/

/**页脚开始**/
#footer {}
#footer .inner {width:1017px;padding:0 15px; margin:0 auto;}
.foot{height:40px;background-color:#148f55;color:#fff;font-family:"Microsoft Yahei";font-size:12px;line-height:40px;text-align:center;}
.copytright{}


.wp_article_list .list_item{border:none;}
.wp_article_list .list_item span a{font-size:13px;color:#232323;font-family:"Microsoft Yahei";}
#wp_news_w14 .wp_article_list .list_item .Article_Index{width:0;margin-top:0;background:none;margin-right:0;}
#wp_news_w21 .wp_article_list .list_item .Article_Index,#wp_news_w22 .wp_article_list .list_item .Article_Index,#wp_news_w23 .wp_article_list .list_item .Article_Index,#wp_news_w24 .wp_article_list .list_item .Article_Index{background:none;width:0;margin:0;}
.wp_article_list .list_item{line-height:32px;height:32px;}
.wp_article_list .list_item span{margin-left:0;}
.wp_article_list .list_item .Article_PublishDate{color:#313131;font-size:13px;font-family:"Microsoft Yahei";}
.wp_article_list .list_item .Article_Index{height:32px;margin-top:0;margin-right:0;}
li.new{line-height: 36px; height: 36px;text-align:left;}
li.new .new_title a{    font-size: 14px; color: #232323;font-family: "Microsoft Yahei";}

.wp_nav .sub-nav .nav-item a{text-align:center;}
.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 22px;
    padding: 5px 10px 5px 30px;
    cursor: pointer;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name:hover {
    color: #EE7B1D;
}
.col_list .wp_listcolumn .column-name:hover {
    color: #EE7B1D;
}
.wp_editor_art_table td {
    background: white;
    padding: 5px 10px;
    border: 0px solid #DDD;
}
td.imgscroll2_td{text-align:center;line-height:25px;padding-left:30px;}

.wp_articlecontent img {
    max-width: 500px;
}
ul.lisnews_list li {
    line-height: 36px;
    height: 36px;
}