@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, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
/**布局开始**/
body {
  line-height: 1;
  font-size: 13px;
  font-family:
    "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
  color: #333;
}
p {
  line-height: 1.75;
}
a {
  color: #3b3b3b;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
}
a:hover {
  color: #b41c25;
}
@font-face {
  font-family: "Microsoft YaHei"; /* font-family: '思源黑体';*/
  src: url("css/SourceHanSansCN-Regular.ttf");
}
@font-face {
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
  src: url("css/SourceHanSerifCN-Regular.ttf");
}
/*页面尺寸*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: 16rem;
  margin: 0 auto;
} /**页面全局宽度**/
/*headtop*/
/*head开始*/
#head {
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: 0.8s ease-in-out;
  background: linear-gradient(to bottom, #b41c25, transparent);
}
#head .inner {
  height: 2.03rem;
  position: relative;
}
.header .sitelogo {
  float: left;
  margin-top: 0.52rem;
  width: 5.24rem;
}
.header .sitelogo img {
  width: 100%;
  max-width: 100%;
}
.header .sitetitle {
  display: inline-block;
  margin-top: 28px;
  margin-left: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
} /**站点名称**/
.header .head-left {
  float: left;
  display: inline-block;
}
.header .head-right {
  float: right;
  margin-top: 0.17rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.header .head-right .right-top .head-r {
  float: right;
}
/*lang样式*/
.site-lang {
  float: right;
}
.site-lang ul {
  float: right;
}
.site-lang ul li.links {
  float: left;
}
.site-lang ul li.links:last-child:after {
  content: "|";
  display: inline-block;
  margin-right: 9px;
  color: #fff;
}
.site-lang ul li.links a {
  line-height: 16px;
  height: 16px;
  font-size: 14px;
  color: #fff;
  padding: 0 6px;
  transition: all 0.4s ease;
}
.site-lang ul li.links a:hover {
  font-size: 15px;
  font-weight: bold;
}

.site-lang2 {
  float: right;
}
.site-lang2 ul {
  float: right;
}
.site-lang2 ul li.links {
  float: left;
}
.site-lang2 ul li.links a {
  line-height: 36px;
  margin-right: 27px;
  font-size: 14px;
  color: #fff;
  transition: all 0.4s ease;
}
.site-lang2 ul li.links a:hover {
  font-size: 15px;
  font-weight: bold;
}
/*默认主导航样式*/
#nav {
  margin-top: 0.08rem;
}
#nav .inner {
}
#nav .inner .wp-panel {
} /*导航*/
#nav .inner .wp-panel .wp-window {
}
#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
  margin: 0 auto;
}
.nav .sub-menu .sub_img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  opacity: 0.8;
}
.nav .wp-menu .menu-item {
  display: inline-block;
  float: left;
  position: relative;
  margin-left: 0.35rem;
}
.nav .wp-menu .menu-item.i1 {
  background: none;
}
.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;
}
.nav .wp-menu .menu-item a.menu-link {
  display: inline-block; /* padding: 0 0.05rem; */
  line-height: 0.52rem;
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: normal;
  font-family: "Microsoft YaHei"; /* font-family: '思源黑体';*/
}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
  /* background-color:#851D8E; */ /* text-decoration: none; */ /* color: #9F2517; */
}
.nav .sub-menu {
  display: none;
  position: absolute;
  right: 50%;
  top: 54px;
  min-width: 100%;
  z-index: 100;
  transform: translateX(50%); /* background:#fff; */
}
.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}
.nav .sub-menu .sub-item a {
  text-align: center;
  display: block;
  color: #b41c25;
  height: 0.42rem;
  line-height: 0.42rem;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  background: #fff;
  font-weight: bold;
}
.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #fff;
  background-color: #b41c25;
  display: block;
}
.nav .sub-menu .sub-menu {
  transform: translateX(100%);
  right: 0;
  top: 0px;
  z-index: 200;
  background: #fff;
}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
  text-decoration: none; /* font-size: 20px;*/ /*font-weight: bold*/
}
.nav .wp-menu .menu-item a.menu-link:after {
  content: "";
  width: 00px;
  height: 2px;
  display: block;
  background: #fff;
  margin: 0 auto;
  transition: all 0.4s ease;
  margin-top: 0;
}
.nav .wp-menu .menu-item.hover a.menu-link:after {
  width: 100%;
}
/**主页banner开始**/
#banner {
  background: #e7e2df;
}
#banner .inner {
  width: 100%;
  text-align: center;
  position: relative;
}
.mbanner .slick-slider {
  height: auto;
  position: relative;
}
.mbanner .view .news_bg {
  width: 100%;
  transition-duration: 1s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.mbanner .slide_imgs {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 42.7%;
  position: relative;
}
.mbanner .view .news_title {
  position: absolute;
  bottom: 64px;
  left: 160px;
  right: 800px;
  width: auto;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  line-height: 29px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mbanner .view .news_title a {
  color: #fff;
}
.mbanner .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 51px;
  transform: translateX(-50%);
}
.mbanner .slick-dots li {
  text-align: center;
  margin: 0 9.5px;
  float: left;
  transition: all 0.4s ease-in-out;
  height: 0.24rem;
  width: 0.24rem;
  background: rgb(255 255 255 / 50%);
}
.mbanner .slick-dots button {
  margin: 0 auto;
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0px;
  line-height: 0.24rem;
  border-radius: 50%;
  padding: 0;
}
.mbanner .slick-dots li.slick-active {
  background: #fff;
}
.mbanner .slick-dots li.slick-active button {
  background: transparent;
}
/**主体模块样式**/
#m-container {
}
#m-container .inner {
}
/**首页三列布局**/
.mod {
}
.mbox {
}
/**标题栏新闻窗口**/
.post {
}
.post .tt {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
} /**标题栏**/
.post .tt .tit {
  display: inline-block;
} /**标题字体**/
.post .tt .tit .title {
  display: block;
  line-height: 0.51rem;
  color: #333333;
  font-size: 0.24rem;
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
}
.post .tt .tit .title .sub {
  line-height: 25px;
  font-size: 22px;
  color: #b41c25;
  padding-left: 10px;
}
.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;
  *display: inline;
  *zoom: 1;
  height: 0.24rem;
  line-height: 0.24rem;
  position: absolute;
  transform: translateY(50%);
  right: 0.04rem;
  bottom: 50%;
  padding-right: 0.18rem;
  background: url(images/more_bg.png) no-repeat center right;
  background-size: 0.14rem;
}
.post .more_btn .more_text {
}
.post .more_btn a {
  color: #b41c25;
  font-size: 0.16rem;
}
.post .more_btn a:hover {
  font-size: 0.17rem;
}
/*标准标题*/
.post1 {
}
.post1 .tt {
}
.post1 .tt .tit {
}
.post1 .tt .tit .title {
}
.post1 .tt .tit .title.selected {
}
.post1 .more_btn a {
}
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
  line-height: 34px;
  padding-left: 0px;
} /**标题图标**/
.news_list li.news span.news_title {
} /*标题*/
.news_list li.news span.news_title img {
  vertical-align: middle;
}
.news_list li.news span.news_meta {
  float: right;
  color: #9c9c9c;
} /*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
  color: #666;
} /*发布时间*/
.news_list li.news .news_icon {
  display: inline-block;
  margin: 0 auto;
  border: 0px solid red;
}
.news_list li.news .news_text {
  line-height: 22px;
  color: #666;
} /*默认简介*/
.news_list li.news .news_bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 30px;
  background: #000;
  opacity: 0.7;
  filter: Alpha(opacity=70);
}
.news_list li.news p {
  line-height: 34px;
}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
  height: 4.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
}
.l-banner img {
  display: none;
  height: 100%;
  vertical-align: top;
}
/**主体列表页开始**/
#l-container {
}
#l-container .inner {
  padding: 0.25rem 0px;
}
/**主体文章页开始**/
#d-container {
}
#d-container .inner {
  background: #fff;
}

