@charset "utf-8";
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;}
img{vertical-align: top;}
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: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; 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);
}
::-webkit-input-placeholder { color:#ccc;/* WebKit browsers */}
:-moz-placeholder {color:#ccc; /* Mozilla Firefox 4 to 18 */}
::-moz-placeholder { color:#ccc;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder { color:#ccc;/* Internet Explorer 10+ */}
/**布局开始**/
body {line-height: 1;font-size: 13px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#1f1f1f;}
p{line-height:1.75;}
a {color:#1f1f1f; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover {color: #a20004;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {width: 100%;margin:0 auto;} /**页面全局宽度**/
/*head开始*/
#header {background: #fff;}
#header .inner{height: 125px;position:relative;}
.header .sitetitle {} /**站点名称**/
.header .head-left{display: inline-block;width: 100%;height: auto;text-align: center;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;}
/*lang样式*/
.welcome{ background:#f2f2f2; height:34px; line-height:34px; font-size:12px}
.welcome a{color: #9e9e9e;border-right:1px solid #ddd;padding:0 15px;display:inline-block;}
.welcome a:first-child{border-left:1px solid #ddd}
.col-xs-6 {  color: #9e9e9e;  float: left;}
.col-xs-6.text-right { float: right;}
/*导航样式：后台绑定时也可以定义配置*/
.main-nav .wp-menu { margin:0 auto; display: none; }
.main-nav .wp-menu .menu-item { display: block; border-top: 1px solid #ddd; overflow: hidden; position: relative;}
.main-nav .wp-menu .menu-item a.menu-link {display: block;padding:0 18px;height: 35px;line-height: 35px;color: #545454;font-size: 15px;font-weight: bold;background-color: #fcfcfc;}
.main-nav .wp-menu .menu-item a.menu-link:hover { text-decoration: none; color: #000; background-color: #eee}
.main-nav .menu-switch-arrow {display: block;width: 35px;height: 35px;position: absolute;right: 0px;top: 1px;background: url(images/icons.png) no-repeat 10px -116px;}
.main-nav .sub-menu {background-color: #f2f2f2; display: none; }
.main-nav .sub-menu .sub-item { white-space: nowrap; vertical-align: top; _zoom:1; border-top: 1px solid #e5e5e5; position:relative;}
.main-nav .sub-menu .sub-item a { display: block; color: #272727; height: 39px; line-height: 39px; padding:0 10px; display: block; text-indent: 20px; }
.main-nav .sub-menu .sub-item a:hover { color: #fff; display: block; background-color: #7E7E7E;}
.main-nav .sub-menu .sub-menu { background-color: #fff;}
.main-nav .sub-menu .sub-menu .sub-item a {  text-indent: 30px;}
.main-nav .sub-menu .sub-menu .sub-menu .sub-item a {  text-indent: 40px;}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;max-width:100%;text-align: center;position:relative;}
/**首页三列布局**/
.mod {padding: 0 8px;margin-bottom: 20px;}
/**标题栏新闻窗口**/
.post .tt {margin-bottom: 7px;height: 35px;text-align: center;display:inline-block;width:100%;border-bottom: 3px solid #EEEEEE;} /**标题栏**/
.post .tt .tit {float: left;display:inline-block;font-size: 20px;text-align: left;} /**标题字体**/
.post .tt .tit .title {font-size: 18px;font-weight: bold;color: #01508F;display:block;line-height: 35px;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con {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; }
.post .more_btn {float: right;display:inline-block; *zoom:1;text-align: center;}
.post .more_btn .more_text{display:inline-block;line-height: 35px;color: #9e9e9e;text-align:center;}
.post .more_btn .more_text:hover{/* background:#2f5ba6; *//* color:#fff; */}
.post .more_btn a{color:#666;} 
.post .more_btn a:hover{color:#666;} 
/**自定义新闻列表**/
.news_list {}
.news_list li.news {line-height: 30px;padding-left:0px;font-size: 14px;} /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.post-8 .news_list li.news .news_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 100%;
}/*默认简介*/
.news_list li.news .news_bg {
    width: 100%;
    transition-duration: 1s;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; max-width: 100%;}
.news_list li.news p {line-height:34px;}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container .inner .mod{padding:25px 10px;}
/**主体文章页开始**/
#d-container .inner {background:#fff;}
.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0f429b;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:20px; font-weight:normal; color:#fff; }/**位置栏目字体**/
.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;}
/**栏目列表**/
.column-head {background: #E4E4E4;line-height: 30px;}   /**位置栏目背景**/
.column-head .column-anchor {/* padding: 0.144rem; */}
.column-head .column-anchor .column-switch {display: block;width: 30px;height: 30px;float: right;background: url(images/menu-icon-arrow-white.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title {padding: 0 10px;display: inline-block;float: left;font-size: 16px;color: #7a7a7a;font-weight: normal;}		/**位置栏目字体**/
.column-list-wrap li {width: 100%; vertical-align: bottom;}
.column-list-wrap li a {display: block;width: 100%;border-bottom: 1px solid #b3b3b3;font-size: 13px;color: #383838;background: #eee;}
.column-list-wrap li a:hover {color: #383838; text-decoration: none; background-color: #e1e1e1;}
.column-list-wrap li.selected a.selected {color: #fff; background-color: #636363; background-position: 10px 14px;}
.column-list-wrap li a span {display: block;padding: 5px 20px;/* padding-left: 0.483rem; */line-height: 20px;/* padding-top: 0.144rem; *//* padding-bottom: 0.144rem; */}
.column-list-wrap .sub-list li a {background-position: 18px 11px; font-size: 14px; background-color: #F1F1F1;}
.column-list-wrap .sub-list li a:hover {background-color: #D6D6D6; color: #121212;}
.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: 4px 10px; padding-left: 28px; line-height: 18px;}
.column-list-wrap .sub-list .sub-list li a {font-size: 13px; background-position: 26px 10px; background-color: #f5f5f5;}
.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;}
.column-body {display: none;}
.list-meta .column-title {font-size: 0.386rem;}
/**
 * 栏目新闻
 */
.list-head {border-bottom: 2px solid #e5e5e5;}
.list-meta .column-title {float: left; display: inline-block; white-space: nowrap; line-height: 0.579rem; font-size: 0.434rem; color: #333} /**当前位置**/
.list-meta .column-path {font-size: 14px;float: right;line-height: 40px;color: #454545;}
.list-meta .column-path a {color: #454545;font-size: 14px;}
.list-meta .column-path a:hover {color: #14427E;}
.column-news-con {padding: 10px 5px;}
.column-news-list .column-news-item {display: block; position: relative; border-bottom: 1px dashed #b1b1b1; line-height: 1.4em; padding: 5px 0; padding-left: 10px; background: url(images/dot.png) no-repeat 2px 13px;}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover {background-color: #F7F7F7; color: #000;}
.column-news-list .column-news-item .column-news-title {display: block; margin-right: 76px;}
.column-news-list .column-news-item .column-news-date {display: block; text-align: right; width: 80px; height: 20px; line-height: 20px; position: absolute; right: 0; top: 5px; color: #999;}
.banner img {width: 100%;height: auto;}
.wp_entry {width: auto; margin: 0 4px;}
.wp_entry, .wp_entry p {line-height: 1.7;font-size: 14px;text-align: justify;}
.wp_entry p {margin-bottom: 11px;}
.column-news-list .wp_entry img {vertical-align: middle; max-width: 100%;}   /**列表页文章图片大小限制**/
.list-meta .column-path, .list-meta .column-title {float: none;}
.list-meta .column-title {display: none;}
.list-meta .column-path {padding-left: 29px;background: url(images/sitemap-icon.png) no-repeat left center;/* background-size: 4.9%; */}
.wp_paging .pages_count, .wp_paging .page_jump {display: none;}
.wp_article_list .list_item {overflow: hidden;}
.wp_article_list .list_item {height: 32px;line-height: 32px;white-space: nowrap;}
.wp_article_list .list_item .pr_fields {display: block; float: none; white-space: nowrap;}
.wp_article_list .list_item .Article_Index {display: none;}
.wp_article_list .list_item .ex_fields {display: none;}
.wp_article_list .list_item a {font-size: 16px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.wp_article_list .list_item .Article_Title {float: none; margin: 0; display: block;}
/**文章页**/
.info-box {margin: 0 6px;}
.article {padding: 10px 0;}
.article h3.arti-tit {line-height: 26px; text-align: center; font-size: 14px; font-weight: normal; color: #424242;}
.article h1.arti-title {line-height: 26px;padding: 5px 0;text-align: center;font-size: 18px;font-weight: bold;color: #424242;} /**文章标题**/
.article .arti-metas {border-top: 1px solid #aaa;line-height: 20px;text-align: center;padding: 10px 0;}
.article .arti-metas span {display: inline-block;margin: 0 5px;font-size: 14px;color: #787878;} /**文章其他属性**/
.article .entry {min-height: 500px;margin: 0 4px;overflow: hidden;} /**文章内容**/
.article .entry, .article .entry p {line-height: 1.7;font-size: 15px;text-align: justify;}
.article .entry p {margin-bottom: 11px;}
.article .entry .read img {vertical-align: middle; max-width: 100%; margin-bottom: 5px;}   /**文章阅读部分图片大小限制**/
/**页脚开始**/
#footer {background: #006BBF;}
#footer .inner {padding: 20px 0px;position:relative;}
#footer  p{font-size: 13px;line-height: 25px;font-weight:normal;text-align: center;color: #fff;}
/**************************************************************
 * 组件功能
 */
/**搜索**/
.search-panel {margin-right: 50px;float: right;position: relative;clear: right;}
.search-window {background-color: #fff;overflow: hidden;width: 45px;}
.wp-search {border: 1px solid #eee;background: #fff;position: relative;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 47px;}
.wp-search .search-input input.search-title {font-family: "微软雅黑";width: 100%;height: 25px;line-height: 25px;border: 0;outline: 0;background: none;color: #888;font-size: 14px;padding: 5px 0;border: none;padding-left: 5px;}
.wp-search .search-btn {width: 30px;height: 35px;position: absolute;right: 0;top: 0;}
.wp-search .search-btn input.search-submit {width: 30px;height: 35px;border: 0;outline: 0;background: url(images/sous.png) center no-repeat;cursor: pointer;}
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {height: 40px;bottom: 0px;left: 0px;margin-left:0px;width: 100% !important;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}
.mbanner .focus .focus-pagination {position:absolute;right: 14px;bottom: 14px;margin-right: 0px;z-index:60;}
.mbanner .focus .focus-page { display:inline-block; width:9px; height:9px;  margin-right:6px;background:#fff;}
.mbanner .focus .focus-page-active {width:18px;background: #fff;opacity:1; filter:Alpha(opacity=100);}
.mbanner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px;}
.mbanner .focus .focus-next { right:0px;background-position:right top}
/*************************************************************
 * 特殊页面
 */
/*二级页面*/
.news_img{width:100%;height:100%;}
.news_img img{width:100%;height:100%;}
.post .news_list li.news .news_title{overflow: hidden;text-overflow: ellipsis;display: block;white-space: nowrap;width: 100%;/* float: left; */}
.news_text{font-size:14px;color:#828282;}
.news_text a{color:#828282;}
.news_wz{width:100%;}
#footer .inner .mod2 p{text-align:center;line-height:77px;}
.col_news_list .news_list li.news{line-height:32px;}
.col_news_list .news_list li.news span.news_title{font-weight:normal;}
.wrapper.header {/* border-bottom: 1px solid #006BBF; */}
.post-8 .news_list li.news {padding: 5px;border-bottom: 1px dashed #d0d0d0;}
.news_meta {float: right;}
.navi-slide-arrow {margin-top: -11px;display: inline-block;width: 25px;height: 22px;line-height: 22px;position: absolute;right: 2px;top: 50%;text-indent:-99em;overflow:hidden;background: #004ea1 url(images/menu-icon-arrow-white.png) no-repeat 50%;}
.header .inner.clearfix { position: relative; padding: 30px 0px;}
.focus-title { left: 5%;margin: 0 auto; width: 90%; line-height: 40px; font-size: 15px; height: 40px; font-family: "微软雅黑";}
h2.focus-title a { line-height: 30px;font-size: 14px;}
.post .news_list li.news .news_title a { text-overflow: ellipsis; white-space: nowrap; display: block;width: 100%; overflow: hidden;}
.post2 .news_date .news_days {color: #757575;}
.site-url img {max-width: 90%;}
.header .sitetitle img {max-width: 47%;}
.site-url{  display: block;}
.news_imgs {padding-top: 50%;position: relative;overflow: hidden;background: #eee;}
.post6 .news_list li.news .news_title {
    width: 100%;
    float: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.post.post2.post-9 .news_meta {
    color: #fff;
    background: #61B2F2;
    margin-right: -80px;
    text-align: center;
    float: left;
    width: 60px;
}
.post.post2.post-9 .news_list li.news .news_title {
    float: none;
    width: 100%;
}
.post.post2.post-9  .wz {
    width: 100%;
}
.post.post2.post-9 .wz_con {
    margin-left: 80px;
}
.foot_logo img {
    height: auto;
    max-width: 72%;
}
ul.news_list.scroll {
    padding-bottom: 20px;
}
.shares li {
    text-align: center;
}

.shares li span {
    color: #fff;
    line-height: 40px;
}
.post-15 .news_list li.news .news_wz .news_con {
    padding: 10px 20px;
    border: 1px solid #eee;
}

.post.post-15 .news_list li.news .news_wz .news_con .news_title {
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
}
p.foot_logo {
    margin-bottom: 10px;
}
.news_list.list2 li.news span.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 70%;
    float: left;
}

.news_list.list2 li.news {
    border-bottom: 1px solid #eee;
}