﻿@charset "UTF-8";
/* Base Reset */
* {margin: 0;padding: 0;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
:focus { outline:0;}
img { border:0;}
a img { vertical-align: middle;}
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,p { font:14px/1 Microsoft YaHei; color: #040000;}
body {}
a{ text-decoration: none; color: #040000; transition: all 0.2s ease-in-out;}
a:hover{ text-decoration: none; color: #ca1d29;}
.wp-wrapper { width: 100%;}
.wp-wrapper .wp-inner {width:auto;max-width: 1200px;margin:0 auto;}

/**头部**/
.wp-toper { background: #514343;}
#head { background: url(../images/head_bg.png) #ca1d29 no-repeat center top;}
.wp-header { border-bottom: 1px solid #a01910;}
/** [站点LOGO]*/
.logo-panel { float: left;}
.logo-window { padding: 18px 0;}
.logo-window img { vertical-align: middle;}

.wp-head-tools { float: right;}
/*** [搜索]*/
.search-panel { float: right; margin: 2px 10px 2px 0; position: relative;}
.searchbtn{ width:30px; height: 28px; border:0; outline: 0; background:url(../images/search.png) no-repeat center; position:absolute; right:0px; top:0px; z-index:120; cursor:pointer;}
.search-window { overflow: hidden; width:30px;}
.wp-search { position: relative;}
.wp-search form { display: block;}
.wp-search .search-input { margin-left:10px; margin-right: 30px;}
.wp-search .search-input input.search-title { width: 100%; height: 19px; line-height: 19px; border:0; outline: 0; background: none; color: #fff; font-size: 14px; padding: 4px 0; border-bottom:1px solid #fff;}
.wp-search .search-btn { width: 30px; height: 28px; position: absolute; right: 0; top:50%; margin-top: -14px;}
.wp-search .search-btn input.search-submit { width: 100%; height: 28px; border:0; outline: 0; background: url(../images/search.png) no-repeat center; cursor: pointer;}
::-webkit-input-placeholder { color: #fff;} /* WebKit, Blink, Edge */
:-moz-placeholder { color: #fff;} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #fff;} /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #fff;} /* Internet Explorer 10-11 */
/*** [顶部副导航]*/
.top-nav-panel { float: right;}
.top-nav-panel .wp-menu .menu-item { float: left; display: inline-block;}
.top-nav-panel .wp-menu .menu-item a.menu-link { overflow:hidden;display: inline-block; margin: 0 8px; height: 32px; line-height: 32px; color: #d5d3d3; font-size: 14px;}
.top-nav-panel .wp-menu .menu-item a.menu-link:hover{ color: #fff;}

/**主导航**/
.wp-navi { border-top: 1px solid #d54a54;}
.wp-navi .wp-inner { max-width:1000px;}
.main-nav-panel {}
.menu-switch-arrow { display: none;}
.main-nav-panel .wp-menu { margin:0 auto; }
.main-nav-panel .wp-menu .menu-item { display: inline-block; float: left; position: relative; z-index: 100;}
.main-nav-panel .wp-menu .menu-item a.menu-link { display: inline-block; padding:0 30px; height: 38px; line-height: 38px; color: #fff; font-size: 16px;}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover { text-decoration: none; color: #fff; background: #b7020e;}
.main-nav-panel .wp-menu .menu-item.i20 a.menu-link { background: #b7020e;}
.main-nav-panel .sub-menu {background: #C91D28; display: none; position: absolute; left: 0; top: 38px; z-index: 100; min-width:100%; text-align:center;}
.main-nav-panel .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; min-width:100%;}
.main-nav-panel .sub-menu .sub-item a { display: block; color: #fff; height: 30px; line-height: 30px; min-width:100%; display: block;}
.main-nav-panel .sub-menu .sub-item a:hover { background: #b7020e; display: block;}
.main-nav-panel .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background: #C91D28;}
/**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: #212121; font-size: 18px; line-height: 40px;}
.wp-navi .navi-slide-head .navi-slide-arrow { display: block; width: 34px; height: 40px; float: right; background: url(../images/menu-icon-arrow.png) no-repeat 50%;}

/**aside导航**/
.navi-aside-page {position: fixed;}
.navi-aside-toggle { display: block; width:34px; height: 34px; background: url(../images/menu-icon-arrow-white.png) no-repeat 50%; 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; background: url(../images/menu-switch-arrow.png) no-repeat 30px -25px;}
.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: #404040; color: #fff; outline: 0;}
.wp-navi-aside .navi-aside-wrap li .sub-menu { display: none; background: #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: #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: #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: #373737;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a { padding-left: 50px;}
/**焦点图片**/
.wp-focus {}
.wp-focus .wp-inner { max-width:100%;}
.fcous-panel { width: 100%;}
.fcous-panel .focus-window { width: 100%; overflow: hidden;}

/*** 主体*/
.wp-container { padding:0px 0;}

.wp-main-page .cbox-left { width:81.6%; float: left;}
.wp-main-page .cbox-left .cbox-left-top {}
.wp-main-page .cbox-left .cbox-left-bot { padding-top: 25px;}
.wp-main-page .cbox-right { width: 185px; float: right;}

.wp-post {}
.wp-post .post-head { height: 39px;}
.wp-post .post-head .head-bar { position: relative;}
.wp-post .post-head .post-title { display: inline-block; height: 24px; line-height: 24px; font-size: 18px; font-weight: bold; color: #ca1d29; padding-bottom: 15px;}
.wp-post .post-head .post-more { height: 20px; line-height: 20px; position: absolute; right: 0; top: 0; margin-top: 2px;}
.wp-post .post-head .post-more a { color: #e67f11; text-decoration: none;}
.wp-post .post-body {}
.post-news .news-item {line-height: 24px;vertical-align: top;overflow: hidden;position: relative;padding-top: 9px;height:24px;}
.post-news .news-item .meta-title {display: block;overflow: hidden;font-size: 15px;max-height: 48px;}
.post-news .news-item .meta-title a:hover { color: #040000; font-weight: bold;}
.post-news .news-item .meta-time {display: block;text-align: left;height: 24px;line-height: 24px;font-size: 12px;}

.wp-post.post-7 { width:64.8%; float:left;}
.wp-post.post-7 .news_l { width: 47.4%; float: left;}
.wp-post.post-7 .news_l .post-news .news-item { padding-top: 0;}
.wp-post.post-7 .news_l .post-news .news-item .item-picture {display: block;overflow: hidden;}
.wp-post.post-7 .news_l .post-news .news-item .item-title {display: block;overflow: hidden;font-size: 15px;font-weight: bold;padding: 4px 0;}
.wp-post.post-7 .news_l .post-news .news-item .item-title a {color: #040000;}
.wp-post.post-7 .news_l .post-news .news-item .item-time {display: block;text-align: left;height: 24px;line-height: 24px;font-size: 12px;}
.wp-post.post-7 .news_l .post-news .news-item .item-summery {display: block;overflow: hidden;font-size: 12px; max-height: 72px;}
.wp-post.post-7 .news_r { width: 47.4%; float: right; border-top: 3px solid #ca1d29;}
.wp-post.post-7 .news_r .post-news .news-item { padding-top: 9px;}

.wp-post.post-17 { width:30.6%; float:right;}
.wp-post.post-17 .post-body { border-top: 3px solid #ca1d29;}
.wp-post.post-17 .post-news .news-item .meta-title {display: block;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}

.wp-post.post-27 { width:30.6%; float:left; margin-right:3.5%;}
.wp-post.post-27 .post-body { border-top: 3px solid #ca1d29;}

.wp-post.post-37 .post-body { border-top: 3px solid #ca1d29;}
.wp-post.post-37 { width:30.6%; float:left; margin-right:3.5%;}


.wp-post.post-47 { width:30.6%; float:right;}
.wp-post.post-47 .post-body { border-top: 3px solid #ca1d29;}

.wp-post.post-8 { margin-bottom:26px;}
.wp-post.post-8 .wp-menu .menu-item {display: block;}
.wp-post.post-8 .wp-menu .menu-item a.menu-link {display: block;padding-left: 20px;height: 37px;line-height: 37px;color: #fff;font-size: 15px;margin-bottom: 1px;background: url(../images/sanj.png) #8b7a7a no-repeat 158px center;}
.wp-post.post-8 .wp-menu .menu-item a.menu-link:hover{background: url(../images/sanj.png) #ca1d29 no-repeat 158px center;color: #fff;}

.wp-post.post-18 { margin-bottom:26px;}
.wp-post.post-18 .meida_tit { background: #ca1d29;}
.wp-post.post-18 .meida_tit .tit { font-size: 15px; font-weight: bold; width: 49.9%; float: left; line-height: 40px; text-align: center; color: #fff;}
.wp-post.post-18 .meida_pic { background: #aea2a2;}
.wp-post.post-18 .meida_pic .pic { width: 49.9%; float: left; text-align: center; padding: 11px 0 17px;}
.wp-post.post-18 .meida_pic .pic img {}

/**列表页**/
.wp-banner {}
.wp-banner .wp-inner { max-width:100%; position: relative;}
/**列表页banner图**/
.banner img { width: 100%; vertical-align: top;}
.banners img { width: 100%; vertical-align: top;}

.wp-column-menu { width: 220px; position: relative; float: left; margin-right: -220px;}
.wp-column-news { float: right; width: 100%;}
.wp-column-news .column-news-box { margin-left: 260px;}

/**栏目列表**/
.column-head { background: #C91D28; line-height: 26px;}   /**位置栏目背景**/
.column-head .column-anchor {padding: 10px; padding-left: 20px;}
.column-head .column-anchor .column-switch { display: block; width: 30px; height: 24px; float: right; display: none; background: url(../images/menu-dot.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title { display: inline-block; float: left; font-size:18px; font-weight:normal; color:#fff;}/**位置栏目字体**/

.column-list-wrap li { width: 100%; vertical-align: bottom;}
.column-list-wrap li a {display: block;width: 100%;font-size: 16px;}
.column-list-wrap li a:hover {color: #ca1d29;text-decoration: none;background: #f4f4f4;}
.column-list-wrap li.selected a.selected {color: #ca1d29;background: #f4f4f4;}
.column-list-wrap li a span { display: block; padding: 10px; padding-left: 20px; line-height: 22px;}
.column-list-wrap .sub-list li a { font-size: 14px;}
.column-list-wrap .sub-list li a:hover {color: #ca1d29;background: #f4f4f4;}
.column-list-wrap .sub-list li.selected a.selected {color: #ca1d29;background: #f4f4f4;}
.column-list-wrap .sub-list li a span { padding: 6px 10px; padding-left: 28px; line-height: 18px;}
.column-list-wrap .sub-list .sub-list li a { font-size: 13px;}
.column-list-wrap .sub-list .sub-list li.selected a.selected { color: #ca1d29;background: #f4f4f4;}
.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;}

/*** 栏目新闻*/
.list-head { padding: 10px 0; border-bottom: 1px solid #e5e5e5;}
.list-meta .column-title { float: left; display:inline-block; white-space:nowrap; line-height:24px; font-size: 18px; font-weight: normal;} /**当前位置**/
.list-meta .column-path { float: right; line-height: 24px; color: #040000;}
.list-meta .column-path a{ color: #040000;}
.list-meta .column-path a:hover{ color:#C91D28;}
.column-news-con { padding:10px 0; }
.column-news-list .column-news-item {display: block; position: relative; border-bottom:1px dotted #b1b1b1; line-height: 24px; padding: 5px 0;}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover { background: #F7F7F7; color: #ca1d29;}
.column-news-list .column-news-item .column-news-title { display: block; margin-right: 85px;}
.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:7px; color: #999;}
.wp_entry {width:auto; margin:0 4px;}
.wp_entry,.wp_entry p { line-height:30px; font-size:14px; text-align: justify; }
.wp_entry p { margin-bottom:11px;}
.column-news-list .wp_entry img {vertical-align: middle; max-width:100%; _width:expression(this.width > 800 ? "880px" : this.width); }   /**列表页文章图片大小限制**/
.wp_paging li a:hover { color: #ca1d29;}

/**文章页**/
.info-box { margin:0 20px;}
.article {padding: 15px 0;}
.article h1.arti-title { line-height:32px; padding:5px; text-align:center; font-size:18px; font-weight: normal;} /**文章标题**/
.article h3.arti-titles { line-height:22px; padding:5px; text-align:center; font-size:15px; font-weight: normal; border-bottom:1px solid #ECECEC;} /**文章副标题**/
.article .arti-metas { line-height: 16px; text-align:center; padding: 10px 0;}
.article .arti-metas span { display: inline-block; margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 4px; overflow:hidden;} /**文章内容**/
.article .entry,.article .entry p { line-height:30px; font-size:14px; text-align: justify; }
.article .entry p { margin-bottom:5px;}
.article .entry .read img { vertical-align: middle; max-width:100%; _width:expression(this.width > 1100 ? "1100px" : this.width); background: url(../images/loading.gif) no-repeat center; }   /**文章阅读部分图片大小限制**/

/*读图模式*/
.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%; background:url(../images/view-image.png) no-repeat center; }
#wp-view-page { display: none; position: fixed; z-index: 10000000; width:100%; background: #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(../images/back-arrow.png) no-repeat center;}
#back-read-page span{ display: none;}
#view-original-image {background: 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: 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; }

/**底部**/
.wp-footer { background: #ca1d29;}
.wp-footer .wp-inner { background:url(../images/logo_g.png) no-repeat center; padding: 35px 0;}
.wp-footer .wp-inner .footer {}
.wp-footer .wp-inner .footer p { color:#e6a8ab; line-height: 24px;}
.wp-footer .wp-inner .footer a { color: #e6a8ab; font-size: 14px;}
.wp-footer .wp-inner .footer a:hover { color: #fff;}
.wp-footer .wp-inner .footer .foot_l { float:left; text-align: left;}
.wp-footer .wp-inner .footer .foot_r { float:right; text-align: right;}

/**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(../images/jump-icon.png) no-repeat 0 top; opacity: 0.7;}
#jumphandle a#gobot { background-position: 0 bottom; margin-top: 6px;}

.news_tu{}
.news_tu .con{padding: 12px 0px;}
.news_tu .news_list { margin:0px -10px;}
.news_tu .news_list li.news{float:left;width:20%;}
.news_tu .news_list li.news .news_box{margin:0px 0px; transition:all 0.4s ease-in-out;}
.news_tu .news_list li.news .news_box:hover{opacity:.85; filter:Alpha(opacity=85);}
.news_tu .news_list li.news .news_imgs{padding-top:40%;position:relative;overflow:hidden;}
.news_tu .news_list li.news .news_imgs img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.news_tu .news_list li.news .news_wz{}
.news_tu .news_list li.news .news_wz .news_con{} 
.news_tu .news_list li.news .news_title{line-height: 45px;height:45px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;} 
.news_tu .news_list li.news .news_title a{}