.col_menu {
  width: 2.4rem;
  float: left;
  margin-right: -2.4rem;
  position: relative;
}
.col_menu .l-qh {
  margin-bottom: 10px;
}
.col_menu .col_menu_head {
  background: #b41c25;
} /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 0.22rem;
  font-weight: normal;
  color: #fff;
  font-family: "Microsoft YaHei"; /* font-family: '思源黑体';*/
} /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 0.65rem;
  padding: 0px 0.05rem 0px 0.3rem;
} /**栏目名称图标**/
.col_menu .col_menu_con {
  border: 1px solid #e4e4e4;
}
/*栏目列表*/
.col_list {
}
.col_list .wp_listcolumn {
  border-top: 0px solid #b41c25;
  border-bottom: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
  color: #333;
  font-size: 0.18rem;
  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: 0.05rem 0px 0.05rem 0.28rem;
  line-height: 0.42rem;
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #b41c25;
  background: #eee;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #b41c25;
}
.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: #b41c25;
}
/*二级子栏目**/
.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 44px;
  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: #b41c25;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 60px;
  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: #b41c25;
}
/**栏目新闻**/
.col_news {
  width: 100%;
  min-height: 500px;
  float: right;
}
.col_news .col_news_box {
  margin-left: 2.9rem;
}
.col_news_head {
  border-bottom: 1px solid #dbdbdb;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 0.48rem;
  line-height: 0.48rem;
} /**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 0.24rem;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #b41c25;
  border-bottom: 3px solid #cbcbcb;
  font-weight: bold;
}
.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 0.46rem;
  line-height: 0.46rem;
  color: #666;
} /**当前位置**/
.col_metas .col_path a {
  color: #2f2f2f;
}
.col_news_con {
  padding: 0.15rem 0px 0.1rem 0px;
  margin: 0 0px;
}
.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);
} /**列表页文章图片大小限制**/
/**文章页**/
.infobox {
  padding: 20px 60px;
  margin: 0 auto;
  width: auto;
}
.article {
  padding-top: 10px;
}
.article h1.arti_title {
  line-height: 36px;
  font-family: "Microsoft YaHei"; /* font-family: '思源黑体';*/
  font-size: 26px;
  text-align: center;
  color: #b41c25;
} /**文章标题**/
.article h2.arti_title {
  line-height: 34px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  text-align: center;
  color: #1b1b1b;
} /**文章副标题**/
.article .arti_metas {
  padding: 15px;
  text-align: center; /* border-top:1px solid #ececec; */
}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 14px;
  color: #787878;
  font-family: "Microsoft YaHei"; /* font-family: '思源黑体';*/
} /**文章其他属性**/
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
} /**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
} /**阅读字体**/
.article .entry .read p {
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 16px;
}
.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 !important;
}
/**页脚开始**/
#footer {
  background: #b41c25;
}
#footer .inner {
  padding-top: 0.67rem;
  position: relative;
}
.footer .foot_l {
  float: left;
  margin-top: 0.24rem;
  margin-right: 0.87rem;
  width: 4.33rem;
}
.footer .foot_l .sitelogo {
}
.footer .foot_l .sitelogo img {
  width: 100%;
  max-width: 100%;
}

