@charset "utf-8";

.possplit{background-image: url(posSplit.gif);background-repeat: no-repeat;background-position: left center;text-indent: 22px;background-position: center;width: 10px;display: inline-block; border: 0px solid red;}

/**更多：more**/
.more {text-align:right; margin-top: 13px;}
.more a.more-link { transition: 0.5s; background: #dfdfdf; color: #666; padding: 6px 16px; margin-right: 1em; }
.more a.more-link:hover { color:#fff; background: #466594; margin-right: 0; }
.more-link .moretext { display:inline;}
.more-link .moretext img { vertical-align:bottom;}
/**文章列表:Table**/
.wp_article_list_table .list_item { line-height:23px; color:#454545;}
.wp_article_list_table .list_item .count {width:20px; overflow:hidden;}
.wp_article_list_table .list_item .count .item_num {width:15px; height:23px; background:url(wp_article_li_1.png) no-repeat 8px 10px; text-indent:-99em; overflow:hidden;}
.wp_article_list_table .list_item .field { white-space:nowrap;}
/**文章列表:UL**/
.wp_article_list{ display:block; width:100%;}
.wp_article_list .list_item { width:100%; height:24px; line-height:24px; border-bottom:1px dashed #ccc; vertical-align:top; }
.wp_article_list .list_item span { display:inline-block; vertical-align:top; float:left; margin-left:5px;}
.wp_article_list .list_item .pr_fields { display:inline; float:left;}
.wp_article_list .list_item .Article_Index { display:inline-block; width:10px; height:16px; margin-top:3px; color:#fff; font-size:11px;float:left; margin-right:5px; overflow:hidden; text-indent:-99em; background:url(wp_article_li_1.png) no-repeat 50%;}
.wp_article_list .list_item .Article_Title { float: left;}
.wp_article_list .list_item .ex_fields { display:inline; float:right;}
.wp_article_list .list_item .Article_PublishDate { color:#666;}
.wp_article_list .list_item .Article_VisitCount { color:#999;}
/**子栏目文章列表**/
.wp_subcolumn_list { display:block; width:100%;}
.wp_subcolumn_list .wp_sublist { margin-bottom:20px;}
.wp_subcolumn_list .wp_sublist .sublist_title { display:block; height:32px; line-height:32px; border-bottom:2px solid #C00; margin-bottom:10px;}
.wp_subcolumn_list .wp_sublist .sublist_title a { display:inline-block; color:#393939; font-size:14px; font-weight:bold;}
.wp_subcolumn_list .wp_sublist .sublist_title a:hover { color:#999;}
.wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name { cursor:pointer;}
/**子栏目文章列表更多：more**/
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink { color:#525252;float:right;}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink:hover { color:#000;}
.wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext { display:inline-block;}
.wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext img { vertical-align:bottom;}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink { margin-top:11px;}


/***文章内容初始样式（包括之后文章页内容）***/
.wp_entry { width:100%; line-height:1.7em; font-size:13px; color:#333; overflow:hidden;}
.wp_entry p { text-indent:0em; margin-bottom:5px;}
.wp_entry a { color:#5A5A5A;}
.wp_entry a:hover { text-decoration:underline; color:#E10000;}
.wp_entry img { max-width:640px; _width::expression(this.width>640?"640px":this.width+"px");}

/***文章内容分页***/
.wp_single .single_paging { text-align:center;}
.wp_single .single_paging a.paging-nav { display:inline-block; height:20px; line-height:20px; font-weight:bold; padding:0 7px; font-size:13px; cursor:pointer; background:#eee; border:1px solid #ccc; border-radius:3px; overflow:hidden; vertical-align: bottom; margin:0 2px; text-decoration: none;}
.wp_single .single_paging a.paging-nav:hover { color:#fff; background:#999; border-color:#666; }
.wp_single .single_paging a.current { background:#999; border-color:#666; color:#fff;}

/* 列表页－栏目列表 */
.wp_listcolumn { display:block; width:100%; border-top:1px solid #ddd; border-bottom:1px solid #fff;}
.wp_listcolumn .wp_column {display:block; width:100%; vertical-align: bottom;}
.wp_listcolumn .wp_column a { display:block; width:100%; color:#666; font-size:15px; font-weight:bold; word-wrap:break-word; background:#f5f5f5 url(wp_column_menu_li_1.gif) no-repeat 6px 12px; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-align: left;}
.wp_listcolumn .wp_column a:hover { color:#C00; background-color:#f9f9f9; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_column a .column-name { display:inline-block; line-height:22px; padding:5px 10px 5px 20px; cursor:pointer;}
/**二级栏目**/
.wp_listcolumn .wp_subcolumn { border-top:1px solid #fff;}
.wp_listcolumn .wp_subcolumn .wp_column a { color:#555; font-size:14px; border-bottom:1px solid #aaa; border-top:none; background:#f1f1f1 url(wp_column_menu_li_1.gif) no-repeat 16px 10px;}
.wp_listcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f7f7f7; background-image:url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name { line-height:20px; padding-left:30px;}
/**三级栏目**/
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#444; font-size:13px; background:#e9e9e9 url(wp_column_menu_li_1.gif) no-repeat 26px 9px; font-weight:normal;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f4f4f4; background-image:url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:18px; padding-left:40px;}
/**四级栏目**/
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#333; font-size:12px; background:#d9d9d9 url(wp_column_menu_li_1.gif) no-repeat 36px 9px;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f4f4f4; background-image:url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:16px; padding-left:50px;}
/**五级栏目及其子栏目**/
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#222; font-size:12px; background:#c9c9c9 url(wp_column_menu_li_1.gif) no-repeat 46px 8px;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f1f1f1; background-image:url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:16px; padding-left:60px;}

/**子栏目列表：横向**/
.wp_listcolumn_x { display:block; width:100%;}
.wp_listcolumn_x:after { content:"."; display:block; width:100%; height:0; overflow:hidden;}
.wp_listcolumn_x .wp_column {display:inline-block; float:left; vertical-align: bottom;}
.wp_listcolumn_x .wp_column a { display:inline-block; color:#555; font-size:15px; font-weight:bold; background:#ddd;}
.wp_listcolumn_x .wp_column a:hover { color:#C00; background-color:#e8e8e8;}
.wp_listcolumn_x .wp_column a.selected { color:#000; background-color:#f8f8f8; }
.wp_listcolumn_x .wp_column a .column-name { display:inline-block; line-height:30px; padding:0 10px; cursor:pointer;}

/** 分页栏 **/
.wp_paging { display:block; margin:0; padding:0; list-style:none; font-size:13px;font-family:'Microsoft Yahei', Verdana, Geneva, sans-serif; color:#494949; float:right;}
.wp_paging input {font-size:12px;*font-size:100%;}
.wp_paging li { display:inline-block; height:25px; line-height:25px; float:left; margin-top:5px;}
.wp_paging li span,.wp_paging li a { display:inline-block; float:left; margin-left:10px; }
.wp_paging li em { font-style:normal;}
.wp_paging li a { cursor:pointer; color:#666; line-height: 25px; height: 25px;}
.wp_paging li a:hover { color:#000; }
.wp_paging li a span{ margin:0;}
.wp_paging li input { font-size:12px;*font-size:100%; width:24px; height:15px; line-height:15px; border:1px solid #d5d5d5; background:#fff; margin-top:4px; text-align:center;}
.wp_paging li input:focus{ outline:none;}

/** 栏目图片列表 **/
.wp_listalbumn { width:100%;}
.wp_listalbumn .albumn_info { width:100%; height:auto; text-align:center;}
.wp_listalbumn .albumn_info a { display:inline-block; position:relative; margin:0 auto; color:#333; text-decoration:none; font-size:13px; font-family:'Microsoft YaHei', Tahoma, Geneva, sans-serif;}
.wp_listalbumn .albumn_info a:hover { color:#C30;}
.wp_listalbumn .albumn_info .Article_MicroImage { display:block;}
.wp_listalbumn .albumn_info .Article_Title { display:block; padding:5px 0; margin:0 auto; text-align:center; line-height:1.7em;}
.wp_listalbumn .albumn_info .albumn_mark { display:block; width:100%; height:0; position:absolute; left:0; bottom:0; filter:alpha(opacity=70); opacity:0.7; background-color:#000000; z-index:0; overflow:hidden;}

/** 内容折叠 **/
.wp_contentfold { width:100%;}
.wp_contentfold .title {background-position: 0% 0%; CURSOR: pointer; HEIGHT: 53px; WIDTH: 754px; PADDING-LEFT: 0px; LINE-HEIGHT: 25px; background-image:url('titlegb.jpg'); padding-top:18px; background-repeat:no-repeat}
.wp_contentfold .title p {line-height: 100%; margin-left: 20px; margin-top: 0; margin-bottom: 0}
.wp_contentfold .title p font {color: rgb(255, 255, 255);}
.wp_contentfold .content {HEIGHT: 100%; WIDTH: 749px;}
.wp_contentfold .content div {padding-bottom: 20px;}
.wp_contentfold .content div table {background-color: #F7F7F7;}


.focus-box {  background-position:center; position:relative; font-family:'\5b8b\4f53'; }
.focus-container { overflow:hidden; position:relative; visibility:hidden;}
.focus-container .focus-item { position:absolute; width:100%; height: 100%; left:0; top:0; overflow: hidden;}
.focus-container .focus-item img { width: 100%; height: 100%; border:0; vertical-align: top;}
.focus-title-bar { position:absolute; left: 50%; bottom: 34px; z-index: 40; width: 100%; height: 50px; margin-left: -550px;}
.focus-title-bg { width: 100%; height: 100%; background-color: #000; opacity: 0.7; filter:alpha(opacity=70);}
.focus-title { display: inline-block; white-space: nowrap; height: 50px; line-height: 50px; padding: 0 15px; color: #fff; font-size: 20px;font-weight:normal; font-family:"Microsoft YaHei";position: absolute; left: 0; top: 0; z-index: 50;}
.focus-title a,.focus-text a {color: #fff; text-decoration: none;}
.focus-title a:hover,.focus-text a:hover { color: #e5e5e5; text-decoration: none;}
.focus-text-box { position:absolute; left:30px; top:10px; z-index: 20; width: 40%; height: 100px;}
.focus-text-bg { width: 100%; height: 100%; background-color: #000; opacity: 0.7; filter:alpha(opacity=70);}
.focus-text-inner { position: absolute; left: 0; top: 0; z-index: 30; height: 100%; overflow: hidden;}
.focus-text{  padding:10px; line-height: 1.5; color: #fff; font-size: 13px; }
.focus-navigation { display:block; width:30px; text-align:center; height:50px; line-height:50px; background:#000; text-decoration: none; color:#fff; font-size:30px; font-weight:bold; text-decoration: none; cursor:pointer; position:absolute; top:50%; margin-top:-25px; z-index: 50; opacity: 0.7; filter:alpha(opacity=70);}
.focus-navigation:hover { font-size: 30px; font-weight: bold; color: #fff; text-decoration: none;}
.focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.focus-prev { left:0px;}
.focus-next { right:0px;}
.focus-pagination { position:absolute; right:10px; bottom:0; z-index:60; height:20px; text-align:right;}
.focus-page { display:inline-block; width:10px; height:10px; line-height:10px; text-align:center; font-size:12px; text-decoration: none; font-family:Arial, Helvetica, sans-serif; overflow:hidden; border-radius:5px; background-color:#999; color:#fff; margin-right:5px; cursor:pointer;}
.focus-page span { display: none;}
.focus-page:hover { text-decoration: none; font-size: 12px; color: #fff; font-weight: bold; }
.focus-page-active { background-color:#ff4019;}

/* sudyExtend */
/**选择菜单**/
.sudy-select { display:inline-block; position:relative; z-index:100;}
.sudy-select .select-name { display:inline-block; line-height:24px; padding:0 22px 0 5px; background:url(images/arrow01_down.gif) no-repeat right 50%; border:1px solid #CCC; cursor:pointer;}
.select-down .select-name { background-image:url(images/arrow01_up.gif);}
.select-down .select-open { background-image:url(images/arrow01_down.gif);}
.select-up .select-name { background-image:url(images/arrow01_down.gif);}
.select-up .select-open { background-image:url(images/arrow01_up.gif);}
.sudy-select .select-list { border:1px solid #999; position:absolute; left:0; background-color:#fff; display:none; z-index:100; z-index:100; _margin-top:_2px;}
.sudy-select .select-list li { line-height:24px; cursor:pointer; white-space:nowrap;}
.sudy-select .select-list li.hover { background-color:#06C; color:#fff;}

/**日历**/
.sudy-pubdate { width:42px; height:42px; border-radius:5px; overflow:hidden; background-color:#f2f2f2; border:1px solid #8d1212;}
.sudy-pubdate span { display:block; width:100%; font-family:Tahoma, Geneva, sans-serif; font-size:14px; font-weight:bold; text-align:center;}
.sudy-pubdate span.pubdate-month { height:20px; line-height:20px; font-size:16px; color:#fff; border-bottom:1px solid #999; background-color:#C00;}
.sudy-pubdate span.pubdate-day { height:20px; border-top:1px solid #e5e5e5; background-color:#f2f2f2;}

/**选项卡**/
.sudy-tab {}
.sudy-tab .tab-menu { height:24px; border-bottom:1px solid #ccc;}
.sudy-tab .tab-menu li { display:inline-block; height:24px; line-height:24px; float:left; font-size:14px; font-weight:bold; color:#333; padding:0 10px; border-radius:5px 5px 0 0; cursor:default;}
.sudy-tab .tab-menu li.selected { background-color:#06C; color:#fff;}

/**输入框提示**/
.sudy-input {display:inline-block; _display:inline; position:relative; font-family:Tahoma, Geneva, sans-serif; vertical-align:top;}
.sudy-input input,.sudy-input textarea { display:inline-block; height:17px; line-height:17px; color:#333; font-size:13px; vertical-align:top; padding:3px; background-color:#fff; border:1px solid #ccc; outline:none; border-radius:3px; overflow:hidden;}
.sudy-input textarea { height:85px;}
.sudy-input .tip { display:block; height:25px; line-height:25px; color:#888; font-size:13px; position:absolute; left:10px; top:0;}

/**链接菜单**/
/**链接菜单**/
.sudy-links { display:inline-block; }
.sudy-links .links-name { display:inline-block; font-weight:bold; line-height:24px; padding:0 20px 0 5px; background:#fff url(images/arrow.png) no-repeat right 50%; border:1px solid #444; cursor:default;}
.sudy-links .wrap-open { }
.sudy-links .links-wrap { overflow:hidden; white-space:nowrap; border:1px solid #444; padding:3px 0; background-color:#fff; line-height:1.7; position:absolute; display:none; left:0; bottom:25px; z-index: 10000;}
.sudy-links .links-wrap a { display:block; padding:0 10px;}
.sudy-links .links-wrap a:hover { color:#fff; background-color:#1e90ff;}

/**scroll滚动**/
.sudy-scroll { position:relative;}
.sudy-scroll-wrap { position:relative; left:0; top:0; overflow:hidden;}
.sudy-scroll-nav .nav-prev,.sudy-scroll-nav .nav-next { display:block; width:20px; height:24px; text-align:center; line-height:24px; font-size:18px; font-family:Tahoma, Geneva, sans-serif; color:#fff; background:#666; cursor:pointer; position:absolute; top:50%; margin-top:-12px; z-index:100;}
.sudy-scroll-nav .nav-prev:active,.sudy-scroll-nav .nav-next:active { background:#454545;}
.sudy-scroll-nav .nav-next { right:-22px;}
.sudy-scroll-nav .nav-prev { left:-22px;}
.sudy-scroll-page { width:100%; height:10px; text-align:center; position:absolute; left:0; bottom:-15px; z-index:100;}
.sudy-scroll-page .page-index { display:inline-block; width:10px; height:10px; border-radius:5px; overflow:hidden; background:#666; margin:0 3px;}
.sudy-scroll-page .active { background:#F30}
.sudy-scroll-page .page-index span { display:none;}



html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0; }
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{ clear: both; content: "."; display: block; height:0; visibility: hidden; }
.clearfix{ display: block; *zoom:1; }
.icon{ display:inline-block; width:40px; height:40px; vertical-align:middle;  }
/*css3扩展*/
body:before {content: "";position: fixed;top: -10px;left: 0;width: 100%; height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    z-index: 110;
}

/**布局开始**/
body {line-height:1.75;font-size:14px; font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333; }
p{}
p {}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#ce454f; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner { width:1200px; margin:0 auto;} /**页面全局宽度**/
/*headtop*/
#headtop{ /* background:#ce454f; height: 40px;*/ }
.headtop .top-left{float:right;}
.headtop .top-right{float:right;position:relative;}

/*head开始*/
#header { }
#header .inner{height:122px;position:relative;background:url(img/header_bg.gif) no-repeat right center; }
.head { width:100%; position:relative;  }  
.head .head-left{float:left;display:inline-block;width: 467px;height: 115px;}
.head .head-left .sitelogo{}
.head .head-main{float:left;margin-top:10px;}
.head .head-main .site-rale{}
.head .head-right{ float:right; width:200px;margin-top: 36px;}
.head .head-right .site-link{line-height:30px;color:#fff;}
.head .head-right .site-link a{line-height:30px;color:#fff;}
.head .head-right .search{margin-top:10px;}
.head .sitelogo a{display:block;position:absolute;left:0px;top: 15px;z-index:100;}/*logo*/
/*rale样式*/
.site-rale{display:inline-block;}
.site-rale ul{ float:left;}
.site-rale ul li.links{ float:left;}
.site-rale ul li.links a{line-height:30px;color:#fff;}
/*lang样式*/
.site-lang{/* display:inline-block; */margin-right:20px;}
.site-lang ul{ float:right;}
.site-lang ul li.links{ float:left;}
.site-lang ul li.links a{line-height: 44px;margin:0px 5px;font-size:14px;color: #cb9c3d;}
/*默认主导航样式*/
#nav{ background:#f0f0e8; }
#nav .inner{ /* background: #c8141e;*/}/**导航区域背景**/
.navbar { width:100%; height: 60px;}
.navbar .navbox { width:95%; height:44px; margin:0 auto;}/*导航窗口大小及位置*/ 
.navi-slide-head{display:none;}


.wp-menu .menu-item {display: inline-block;float: left;position: relative;z-index: 100;/* padding-left:2px; *//* background:url(images/nav_x.jpg) no-repeat left center; */}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a.menu-link > .menu-switch-arrow{ display:inline-block; width:20px; height:20px;  vertical-align:middle; }
.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 34px;line-height: 56px;color: #333;font-size: 17px;}
.wp-menu .menu-item a.menu-link:hover,.wp-menu .menu-item a.hover{ text-decoration: none; color: #fff; background-color: #ce454f; }
.sub-menu {display: none;position: absolute;left: 0;top: 56px;min-width: 108.5px; width: 100%; z-index: 100;background: rgba(8, 10, 13, 0.7);opacity: 0.8\9;background: #444343\9;filter:alpha(opacity=90);}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; /* float: left; */; }
.sub-menu .sub-item a {text-align: center; display: block;color: #D8D8D8;height: 40px;line-height: 40px;padding: 0 17px;font-size: 14px;background:none;}
.sub-menu .sub-item a:hover { color: #eee; background-color:#ce454f; display: block; }
.sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background: #466594; }
/**主页banner开始**/
#banner { }
#banner .inner {width:auto;max-width:1200px; background:#fff; text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox { background:; }

.main1{padding: 10px 0px 0px;}
.main1 .inner{}
.main1 .inner .ml{ }
.main1 .inner .ml .modl{float:left; width: 585px; }
.main1 .inner .ml .modc{float:right; width: 585px; }
.main1 .inner .mr{float:right; width:380px;}

.main2{ height: 4em; }

.main3 .inner{padding: 0px 0px;}
.main3 .ml{float:left;width:100%;width: 585px;}
.main3 .mr{float:right;width:100%;width: 585px;}

.main4{/* background-color:#f7f6ee; */}
.main4 .inner{padding: 0px 0px 20px;}
.main4 .ml{float:left; width:585px;padding:0px 0px;}
.main4 .mr{float:right; width:580px;padding:0px 0px;}

.main5{background-color:#f2f2f2;}
.main5 .inner{padding: 13px 0px;}
.main5 .ml{float:left; width:482px;}
.main5 .mr{float:right; width:610px;}
/**标题栏新闻窗口**/
.post { margin-bottom:10px; }
.post .tt {display:inline-block; width:100%;  border-bottom: 0px solid #e6e6e6; } /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size: 18px; font-weight:normal; } /**标题字体**/
.post .tt .tit .title {display:block;line-height: 42px;color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con { padding: 6px 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 {   } 
.post .more_btn { display:inline-block; height: 20px; margin-top:15px; line-height: 20px; float:right; }
.post .more_btn .more_text,.post .more_btn a {font-size:14px;/*font-family:"Simsun";*/ cursor:pointer;} 
.post .more_btn a{color:#333;} 
/*标准标题*/
.post1 {background-color: white;}
.post1 .tt {border-bottom:3px solid #ece8e2;}
.post1 .tt .tit {border-bottom:3px solid #ce454f;}
.post1 .tt .tit .title {color: #ce454f;}
/*带图标标题*/
.post2 { }
.post2 .tt {}
.post2 .tt .tit {font-size:16px;}
.post2 .tt .tit .title {color: #ce454f;}
.post2 .con { padding: 0px 0; margin:0 auto; }
/*居中标题*/
.post3 {}
.post3 .tt {width:100%; text-align: center; } 
.post3 .tt .tit {float:none;}
.post3 .tt .tit .title {color: #017937;}
.post3 .more_btn {margin-left:10px;line-height: 20px; float:none;}

/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 40px;/* padding:4px 0px; */padding-left:0px;background:none; border-bottom: 1px dashed #ccc; } /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time span { color:#e64d24;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:1px solid red;}
.news_list li.news .news_text {line-height:24px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:40px; color: #666; }
.news_list li.news p a { color:#333; }
.news_list li.news p a:hover { color:#ce454f; text-decoration:none;}


/*日历新闻*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}
.rili .news_list li.news{margin-top:10px;padding-top:6px;/* border-bottom:1px solid #ccc; */}
.rili .news_list li.news.n1{margin-top:0px;padding-top:0px;/* border-bottom:1px solid #ccc; */}
.rili .news_list li.news .news_date{float: left;width: 64px; height:50px;margin-right:20px; font-family:"Georgia";background:#cab89f; text-align:center;}
.rili .news_list li.news .news_date .news_year{line-height:20px; font-size:12px;color:#fff;}
.rili .news_list li.news .news_date .news_days{font-size: 26px;color:#fff;line-height:30px;}
.rili .news_list li.news .news_wz{/* float: left; *//* width: 240px; *//* margin-left:12px; */padding:0px 0px;} 
.rili .news_list li.news .news_title{line-height: 20px; margin-top:0px;font-size: 14px;color:#000;} 
 
/*图新闻列表*/
.tu_news_list{}
.tu_news_list .news_list {}
.tu_news_list .news_list li.news .news_imgs{float: left; width: 145px;}
.tu_news_list .news_list li.news .news_wz{float: left; width: 295px; margin-left:25px;} 
.tu_news_list .news_list li.news .news_title{line-height: 20px; font-size: 18px; color:#095497;} 
.tu_news_list .news_list li.news .news_text{line-height:22px; font-size:12px; color:#817d7d;} 

/*图文*/
.tu_text{}
.tu_text .news_list {}
.tu_text .news_list li.news{ border-bottom:1px dashed #ccc;}
.tu_text .news_list li.news .news_imgs{float: left;width:223px;height: 158px;}
.tu_text .news_list li.news .news_imgs img{width:223px;height: 158px;}
.tu_text .news_list li.news .news_wz{float: left;width: 322px;padding:14px 20px;height: 130px;position:relative;} 
.tu_text .news_list li.news .news_title{line-height: 24px;font-size: 15px;color:#095497;} 
.tu_text .news_list li.news .news_text{line-height:22px; font-size:12px; color:#817d7d;margin-top:10px;} 
.tu_text .news_list li.news .news_time{line-height:32px; font-size:12px; color:#817d7d;position:absolute; right:0px; bottom:0px; padding:0px 10px;background:#ce454f; color:#fff;} 
.tu_text .news_list li.news.i1{background:#f2f2f2;border-bottom:none;}
.tu_text .news_con.con2 .news_list li.news .news_title{line-height: 41px;}
/*图列表*/
.tu_news{}
.tu_news .news_list {display:inline-block; *display:inline; *zoom:1; margin-left:-40px;}
.tu_news .news_list li.news{float: left; width: 195px; height:140px; padding:10px; margin-left:40px; background:#fff; position:relative;}
.tu_news .news_list li.news .news_imgs{position:absolute; left:0px; top:0px; z-index:99; width: 195px;}
.tu_news .news_list li.news .news_wz{position:absolute; left:0px; bottom:0px; z-index:100; width:100%; } 
.tu_news .news_list li.news .news_title{line-height: 34px; font-size: 18px; color:#fff; text-align:center;} 
.tu_news .news_list li.news .news_bg{height:34px;} 


/*图标链接*/
.tu_link {display:inline-block;width:100%;}
.tu_link #wp_nav_w61{margin:0px -25px; *margin:0px 0px;}
.tu_link .iconcon{float:left;width:11.1%;padding-bottom:13px;text-align:center;text-decoration:none;height: 75px;background: url(images/icon_hover.png) no-repeat   center -137px;}
.tu_link .iconcon:hover{background-position:center top;}
.tu_link .iconcon .icon{display:inline-block;width: 46px;height: 50px;margin-top: 10px;margin-bottom: 15px;background:url(images/icon.png) no-repeat;opacity:0.6;filter:alpha(opacity=60);}
.tu_link .iconcon:hover .icon{opacity:1; filter:alpha(opacity=100);}
.tu_link .iconcon p{font-size: 15px; line-height: 2;color: #466594;}
.tu_link .iconcon.i1 .icon{background-position: -21px -14px;}
.tu_link .iconcon.i2 .icon{background-position: -140px -14px;}
.tu_link .iconcon.i3 .icon{background-position: -260px -13px;}
.tu_link .iconcon.i4 .icon{background-position: -391px -12px;}
.tu_link .iconcon.i5 .icon{background-position: -519px -14px;}
.tu_link .iconcon.i6 .icon{background-position: -647px -14px;}
.tu_link .iconcon.i7 .icon{background-position: -765px -14px;}
.tu_link .iconcon.i8 .icon{background-position: -878px -14px;}
.tu_link .iconcon.i9 .icon{background-position: -1002px -11px;}
.tu_link .iconcon.i10 .icon{background-position: -1122px -11px;}

/*滚动Arrows */
.slick-prev, .slick-next,.slick-prev:hover,.slick-next:hover {height: 50px; width: 24px;  top: 50%; margin-top:0px;outline: none; }
.slick-prev { left: -25px; background-position:left center;}
.slick-prev:hover {background-position:left center; opacity:.8;filter:Alpha(opacity=80);}
.slick-prev:before { content: '';}
.slick-next { right: -25px; background-position:right center;}
.slick-next:hover { background-position:right center; opacity:.8;filter:Alpha(opacity=80);}
.slick-next:before { content: '';}




.post-11{}
.post-11 .con{ padding:5px 0px;}
.post-11 .news_list {}
.post-11 .news_list li.news .news_imgs{float: left; width:270px;}
.post-11 .news_list li.news .news_wz{float: left; width: 328px; margin-left:25px;} 
.post-11 .news_list li.news .news_title{line-height:60px; font-size:16px; color:#095497;} 
.post-11 .news_list li.news .news_text{line-height:22px; font-size:12px; color:#817d7d;} 

.post-31{}
.post-31 .tt .tit {padding-left: 36px; }
.post-31 .news_list{width:100%;}
.post-31 .news_list li.news{float: left; margin-right:20px;/* width:12.5%; */ }
.post-31 .news_list li.news .news_title{line-height: 34px; font-size: 16px; color: #b9b9b9;} 
.post-31 .news_list li.news .news_title a{color: #979797;white-space:nowrap; } 
.post-31 .news_list li.news .news_title a:hover{color: #333;} 

.post-41 .news_con{margin-bottom:10px;}
.post-42 .rili .news_list li.news .news_date{background:none;}
.post-42 .rili .news_list li.news .news_date .news_year{color:#ce454f;}
.post-42 .rili .news_list li.news .news_date .news_days{color:#ce454f;}

.post-42 .rili .news_list li.news{margin-top: 6px;padding-top: 6px;}

.post-51 .news_list{}
.post-51 .news_list li.news{ }
.post-51 .news_list li.news .news_days{float:left; padding:0px 10px; margin-right:10px;line-height: 32px; text-align:center;color:#fff;}
.post-51 .news_list li.news .news_title{float:left;line-height: 22px;font-size: 14px;color: #b9b9b9;margin-top: 6px;} 
.post-51 .news_list li.news .news_title a{color: #000;/* white-space:nowrap; */} 
.post-51 .news_list li.news .news_title a:hover{color: #333;} 

.post-52 .news_con{margin-bottom:10px;}
/** 
*其他样式
*/
/**友情链接**/
.postlink{ position:relative; }
.postlink.wrap-open{ background-position:right -26px; }
.postlink a.tt{ display:inline-block; height:46px; line-height:46px; padding-left:120px; border:0px solid #ccc; cursor:pointer; }
.postlink .con{ display:none; position:absolute; bottom:46px; left:0px; z-index:100; width:100%; height:140px; overflow:auto; background:#fff; padding:2px; border:1px solid #ccc; }
/**链接样式**/
.xblink li {float:left; margin-right:20px;}
.xblink li span{} 
.xblink li span a{ display:block; width:100%; } 
.xblink li span a:hover{ background:#eee; } 

/**
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{text-align:center;}
.l-banner img{height:100%;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {/* width:980px; */padding:25px 10px;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {/* width:880px; */padding:20px 60px;background:#fff;}

/**文章页banner**/
#m-container1 {}
#m-container1 .inner {  background:#fff;padding-top:15px; }

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #CE8729;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:20px; font-weight:normal; color:#fff; background: #0668a9; }		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}  /**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
/*栏目列表*/
.col_list{/* padding:4px 18px; */}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size:14px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #FFF;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;} 	
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#9f2730; background:none; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #9f2730;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545;background:none;  border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{ color:#124D83;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a { color:#333;background:none; border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name { display:inline-block; line-height:22px; padding:5px 10px 5px 35px; cursor:pointer;}
.col_list .wp_listcolumn .sub_list a :hover,.col_list .wp_listcolumn .wp_column a.selected { color:#124D83;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {background:none; } 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,.col_list .wp_listcolumn .sub_list .sub_list a.selected { color:#124D83;} 
	

.col_news {width: 100%;min-height:500px;float:right;} /**栏目新闻**/
.col_news .col_news_box{margin-left: 290px;}
.col_news_head {/* border-left:6px solid #3FD7CB; */border-bottom: 3px solid #5F5F5F;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 23px;font-family:"Microsoft yahei";font-weight: normal;color: #9f2730;border-bottom: 3px solid #9f2730;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block;float:right; /* padding-right:20px; */ white-space:nowrap; height: 46px; line-height: 46px; color:#000;} /**当前位置**/
.col_metas .col_path a{color:#000;}
.col_news_con { padding:5px 0px 10px 0px; 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 { }  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:13px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/

/**文章页**/
.infobox { width:auto; margin:0 auto; }
.article {}
.article h1.arti_title {line-height:26px;padding: 10px;border-bottom:1px solid #ececec;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #466594;} /**文章标题**/
.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;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:30px; font-size:16px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {display:block;margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/
#footer { background: #375583; }
#footer .inner {padding: 17px 0px;}
#footer .inner .foot-left{float:left;margin-top:30px;}
#footer .inner p{font-size: 13px;line-height: 21px;text-align:center;color: #c3d8e5;}
#footer .inner p span { margin:0 3px; }
#footer .inner p.copyright{margin-bottom:6px;}
#footer .inner p.copyright span{font-weight:bold; color:#c69a9d;}
#footer .inner p.copyright span a{font-weight:bold; color:#c69a9d;}
#footer .er_img{ float:right; margin-top:20px;}
#footer .er_img li{ float:left; text-align:center;}
#footer .er_img li img{width:80px; height:80px; vertical-align:top;}
#footer .er_img li span{ display:block; line-height:28px; text-align:center; color:#c2c2c2; }



.search-box { width: 100%;padding:0px 0px; background: #6b76a4; /* height: 29px; */ position: relative; background:transparent;border:1px solid #fff;}
.search-box .input-item { margin-left: 3px; margin-right: 30px; }
.search-box .input-item input { border: 0; outline: 0; width: 100%; height: 16px; line-height: 16px; padding:5px 5px; background:transparent; color: #fff; font-size: 12px; font-family: "Microsoft YaHei" }
.search-box .input-submit { display: block; width: 30px; height: 28px;  cursor: pointer; position: absolute; right: 0; top: 0px; text-align:center;}
.search-box .input-submit span {line-height:58px; font-size:18px; color:#fff; display: none;}

/*点击弹出输入框*/
.search-panel { float: right; clear: right; position:relative;}
.searchbtn{ display: none; width: 40px;height: 40px;border:0;outline: 0;background: url(images/sous.png) no-repeat center;position:absolute;right:0px;top:0px;z-index: 10;cursor:pointer;}
.search-window { width:45px;border:0px solid red;  background-color:transparent; overflow: hidden; position:absolute;right:0px; top:0px; z-index:100;height: 40px;}/*#72596C*/
.searchbox { /* display: none;*/ }
.wp-search {  position: relative;}
.wp-search form { display: block;}
.wp-search .search-input {margin-left:10px;margin-right: 40px;margin-top: 8px; float: left; }
.wp-search .search-input input.search-title {width: 100%;height: 18px;line-height: 18px;border:0;outline: 0;background: none;color: #DEDEDE;font-size: 14px;padding: 5px 0; border-bottom: 1px solid #eee;}

.wp_search { display: flex; position: absolute; right: 0; z-index: 110; }
.wp_search .search{ background:url(images/sous.png) no-repeat center center; width: 32px; height: 32px; border:0px; cursor: pointer; }
.searchbox { margin-top: 5px; }
.wp-search .search,
.wp-search .search-keyword { float: left; display: inline-block; }

.search-keyword { display: inline-block; width: 150px; line-height: 28px; }



.wp-search .search-btn {width: 45px;height: 45px;position: absolute;right: 0;top:50%;margin-top: -23px;}
.wp-search .search-btn input.search-submit {width: 100%;height: 45px;border:0;outline: 0;background: #ce882a url(images/sous.png) no-repeat center;cursor: pointer;}



.form_box .input_box{margin-right:10px;}
.form_box .input_box input{height: 32px;line-height: 32px;border:1px solid red;}
.form_box .input_box .input_text{width:165px; border:1px solid #bdbdbd;padding:0px 4px;}
.form_box .input_box .input_btn{width:80px;font-size:14px; background:#db8b1f; border:0px; color:#fff; font-family:"Microsoft Yahei"; cursor:pointer;}
.form_box .input_box .input_btn:hover{background:#c87c16;}
/* 分享二维码 */
.shares{ display:inline-block; float:right; }
.shares .share{float:left;width: 147px;/* height:35px; *//* margin-right: 21px; */position:relative;vertical-align:middle;text-align: center;border:0px solid red;}
.shares .share a{ opacity:.6; filter:Alpha(opacity=60); }
.shares .share a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares .share .zdy{ display:inline-block; width: 81px; height: 35px; color:#9ba6b3; }
.shares .share.n1 .zdy-1{  }
.shares .share.n2 .zdy-2{   }
.shares .share .con{/* display:none; *//* position:absolute; *//* bottom:40px; *//* left:50%; *//* z-index:100; *//* margin-left: -20px; */}
.shares .share .con img{ width: 106px; height:auto; }
.shares .share  span{color: #C69A9D;}
/*筛选功能样式*/
.wp-paralist{}
.wp-paralist .dl-horizontal{padding:8px 0px;border-bottom:1px solid #dedede;}
.wp-paralist .dl-horizontal dt{float: left;width: 64px;margin:3px 0px;padding: 2px 15px; font-weight:bold; overflow: hidden;clear: left;text-align: right;text-overflow: ellipsis;white-space: nowrap; font-size:14px; color:#000;}
.wp-paralist .dl-horizontal dd{margin-left:100px;}
.wp-paralist .dl-horizontal dd .btn{display:inline-block;margin:3px 0px;padding: 2px 15px;font-size: 14px;text-align: center;white-space: nowrap;vertical-align: middle;}
.wp-paralist .dl-horizontal dd .btn.select{background:#2da45a; border-radius:15px; color:#fff;}
/**
 * 特殊页面
 */
/*二级页面*/

/*列表页*/
/*banner*/
.mbanner .focus-navigation { opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus-prev { left:20px;}
.mbanner .focus-next { right:20px;background:url(images/slide_next.png) no-repeat right top}

.mbanner .focus-pagination { position:absolute;right:50%;bottom:20px; margin-right:-20px; z-index:60;}
.mbanner .focus-page { display:inline-block; width:13px; height:13px;  margin-right:5px;background:url(images/slide_btns.png) no-repeat center top;}
.mbanner .focus-page-active {background-position:center bottom;}

.focus11 .focus-navigation { display:block; width:42px;  height:36px; line-height:36px; background:#000; text-decoration: none; color:#fff; font-size:24px; font-weight:normal; text-decoration: none; cursor:pointer; position:absolute; top:auto;bottom:0px; margin-top:-25px; 
z-index: 50; opacity: .8; filter:alpha(opacity=80); font-weight: normal; }
.focus11 .focus-navigation:hover { font-size: 24px; font-weight: normal; color: #fff; text-decoration: none;}
.focus11 .focus-prev { left:auto;right:42px; background:#466594;}
.focus11 .focus-next { right:0px;background:#585858;}

.focus11 .focus-pagination { position:absolute;right:50%;bottom:20px; margin-right:-20px; z-index:60;}
.focus11 .focus-page { display:inline-block; width:13px; height:13px;  margin-right:5px;background:url(images/slide_btns.png) no-repeat center top;}
.focus11 .focus-page-active {background-position:center bottom;}

.focus11 .focus-title-bar { /* position:relative;*/ left:0px; bottom:0px; z-index: 40; width: 100%!important; height: 50px; margin-left:0px;}
.focus11 .focus-title-bg {background-color: #dfdfdf; opacity: 0.8; filter:alpha(opacity=85);}
.focus11 .focus-title {  height: 50px; line-height: 50px; padding: 0 15px; color: #000; font-size: 14px;}
.focus11 .focus-title a,.focus-text a {color: #000; text-decoration: none;}
.focus11 .focus-title a:hover,.focus-text a:hover { color: #e5e5e5; text-decoration: none;}



/**slide导航**/
.wp-navi .navi-slide-head { display: none; padding:0 10px; height: 40px;}
.wp-navi .navi-slide-head .navi-slide-title { display: inline-block; float: left; font-weight: normal; color: #333; font-size: 18px; line-height: 40px;}
.wp-navi .navi-slide-head .navi-slide-arrow { display: block; width: 34px; height: 40px; float: right; background: url(css/img/menu-icon-blue.png) no-repeat 50%;}
/**aside导航**/
.navi-aside-page {position: fixed;}
.navi-aside-toggle { display: block; width:34px; height: 34px;  cursor: pointer; position: absolute; left: 0; top:50%; margin-top: -17px; display: none;}
.wp-navi-aside { display: none; position: fixed; left: 0; top:0; bottom: 0; right: 0; z-index: 1000; }
.wp-navi-aside .navi-aside-mask { width: 100%; height: 100%; background: rgba(0,0,0,.1); }
.wp-navi-aside-active { display: block;}
.wp-navi-aside .aside-inner {position: fixed;top: 0;bottom: 0;left: -216px;z-index: 1002;width: 216px;max-width: 100%;background: #252525; overflow-y: auto;-webkit-overflow-scrolling: touch; }
.wp-navi-aside .aside-inner:after {content: "";display: block;position: absolute;top: 0;bottom: 0;right: 0;width: 1px;background: rgba(0,0,0,.6);box-shadow: 0 0 5px 2px rgba(0,0,0,.6);}
.wp-navi-aside .navi-aside-head { margin-top: 0;border-top: 1px solid rgba(0,0,0,.3);background: #333;box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-head .navi-aside-title { padding:7px 10px; font-weight: normal; color: #777; font-size: 14px;}
.wp-navi-aside .navi-aside-wrap { color: #aaa;border-bottom: 1px solid rgba(0,0,0,.3);box-shadow: 0 1px 0 rgba(255,255,255,.05);}
.wp-navi-aside .navi-aside-wrap li { position: relative;}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow { display:block; cursor: pointer; width:50px; height: 35px; position: absolute; right: 0; top:0px; color: #f6f6f6; font-size: 14px;  }
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow { background-position: 20px 12px;}
.wp-navi-aside .navi-aside-wrap li a { display: block; text-decoration: none; color: #c7c7c7; font-size: 14px; line-height: 20px; padding: 8px 30px 8px 15px;border-top: 1px solid rgba(0,0,0,.3);box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-wrap li a:hover,.wp-navi-aside .navi-aside-wrap li a:focus { background-color: #404040; color: #fff; outline: 0;}
.wp-navi-aside .navi-aside-wrap li .sub-menu { display: none; background-color: #2e2e2e;}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a { padding-left: 20px; }
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu { background-color: #333}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a { padding-left: 30px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu { background-color: #343434;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a { padding-left: 40px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu { background-color: #373737;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a { padding-left: 50px;}

.col_menu .col_menu_head {position:relative;}   /**位置栏目背景**/
.column-switch {display:none;position:absolute;right:10px;top:8px;width: 30px;height: 24px;float: right;background: url(css/img/menu-icon-arrow-white.png) no-repeat center;}

/**阅读设置**/
.night-model .wp-container{ background-color: #313131; color: #6f6f6f;}
.night-model .article .entry,.night-model .article .entry p { color: #6f6f6f;}
.night-model .read a { color: #6d6d6d;}
.night-model .read a:hover { color: #f5f5f5;}
.night-model  .article h1.arti-title { color: #e7e8e9}
.read-setting { margin-bottom: 10px; display: none; background-color: #fdfdfd; height: 38px; border-bottom: 1px solid #F1F1F1;}
.night-model .read-setting { background-color: #1d1d1d; border-color: #313131;}
.read-setting .setting-item { display: inline-block; width:49%; height: 38px; float: left;}
.read-setting .setting-item a { display: inline-block; color: #565656; font-size: 20px; float: left; width: 49%; height: 20px; line-height: 20px; text-align: center; margin-top: 9px; color:#565656;}
.read-setting .setting-item a:hover { color: #999;}
.read-setting .setting-item a.smaller-font { border-left: 1px solid #F1F1F1; font-size: 18px;}
.read-setting .setting-model {border-left: 1px solid #F1F1F1;text-align: center;}
.night-model .read-setting .setting-item a.smaller-font,.night-model .read-setting .setting-model { border-left-color:#313131;}
.read-setting .setting-model a.read-model { font-size: 18px;    float: none; width: auto; padding-left: 24px; margin: 9px auto;}
.night-model .read-setting .setting-model a.read-model {  }
.article .entry .set-fz12,.article .entry .set-fz12 p { font-size: 12px;}
.article .entry .set-fz14,.article .entry .set-fz14 p { font-size: 14px;}
.article .entry .set-fz16,.article .entry .set-fz16 p { font-size: 16px;}
.article .entry .set-fz18,.article .entry .set-fz18 p { font-size: 18px;}
.article .entry .set-fz20,.article .entry .set-fz20 p { font-size: 20px;}
.article .entry .set-fz22,.article .entry .set-fz22 p { font-size: 22px;}
/**文章分享（百度分享）**/
.article #bdshare { margin-top: 10px; }
/*读图模式*/
.view-box { display: block; color: #666; font-style: normal; margin-bottom: 10px;}
.view-box-inner { display: block; text-align: center; max-width: 400px; min-width: 30px; margin:0 auto; position: relative;}
.view-box-inner img { width: 100%; width: auto; display: block; margin:0 auto;}
.view-box-inner .open-view { display: block; width: 28px; height: 28px; position: absolute; right: 1px; bottom: 1px; z-index: 1;}
.view-box-inner .view-icon { display: block; width: 100%; height: 100%;  }
#wp-view-page { display: none; position: fixed; z-index: 10000000; width:100%; background-color: #1a1a1a; left: 0; top: 0; right:0; bottom:0; }
#view-head{ width: 100%; height: 42px; position: absolute; left: 0; top:0; z-index: 100;}
#back-read-page { position: absolute; left: 0; top: 0; width: 40px; height: 42px; background: url(css/img/back-arrow.png) no-repeat center;}
#back-read-page span{ display: none;}
#view-original-image {background-color: rgba(255, 255, 255, 0.1);color: #FFF;float: right;font-size: 15px;margin: 12px 12px 0px 0px;display: block;height: 22px;line-height: 22px;text-align: center;width: 40px;}
#view-foot { background-color: rgba(0, 0, 0, 0.7); position: absolute; width: 100%; height: 42px; left: 0; bottom:0; color: #FFF; position: absolute;font-size: 14px;line-height: 42px; opacity: 0.8;z-index: 99;}
#view-index { float: left; margin-left: 10px; }
#view-current { color:#3495FF;}
#view-title { position: absolute; left: 60px; top: 10px; height: 22px; line-height: 22px; overflow: hidden; color: #fff; }
#view-body { width: 100%; height: 100%; position: relative;}
#view-image-items { height: 100%; width: 100%;  position: absolute; left: 0; top: 0; overflow: hidden;}
#view-image-items li { float: left; text-align: center; background: no-repeat center;-webkit-background-size: contain; background-size: contain; }

/**jumphandle**/
#jumphandle {width:32px;height: 70px; position: fixed; right: 6px; bottom:20px; z-index: 100000000; display: none;}
#jumphandle a { display: block; width: 32px; height: 32px; background: #777 url(img/jump-icon.png) no-repeat 0 top; opacity: 0.7;}
#jumphandle a#gobot { background-position: 0 bottom; margin-top: 6px;}


/**
 * [xLarge Screen for PC]
 * >=1200
 */

/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */
@media screen and (max-width: 1210px) {
	.wrapper .inner { width:1000px; margin:0 auto;}
	.wp-menu .menu-item {/* width: 15%; */}
	.wp-menu .menu-item a.menu-link {padding: 0 18px;}

	.main1 .inner .ml .modl{float:left; width:323px;}
	.main1 .inner .ml .modc{float:right; width: calc( 100% - 345px);}
	.main1 .inner .mr{float:right; width:280px;}
	.main3{}
	.main3 .inner{padding: 0px 0px;}
	.main3 .ml{width: 485px;}
	.main3 .mr{width: 485px;}
	.main5 .ml{float:left; width:482px;}
	.main5 .mr{float:right; width:480px;}

	.post-31{margin-bottom:0px;}
	.post-31 .articlecontent img{width:100%;} 
	.tu_text .news_list li.news .news_wz{float: left;width: 222px;padding:14px 20px;height: 130px;position:relative;} 
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
	.wrapper .inner { width:100%; margin:0 auto;}
	#header .inner{padding:10px 0px;height: auto;position:relative;background:none;}
	.head .head-left{ float:none;display:inline-block; width:100%; height:auto; text-align:center;}
	.head .head-main{display:none;}
	.head .sitelogo a{display:block;width:100%;position:relative;left:0px;top: 6px; bottom:0px;}

	.wp-navi .navi-slide-head { display: block; padding:0 10px;height: 46px;}
	/*导航样式：后台绑定时也可以定义配置*/
	.wp-menu {display:none;background:#fff;}
	.wp-menu .menu-item {display: inline-block;float:none; position: relative; z-index: 100;width:100%;padding-left:0px;border-bottom:1px solid #eee;}
	.wp-menu .menu-item.i1 { background:none;}
	.wp-menu .menu-item a.menu-link > .menu-switch-arrow{ display:inline-block; width:20px; height:20px;  vertical-align:middle; }
	.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 29px;line-height: 40px;color: #343434;font-size: 15px;}
	.wp-menu .menu-item a.menu-link:hover,
	.wp-menu .menu-item.hover{ text-decoration: none; color: #ce454f; background-color: #eee; }

	.wp-menu .menu-item a.menu-link.hover { color: #fff; }

	.sub-menu {display: none;position:relative;left: 0;bottom: 0px;top: 0px;min-width: 0px;z-index: 100;background: #fff;opacity: 0.8\9;background: #444343\9;filter:alpha(opacity=90);}
	.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;/* float: left; */border: 1px solid #eee;}
	.sub-menu .sub-item a { text-align: initial; display: block;color: #000000;height: auto;line-height: 43px;padding: 0 44px;font-size: 14px; background:none;}
	.sub-menu .sub-item a:hover { color: #eee; background-color: #466594; display: block; }
	.sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background: rgba(11, 102, 244, 0.8); opacity: 0.8\9; background: #444343\9; filter:alpha(opacity=90); }

	.wrapper .inner .mod{ width:auto;padding:0px 10px; margin:0 auto;}
	.main1 .inner .ml{float:none; width:100%;}
	.main1 .inner .ml .modl{float:left;width: 319px;margin-right:20px;}
	.main1 .inner .ml .modc{float:left; /* width:318px; */ }
        .news_list li.news p { white-space: nowrap; display: block;  overflow: hidden; text-overflow: ellipsis; }

	.main1 .inner .mr{float: none;width: 100%;}

	.main3 .ml{ float: none; width:100%;}
	.main3 .mr{ float: none; width:100%;}

	.main5 .ml{float:none; width:100%;}
	.main5 .mr{float:none; width:100%;}

	.tu_link .iconcon{float:left;width: 20%;padding-bottom:13px;text-align:center;text-decoration:none;height: 75px; margin-bottom:20px;background: url(images/icon_hover.png) no-repeat   center -137px;}
	/* 分享二维码 */
	.shares{ display:inline-block; float:right; }
	.shares .share{float:left;width: 120px;position:relative;vertical-align:middle;text-align: center;border:0px solid red;}
	.shares .share .con{}
	.shares .share .con img{ width:90px; height:auto; }
	.shares .share  span{color:#fff;}


	.col_news .col_news_box{margin-left: 290px;margin-right: 10px;}


	.article .entry .read table,
	.col_news_list table { max-width: 100%;  margin: 0 !important; padding: 0 !important; }


	.article .entry .read img,
	.col_news_list img { max-width: 100%; height: auto; }

	.col_news_head { margin: 0 5px; }

	.col_news_list .list_page_box { margin: 1em auto 3em; }


	.post-51 .news_list li.news .news_title { width: calc( 100% - 90px); }

	.tu_text .news_con.con2 .news_list li.news .news_title {
		line-height: 41px;
		line-height: 1.5;
		padding: 0.5em 0;
	}
        
        .focus11 .focus-title { box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}


}


/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) {

#headtop {
  position: absolute;
  z-index: 110;
}

	#header .inner{height: auto;}
	.head .sitelogo a img{width: 70%;margin:15px 0 15px 10px; float: left; }
.searchbox { margin-top: 50px; }
.search-keyword { width: 80px; }

	.main1 .inner .ml .modl{ float:none;width: 100%;margin-right:0px;}
	.main1 .inner .ml .modc{float:none; width:100%;}

	.main2{ height: 0; }


	.main4 .inner{padding: 0px 0px 0px;}

	.sub-menu .sub-menu { left: 1em;  background: transparent; opacity: 1; filter:alpha(opacity=100);}


	.news_list li.news {line-height: 1.4; padding: 5px 0; } /**标题图标**/
	.news_list li.news p {line-height:30px; overflow: hidden; height: 30px; white-space: nowrap; text-overflow: ellipsis; }
	.news_list li.news span.news_meta {display:none; }/*属性*/

	.rili .news_list li.news{margin-top:10px;padding-top:10px;}

	.post-11{margin-bottom:0px;}
	.post-31{display:none;}

	.tu_text .news_list li.news .news_imgs{float: none;width:100%;height: auto;}
	.tu_text .news_list li.news .news_imgs img{width:100%;height: auto;}
	.tu_text .news_list li.news .news_wz{float: none;width:auto;padding:14px 20px;height: 130px;position:relative;} 

	.tu_link #wp_nav_w61{margin:0px 0px;}
	.tu_link .iconcon{  box-sizing: border-box;  width: 45%; display: inline-block;  margin: 0 2% 10px; height:auto; padding-bottom:0px;background: #F5F5F5; }
	.tu_link .iconcon .icon{display:none;}
	.tu_link .iconcon p{padding:10px 0px; font-size: 14px; }

	/* 自定义登录样式 */
	.form_box{}
	.form_box .input_box{display:block;margin-right:0px; margin-bottom:10px;}
	.form_box .input_box input{height: 32px;line-height: 32px;border:1px solid red;}
	.form_box .input_box .input_text{width: 100%;border: 1px solid #E0E0E0;padding:0px 0px;}
	.form_box .input_box .input_btn{width:100%;border: 1px solid #DB8B1F;}

	#footer .inner {padding: 17px 0px;background:#81000b;}
	#footer .inner p{text-align:center;}
	#footer .inner p.copyright{display:none;}
	#footer .inner .foot-left{float:none;margin-top:0px;margin-bottom:10px;}
	#footer .inner .foot-right{text-align:center;}
	/* 分享二维码 */
	.shares{ display:inline-block; float:none; }
	.shares .share{float:left;width: 120px;position:relative;vertical-align:middle;text-align: center;border:0px solid red;}
	.shares .share .con img{ width:90px; height:auto; }
	.shares .share  span{color:#fff;}

	.mbanner .focus-pagination {display:none;}

	#l-container .inner {padding:0px 0px;}
	#d-container .inner {padding:0px 0px;}
	.l-banner img{width:100%;height:100%;}

	.column-switch {display:block;}

	.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:40px;padding: 0px 5px 0px 12px; font-size:16px;}  /**栏目名称图标**/
	.col_news_head {border-bottom: 1px solid #ccc;}
	.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
	.col_metas .col_title h2 {display:inline-block;font-size: 20px;font-family:"Microsoft yahei";font-weight: normal;color: #90010B;border-bottom: 1px solid #90010B;}   /**当前栏目名称**/
	.col_menu .col_menu_con{display:none;border:0px solid #e4e4e4;}

	.col_menu {width: 100%;float:none;margin-right:0px;position:relative;} 
	.col_news {width: 100%;min-height:0px;float:none;} /**栏目新闻**/
	.col_news .col_news_box{margin-left: 10px;}
	.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
	.wp_paging li.pages_count,.wp_paging li.page_jump{display:none;}


	.infobox { width:auto; margin:0 10px; }

}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {

}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 319px) {
	.top-nav-panel .wp-menu .menu-item a.menu-link { font-size: 14px; height: 28px; line-height: 28px;}
	.wp-footer .wp-inner .footer .address,.wp-footer .wp-inner .footer .zipcode { display: inline;}
	.wp-footer .wp-inner .footer .icp { display: block; }
}