@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
  font-family:'SourceHanSerifCN-Bold';
  src: url(fonts/SourceHanSerifCN-Bold.ttf);
}
@font-face {
  font-family:'SourceHanSerifCN-Regular';
  src: url(fonts/SourceHanSerifCN-Regular.ttf);
}
@font-face {
  font-family:'Roboto-Bold';
  src: url(fonts/Roboto-Bold.ttf);
}
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;font-size:100px}
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}
::-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:"PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color:#232222;background:#F8FBFB;font-family:'SourceHanSerifCN-Regular';}
:root{--mainColor: #B6252B;--hoverColor: #B6252B;--bigSizex:0.22rem;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex: 0.14rem;--innerWidth: 14.2rem;}
p{line-height:1.75}
a{color:#333;text-decoration:auto;transition:all 0.4s ease-in-out}
a:hover{color:var(--hoverColor)}
.line1{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.line2{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.line3{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.line4{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.wrapper{width:100%;margin:0 auto}
.wrapper .inner{width:var(--innerWidth);margin:0 auto}
/**兼容模式提示**/
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("../image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.pageTips .container a.close{display:none !important}
/**头部**/
.header{border-bottom:none;height:auto;line-height:inherit;background-size:cover;position:relative;z-index:3;position:absolute;width:100%;top:0;transition:1s}
.header:after {
  content: "";
  width: 100%;
  position: absolute;
  background: linear-gradient(180.00deg, rgb(31, 3, 3) 15.621%,rgba(31, 3, 3, 0) 100%);
  opacity: 0.6;
  height: 1.8rem;
  top: 0;
  z-index: -1;
  pointer-events: none;
  transition: 1s;
}
.header.navopen:after {
    display: none;
}
.header.fix{background:var(--mainColor)}
.header.fix:after{
    opacity: 0;
}
.header.fix.navopen {
    background: none;
}
.header .inner{position:relative;transition:all 0.4s ease-in-out}
.header .sitelogo{display:flex}
.header .sitelogo .logo img{width: 4.52rem;}
.header .sitelogo .logo{display:inline-block}
.header .sitelogo h1{font-size:inherit;font-weight:normal;background:none;padding-left:0px}
.header .sitelogo .sitetitle{display:inline-block;margin-left:0.19rem;color:#fff;min-height:0.52rem;vertical-align:middle;margin-top:-0.1rem}
.header .sitelogo a{align-items:center}
.header .sitelogo .tago img{width:3.82rem}
.header .sitelogo .sitetitle span{display:block}
.header .sitelogo img.logo{width:3.4rem;transition:all 0.6s ease-in-out}
.header .head-main{float:left;margin-top:10px}
.header .mod{display:flex;justify-content:space-between;height: 1.4rem;align-items: center;}
.header .head-top{display:flex;align-items:center;gap:0.15rem}
.header .head-right{display:flex;/* gap: 0.52rem; */align-items: center;margin-right: -1rem;}
.header.fix .mod{
    height: 1.1rem;
}
/* 搜索 */
.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 .tt{color:#fff;text-align:center;font-size:0.3rem;font-weight:bold;margin-bottom:0.47rem}
.searchbox{text-align:right;width:0.44rem;border-radius:0.22rem;overflow:hidden}
.wp-search{position:relative;background:rgb(255 255 255 / 20%)}
.wp-search form{display:block}
.wp-search .search-input{margin-left:0.2rem;margin-right:40px}
.wp-search .search-input input.search-title{width:100%;line-height:0.44rem;background:none;color:#FFFFFF;font-size:var(--titleSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular'}
.wp-search .search-btn{width:0.44rem;height:0.44rem;position:absolute;right:0;top:0%}
.wp-search .search-btn input.search-submit{width:100%;height:100%;border:0;outline:0;background:url(images/sous2.svg) no-repeat center;cursor:pointer}
.header .searchbox:hover{width:3rem;border-radius:0.22rem}
.header .searchbox{transition:all 0.4s ease-in-out}

/**角色**/
.site-rale{}
.site-rale ul{}
.site-rale ul li.links{float:left}
.site-rale ul li.links a{line-height:35px;padding:0 12px 0 12px;padding-left:19px;font-size:13px;color:#cad3d4;background:url(images/icon_role.png) no-repeat}
.site-rale ul li.links a:hover{color:#fff}
.site-lang ul{display:flex}
.site-lang ul li.links a{color:#fff;font-size:var(--titleSize);padding:0 0.14rem;line-height:1;display:inline-block;font-size:var(--smailSize)}
.site-lang ul li.links a:hover{color:#fff}
.header .site-lang ul li.links:first-child a{/* border-right:1px solid #fff; */}

/**导航**/
#nav{}
#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:.7;filter:alpha(opacity=70)}
.nav .wp-menu{margin:0 auto;display:flex;justify-content:space-between;gap: 0.56rem;}
.nav .wp-menu .menu-item{position:relative;text-align:center}
.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 .sub-menu li .sub-menu {display: none;}
.nav .wp-menu .menu-item a.menu-link{line-height:0.4rem;font-size: var(--bigSize);display:block;color:#fff;position: relative;font-family: 'SourceHanSerifCN-Bold';}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover{font-weight:bold;text-decoration:none;color:var(--mainColor)}
.nav .sub-menu{position:absolute;left: 50%;top:100%;min-width: 1.5rem;z-index:100;background: var(--mainColor);opacity: 0;transform: translateX(-50%) scale(0);transition: all 0.4s ease-in-out;border-radius: 8px;overflow: hidden;}
.nav .sub-menu .sub-item{position:relative;white-space:nowrap;vertical-align:top;_zoom:1}
.nav .sub-menu .sub-item a{display:block;color: #fff;line-height:0.5rem;padding:0 17px;font-size:var(--smailSize);background:none;text-align:center;}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover{color: #333;background-color: #fff;display:block}
.nav .sub-menu .sub-menu{left:100%;top:0px;z-index:200;background:#fff}
.nav .site-lang{display:none}
.nav .wp-menu .menu-item a.menu-link:after {content: "";width: 100%;height: 1px;position: absolute;bottom: 0;background: #fff;left: 0;transform: scale(0);transition: all 0.4s ease-in-out;}
.nav .wp-menu .menu-item a.menu-link:hover:after {transform: scale(1);}
.nav .wp-menu li:hover>.sub-menu {transform: translateX(-50%);opacity: 1;}

/**大图**/
.mbanner{
    perspective: 1920px;
    transform-style: preserve-3d;
}
#banner .inner{width:100%;text-align:center}
.mbanner .news_imgs a{display:block;height:100vh;pointer-events: none;}
.mbanner .news_imgs a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mbanner .slick-prev,.mbanner .slick-next{z-index:1;top:auto;bottom:calc((100% - 2.2rem)/2 - 0.23rem);opacity:0.8}
.mbanner .slick-prev{left:0.55rem}
.mbanner .slick-next{right:0.55rem}
.mbanner .news .news_wz{position:absolute;top:3.05rem;left:50%;margin-left:-7.95rem;text-align:left;width:10.6rem}
.mbanner .news .news_wz a{color:#17607A}
.mbanner .news .news_title{display:flex;font-size:0.33rem;line-height:1.4;position:absolute;bottom:0;width:15rem;left:50%;transform:translateX(-7.5rem);background:rgb(0 0 0 / 57%);height:1.09rem;color:#fff;text-align:left;padding:0 0.46rem;box-sizing:border-box;align-items:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mbanner .news .news_title a{color:#fff;display:block;white-space:nowrap;width:80%;overflow:hidden;text-overflow:ellipsis}
.mbanner .slick-dots{width:auto;bottom:0.89rem;left:50%;margin-left:-8.2rem;display:flex;align-items:flex-end}
.mbanner .slick-dots li{width:0.16rem;height:0.16rem;border-radius:0;background:var(--mainColor);background-size:100%;margin:0;opacity:0.3;margin-right:0.09rem;transition:all 0.4s ease-in-out;display:flex;align-items:flex-end;justify-content:center;border-radius:50%}
.mbanner .slick-dots li button{width:0.06rem;height:0.06rem;background:rgb(255 255 255 / 80%);padding:0;display:none}
.mbanner .news .news_video{height:100vh}
.mbanner .news .news_video video{position:absolute;width:100%;height:100%;object-fit:cover;left:50%;top:50%;transform:translate(-50%,-50%)}
.mbanner .slick-dots li:after{content:"";display:block;width:0.67rem;height:0.69rem;background:url(images/dot.svg) no-repeat;background-size:100% 100%;position:absolute;top:0;transform:scale(0);transition:all 0.4s ease-in-out}
.mbanner .slick-dots li.slick-active:after{transform:none}
.mbanner .slick-dots li.slick-active{opacity:1;background:none}
.body_b {
    position: relative;
}
.body_b .bb {
    width: 1.14rem;
    height: 0.52rem;
    background: url(images/bb.svg) no-repeat center/100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.57rem;
    cursor: pointer;
}
/**内容**/
.searchBooks {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: var(
    --innerWidth);
}

.saenbar {
    z-index: 1;
    position: relative;
}
ul.udrj-ul {
    display: flex;
    border-radius: 0.04rem 0.04rem 0 0;
    overflow: hidden;
    width: 8rem;
}

ul.udrj-ul li {
    line-height: 0.6rem;
    background: #8a8888;
    text-align: center;
    font-size: var(--titleSize);
    flex: 1;
    color: #fff;
}

ul.udrj-ul li a {
    color: #fff;
}

ul.udrj-ul li.selected {
    background: #ffffffc9;
    color: #5C0D10;
}
p.jainuos {
    display: none;
}

.searchbars {
    display: flex;
    align-items: center;
}

.btn-group.obselect {
    width: 1rem;
    text-align: center;
    position: relative;
}

.saenbar-content {
    background: #ffffffc9;
    display: flex;
    align-items: center;
    padding: 0.1rem;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

span.filter-option {}

.saenbar-content button,.inputStyle input {
    background: none;
    border: none;
    font-size: var(--bigSize);
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 0.8rem;
    width: 1.76rem;
    background: var(--mainColor);
    color: #fff;
    border-radius: 0.04rem;
    box-sizing: border-box;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: 0.6s;
}
button.btn.dropdown-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
    background: none;
    color: #333;
}
.dropdown-menu.open {}

.dropdown-menu.open li {
    text-align: left;
    font-size: var(--smailSize);
    line-height: 1.6;
}

input#keywords3 {}

.searchbars input.inputText {
    border: none;
    line-height: 0.8rem;
    flex: 1;
    padding-left: 0.8rem;
    background: url(images/sous.svg) no-repeat left 0.35rem center/0.27rem;
    font-size: var(--smailSize);
    color: #B1B1B1;
    font-family: 'SourceHanSerifCN-Regular';
}

.saenbar-content .iuo {
    width: 100%;
    position: relative;
}
.dropdown-menu.open {position: absolute;width: 100%;background: #fff;padding: 0.1rem;box-sizing: border-box;box-shadow: 0 0 9px -1px #33333361;opacity: 0;visibility: hidden;transition: 0.6s;}
.inputStyle input {}

.inputStyle input {
    width: 1rem;
}

div#search_radio {
    font-size: var(--smailSize);
    margin: 0.1rem 0;
    display: none;
}

div#search_radio input {
    margin-left: 0.1rem;
    width: 0.15rem;
    height: 0.15rem;
}
.dropdown-menu.open.nopen {
    visibility: inherit;
    opacity: 1;
}

.btn-group.obselect.arrow .caret {
    transform: rotate(180deg);
}
.book_ring {
    position: absolute;
    top: -0.19rem;
    right: 0;
    width: 6.34rem;
    display: flex;
    /* align-items: center; */
    border-radius: 0.04rem;
    overflow: hidden;
    height: 0.79rem;
    background: #ffffffc9;
    box-sizing: border-box;
    z-index: 1;
}

.book_ring ul {}

.book_ring .ding_btn {
    width: 1.26rem;
    flex: none;
    background: #E48012;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--titleSize););)();
    color: #fff;
}

.book_ring .ding_list {flex: 1;display: flex;align-items: center;justify-content: space-between;padding: 0 0.33rem 0 0.69rem;border-bottom: 1px solid #D3D3D3;}

.book_ring .ding_list li {
    text-align: center;
    gap: 0.06rem;
    display: flex;
    flex-direction: column;
}

.book_ring .ding_list li span {
    font-size: var(--smailSize);
    color: #A62126;
}
.inputStyle {
    display: flex;
    gap: 0.05rem;
}
.nav_links {
    position: absolute;
    width: var(--innerWidth);
    bottom: 0.66rem;
    left: 50%;
    transform: translateX(-50%);
}

.nav_links .news_list {
    display: flex;
    gap: 0.15rem;
    justify-content: space-between;
}

.nav_links .news_list li a {
    display: flex;
    flex-direction: column;
    border-radius: 0.04rem;
    backdrop-filter: blur(18.12px);
    background: rgba(255, 255, 255, 0.25);
    --color: #fff;
    height: 1.05rem;
    align-items: center;
    justify-content: center;
    font-size: var(--smailSize);
}

.nav_links .news_list li svg {
    height: 0.3rem;
}

.nav_links .news_list li .con {
    color: var(--color);
    margin-top: 0.12rem;
}

.nav_links .news_list li {
    flex: 1;
}

a {}

.nav_links .news_list li svg path {
    fill: var(--color);
    stroke: var(--color);
}

.nav_links .news_list li a:hover {
    --color: var(--mainColor);
    background: rgba(255, 255, 255, 0.5);
}
#m-container{}
#m-container .inner{}
.body_m {overflow: hidden;}
.news_imgs a,.news_imgs span {display:block;overflow:hidden;}
.post .news:hover .news_imgs a img,.post .news:hover .news_imgs span img  {transform:scale(1.1);}
.news_imgs a img,.news_imgs span img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all 0.6s ease-in-out;}
.news_imgs {overflow:hidden;background:#ccc;position:relative;}
.news_imgs.bg:after {content:"";width:100%;position:absolute;height:1.4rem;background:linear-gradient(0.00deg,rgb(21,21,21) 3.433%,rgba(57,57,57,0) 96.567%);bottom:0;opacity:0.7;pointer-events:none;}
span.underLine {background-image:linear-gradient(var(--mainColor),var(--mainColor));background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .4s;}
.news:hover span.underLine {background-size:100% 1px;color:var(--mainColor);}
/**主体公共**/
.main .swiper-button-next,.main  .swiper-button-prev {
    --swiper-theme-color: var(--mainColor););
    --swiper-navigation-size: 0.56rem;
    border-radius: 50%;
    backdrop-filter: blur(19.02px);
    background: rgba(255, 255, 255, 0.8);
    --swiper-navigation-sides-offset: 0.37rem;
    width: var(--swiper-navigation-size);
    z-index: 1;
}

.main .swiper-button-next:after,.main .swiper-button-prev:after {
    font-size: var(--bigSize);
}

.main .swiper-button-next:hover, .main .swiper-button-prev:hover {
    background: var(--mainColor);
    color: #fff;
}

.main .swiper-button-next.swiper-button-disabled, .main .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: auto;
}
.main .swiper-pagination {
    --swiper-pagination-bottom: 0;
    --swiper-pagination-bullet-width: 0.11rem;
    --swiper-pagination-bullet-height: 0.11rem;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-inactive-color: transparent;
    --swiper-pagination-color: var(--mainColor););
}
.main .swiper-pagination-bullet{
    border: 1px solid #888;
    opacity: 1;
}
.main .swiper-pagination-bullet-active{
    border-color: var(--mainColor);
}
.post1 .tt{display:flex;position:relative;justify-content:center;margin-bottom: 0.43rem;align-items: center;}
.post1 .more_btn{position:absolute;right:0;}
.post1 .more_btn img{width: 0.24rem;margin-left: 0.08rem;}
.post1 .more_btn .more_text{vertical-align:middle;font-size: var(--titleSize);color: var(--mainColor);line-height:0.21rem;display: flex;align-items: center;}
.post1 .tt .tit{text-align:center;position:relative;display: flex;gap: 0.12rem;}
.post1 .tt .tit:before{content:"";width: 0.24rem;background: url(images/ttbg1.svg) no-repeat center;background-size:100% auto;display: block;}
.post-14 .tt .tit:before {
    background-image: url(images/ttbg2.svg);
}
.post-15 .tt .tit:before {
    background-image: url(images/ttbg3.svg);
}
.post-21 .tt .tit:before {
    background-image: url(images/ttbg4.svg);
}
.post-31 .tt .tit:before{display:none;}
.post-31 .tt .tit .title{display:flex;align-content: center;align-items: center;margin: 0 0.15rem;}
.post-31 .tt .tit .title.selected:before{opacity:1;/* display:block; */width: 0.28rem;}
.post-31 .tt .tit .title:before {
    content:"";
    width: 0;
    height: 0.25rem;
    background: url(images/ttbg5.svg) no-repeat center;
    background-size:100% auto;
    display: block;
    margin-right: 0.15rem;
    opacity: 0;
    transition: 0.7s;
    /* display: none; */
}
.post-32 .tt .tit:before {
    background-image: url(images/ttbg6.svg);
}
.post-33 .tt .tit:before {
    background-image: url(images/ttbg7.svg);
}
.post-41 .tt .tit:before {
    background-image: url(images/ttbg8.svg);
}
.post-50 .tt .tit:before {
    background-image: url(images/ttbg9.svg);
}
.post-50 .more_btn .more_text {
    color: #fff;
}
.post-52 .tt .tit:before {
    background-image: url(images/ttbg10.svg);
}
.post-53 .tt .tit:before {
    background-image: url(images/ttbg11.svg);
}
.post-54 .tt .tit:before {
    background-image: url(images/ttbg12.svg);
}
.post1 .tt .title{position: relative;font-size: 0.32rem;line-height:1.4;flex: none;font-family: 'SourceHanSerifCN-Bold';color: var(--mainColor);}
.post1 .news .news_title{font-size:var(--titleSize);line-height: 1.8;font-family: 'SourceHanSerifCN-Bold';}
.post1 .news .news_text{font-size:var(--smailSize);line-height:1.5;color:#707070;    font-family: "Microsoft YaHei";}
.post1 .news .news_title a{color:#4b4b4b}
.post1 .news .news_text a{color:#707070}
.post1 .news .news_date{font-weight:bold;font-size:var(--smailSize);line-height: 1.5;color: var(--mainColor);font-family: 'SourceHanSerifCN-Bold';}
.post1 .news .news_meta{font-family:'Roboto-Bold';color:#fff;display: flex;width: 1.15rem;height: 1.15rem;flex-direction: column;justify-content: center;align-items: center;background: var(--mainColor);gap: 0.08rem;flex: none;}
.post1 .news .news_meta .news_year{font-size:0.16rem}
.post1 .news .news_meta .news_days{font-size: 0.57rem;font-weight:bold;}
.post1 .news .news_meta .news_years{font-size: var(--smailSizex);}
.post1 .news .news_l .news_meta{width:0.96rem;height:0.64rem;background:var(--mainColor);padding-left:0.14rem;box-sizing:border-box;position:absolute;bottom:0.26rem;left:-0.14rem;display:flex;flex-direction:column;justify-content:center;gap:0.05rem}
.post1 .news .news_l{position:relative}
.post1 .news .news_l .news_meta:after{position:absolute;content:"";display:block;height:0;width:0;border-top:0.09rem solid #C9BA90;border-left:0.14rem solid transparent;border-right:0px solid transparent;left:0;top:100%}
.main1 {
    background: url(images/main1bg.jpg)no-repeat center/cover;
}

.main1 .inner {
    padding: 0.74rem 0 1.04rem;
}
.main1 .mcenter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.87rem;
    position: relative;
    z-index: 1;
}

.main1 .mcenter .post-12 {
    width: 7.9rem;
    flex: none;
}
.post-11 .tt{
    margin-bottom: 0.54rem;
}
.post-12 .news .news_imgs a {
    padding-top: 66.7%;
}
.post-12 .news .news_imgs:after {
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);
    opacity: 0.5;
}

.post-12 .news .news_wz {
    bottom: 0.22rem;
    position: absolute;
    width: 100%;
    padding: 0 0.27rem;
    color: #fff;
    box-sizing: border-box;
}

.post-12 .news .news_date {
    color: #fff;
    margin-bottom: 0.1rem;
    font-size: var(--bigSize);
}

.post-12 .news .news_title a {
    color: #fff;
}

.post-12 .news .news_title {
    color: #fff;
    font-size: var(--bigSizex);
}
.post-13 {
    width: 6.04rem;
}
.post-13 .news a {
    background: #FFFDF7;
    display: flex;
    flex-direction: column;
    height: 1.56rem;
    justify-content: center;
    padding: 0 0.35rem;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease-in-out;
}

.post-13>div,.post-13 .news_list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-13 .news a:hover {
    background: var(--mainColor);
}

.post-13 .news a:hover .news_date {
    color: #fff;
}

.post-13 .news .news_title {
    margin-bottom: 0.08rem;font-family: "Microsoft YaHei";
}
.main1 .mbottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.post-14 {
    width: 6.72rem;
    margin-top: 0.7rem;
    position: relative;
}
.post-14:after {
    content: "";
    width: 7.52rem;
    height: 4.7rem;
    position: absolute;
    background: url(images/post14bg.png)no-repeat center/100% 100%;
    top: -2.87rem;
    z-index: -1;
}
.post-14 .news a {
    display: flex;
    background: #F2E5C0;
    box-shadow: 0px 3px 15px 0px rgba(41, 32, 33, 0.14);
    align-items: center;
}
.post-14 .news .news_meta {
    margin-right: 0.21rem;
}

.post-14 .news {
    margin-bottom: 0.14rem;
}

.post-15 {
    width: 6.68rem;
}

.main1 .mbottom .post1 .tt {justify-content: space-between;margin-bottom: 0.38rem;}

.main1 .mbottom .post1 .more_btn {
    position: static;
}

.post-14 .news .news_meta {
    margin-right: 0.21rem;
}

.post-14 .news {
    margin-bottom: 0.14rem;
}

.post-15 .news a {
    background: #F4E0C9;
    display: flex;
    height: 0.89rem;
    align-items: center;
    padding: 0 0.37rem;
    border-bottom: 0.02rem solid #B6252B;    justify-content: space-between;
}

.post-15 .news {
    margin-bottom: 0.14rem;
}

.post-14 .news a:hover,.post-15 .news a:hover {
    box-shadow: 0px 3px 15px 0px rgba(41, 32, 33, 0.4);
}
.main2 {
    background: #FFFDF7;
}

.main2 .inner {
    padding: 0.78rem 0 0.81rem;
}

.post-21 .tt {
    margin-bottom: 0.34rem;
}
.post-21 .con {
    display: flex;
    justify-content: space-between;
    gap: 0.22rem;
}

.post-21 .list1 {
    width: 3.4rem;
    flex: none;
    border-bottom: 1px solid #CEB0B0;
}

.post-21 .swiper {
    flex: 1;
    padding-bottom: 0.37rem;
}

.post-21 .list1 .news_box {
    height: 1.51rem;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #CEB0B0;
    box-sizing: border-box;
    justify-content: center;
}

.post-21 .list1 .news_date {
    margin-bottom: 0.1rem;
}

.post-21 .swiper .news .news_imgs span {
    padding-top: 66.71%;
}
.post-21 .swiper .news .news_imgs {
    margin-bottom: 0.18rem;
}

.post-21 .swiper .news .news_wz {
    text-align: center;
}

.post-21 .swiper .news .news_date {
    font-size: var(--bigSize);
    margin-bottom: 0.13rem;
}

.post-21 .swiper .news .news_title {
    font-size: 0.22rem;
}
.main3 {
    background: url(images/main3bg.jpg) top /cover;
}

.main3 .inner {
    padding: 0.78rem 0 3.58rem;
}
.main3 .mbottom {
    padding-top: 1.35rem;
}


.post-31 .swiper {
}
.post-31 .news_list .news_imgs span {
    padding-top: 56.72%;
}
.post-31 .news_list .news_imgs:after{
    height: 34%;
    background: linear-gradient(180.00deg, rgba(64, 64, 64, 0),rgb(13, 13, 13) 100%);
}

.post-31 .swiper .news a {
    padding: 0.1rem;
    background: #fff;
    display: block;
}

.post-31 .news_list .news .news_title {
    color: #fff;
    position: absolute;
    bottom: 7%;
    left: 4%;
}

.post-31 .swiper .news_list .news .news_title {
    font-size: var(--bigSize);
}

.post-31 .swiper-thumbs .news_list .news .news_title {
    font-size: var(--smailSizex);
}
.post-31 .swiper-thumbs {
    margin-top: 0.47rem;
}

.post-31 .top {
    position: relative;
    width: 5.99rem;
    margin: 0 auto;
}

.main .post-31 .swiper-button-prev,.main .post-31 .swiper-button-next {
    --swiper-navigation-sides-offset: -0.93rem;
}
.main3 .mbottom {
    display: flex;
    justify-content: space-between;
}

.post-32 {
    width: 6.29rem;
}

.post-33 {
    width: 6.29rem;
}
.main3 .mbottom .news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0.43rem;
    row-gap: 0.33rem;
}
.main3 .mbottom .post-33 .news_list .news:nth-child(1) {
    width: 100%;
}
.post1 .news .news_imgs.book a {
    padding-top: 129.35%;
}
.post1 .news .news_imgs.book a img {
    object-fit: contain;
    width: auto;
    height: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}
.post1 .news .news_imgs.book {
    background: #fff;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.16);
    width: 2.93rem;
    margin: 0 auto;
}
.main4 {
    background: url(images/main4bg.png) no-repeat top/cover;
    margin-top: -3.58rem;
    z-index: 1;
    position: relative;
    /* height: 8.174rem; */
}

.main4 .inner {
    padding: 1.32rem 0 0.6rem;
    position: relative;
    z-index: 1;
}

.post-41 .tt .more_btn {
    position: relative;
}

.post-41 .tt {
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.post-41 .swiper {
    margin: 0 -0.2rem;
    margin-top: -0.95rem;
    padding: 0.2rem;
}
.pos {}

.post-41 .swiper-lide {}

.post-56 .news {
    position: relative;
}

.post-41 .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.post-41 .swiper-slide .news:nth-child(2) {
    margin-top: 1.7rem;
    margin-left: -0.7rem;
}

.post-41 .swiper-slide .news:nth-child(3) {
    margin-top: 1.9rem;
    margin-right: -0.7rem;
}

.post-41 .swiper-slide.swiper-slide-active .news {
    animation: grow 1s ease-in-out;
    opacity: 1;
    transition: 1s;
}
@keyframes grow {
  from {
    transform: rotateY(0deg);
  }
  to {
   transform: rotateY(180deg);
  }
}
.post-41 .swiper-slide  .news {
    opacity: 0;
}
.main .post-41 .swiper-button-next {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
    left: 50%;
    margin-left: -0.28rem;
    top: 1.65rem;
    background:url(images/xuanzhuan.svg) no-repeat center;
    transition: 0.6s;
}
.main .post-41 .swiper-button-next:after{
    font-size:0
}
.main .post-41 .swiper-button-next:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
.main6 {
    background: url(images/main6bg.jpg) bottom/cover;
}
.main6 .inner{
    padding: 0.95rem 0 1rem;
    position: relative;
}
.post-70 .tt .tit:before {background-image: url(images/ttbg7.svg);}

.main6 .sudy-tab .tab-menu {
    display: flex;
    position: absolute;
    left: 2.52rem;
    top: -0.85rem;
    gap: 0.1rem;
}

.main6 .sudy-tab .tab-menu li {
    padding: 0 0.24rem;
    font-size: var(--titleSize);
    line-height: 2;
    border: 1px solid transparent;
    color: #888888;
    border-radius: 0.18rem;
}

.main6 .sudy-tab .tab-menu li.selected {
    border-color: var(--mainColor);
    background: #FFFDF7;
    color: var(--mainColor);
}

.main6 .sudy-tab .post .news_list {
    display: flex;
    --gap: 0.22rem;
    gap: var(--gap);
    --num: 4;
    flex-wrap: wrap;
}

.main6 .sudy-tab .post .news_list .news {
    width: calc((100% - var(--gap) * (var(--num) - 1))/var(--num));
}

.main6 .sudy-tab .post .news_list .news a {
    border: 1px solid #CEB0B0;
    display: block;
    height: 100%;
    padding: 0.35rem;
    box-sizing: border-box;
}

.main6 .sudy-tab .post .news_list .news_date {
    margin-bottom: 0.11rem;
}

.main6 .sudy-tab .post .more_btn {
    top: -0.75rem;
}
.main5{
    background: url(images/main5bg.jpg) no-repeat top 1.5rem center/cover;
}
.main5 .inner{padding:0.74rem 0 1.1rem;position: relative;z-index: 1;}
.main5:before {
    content: "";
    width: 100%;
    height: 4.44rem;
    position: absolute;
    background: url(images/main5bg1.jpg)no-repeat center/cover;
    z-index: 0;
    left: 0;
}
.post-70 .tt {
    justify-content: flex-start;
}
.post-50 .tt .title {
    color: #fff;
}
.post-50 .tt {
    margin-bottom: 0.43rem;
}
.main5 .sudy-tab {
    background: #fff;
    padding: 0.36rem 0.346rem;
    min-height: 4.3rem;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin-bottom: 0.9rem;
}

.main5 .sudy-tab .tab-menu {
    display: flex;
    gap: 0.42rem;
    justify-content: center;
    margin-bottom: 0.52rem;
}
.main5 .sudy-tab .tab-top{position:relative;}
.main5 .sudy-tab .more_btn_list{position:absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: var(--titleSize);}
.main5 .sudy-tab .more_btn_list img{width: 0.24rem;margin-left: 0.08rem;}
.main5 .sudy-tab .tab-menu li {
    font-size: var(--titleSize);
    font-family: 'SourceHanSerifCN-Bold';
    color: #5C0D10;
    line-height: 1.5;
    position: relative;
}

.main5 .sudy-tab .tab-menu li:after {
    content: "";
    width: 1.02rem;
    height: 0.47rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(images/menu_bg.svg) no-repeat;
    transition: 0.6s;
    opacity: 0;
}

.main5 .sudy-tab .tab-menu li.selected:after {
    opacity: 1;
}
.post-51 .news_list {
    display: flex;
    flex-wrap: wrap;
    --gap: 0.25rem;
    --num: 6;
    gap: var(--gap);
}
.post-51 .news_list .news_title {
    -webkit-line-clamp: 1;
}
.post-51 .news_list .news {
    width: calc((100% - var(--gap) * (var(--num) - 1))/var(--num));
    position: relative;
}
.post-51 .news_list .news .news_imgs img{height: 0.44rem;width: auto;max-width: 100%;}

.post-51 .news_list .news a {
    display: block;
    height: 1.27rem;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    background: rgb(247, 238, 212);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5C0D10;
    flex-direction: column;
    text-align: center;
    padding: 0 0.16rem;
}
.post-51 .news_list .news a:hover,.post-52 .news_list .news a:hover {
    box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.post .tt {}

.post-52 .news_list {
    display: flex;
    margin: 0 -0.12rem;
    flex-wrap: wrap;
}

.post-52 .news_list .news {
    width: 20%;
}

.post-52 .news_list .news a {
    margin: 0 0.12rem;
    background: #F2DCDB;
    display: block;
    box-shadow: 0px 3px 15px 0px rgba(41, 32, 33, 0.14);
    height: 100%;
    box-sizing: border-box;
    padding: 0.39rem;
}

.post-52 .news_list .news .news_title {
    margin-bottom: 0.2rem;
}

.post-52 .news_list .news .news_info>div {
    font-size: var(--smailSize);
    color: #888888;
    margin: 0.16rem 0;
    padding-left: 0.34rem;
    background-repeat: no-repeat;
    background-size: 0.19rem;
    line-height: 1.9;
    background-position: top 0.06rem left;
}
.post-52 .news_list .news .news_info .info1 {
    background-image: url(images/shijian.svg);
}
.post-52 .news_list .news .news_info .info2 {
    background-image: url(images/people.svg);
}
.post-52 .news_list .news .news_info .info3 {
    background-image: url(images/didian.svg);
}
.post-52 {
    margin-bottom: 0.93rem;
}

.post-53 .news_list {
    /* display: flex; */
    margin: 0 -0.2rem;
    flex-wrap: wrap;
}
.post-53 .news_list .news {
    width: 25%;
}

.post-53 .news_list .news a {
    margin: 0 0.2rem;
    display: block;
    position: relative;
}

.post-53 .news_list .news .news_imgs span {
    padding-top: 160%;
}

.post-53 .news_list .news .news_title {
    position: absolute;
    color: #fff;
    writing-mode: tb;
    top: 0.42rem;
    right: 0.27rem;
    font-size: 0.24rem;
    letter-spacing: 0.08rem;
}

.post-53 {
    margin-bottom: 1.05rem;
}
.post-54 {
    position: relative;
    margin-bottom: auto;
}
.post-54 .tt {
    position: absolute;
    width: 7.72rem;
    flex-direction: column;
    gap: 0.07rem;
    top: 0.38rem;
}

.post-54 .tt .more_btn {
    position: relative;
}

.post-54 .news_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 7.8rem;
    align-content: space-between;
    justify-content: space-between;
}

.post-54 .news_list .news:nth-child(1) {
    width: 7.72rem;
    flex: none;
    margin-top: 1.59rem;
}

.post-54 .news_list .news:nth-child(1)  .news_imgs span {
    padding-top: 66.83%;
}

.post-54 .news_list .news {
    position: relative;
}

.post-54 .news_list .news:nth-child(2) {
    width: 5.94rem;
}
.post-54 .news_list .news:nth-child(2)  .news_imgs span {
    padding-top: 66.32%;
}
.post-54 .news_list .news:nth-child(3) {
    width: 4.81rem;
}
.post-54 .news_list .news:nth-child(3)  .news_imgs span {
    padding-top: 67.35%;
}
.post-54 .news_list .news .news_wz {
    color: #fff;
    position: absolute;
    bottom: 0.25rem;
    padding: 0 0.23rem;
    display: flex;
    align-items: center;
}
.post-54 .news .news_title {
    line-height: 1;
    padding-left: 0.13rem;
    margin-left: 0.13rem;
    border-left: 1px solid #ffffff70;
}
.main5 .mbottom {
    height: 8.32rem;
    display: flex;
    position: relative;
    padding-top: 1.24rem;
}

.post-56 {width: 100%;}

.post-56 .news .news_imgs span{padding-top:56.12%}
.post-56 .news .news_title {
    position: absolute;
    bottom: 0.25rem;
    padding: 0 0.22rem;
    color: #fff;
}

.post-56 .news .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.post-56 .news .play img {
    width: 0.8rem;
}

.post-57 {
    width: 100%;
}
.main5 .mbottom .ml {
    width: 8.98rem;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.main5 .mbottom .mr {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-58 .news_imgs a, .post-59 .news_imgs a {
    padding-top: 70.5%;
}

.post-58 {
    width: 4.78rem;
}

.post-57 .news_list .news {
    height: 3.55rem;
    background: #A62126;
    padding: 0.4rem 0.6rem;
    color: #fff;
    box-sizing: border-box;
}

.post-57 .news_list .news .news_title {
    font-size: 0.32rem;
    line-height: 0.46rem;
    padding-bottom: 0.13rem;
    background: url(images/gywm_bg.svg) no-repeat bottom right/100%;
    display: flex;
    gap: 0.12rem;
    align-items: center;
    margin-bottom: 0.31rem;
}
.post-57 .news_list .news .news_title:before {
    content: "";
    width: 0.25rem;
    height: 0.2rem;
    background: url(images/ttbg13.svg) no-repeat center /100% 100%;
}

.post-57 .news_list .news .news_text {
    color: #fff;
    line-height: 1.9;
    opacity: 0.8;
}

.post-60 {
    position: absolute;
    left: 0;
    top: 6.38rem;
    width: 4rem;
}
.post-60 .news_list {
    display: flex;
    flex-wrap: wrap;
}

.post-60 .news_list .links {
    width: 50%;
    position: relative;
}

.post-60 .news_list .links a {
    display: flex;
    padding: 0 0 0 0.32rem;
    box-sizing: border-box;
    margin: 0.28rem 0;
    align-items: center;
    gap: 0.175rem;
    color: var(--mainColor);
    font-family: 'SourceHanSerifCN-Bold';
    font-size: var(--titleSize);
}

.post-60 .news_list .links svg {
    width: 0.4rem;
}

.post-60 .news_list .links:nth-child(2n) a {
    border-left: 1px solid rgb(166 33 38 / 20%);
}

.post-60 .news_list .links:after {
    content: "";
    width: 1.28rem;
    display: block;
    border-bottom: 1px solid rgb(166 33 38 / 20%);
    position: absolute;
    left: 0.32rem;
}
/**列表页**/
.l-banner{height:6rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-color:#c5c4c4;position:relative}
.l-banner:after{content:"";display:block;width:100%;position:absolute;height:60%;background:url(images/bannerbg.png) no-repeat;background-size:100% 100%;bottom:0}
.l-banner img{display:none;height:100%;vertical-align:top}
#l-container{position:relative;}
#l-container .inner{padding:.91rem 0 1.4rem;position:relative}
#d-container .inner{background:#fff}

/**栏目列表**/
.col_menu_head{position:absolute;bottom:100%;z-index:1;width:100%;left:0}
.col_name span{font-size:.44rem;color:#fff}
.col_name{margin-bottom:.3rem}
.col_path a,.col_path span{color:#fff;font-size:var(--smailSize);line-height:1.3}
.col_path{display:inline-block;padding-left:.26rem;background:url(images/home.svg) no-repeat left;margin-bottom:.63rem}
.possplit::after{content:"/";font-size:.15rem}
.possplit{margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0}
.col_list{width:100%;position:relative;height:.9rem;padding-right:.9rem;box-sizing:border-box;display:flex;align-items:center}
.col_list::before{content:"";display:block;width:calc(50vw + 8.2rem);height:0;right:0;position:absolute;top:0;border-bottom:.9rem solid var(--mainColor);border-right:.35rem solid transparent}
.column-switch{display:none}
.col_list ul{position:relative;width:100%}
.col_list ul li{float:left}
.col_list ul .sub_list{
    display: none;
}
.col_list .col_column .col_item_link.selected{opacity:1}
.col_list .col_column .col_item_link{color:#fff;padding: 0 .2rem;font-size:var(--smailSize);border-right:1px solid rgb(255 255 255 / 20%);display:inline-block;display:block;text-align:center;opacity:.7;margin:.05rem 0}
.col_list .slick-next,.col_list .slick-prev{width:auto;height:auto;background:0 0;border-radius:0}
.col_list .slick-prev{left:-.4rem;display:none!important}
.col_list .slick-next{right:-.5rem;width:.3rem;text-align:center}
.col_list .slick-next:hover,.col_list .slick-prev:hover{opacity:1;color:#fff;background:0 0}

/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news .news_date {
    font-size: var(--smailSize);
    line-height: 1.5;
    color: var(--mainColor);
    font-family: 'SourceHanSerifCN-Bold';
    margin-bottom: 0.1rem;
}
.mrlist .col_news_list .news_list .news{display:flex;margin-bottom:.1rem}
.mrlist .col_news_list .news_list .news .news_imgs{width: 2.7rem;flex:none;margin-right:.4rem;background:0 0;display:flex;align-items:center}
.mrlist .col_news_list .news_list .news .news_imgs a{padding-top:61.27%;width:100%}
.mrlist .col_news_list .news_list .news .news_wz{flex:1;padding:.18rem 0}
.mrlist .col_news_list .news_list .news .news_meta{margin-bottom:.33rem}
.mrlist .col_news_list .news_list .news .news_meta span{display:block;color:#666}
.mrlist .col_news_list .news_list .news .news_year{font-size:.14rem}
.mrlist .col_news_list .news_list .news .news_day{font-size:.36rem;line-height:1.4}
.mrlist .col_news_list .news_list .news .news_title{font-size:var(--titleSize);line-height:1.7;margin-bottom:.17rem;font-family: 'SourceHanSerifCN-Bold';}
.mrlist .col_news_list .news_list .news .news_text{font-size:var(--smailSizex);line-height:2}
.mrlist .col_news_list .news_list .news .news_text a{color:#666}
.mrlist .col_news_list .news_list .news.noimg .news_imgs{display:none}

/**文章页**/
.info .col_metas.clearfix{height:.63rem}
.infobox{padding:.56rem 0;margin:0 auto;width:auto}
.article h1.arti_title{line-height:1.3;font-family:SourceHanSerifCN-Bold;font-size:.36rem;text-align:center;margin-bottom:.2rem}
.article h2.arti_title{line-height:2;font-family:"Microsoft YaHei";font-size:.2rem;text-align:center;color:#1b1b1bc7;margin-bottom:.2rem}
.article .arti_metas{text-align:center;line-height: 1.3;margin:0}
.article .arti_metas>span{margin:0 .16rem;font-size:var(--smailSize);color:#666}
.article .arti_info.clearfix{position:relative}
.article .entry{margin:0 auto;overflow:hidden;margin-top:.4rem;min-height:400px}
.article .entry .read,.article .entry .read p{line-height:1.75;font-size:var(--smailSize);color:#333}
.article .entry .read p{margin-bottom:10px}
.article .entry .read img{margin:0 auto;max-width:100%;}
.article .entry .read table{margin:0 auto;border:none!important}
.sibi_art{margin-top:1.3rem}
.wp_artfuns .wp_art_adjoin{display:flex;line-height:.48rem;font-size:var(--titleSize);flex-wrap:wrap}
span.next-title,span.prev-title{width:calc(100% - .8rem)}
.wp_artfuns .wp_art_adjoin .next{padding:0}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev{pointer-events:none;width:auto}

/**底部**/
#footer{background: #9E3336;background-size:cover;position:relative}
.footer .inner{
    padding: 0.788rem 0 0.4rem;
}
.footer .inner .mod{
    display: flex;
    justify-content: space-between;
}
.foot-top{display:flex;justify-content:space-between;margin-bottom:.857rem}
#footer .inner.in1{padding:.57rem 0 .32rem;position:relative}
#footer .inner .foot-left img {
    width: 5.07rem;
    max-width: 100%;
}

.foot-center {
    display: flex;
    gap: 1.2rem;
    flex: 1;
}

.foot-center .tt {
    color: #fff;
    font-size: var(--titleSize);
    font-family: "微软雅黑";
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.foot-left {
    margin-right: 0.83rem;
}

.foot-center .news_title {
    color: #fff;
    font-size: var(--smailSizex);
    line-height: 0.34rem;
    opacity: 0.8;
}
.foot-center .news_title a {
    color: #fff;
}
/**底部链接**/
.foot-left .tt{margin-bottom:.18rem}
.foot-left .links{margin-right:1.02rem}

/**分享**/
.shares .news_list{display:flex;text-align:center;gap:.17rem;justify-content: center;}
.shares .news_list .imgs{width: 1.08rem;height: 1.08rem;background: #fff;margin: 0 auto;}
.shares .news_list .imgs img{width:100%;height:100%unset}
.shares .news_list .news_icon{display:block;background-color:#ffffff2e;width:.5rem;height:.5rem;border-radius:50%;background-repeat:no-repeat;background-position:center;opacity:.7;background-size:53%}
.shares .news_list .news{position:relative;text-align: center;}
.shares .news_list .n1 .news_icon{background-image:url(images/weixin.svg)}
.shares .news_list .n2 .news_icon{background-image:url(images/weibo.svg)}
.shares .news_list .news_icon:hover{opacity:1}
.shares .news_list .news_title{color:#fff;font-size:var(--smailSizex);line-height:1.4;margin-top: 0.22rem;opacity: 0.9;}
.footlogo img{width:4.62rem}
.foot-bottom{padding:.26rem 0 .29rem;text-align:center;position:relative;z-index:1;border-top: 1px solid rgb(255 255 255 / 16%);}
.foot-bottom p{font-size:var(--smailSizex);line-height:2.4;color:#fff;position:relative}


/**侧导航**/
nav.Quick-navigation{position:fixed;left: 0.54rem;z-index:1;top:50%;transform:translateY(-50%);display:flex;padding: 0 0.2rem;flex-direction:column;font-size: var(--titleSize);line-height: 0.26rem;color:#fff;text-align: left;background: rgb(255 255 255 / 60%);align-items: left;}
nav.Quick-navigation a{color: #000000;margin: 0.1rem 0;font-size: 15px;font-family: "楷体";}
nav.Quick-navigation a.current{color: #B6252B;border-bottom:1px solid var(--hoverColor);/*font-family: 'SourceHanSerifCN-Bold';*/font-family: "楷体";}
.Scroll-to-top{width:60px;height:60px;position:fixed;z-index:1;background:#fff;bottom:2%;border-radius:50%;right:1%;background:#1776be7a;font-size:20px;line-height:60px;text-align:center;color:#fff;cursor:pointer}
.shares_side img {
    width: 1.08rem;
    height: 1.08rem;
    /* background: #333; */
}

.shares_side {
    position: fixed;
    right: 0.26rem;
    z-index: 1;
    bottom: 0.5rem;
    background: #fff;
}
body.list_tpjy .col_list ul:before{content:'';position: absolute;border-left: 0.01rem dashed #ffff;top: 0.08rem;bottom: 0;left: 0.06rem;opacity: 0.31;}
body.list_tpjy .l-banner{
    height: 5.19rem;
}
body.list_tpjy #l-container{background:url(images/tpjy_bg.jpg)no-repeat;background-size: cover;}
body.list_tpjy .col_news_list .news{width:auto;}
body.list_tpjy .col_news_list .news:nth-child(even){margin-top:0.67rem}
body.list_tpjy .col_news_list .news_imgs img{height:4.73rem;position: static;width: auto;}
body.list_tpjy #l-container .inner{
    width: 17.16rem;
    padding: 0.52rem 0 0.937rem;
}
body.list_tpjy #l-container .inner .col_news_list{display:flex;justify-content: space-between;}
body.list_tpjy  .col_menu_head{/* width:1.46rem; */position: relative;/* bottom: auto; */}
body.list_tpjy .col_list::before{display:none;}
body.list_tpjy .col_name span{color:#000000}
body.list_tpjy .col_path{padding-left:0;background:none;margin-bottom: 0.27rem;}
body.list_tpjy .col_path a,body.list_tpjy .col_path span{
    color: #333;
}
body.list_tpjy  .col_list .col_column .col_item_link{font-size:0.24rem;border-right: 0;margin: 0 auto;padding-left: 0.28rem;position: relative;}
body.list_tpjy .col_list .col_column .col_item_link:before{content:'';width:0.12rem;height:0.12rem;position: absolute;left: 0;background: #FFECD5;border-radius: 50%;top: 50%;transform: translateY(-50%);}
body.list_tpjy .col_list .col_column .col_item_link.selected{color:#B6252B;font-size: 0.28rem;}
body.list_tpjy .col_list .col_column .col_item_link.selected:before{background:#B6252B}
body.list_tpjy .col_list{width: 1.46rem;height: auto;display: flex;flex-direction: column;}
body.list_tpjy .col_list.opa .col_column:nth-last-child(2){opacity:0.5}
body.list_tpjy .col_list.opa .col_column:last-child{opacity:0.3}
body.list_tpjy .col_news_con{width:calc(100% - 1.46rem);padding-top: 0.14rem;}
body.list_tpjy  .swiper{padding-bottom: 0.98rem;}
body.list_tpjy .col_news_con .swiper-button{
    width: .52rem;
    height: 0.52rem;
    bottom: 0;
    background: url(images/tpjy_right.svg)no-repeat;
    top: auto;
    background-size: cover;
}
body.list_tpjy .col_news_con .swiper-button-next{
    left: 5rem;
}
body.list_tpjy .col_news_con .swiper-button-next:before{content:'';width:2.74rem;height:0.01rem;top:50%;transform:translateY(-50%);background: #B6252B;position: absolute;right: -3.13rem;}
body.list_tpjy .col_news_con .swiper-button:after{display:none;}
body.list_tpjy .col_news_con .swiper-button-prev{
    background: url(images/tpjy_left.svg)no-repeat;
    background-size: cover;
    left: 3.68rem;
}
body.list_tpjy .col_list ul li{
    margin-bottom: 0.35rem;
}
body.list_tpjy .col_name{margin-bottom:0.17rem}
body.list_tpjy .swiper-pagination{font-size:0.2rem;color:#888888;width: auto;right: 36%;left: auto;}
body.list_tpjy .swiper-pagination span:nth-child(2){margin:0 0.07rem 0 0.11rem}
body.list_tpjy .swiper-pagination .dangqian{
    font-size: 0.32rem;
    color: #B6252B;
}
/**数据库导航*/
body.list_sjk .col_list{display: none;}
body.list_sjk  #l-container .inner{
    padding-top: 0.98rem;
}
body.list_sjk .selectbox{
    background: #FFFDF7;
    border-radius: 0 0 0.06rem 0.06rem;
    box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 4%);
    position: absolute;
    top: -0.77rem;
    left: 0;
    padding: 0.26rem .32rem;
    display: flex;
    z-index: 10;
    justify-content: space-between;
    right: 0;
}
body.list_sjk .col_path{
    margin-bottom: 1.2rem;
}
body.list_sjk .search-input{
    padding-right: 0.35rem;
    border-bottom: 0.01rem solid #ADADAD;
    line-height: 0.73rem;
    position: relative;
    z-index: 0;
}
body.list_sjk .search-title{
    border: 0;
    /* color: #B1B1B1; */
    font-size: var(--smailSize);
    height: 0.74rem;
    width: 100%;
    background: none;
}
body.list_sjk .search-title::-webkit-input-placeholder{color:#ccc}
body.list_sjk .search-title:-moz-placeholder{color:#ccc}
body.list_sjk .search-title::-moz-placeholder{color:#ccc}
body.list_sjk .search-title:-ms-input-placeholder{color:#ccc}
body.list_sjk .data_search{position:relative;width: 4.74rem;margin-right: 0.464rem;}
body.list_sjk .selectbox .search-btn{
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    }
body.list_sjk .selectbox .search-btn .searchsubmit{
     width: 0.27rem;
     height: 0.27rem;
     background: url(images/sjksous.svg)no-repeat;
     border: 0;
     font-size: 0;
     cursor: pointer;
     background-size: cover;
}
body.list_sjk .selectbox .filter{
    flex: 1;
    display: flex;
    column-gap: 0.2rem;
}
body.list_sjk .selectbox .filter_box{
    width: calc(33.3% - 0.02rem);
    border: 0.01rem solid #ADADAD;
    display: flex;
    align-items: center;
    position: relative;
    height: 0.74rem;
}
body.list_sjk .selectbox .filter_box .topcon{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
body.list_sjk .selectbox .filter_box .topcon .clickbtn{
    margin-right: 0.3rem;
    cursor: pointer;
}
body.list_sjk .selectbox .filter_box .topcon .clickbtn img{vertical-align:middle}
body.list_sjk .selectbox .filter_box .news_list{
    position: absolute;
    top: calc(100% + 0.01rem);
    background: #fff;
    width: 100%;
    left: 0;
    display: none;
}
body.list_sjk .selectbox .filter_box .news_list li{line-height: 2;font-size: var(--smailSize);padding: 0 0.27rem;cursor: pointer;}
body.list_sjk .selectbox .filter_box .news_list li:hover{background:#B6252B;color:#fff;}
body.list_sjk .selectbox .filter_box .title{
    margin-left: 0.27rem;
    font-size: var(--smailSize);
}
body.list_sjk .boxmwrap .tt{color:#B6252B;font-size:0.32rem;margin-bottom: 0.23rem;font-weight: bold;}
body.list_sjk #l-container{
    background: #FEF7F1;
    z-index: 0;
}
body.list_sjk .form_tt_con{display:flex;column-gap: 0.26rem;}
body.list_sjk .form_tt_con{}
body.list_sjk .form_tt{
    width: 50%;
    background: #B6252B;
    color: #fff;
    font-size: var(--bigSize);
    
}
body.list_sjk .tt_box{
    display: flex;
    justify-content: space-between;
    padding: 0 0.72rem 0 0.46rem;
    height: 0.9rem;
    align-items: center;
    }
body.list_sjk .boxm .news_list{
    display: flex;
    flex-wrap:wrap;
    column-gap: 0.26rem;
}
body.list_sjk .boxm .news_list .news{width: calc((100% - 0.26rem)/2);)}
body.list_sjk .boxm .news_list .news .news_box{height:0.74rem;display: flex;align-items: center;padding: 0 0.72rem 0 0.47rem;justify-content: space-between;font-size: var(--smailSize);background: #fdf2ed;line-height: 1.5;}
body.list_sjk .boxm .news_list .news:nth-child(4n-1) .news_box,body.list_sjk .boxm .news_list .news:nth-child(4n) .news_box{background:#f7e1dd}
body.list_sjk .boxm{margin-bottom:0.6rem}
body.list_sjk .boxm .news_list p{text-align:center;width: 100%;margin-top: 0.3rem;color: #B6252B;font-size: var(--smailSize);}
body.list_sjk .boxm .news_list p span{cursor: pointer;}
body.list_sjk .l-banner{
    height: 5.19rem;
}

.wp_entry p{font-family: "微软雅黑" !important;line-height: 2em !important;font-size: 18px !important;}
.wp_entry p span{font-family: "微软雅黑" !important;line-height: 2em !important;font-size: 18px !important;}
.wp-search.searchbars.clearfix form {
    width: 100%;
}.wp-search.searchbars.clearfix .search-btn {
    background: none;
    border: none;
    font-size: var(--bigSize);
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 0.8rem;
    width: 1.76rem;
    background: var(--mainColor);
    color: #fff;
    border-radius: 0.04rem;
    box-sizing: border-box;
    height: 0.8rem;
}.wp-search.searchbars.clearfix .search-btn input.search-submit {
    background: none;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
}.wp-search.searchbars.clearfix input.inputText {
    width: 100%;    padding: 0;
    text-indent: 0.8rem;
}


.post-13 .news:hover .news_text {
    color: #fff;
}.post.post1.post-14.mbox .news_text {
    padding-right: 0.2rem;
}.post-14 .news .news_title {
 
    font-family: "Microsoft YaHei";
}.post-15 .news .news_title {

    font-family: "Microsoft YaHei";    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}.post-15 .news .news_date {
    min-width: 90px;    
}

.post-21 .news .news_title {
 
    font-family: "Microsoft YaHei";
}

@media screen and (max-width: 999px){
.main1 .mbottom {
    flex-direction: column;
    padding: 0 4%;
}.post-15 .news .news_date {
    font-size: 14px;
}
}