.footer .foot_m {
  float: left;
}
.footer .foot_m .foot_info {
  float: left;
  width: 2.5rem;
  margin-right: 0.58rem;
}
.footer .foot_m .foot_info .info_text {
  line-height: 0.28rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
}
.footer .foot_m .foot_info .info_title {
  line-height: 0.26rem;
  font-size: 0.18rem;
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
  color: #fff;
  margin-bottom: 0.22rem;
}

.footer .foot_m .post-94 {
  float: left;
  width: 3.72rem;
}
.footer .foot_m .post-94 .tt {
  margin-bottom: 0.22rem;
}
.footer .foot_m .post-94 .tt .tit {
}
.footer .foot_m .post-94 .tt .tit .title {
  line-height: 0.26rem;
  font-size: 0.18rem;
  font-family: "Microsoft YaHei"; /* font-family: '思源黑宋体';*/
  color: #fff;
  margin-bottom: 0.22rem;
  font-weight: normal;
}
.footer .foot_m .post-94 .news_list {
}
.footer .foot_m .post-94 .news_list li.news {
  float: left;
  width: 50%;
}
.footer .foot_m .post-94 .news_list li.news:nth-child(2n) {
  float: right;
}
.footer .foot_m .post-94 .news_list li.news .news_title {
  line-height: 0.28rem;
}
.footer .foot_m .post-94 .news_list li.news .news_title a {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}

.footer .foot_r {
  float: right;
  margin-top: 0.12rem;
}
.footer .foot_r .post-96 {
}
.footer .foot_r .post-96 .news_list {
}
.footer .foot_r .post-96 .news_list li.news {
  float: left;
  margin-left: 0.34rem;
}
.footer .foot_r .post-96 .news_list li.news .news_imgs {
  display: block;
  width: 1.16rem;
  overflow: hidden;
  padding-top: 1.16rem;
  position: relative;
}
.footer .foot_r .post-96 .news_list li.news .news_imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.footer .foot_r .post-96 .news_list li.news .news_title {
  margin-top: 0.14rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
}

