@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+ */
}

::-webkit-scrollbar{width: 8px;height: 8px;background-color: #CCCCCC;-webkit-border-radius: 6px;}
::-webkit-scrollbar-thumb:horizontal { width: 4px;  background-color: #CCCCCC;  -webkit-border-radius: 6px;}
::-webkit-scrollbar-track-piece { background-color: #fff; /*滚动条的背景颜色*/ -webkit-border-radius: 0; /*滚动条的圆角宽度*/}
::-webkit-scrollbar-thumb:vertical {height: 50px;background-color: #999;-webkit-border-radius: 4px;  outline: 1px solid #fff; outline-offset: -1px;border: 1px solid #fff;}

/**布局开始**/
*{ box-sizing:border-box;}
html { overflow-x: hidden; }
body {line-height: 1; font-size: 16px; font-family: "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color: #333; }
p { line-height: 1.75; }
a { color: #333; text-decoration: none; transition: all 0.4s ease-in-out; }
a:hover { color: #611531; }
/*页面尺寸*/
.wrapper { width: 100%; margin: 0 auto; }
.inner { width: 1400px; margin: 0 auto; } /**页面全局宽度**/
/*导航样式：后台绑定时也可以定义配置*/
.top_nav .wp-menu { margin: 0 auto; padding: 0 2px;height: 67px; }
.top_nav .wp-menu .menu-item { display: inline-block;position: relative; }
.top_nav .wp-menu .menu-item.i1 { background: none; }
.top_nav .wp-menu .menu-item a > .menu-switch-arrow { display: none; width: 20px; height: 20px; background: url(images/nav_j.png) no-repeat center center; vertical-align: middle; }
.top_nav .wp-menu .menu-item a.menu-link { display: inline-block; padding: 0px 18px; line-height: 64px; color: #FFFFFF; font-size: 18px;min-width:100px; }
.top_nav .wp-menu .menu-item.hover a.menu-link, .wp-menu .menu-item a.hover { background-color: #fff; text-decoration: none; color: #000; }
.top_nav .sub-menu { display: none; position: absolute; left: 0; top: 67px; min-width: 100%; z-index: 100; background: #fff; }
.top_nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom: 1; }
.top_nav .sub-menu .sub-item a { display: block; color: #000; height: 50px; line-height: 50px; padding: 0 17px; font-size: 14px; background: none; }
.top_nav .sub-menu .sub-item.hover> a, .sub-menu .sub-item a:hover { color: #fff; background-color: #611531; display: block; }
.top_nav .sub-menu .sub-menu { left: 100%; top: 0px; z-index: 200; background: #fff; }
/*系统默认搜索*/
.wp_search { display: inline-block; position: relative; padding-left: 4px; border: 1px solid #d0d0d0; }
.wp_search #keyword { width: 160px!important; padding: 4px 0; border: none; height: 20px; line-height: 20px; background: transparent; color: #fff; }
.wp_search .search { width: 32px; height: 30px; border: 0px; background: #FFFFFF url(images/sous.png) no-repeat center; cursor: pointer; vertical-align: top; }
/*自定义输入框*/
.searchbox { text-align: right;}
.wp-search { position: relative; border:0px solid #d0d0d0; }
.wp-search form { display: block; }
.wp-search .search-input { margin-right: 40px; }
.wp-search .search-input input.search-title { width: 100%; height: 32px; padding: 4px 0; line-height: 32px; background: none; color: #FFFFFF; font-size: 14px; border: 0; outline: 0; font-family: MIcrosoft Yahei; }
.wp-search .search-btn { width: 32px; height: 32px; position: absolute; right: 0; top: 0%; }
.wp-search .search-btn input.search-submit { width: 32px; height: 32px; border: 0; outline: 0; background: url(images/sous.png) no-repeat center; background-size:20px 20px; cursor: pointer; }
.wp-search input:-webkit-autofill {transition: background-color 5000s ease-in-out 0s;-webkit-text-fill-color: #fff;}
/**主页banner开始**/
#banner {}
#banner .inner {  text-align: center; position: relative; }
#banner .topnew{ position: relative; z-index:10;background:#611531;}
#banner .inner .head-left { float:left;padding: 16px 34px; }
#banner .inner .head-left .sitelogo img{display:inline-block; width:286px;margin-right:20px;}
#banner .inner .head-left .sitetitle { display: block;text-align:center;font-size: 40px; font-weight: bold; color: #fff; }
#banner .inner .head-right{ float:right;padding-right:38px; padding-top:32px; padding-left:10px;}
.mbanner .inner .ss { float:right; width:162px; border-bottom:1px solid #fff;}
.mbanner .top_nav{ padding:0 20px;}
.mbanner .inner .nav{ clear:both;}
.mbanner .inner .wp-window {width:100%; clear:both;}
/**主体模块样式**/
#m-container { }
#m-container .inner { }

/**标题栏新闻窗口**/
.post .tt { display: inline-block; width: 100%; border-bottom: 0px solid #e6e6e6; } /**标题栏**/
.post .tt .tit { display: block; font-weight: normal; text-align: center; } /**标题字体**/
.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 { 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 { display: inline-block; height: 20px; margin-top: 10px; line-height: 20px; float: right; font-size: 20px; color: #333; }
.post .more_btn a:hover { color: #611531; }
/*标准标题*/
.post1 .tt .tit .title { display: inline-block; font-size: 30px; color: #611531; cursor: pointer; }
.post1 .tt .tit .title.selected { color: #611531; }
.post1 .tt .tit .title a { color: #333; }
.post1 .tt .tit .title a:hover { color: #611531; }

.main1 .inner{ width:100%;}
.main1 .inner .slick-list{ margin:0 auto; width:1400px;}
.main2 .ml { float: left; width:calc(50% - 35px); }
.main2 .mr { float: right; width:calc(50% - 35px); }
.main2 .post .tt .tit { float: left; padding-left:26px; position:relative }
.main2 .post .tt .tit:before{ position:absolute;content:''; left:0;top:50%; transform:translateY(-50%); width:5px; height:30px; background:#611531;}
.main2 .post1 .tt .tit .title { cursor: unset; }
.main2 .post .tt .subhead { background: none; line-height: 60px; height: 42px; float: left; margin-left: 32px; }
.main2 .post .tt .more_btn { margin-top: 0; line-height: 42px; height: 42px; }
#container-1{ background: #f1f3f4; padding: 72px 0px 141px; }
#container-2 { padding: 111px 0 88px 0; }
#container-3 { background: #f1f3f4; padding: 98px 0 88px 0; }
#container-4 {padding: 100px 0; }
/***********************************************************
 * 列表页
 */
.list #banner .inner .head-right{ background:none}
/*栏目图片*/
.l-banner { height: 0 !important; background-position: center center; background-repeat: no-repeat; text-align: center; padding-top: 21%; background-size: cover}
.l-banner img { display: none; height: 100%; vertical-align: top; }
/**主体列表页开始**/
#l-container { }
#l-container .inner { padding: 25px 10px; }
/**主体文章页开始**/
#d-container { }
#d-container .inner { padding: 20px 0px; 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: #611531; }/**位置栏目背景**/
.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; }
/*栏目列表*/
.col_list { }
.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: 15px; font-weight: normal; background: none; border-top: 0px solid #fff; border-bottom: 1px solid #F6EAEA; }
.col_list .wp_listcolumn .wp_column a .column-name { padding: 5px 0px 5px 28px; line-height: 32px; }
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected { color: #611531; background: #eee; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name { color: #611531; }
.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 { font-weight: bold; color: #611531; }
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a { color: #333; border-top: 1px solid #eee; margin-top: -1px; }
.col_list .wp_listcolumn .sub_list a .column-name { display: inline-block; line-height: 28px; padding: 5px 10px 5px 52px; cursor: pointer; }
.col_list .wp_listcolumn .sub_list a:hover, .col_list .wp_listcolumn .wp_column a.selected { font-weight: bold; font-weight: bold; color: #611531; }
/*三级子栏目**/
.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 { font-weight: bold; color: #611531; }
/**栏目新闻**/
.col_news { width: 100%; min-height: 500px; float: right; }
.col_news .col_news_box { margin-left: 290px; }
.col_news_head { border-bottom: 1px solid #DBDBDB; }
.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: #611531; border-bottom: 3px solid #CBCBCB; }
.col_metas .col_path { display: inline-block; float: right; white-space: nowrap; height: 46px; line-height: 46px; color: #666; } /**当前位置**/
.col_metas .col_path a { color: #2F2F2F; }
.col_metas .col_path a:hover { color: #611531; font-weight: 700; }
.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.75; font-size: 14px; 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);
} /**列表页文章图片大小限制**/
.col_path .possplit { background-image: url(images/posSplit.png); width: 20px; }
/**文章页**/
.infobox { width: auto; margin: 0 20px; }
.article { padding-top: 10px; }
.article h1.arti_title { line-height: 48px; font-family: "Microsoft YaHei"; font-size: 22px; text-align: center; color: #611531; } /**文章标题**/
.article h2.arti_title { line-height: 40px; font-family: "Microsoft YaHei"; font-size: 17px; text-align: center; color: #8f125f; } /**文章副标题**/
.article .arti_metas { padding: 10px; text-align: center; border-top: 1px solid #ececec; }
.article .arti_metas span { margin: 0 5px; font-size: 14px; color: #787878; }/**文章其他属性**/
.article .entry { margin: 0 auto; overflow: hidden; margin-top: 10px; } /**文章内容**/
.article .entry .read { min-height: 500px; }
.article .entry .read, .article .entry .read p { line-height: 1.75; font-size: 16px; color: #333; }  /**阅读字体**/
.article .entry .read p { margin-bottom: 10px; }
.article .entry .read img { margin: 0 auto; max-width: 940px; _width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
.article .entry .read table { margin: 0 auto; border: none; }

/**************************************************************
 * 组件功能
 */

/* 分享二维码 */
.shares { text-align: center; }
.shares ul { width: auto; margin: 0 auto; text-align: right; float: right; }
.shares li { float: left; margin: 0 6px; position: relative; }
.shares li a { display: inline-block; width: 50px; height: 50px; border: 0px solid red; background: url('images/share_icon.png') no-repeat; opacity: .6; filter: Alpha(opacity=60); vertical-align: top; }
.shares li a:hover { opacity: 1; filter: Alpha(opacity=100); }
.shares li.i1 a { background-position: 0px 0px; }
.shares li.i2 a { background-position: -72px 0px; }
.shares li.i3 a { background-position: -144px 0px; }
.shares li span { display: block; line-height: 22px; font-size: 12px; color: #D0D4EA; text-align: center; }
.shares li .con { display: none; position: absolute; bottom: 80px; left: 50%; z-index: 100; margin-left: -50px; width: 100px; }
.shares li .con img { width: 90px; height: 90px; vertical-align: top; background: #fff; }
/**友情链接**/
.botlinks .links-wrap { position: relative;display:block; width: 100%; line-height: 42px; background:rgba(255,255,255,0.2); border:0px solid #d0d0d0; font-size:14px; }
.botlinks .links-wrap a.links-arrow { display: block; height: 42px; line-height: 42px; padding: 0 25px 0 10px; color: #fff; background: url(images/arrow.png) no-repeat right top; }
.botlinks .links-wrap a.links-arrow:hover, .botlinks .wrap-open a.links-arrow { cursor: pointer; }
.botlinks .links-wrap .link-items { display: none; position: absolute; left: 0; bottom: 42px; width: auto; min-width: 100%; height: auto; max-height: 230px; overflow: auto; overflow-x: hidden; background: #f5f5f5; }
.botlinks:nth-child(2) .links-wrap .link-items{ bottom:auto;top:42px;max-height: 100px;}
.botlinks:nth-child(2) .links-wrap a.links-arrow{ background: url(images/arrow.png) no-repeat right bottom;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444; }
.botlinks .links-wrap .link-items a span { display: block; margin: 0 6px; white-space: nowrap; }
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #611531; cursor: pointer; }/**链接样式**/

/*self*/
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.f_between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.f_around{display: flex; display: -webkit-flex; justify-content: space-around;-webkit-justify-content:space-around;}
.f_start{display: flex; display: -webkit-flex; justify-content: flex-start;-webkit-justify-content:flex-start;}
.f_end{display: flex; display: -webkit-flex; justify-content: flex-end;-webkit-justify-content:flex-end;}
.f_center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center;}
.f_middle{display: flex; display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.f_top{display: flex; display: -webkit-flex;-webkit-align-items:flex-start;align-items:flex-start;}
.f_bottom{display: flex; display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.f_stretch{display: flex; display: -webkit-flex;-webkit-align-items:stretch;align-items:stretch;}
.f_col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.f_row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}

.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hide-text-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
/*banner*/
.mbanner .focus .focus-title-bar { bottom: 40px; left: 40px; margin-left: 0px; }
.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 { top: 50%; margin-top: -40px; width: 84px; height: 84px; border-radius:50%; opacity: 1; filter: alpha(opacity=100); font-size: 0px; }
.mbanner .focus .focus-prev { left:4%; background:rgba(69,69,69,0.5) url(images/prev.png) no-repeat center; }
.mbanner .focus .focus-next { right:4%; background:rgba(69,69,69,0.5) url(images/next.png) no-repeat center; }
.mbanner .focus .focus-prev:hover { background: rgba(97,21,49,0.5) url(images/prev.png) no-repeat center; }
.mbanner .focus .focus-next:hover { background: rgba(97,21,49,0.5) url(images/next.png) no-repeat center; }
.post-5 .news_list li { position: relative; }
.post-11 .focus .focus-title { height: 34px; line-height: 34px; padding: 0 15px; font-size: 14px; }
.post-11 .focus .focus-title-bar { height: 34px; bottom: 0px; left: 0px; right: 0px; margin-left: 0px; }
.post-11 .focus .focus-title-bg { background-color: #000; }
.post-11 .focus .focus-pagination { position: absolute; right: 14px; bottom: 46px; }
.post-11 .focus .focus-page { width: 20px; height: 20px; line-height: 20px; font-size: 12px; border-radius: 0px; background-color: #fff; color: #000; }
.post-11 .focus .focus-page span { display: block; }
.post-11 .focus .focus-page:hover { font-size: 13px; color: #000; font-weight: bold; }
.post-11 .focus .focus-page-active { background-color: #146CC1; color: #fff; }
.post-11 .focus .focus-navigation { opacity: 0.7; filter: alpha(opacity=70); }
.post-11 .focus .focus-navigation:hover { opacity: 1; filter: alpha(opacity=100); }
.post-11 .focus .focus-navigation:active { opacity: 1; filter: alpha(opacity=100); }
#search { float: left; width: 91px; height: 87px; background: #611531; border-left: 1px solid #bc80a5; }
#search img { cursor: pointer; margin-top: 33px; }
.subhead { text-align: center; line-height: 50px; height: 50px; background: url(images/title-bg.png) no-repeat center bottom; }
.subhead span { font-size: 14px; color: #333; text-transform: uppercase; opacity: .7; }

/**自定义新闻列表**/
.news_list li.news { margin-bottom:10px; border-bottom:1px dashed #e8e8e8; padding-bottom:8px;}
.news_list li.news a{ display:block; position:relative; padding-right:120px;}
.news_list li.news .news_title {line-height: 34px; font-size:16px;}
.news_list li.news .news_meta { position:absolute;top:0;right:0; width:100px; height:34px; text-align:right;color: #666;line-height: 34px;font-size:14px;}

.post-5 .con {padding-top: 76px; }
.post-5 .con .slick-prev { left: -152px; width: 72px; height: 72px; background: url(images/main1-prev.png) no-repeat center; }
.post-5 .con .slick-next { right: -152px; width: 72px; height: 72px; background: url(images/main1-next.png) no-repeat center; }
.post-5 .slick-prev, .post-5 .slick-next { margin-top: -36px;  z-index: 2;}
.post-5 .con .slick-prev:before, .post-5 .con .slick-next:before { display: none; }
.post-5 .news_imgs{width:1126px; height:474px; overflow:hidden; position:relative;}
.post-5 .slick-slide img{ position:absolute;left: 0; right: 0;top: 0; bottom:0;margin: auto;max-width: 100%;width: 100%;height:100%;object-fit: cover;}
.post-5 .news_wz { position: absolute; background: #fff; top: 33px; right: 0; width: 506px;bottom:33px; z-index: 99; }
.post-5 .news_wz .news_con { padding: 60px 60px 44px 50px; }
.post-5 .more_btn { float: none; margin-top: 34px; line-height: 50px; height: 50px; padding-left: 77px; background: url(images/more_bg.png) no-repeat left center; }
.post-5 .more_btn:hover { color: #611531; }
.post-5 .con .news_wz .news_title { font-size: 20px; line-height: 30px; padding-right: 104px; color:#611531; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.post-5 .con .news_wz .news_text { line-height: 30px; margin-top: 35px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

.post-6 .news_list{ padding-top:44px;}
.post-6 .news_list li{line-height:34px; margin-top:25px;}
.post-6 .news_list .news_title{ width:calc(100% - 110px);}
.post-6 .news_list .news_meta{ width:110px; text-align:right;color:#666}
.post-6 .news_list .news_text{ display:none; margin-top:4px; font-size:14px; line-height:24px; height:48px; color:#666;}
.post-6 .news_list li:first-child{ margin-top:0; padding-bottom:16px; border-bottom:1px solid #611531; line-height:34px;}
.post-6 .news_list li:first-child .news_title,.post-6 .news_list li:first-child .news_meta{ color:#611531}
.post-6 .news_list li:first-child .news_text{ display:block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}

.post-7 .news_list{ padding-top:44px;}
.post-7 .news_list li{height:36px; background:#f1f3f4; margin-top:25px; line-height:36px;}
.post-7 .news_list li:first-child{ margin-top:0;}
.post-7 .news_list .news_title{ width:calc(100% - 156px);}
.post-7 .news_list .news_meta{ width:130px; height:36px;  line-height:34px; text-align:center; background:#fff; border:1px solid #611531; color:#611531}
.post-7 .news_list li:hover{ background:#611531;}
.post-7 .news_list li a:hover .news_title{color:#fff}

.post-8 .news_list{ padding-top:34px;}
.post-8 .news_list li{margin-top:8px; padding:11px 0; border-bottom:1px solid #d8d8d8}
.post-8 .news_list li:first-child{margin-top:0;}
.post-8 .news_list li a{ padding-left:72px; position:relative; display: block;}
.post-8 .news_list .news_title{ line-height:36px;}
.post-8 .news_list .news_meta{ position:absolute;top:0;left:0; width:54px; text-align:center;}
.post-8 .news_list .news_meta .day{ display:inline-block;line-height:36px;font-size:24px; color:#611531; position:relative;}
.post-8 .news_list .news_meta .day:before{ position:absolute; content:'';left:0;right:0;bottom:0; margin:0 auto; width:24px; height:1px; background:#611531;}
.post-8 .news_list .news_meta .date{display:inline-block;line-height:34px;font-size:14px; color:#333;}
.post-8 .news_list .news_text{line-height:34px; font-size:14px; color:#555;}

.post-9 .news_list{ padding-top:44px;}
.post-9 .news_list li{margin-top:18px;}
.post-9 .news_list li:first-child{margin-top:0;}
.post-9 .news_list li a{ display:block;}
.post-9 .news_list .news_title{ line-height:36px; margin-top:6px;}
.post-9 .news_list .news_meta{ height:23px; width:110px; background:#611531; line-height:23px; text-align:center; color:#fff}

.post-10 .news_list{ padding-top:44px;}
.post-10 .news_list li{margin-top:26px;line-height:36px;}
.post-10 .news_list li:first-child{margin-top:0;}
.post-10 .news_list .news_title{ width:calc(100% - 110px);}
.post-10 .news_list .news_meta{ width:110px; text-align:right;color:#666}

.post-12 .con{ padding-top:8px;}
.post-12 .news_list{ background:#611531; border-radius:8px; padding:22px 27px;}
.post-12 .news_list li{ width:calc(50% - 8px);}
.post-12 .news_list li a{ padding:32px; height:174px; border:1px dashed #fff; border-radius:8px;}
.post-12 .news_list .news_icon{ width:60px; height:60px;}
.post-12 .news_list .news_title{ font-size:24px; color:#fff;}
.post-12 .news_list li a:hover{ background:#763950}
.post-12 .news_list li.n1 .news_icon{ background:url(images/item1.png) center no-repeat; background-size:60px 60px;}
.post-12 .news_list li.n2 .news_icon{ background:url(images/item2.png) center no-repeat; background-size:60px 60px;}
.post-12 .news_list li.n3 .news_icon{ background:url(images/item3.png) center no-repeat; background-size:60px 60px;}
.post-12 .news_list li.n4 .news_icon{ background:url(images/item4.png) center no-repeat; background-size:60px 60px;}
.post-12 .news_list li.n1,.post-12 .news_list li.n2{ margin-bottom:16px;}


.scene-listcon{ margin-top:40px; overflow:hidden; padding:0 22px;}
.scene-listcon ul{ position:relative; margin:0 -22px;}
.scene-listcon li{ width:25%; margin-bottom:40px;}
.scene-listcon li a{ display:block; padding:0 22px;}
.scene-listcon li .card{ display:block; background:#fff; box-shadow: 0 4px 8px rgba(0, 0, 0, .16); position:relative;overflow:hidden; }
.scene-listcon li .card_pic{ position:relative; overflow:hidden; width:100%; padding-top:125%; -webkit-transition: .5s all ease; -ms-transition: .5s all ease; transition: .5s all ease;}
.scene-listcon li .card_pic .img{ position: absolute; z-index: 1; top: 0; left: 0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover; -webkit-transition: .5s all ease; -ms-transition: .5s all ease; transition: .5s all ease; }
.scene-listcon li .card_bt{height:52px; background:#fff; text-align:center; line-height:52px; font-size:18px;}


/**页脚开始**/
#footer { background: #550a26;color: #fff; }
#footer .inner .foot-left { float: left; width:370px;display: flex; display: -webkit-flex; justify-content: flex-start;-webkit-justify-content:flex-start;}
#footer .inner .foot-right { float: right; width:280px;}
#footer .inner .footwz{ display:inline-block;}
#footer .inner .foot-left p { margin-top:8px;line-height: 28px;text-align: left;  }
#footer .inner .copyright { border-top:1px solid #fff; text-align: center; padding: 13px; line-height:40px; }
.foot-top { padding-top: 44px ; padding-bottom:34px;position:relative }
.foot_logo{ width:248px; position: absolute;top:44px;left:0;right:0; margin:0 auto;}
.foot_logo img{ display:block; width:100%;}
.foot_logo img.erweima{width:100px; margin-left:20px;}