.footer .foot_b {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0.42rem;
  padding: 0.22rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .foot_b .foot_info .copyright {
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.16rem;
  font-family: "Microsoft YaHei"; /* font-family: '思源黑体';*/
}
.footer .foot_b .foot_info .copyright span {
  margin: 0 0.06rem;
}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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 {
  width: 2.41rem;
  margin-left: auto;
}
.wp-search {
  position: relative;
  border: 0.01rem solid rgb(241 241 241 / 40%);
  border-radius: 0.24rem;
}
.wp-search form {
  display: block;
}
.wp-search .search-input {
  margin-right: 0.35rem;
  margin-left: 0.15rem;
}
.wp-search .search-input input.search-title {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  background: none;
  color: #fff;
  font-size: 0.16rem;
  border: 0;
  outline: 0;
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
}
.wp-search .search-btn {
  width: 0.2rem;
  height: 0.2rem;
  transform: translateY(50%);
  bottom: 50%;
  position: absolute;
  right: 0.145rem;
}
.wp-search .search-btn input.search-submit {
  width: 0.2rem;
  height: 0.2rem;
  border: 0;
  outline: 0;
  background: url(images/sous.png) no-repeat center left;
  cursor: pointer;
  background-size: cover;
}
/*搜索去背景色：*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition:
    color 99999s ease-out,
    background-color 99999s ease-out;
}
/*搜索文字颜色：*/
::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.16rem;
}
/* 分享二维码 */
.shares {
  text-align: center;
}
.shares ul {
  width: auto;
  margin: 0 auto;
  text-align: right;
  float: right;
}
.shares li {
  float: left;
  margin: 0 7px;
  position: relative;
}
.shares li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px solid red;
  background: url("images/share_icon.png") no-repeat;
  filter: Alpha(opacity=60);
  vertical-align: top;
}
.shares li a:hover {
  opacity: 1;
  filter: Alpha(opacity=100);
}
.shares li.i1 a {
  background: url(images/wb_icon.png) no-repeat center;
}
.shares li.i2 a {
  background: url(images/wx_icon.png) no-repeat center;
}
.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: 60px;
  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;
  float: left;
  display: inline-block;
  margin-right: 6.7%;
  width: 42%;
  line-height: 44px;
  background: rgba(255, 255, 225, 0.21);
}
.botlinks .links-wrap a.links-arrow {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 41px 0 24px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: url(images/arrow.png) no-repeat right 27px top 2px;
}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
  color: rgba(255, 255, 255, 0.8);
  background-position: right 27px bottom 2px;
  cursor: pointer;
}
.botlinks .links-wrap .link-items {
  display: none;
  position: absolute;
  left: 0;
  bottom: 44px;
  width: auto;
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: #fff;
}
.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: #1b56a2;
  cursor: pointer;
} /**链接样式**/
/*列表页*/
body.defaultList
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news {
  position: relative;
  line-height: 45px;
  transition: 0.4s;
}
body.defaultList
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news
  .news_title {
  position: absolute;
  left: 0;
  right: 1rem;
  top: 0;
  bottom: 0;
  transition: 0.4s;
}
body.defaultList
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news:hover {
  border-left: 8px solid #b41c25;
}
body.defaultList
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news:hover
  .news_title {
  left: 15px;
}
body.defaultList
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news
  .news_title
  a {
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.defaultList
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news
  .news_meta {
  width: 1rem;
  float: right;
  text-align: right;
  font-size: 0.16rem;
}
/*banner*/
/*************************************************************
 * 特殊页面
 */
/*滚动样式*/
.wrapperinner {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  -ms-touch-action: none;
}
.scroller {
  position: absolute;
  z-index: 1;
  width: 750px;
  height: 160px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
/*************************************************************
*二级页面
*/
/*自定义样式*/
.main1 {
  background: #f5ede7;
}
.main1 .inner {
  /*padding-top: 2.16rem;
    padding-bottom: 1.31rem;*/
  padding-top: 0.66rem;
  padding-bottom: 1.32rem;
}

.post-11 {
}
.post-11 .tt {
  margin-bottom: 0.633rem;
}
.post-11 .news_list {
  padding-bottom: 0;
}
.post-11 .news_list li.news {
}
.post-11 .news_list li.news .news_box {
  position: relative;
  width: 65.6%;
  float: left;
  margin-right: -65.6%;
}
.post-11 .news_list li.news .news_box .news_imgs {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 62.9%;
  padding-top: 6.6rem;
  position: relative;
  border-radius: 0 0.64rem;
}
.post-11 .news_list li.news .news_box .news_imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  transition: 1s;
}
.post-11 .news_list li.news .news_con {
  position: relative;
  float: right;
  width: 31.5%;
  background: #fff;
  border-radius: 0.64rem 0;
  padding: 0.68rem 0.84rem 0.87rem 1.07rem;
  margin-top: 1.1rem;
  transition: all 0.4s ease-in-out;
}
.post-11 .news_list li.news .news_con:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b41c25;
  border-radius: 0.64rem 0 0.64rem 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.21rem;
  z-index: -1;
  pointer-events: none;
}
.post-11 .news_list li.news .news_con a {
}
.post-11 .news_list li.news .news_con .news_date {
  margin-bottom: 0.3rem;
}
.post-11 .news_list li.news .news_con .news_date .news_days {
  float: left;
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: bold;
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
  color: #4c1213;
  transition: all 0.4s ease-in-out;
}
.post-11 .news_list li.news .news_con .news_date .news_time {
  float: left;
  line-height: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-left: 0.22rem;
}
.post-11 .news_list li.news .news_con .news_date .news_time .news_week {
  line-height: 0.2rem;
  font-size: 0.14rem;
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
  color: #4c1213;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
.post-11 .news_list li.news .news_con .news_date .news_time .news_years {
  text-align: center;
  width: 0.7rem;
  background: #4c1213;
  border-radius: 0.23rem;
  color: #fff;
  font-size: 0.14rem;
  font-family: "Microsoft YaHei"; /* font-family: '思源宋体';*/
  transition: all 0.4s ease-in-out;
}
.post-11 .news_list li.news .news_con .news_title {
  margin-bottom: 0.32rem;
  line-height: 0.3rem;
  height: 0.6rem;
  font-size: 0.18rem;
  color: #b41c25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  transition: all 0.4s ease-in-out;
}
.post-11 .news_list li.news .news_con .news_text {
  line-height: 0.28rem;
  height: 1.4rem;
  font-size: 0.14rem;
  color: #6f5c5c;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  transition: all 0.4s ease-in-out;
}
.post-11 .slick-prev {
  width: 0.5058rem;
  height: 0.5058rem;
  margin: 0 auto;
  background: url(images/prev_11.png) no-repeat;
  background-size: cover;
  top: 0.18rem;
  left: auto;
  right: 0.88rem;
  z-index: 99;
}
.post-11 .slick-next {
  width: 0.5058rem;
  height: 0.5058rem;
  margin: 0 auto;
  background: url(images/next_11.png) no-repeat;
  background-size: cover;
  top: 0.18rem;
  left: auto;
  right: 0;
  z-index: 99;
}
.post-11 .news_list li.news .news_box .news_imgs:hover img {
  transform: scale(1.1);
}
.post-11 .news_list li.news .news_con:hover {
  background: #b41c25;
}
.post-11 .news_list li.news .news_con:hover .news_date .news_days {
  color: #fff;
}
.post-11 .news_list li.news .news_con:hover .news_date .news_time .news_week {
  color: #fff;
}
.post-11 .news_list li.news .news_con:hover .news_date .news_time .news_years {
  color: #b41c25;
  background: #fff;
}
.post-11 .news_list li.news .news_con:hover .news_title {
  color: #fff;
}
.post-11 .news_list li.news .news_con:hover .news_text {
  color: #fff;
}

.post-12 {
  margin-top: 0.687rem;
}
.post-12 .news_list {
  display: flex;
  justify-content: space-between;
}
.post-12 .news_list li.news {
  width: 31.2%;
  height: 1.4rem;
  padding: 0.46rem 0.51rem 0.4rem 0.39rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.64rem 0;
  box-shadow: 0 0.02rem 0.2rem rgb(180 28 37 / 10%);
  transition: all 0.4s ease-in-out;
}
.post-12 .news_list li.news a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.post-12 .news_list li.news .news_date {
  width: 0.64rem;
}
.post-12 .news_list li.news .news_date .news_days {
  line-height: 0.36rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #b41c25;
  transition: all 0.4s ease-in-out;
}
.post-12 .news_list li.news .news_date .news_years {
  text-align: right;
  line-height: 0.18rem;
  font-size: 0.14rem;
  color: #4c1213;
  transition: all 0.4s ease-in-out;
}
.post-12 .news_list li.news .news_title {
  =: flex;
  flex: 1;
  margin-left: 0.22rem;
  line-height: 0.27rem;
  font-size: 0.18rem;
  /* font-weight: bold;*/
  color: #6f5c5c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  transition: all 0.4s ease-in-out;
}
.post-12 .news_list li.news:hover {
  background: #b41c25;
}
.post-12 .news_list li.news:hover .news_date .news_days {
  color: #fff;
}
.post-12 .news_list li.news:hover .news_date .news_years {
  color: #fff;
}
.post-12 .news_list li.news:hover .news_title {
  color: #fff;
}

.main2 {
  background: #f5ede7 url(images/main2_bg.png) no-repeat center / cover;
}
.main2 .inner {
  /*padding-top: 0.66rem;
    padding-bottom: 1.32rem;*/
  padding-top: 2.16rem;
  padding-bottom: 1.31rem;
}
.main2 .ml {
  float: left;
  width: 65.1%;
}

.post-21 {
  width: 100%;
}
.post-21 .tt {
  margin-bottom: 0.51rem;
}
.post-21 .news_list {
}
.post-21 .news_list li.news {
  float: left;
  width: 47.6%;
  margin-bottom: 0.29rem;
}
.post-21 .news_list li.news:nth-child(2n) {
  float: right;
}
.post-21 .news_list li.news .news_imgs {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 60.5%;
  padding-top: 3rem;
  position: relative;
  border-radius: 0.1rem 0.8rem 0 0;
}
.post-21 .news_list li.news:nth-child(2n) .news_imgs {
  border-radius: 0.8rem 0.1rem 0 0;
}
.post-21 .news_list li.news .news_imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  transition: 1s;
}
.post-21 .news_list li.news .news_con {
  height: 1.3rem;
  padding: 0.2rem 0.19rem 0.27rem;
  background: #b41c25;
  border: 0.01rem solid #b41c25;
  border-radius: 0 0 0.2rem 0.2rem;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
.post-21 .news_list li.news .news_con a {
}
.post-21 .news_list li.news .news_con .news_date {
  display: flex;
  align-items: center;
}
.post-21 .news_list li.news .news_con .news_date .news_days {
  line-height: 0.46rem;
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
.post-21 .news_list li.news .news_con .news_date .news_years {
  margin-left: 0.14rem;
  line-height: 0.16rem;
  height: 0.16rem;
  padding: 0 0.08rem;
  background: #fff;
  color: #b41c25;
  border-radius: 0.27rem;
  transition: all 0.4s ease-in-out;
}
.post-21 .news_list li.news .news_con .news_title {
  line-height: 0.42rem;
  font-size: 0.18rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  transition: all 0.4s ease-in-out;
}
.post-21 .news_list li.news .news_imgs:hover img {
  transform: scale(1.1);
}
.post-21 .news_list li.news .news_con:hover {
  background: transparent;
  border: 0.01rem solid #b99093;
}
.post-21 .news_list li.news .news_con:hover .news_date .news_days {
  color: #b41c25;
}
.post-21 .news_list li.news .news_con:hover .news_date .news_years {
  background: #b41c25;
  color: #fff;
}
.post-21 .news_list li.news .news_con:hover .news_title {
  color: #b41c25;
}

.post-22 {
  width: 100%;
}
.post-22 .news_list {
}
.post-22 .news_list li.news {
  float: left;
  width: 47.6%;
  height: 1.2rem;
  padding: 0.25rem 0.35rem 0.34rem;
  box-sizing: border-box;
  background: transparent;
  border: 0.01rem solid #b99093;
  border-radius: 0.5rem 0.1rem 0.5rem 0.1rem;
  box-shadow: 0 0.03rem 0.2rem rgb(180 28 37 / 10%);
  transition: all 0.4s ease-in-out;
}
.post-22 .news_list li.news:nth-child(2n) {
  float: right;
}
.post-22 .news_list li.news a {
}
.post-22 .news_list li.news .news_meta {
  line-height: 0.23rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #b41c25;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0.12rem;
}
.post-22 .news_list li.news .news_title {
  line-height: 0.26rem;
  font-size: 0.18rem;
  /*font-weight: bold;*/
  color: #6f5c5c;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  transition: all 0.4s ease-in-out;
}
.post-22 .news_list li.news:hover {
  background: #b41c25;
}
.post-22 .news_list li.news:hover .news_meta {
  color: #fff;
}
.post-22 .news_list li.news:hover .news_title {
  color: #fff;
}

.post-23 {
  float: right;
  width: 29.7%;
}
.post-23 .tt {
  margin-bottom: 0.51rem;
}
.post-23 .news_list {
}
.post-23 .news_list li.news {
  width: 100%;
  height: 1.2rem;
  padding: 0.33rem 0.2rem 0.33rem 0.39rem;
  box-sizing: border-box;
  margin-bottom: 0.33rem;
  background: transparent;
  border: 0.01rem solid #b99093;
  border-radius: 0.5rem 0.1rem 0.5rem 0.1rem;
  box-shadow: 0 0.03rem 0.2rem rgb(180 28 37 / 10%);
  transition: all 0.4s ease-in-out;
}
.post-23 .news_list li.news:last-child {
  margin-bottom: 0;
}
.post-23 .news_list li.news a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.post-23 .news_list li.news .news_date {
  position: relative;
  padding-right: 0.17rem;
}
.post-23 .news_list li.news .news_date:after {
  content: "";
  display: block;
  height: 0.47rem;
  width: 0.01rem;
  background: #c3b6b6;
  position: absolute;
  transform: translateY(50%);
  bottom: 50%;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.post-23 .news_list li.news .news_date .news_days {
  line-height: 0.36rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #b41c25;
  transition: all 0.4s ease-in-out;
}
.post-23 .news_list li.news .news_date .news_years {
  text-align: right;
  line-height: 0.18rem;
  font-size: 0.14rem;
  color: #4c1213;
  transition: all 0.4s ease-in-out;
}
.post-23 .news_list li.news .news_title {
  flex: 1;
  margin-left: 0.18rem;
  line-height: 0.27rem;
  font-size: 0.18rem;
  /*font-weight: bold;*/
  color: #6f5c5c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  transition: all 0.4s ease-in-out;
}
.post-23 .news_list li.news:hover {
  background: #b41c25;
  border: 0.01rem solid #b41c25;
}
.post-23 .news_list li.news:hover .news_date .news_days {
  color: #fff;
}
.post-23 .news_list li.news:hover .news_date .news_years {
  color: #fff;
}
.post-23 .news_list li.news:hover .news_date:after {
  background: #fff;
}
.post-23 .news_list li.news:hover .news_title {
  color: #fff;
}

.main3 {
  background: #f5ede7 url(images/main3_bg.png) no-repeat center / cover;
}
.main3 .inner {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 1.12rem;
}

.post-31 {
}
.post-31 .tt {
  width: 16rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.77rem;
}
.post-31 .news_list {
  margin: 0 -0.353rem;
  padding-bottom: 0.94rem;
}
.post-31 .news_list li.news {
  padding: 0 0.353rem;
  box-sizing: border-box;
}
.post-31 .news_list li.news .news_imgs {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 67.2%;
  padding-top: 2.84rem;
  position: relative;
  border-radius: 0.1rem 0.8rem 0 0;
}
.post-31 .news_list li.news .news_imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  transition: 1s;
}
.post-31 .news_list li.news .news_con {
  width: 100%;
  height: 2.14rem;
  padding: 0.195rem 0.35rem 0rem;
  box-sizing: border-box;
  background: #fff;
  border: 0.01rem solid #b99093;
  border-radius: 0rem 0rem 0.2rem 0.5rem;
  box-shadow: 0 0.03rem 0.2rem rgb(180 28 37 / 10%);
  transition: all 0.4s ease-in-out;
}
.post-31 .news_list li.news .news_con a {
}
.post-31 .news_list li.news .news_con .news_date {
  width: 0.64rem;
  margin-bottom: 0.205rem;
}
.post-31 .news_list li.news .news_con .news_date .news_days {
  line-height: 0.36rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #b41c25;
  transition: all 0.4s ease-in-out;
}
.post-31 .news_list li.news .news_con .news_date .news_years {
  text-align: right;
  line-height: 0.18rem;
  font-size: 0.14rem;
  color: #4c1213;
  transition: all 0.4s ease-in-out;
}
.post-31 .news_list li.news .news_con .news_title {
  line-height: 0.28rem;
  font-size: 0.18rem;
  /* font-weight: bold;*/
  color: #6f5c5c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  transition: all 0.4s ease-in-out;
}
.post-31 .slick-list {
  padding: 0 !important;
}
.post-31 .swiper-button-prev {
  transform: translateX(50%);
  right: 61%;
  top: auto;
  bottom: 0;
  left: auto;
  margin: 0 auto;
  width: 0.21rem;
  height: 0.21rem;
  font-size: 0;
  display: block;
  background: url(images/prev_31.png) no-repeat center;
  background-size: contain;
}
.post-31 .swiper-button-prev:after {
  display: none;
}
.post-31 .swiper-button-next {
  transform: translateX(50%);
  right: 39%;
  top: auto;
  bottom: 0;
  left: auto;
  margin: 0 auto;
  width: 0.21rem;
  height: 0.21rem;
  font-size: 0;
  display: block;
  background: url(images/next_31.png) no-repeat center;
  background-size: contain;
}
.post-31 .swiper-button-next:after {
  display: none;
}
.post-31 .swiper-pagination {
  bottom: 0;
}
.post-31 .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.24rem;
  background: #b41c25;
}
.post-31
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 0.152rem;
}
.post-31
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main {
  opacity: 0.8;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.71);
  opacity: 0.8;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.71);
  opacity: 0.8;
}
.post-31
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.53);
  opacity: 0.2;
}
.post-31
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next {
  transform: scale(0.53);
  opacity: 0.2;
}
.post-31 .news_list li.news .news_imgs:hover img {
  transform: scale(1.1);
}
.post-31 .news_list li.news .news_con:hover {
  background: #b41c25;
  border: 0.01rem solid #b41c25;
}
.post-31 .news_list li.news .news_con:hover .news_date .news_days {
  color: #fff;
}
.post-31 .news_list li.news .news_con:hover .news_date .news_years {
  color: #fff;
  opacity: 0.5;
}
.post-31 .news_list li.news .news_con:hover .news_title {
  color: #fff;
}

.main4 {
  background: #f5ede7 url(images/main4_bg.png) no-repeat center / cover;
}
.main4 .inner {
  padding-top: 0.63rem;
  padding-bottom: 0.76rem;
}

.post-41 {
}
.post-41 .tt {
  margin-bottom: 0.51rem;
}
.post-41 .news_list {
}
.post-41 .news_list li.news {
  float: left;
  width: 31.2%;
  margin-right: 3.2%;
  margin-bottom: 0.69rem;
}
.post-41 .news_list li.news:nth-child(3n) {
  margin-right: 0;
}
.post-41 .news_list li.news .news_imgs {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 56.1%;
  padding-top: 2.8rem;
  position: relative;
  margin-bottom: 0.28rem;
  border-radius: 0.5rem 0.1rem;
}
.post-41 .news_list li.news .news_imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  transition: 1s;
}
.post-41 .news_list li.news .news_title {
  line-height: 0.26rem;
  padding: 0 0.19rem;
  box-sizing: border-box;
  border-left: 0.04rem solid #b41c25;
}
.post-41 .news_list li.news .news_title a {
  font-size: 0.18rem;
  /*font-weight: bold;*/
  color: #6f5c5c;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.post-41 .news_list li.news .news_imgs:hover img {
  transform: scale(1.1);
}
.post-41 .news_list li.news .news_title:hover a {
  font-size: 0.185rem;
  color: #b41c25;
}

.main5 {
  background: #fbf8f5;
}
.main5 .inner {
  /* padding-top: 0.24rem; */
  /* padding-bottom: 0.52rem; */
}

.post-51 {
}
.post-51 .tt {
  text-align: right;
  margin-bottom: 0.1rem;
}
.post-51 .more_btn {
  position: unset;
  transform: unset;
  background: unset;
  height: auto;
  padding: 0;
}
.post-51 .more_btn .more_text {
  display: block;
  font-size: 0;
  width: 0.13rem;
  height: 0.13rem;
  background: url(images/more_51.png) no-repeat center;
  background-size: contain;
}
.post-51 .news_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
}
.post-51 .news_list li.news {
  width: 2rem;
  display: flex;
  align-items: center;
  margin: 0.06rem 0.395rem;
}
.post-51 .news_list li.news .news_imgs {
  display: block;
  width: 0.42rem;
  overflow: hidden;
  padding-top: 0.42rem;
  position: relative;
}
.post-51 .news_list li.news .news_imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.post-51 .news_list li.news .news_title {
  flex: 1;
  line-height: 0.42rem;
  margin-left: 0.24rem;
}
.post-51 .news_list li.news .news_title a {
  font-size: 0.2rem;
  font-weight: bold;
  color: #543d3d;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.post-51 .news_list li.news:hover .news_imgs img {
  transform: rotateY(360deg);
  transition-duration: 0.5s;
}
.post-51 .news_list li.news:hover .news_title a {
  font-size: 0.205rem;
  color: #b41c25;
}

/*引导页*/
.guide_main #head {
  background: transparent;
}
.guide_main #head .inner {
  width: 17.6rem;
}
.guide_main .header .sitelogo {
  width: 3.91rem;
}
.guide_main .header .head-right {
  margin-top: 0.5rem;
}
.guide_main .nav .sub-menu .sub-item a {
  color: #4c1213;
}
.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  background: #4c1213;
  color: #fff;
}
.guide_main .nav .wp-menu .menu-item a.menu-link {
  color: #4c1213;
}
.guide_main .nav .wp-menu .menu-item a.menu-link:after {
  background: #4c1213;
}
.guide_main .guide_main1 {
  background: url(images/guide_main_bg.png) no-repeat;
  background-size: cover;
  position: relative;
}
.guide_main .guide_main1 .inner {
  width: 17.6rem;
  height: 100vh;
  padding-top: 1.5rem;
  box-sizing: border-box;
}
.guide_main .guide_main1 .guide_main_bg {
  width: 3.52rem;
  height: 100%;
  background: url(images/guide_main_bg2.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 6rem;
}
.guide_main .guide_main1 .guide_main_logo {
  position: relative;
  width: 7.1555rem;
  height: 1.5949rem;
  background: url(images/guide_main_logo2.svg) no-repeat;
  background-size: contain;
  margin-left: 5.21rem;
  margin-top: 0.4rem;
  opacity: 0;
  animation: fadeIn 2s ease-out 1.5s forwards;
}
.guide_main .guide_main1 .guide_main_into {
  display: inline-block;

  line-height: 0.35rem;

  font-size: 0.24rem;

  font-family: "Microsoft YaHei"; /* font-family: '思源黑体';*/

  color: #fff;

  margin-left: 6.77rem;

  margin-top: 0.4rem;

  padding-right: 0.36rem;

  background: url(images/into_bg.png) no-repeat center right;

  opacity: 0;

  animation: fadeIn 3s ease-out 1.5s forwards;

  cursor: pointer;
}

.image-container {
  position: relative;
  width: 4.46rem;
  height: 4.46rem;
  margin: 0 auto;
  perspective: 10rem;
  z-index: 99;
}

.quadrant {
  position: absolute;
  width: 2.23rem;
  height: 2.23rem;
  margin: 0.01rem;
  background-image: url("images/guide_main_logo.svg");
  background-size: 4.46rem 4.46rem;
  opacity: 0;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
  /* border-radius: 8px; */
}

/* 四个象限的背景位置 */
.top-left {
  top: 0;
  left: 0;
  background-position: 0 0;
  animation: flyInTopLeft 1.2s ease-out forwards;
}

.top-right {
  top: 0;
  right: 0;
  background-position: -2.23rem 0;
  animation: flyInTopRight 1.2s ease-out 0.2s forwards;
}

.bottom-left {
  bottom: 0;
  left: 0;
  background-position: 0 -2.23rem;
  animation: flyInBottomLeft 1.2s ease-out 0.4s forwards;
}

.bottom-right {
  bottom: 0;
  right: 0;
  background-position: -2.23rem -2.23rem;
  animation: flyInBottomRight 1.2s ease-out 0.6s forwards;
}

/* 动画定义 */
@keyframes flyInTopLeft {
  0% {
    transform: translate(-100vw, -100vh) rotate(-180deg);
    opacity: 0;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
}

@keyframes flyInTopRight {
  0% {
    transform: translate(100vw, -100vh) rotate(180deg);
    opacity: 0;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
}

@keyframes flyInBottomLeft {
  0% {
    transform: translate(-100vw, 100vh) rotate(180deg);
    opacity: 0;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
}

@keyframes flyInBottomRight {
  0% {
    transform: translate(100vw, 100vh) rotate(-180deg);
    opacity: 0;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main .guide_main {
}
.main .body_main.hiddendiv {
  position: fixed;
  left: 0%;
  top: 100vh;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 888;
  outline: none;
}
.main .body_main.hiddendiv.showdiv {
  top: 0;
  overflow: auto;
}

.list_szdw #wp_paging_w6 {
  margin-top: 0.47rem;
}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list {
  border-left: 0.14rem solid var(--specialColor);
  box-sizing: border-box;
  padding: 0.19rem 0.715rem 0.14rem;
  background: #fff;
  box-shadow: 0 0.03rem 0.06rem rgb(0 0 0 / 16%);
}
.list_szdw
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list.list1 {
  float: left;
  width: 6.4rem;
}
.list_szdw
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list.list2 {
  float: right;
  width: 6.4rem;
}
.list_szdw
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news {
  line-height: 0.74rem;
  padding: 0 0.07rem;
  border-bottom: 0.01rem solid rgb(89 161 73 / 26%);
}
.list_szdw
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news:last-child {
  border-bottom: unset;
}
.list_szdw
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news
  a {
  display: flex;
  justify-content: space-between;
  column-gap: 0.2rem;
}
.list_szdw
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news
  .news_title {
  width: 1.2rem;
  float: left;
  font-size: 0.18rem;
  font-weight: bold;
  font-family: 微软雅黑;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.list_szdw
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news
  .news_st {
  float: left;
  font-size: 0.18rem;
  color: #919191;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  flex: 1;
}
.list_szdw
  .col_news
  .col_news_box
  .col_news_con
  .col_news_list
  .news_list
  li.news
  .news_sub {
  float: right;
  width: 1.5rem;
  font-size: 0.18rem;
  color: #919191;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  flex: 1;
}

.szdw_info #d-container {
  background: #f5ede7;
}
.szdw_info #d-container .inner {
  background: unset;
  width: 14rem;
}
.szdw_info .infobox {
  padding: 0;
  padding-top: 0.66rem;
  padding-bottom: 1.38rem;
}
.szdw_info .infobox .article {
  padding: 0;
}
.szdw_info .title_box {
  width: 2.76rem;
  float: left;
  padding: 0.32rem;
  padding-bottom: 0.65rem;
  box-sizing: border-box;
  background: #b41c24;
}
.szdw_info .title_box .title_con1 {
  padding-bottom: 0.34rem;
  border-bottom: 0.01rem solid rgb(255 255 255 / 20%);
  margin-bottom: 0.23rem;
}
.szdw_info .title_box .title_con1 .title_imgs {
  display: block;
  width: 2.12rem;
  overflow: hidden;
  padding-top: 2.5rem;
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.26rem;
}
.szdw_info .title_box .title_con1 .title_imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.szdw_info .title_box .title_con1 .title_info {
  line-height: 0.37rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0.26rem;
}
.szdw_info .title_box .title_con1 .title_kzzd {
  line-height: 0.24rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
}
.szdw_info .title_box .title_con2 {
}
.szdw_info .title_box .title_con2 .kzzd {
  line-height: 0.28rem;
  font-size: 0.18rem;
  color: #fff;
}
.szdw_info .entry_box {
  width: 10.55rem;
  float: right;
}
.szdw_info .entry_box .read_con {
  margin-bottom: 0.3rem;
}
.szdw_info .entry_box .read_con .con_title {
  position: relative;
  line-height: 0.31rem;
  font-size: 0.24rem;
  font-weight: bold;
  padding-bottom: 0.23rem;
  border-bottom: 0.01rem solid #bed8b8;
  margin-bottom: 0.18rem;
}
.szdw_info .entry_box .read_con .con_title:after {
  content: "";
  display: block;
  width: 0.48rem;
  height: 0.05rem;
  background: #ac1a22;
  position: absolute;
  bottom: 0;
  left: 0;
}
.szdw_info .entry_box .read_con .con_info {
}
.szdw_info .entry_box .read_con .con_info .wp_articlecontent p,
.szdw_info .entry_box .read_con .con_info .wp_articlecontent span {
  line-height: 0.3rem !important;
  font-size: 0.18rem !important;
  color: #252525 !important;
  font-family: 微软雅黑 !important;
}
.szdw_info #wp_paging_w3 {
  display: none !important;
}
