@charset "utf-8";

/*Technical Support SudyTech*/
@font-face {
    font-family: 'SourceHanSerifCN';
    src: url(../fonts/SourceHanSerifCN-Regular.ttf);
}
@font-face {
    font-family: 'SourceHanSerifCN-bold';
    src: url(../fonts/SourceHanSerifCN-Bold.ttf);
}
@font-face {
    font-family: 'Merriweather';
    src: url(../fonts/Merriweather-Regular.ttf);
}
@font-face {
    font-family: 'Merriweather-Bold' ;
    src: url(../fonts/Merriweather-Bold.ttf);
}
/*
@font-face {
    font-family: 'syh-medium';
    src: url(../fonts/SourceHanSansCN-Medium.ttf);
}
*/
@font-face {
    font-family: 'syh';
    src: url(../fonts/SourceHanSansCN-Regular.ttf);
}

ul.wp_paging {display:none}
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;
}
a:focus,a:active{background:none}
img {
    vertical-align: top;
}
.wp_articlecontent td{line-height:2}
.wp_articlecontent table{width:100%}
.wp_articlecontent img{ vertical-align: middle;}
html {
    overflow-x: hidden;
    font-size: 100px;
    --size: calc(100vw / 19.20);
    font-size: var(--size);
}

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 !important;
}

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: "SourceHanSerifCN", "PingFang", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #232222;
    background: #fbfbfb;
}

body.main {
    overflow: hidden;
}

:root {
    --mainColor: #44857C;
    --hoverColor: #980337;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 15.2rem;
    --transition: all 0.4s ease-in-out;
}

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;
}

.line5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: var(--innerWidth);
    margin: 0 auto;
}

.fix-top {
    padding-top: 100vh;
    position: relative;
    transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -webkit-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -moz-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -ms-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -o-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    z-index: -1
}

.fix-top.fixed {
    padding-top: 0
}

/**兼容模式提示**/
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: .9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 30px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo {
    height: 62px;
    margin: 45px auto 30px;
    background: url(../images/logo.svg) no-repeat center/100% 100%;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 40px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    background-size: 100%;
}

#browser-modal .browser-content .browser-item .iconfont.iconchrome {
    background-image: url(../images/Chrome.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconfirefox {
    background-image: url(../images/Firefox.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconsafari {
    background-image: url(../images/Safari.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconEdge {
    background-image: url(../images/Edge.svg);
}

#browser-modal .browser-content .browser-item a {
    color: #921041;
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/**头部**/
.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
    background-size: cover;
    position: relative;
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 0;
    transition: 1s;
}

.header:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2.09rem;
    z-index: -1;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 100%);
    opacity: 0.65;
    top: 0;
    pointer-events: none;
}

.header.opennav:after,
.header.fix:after {
    opacity: 0;
}

.header.fix {
    background: var(--mainColor);
}

.header.fix .mod {
    height: 1.11rem;
}

.header.fix .sitelogo .logo img {
    width: 3rem;
}

.header .inner {
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.header .sitelogo {
    display: flex;
}

.header .sitelogo .logo img {
    width: 3.66rem;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .mod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.4rem;
}

.header .head-left {
    margin-left: 0.6rem;
}

.header .head-top {
    display: flex;
    /* gap: 0.08rem; */
    align-items: center;
    margin: 0 -0.04rem;
    margin-bottom: 0.1rem;
}

.header .head-top>div {
    margin: 0 0.04rem;
}

.header .head-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-right: 1.5rem;
}

/* 搜索*/
.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.38rem;
    height: 0.38rem;
    position: relative;
    color: #fff;
    z-index: 1;
}

.wp-search {
    position: relative;
    border-radius: 0.04rem;
    position: absolute;
    right: 0;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(60px);
    background: rgba(0, 0, 0, 0.2);
}

.wp-search form {
    display: flex;
}

.wp-search .search-input {
    width: 0;
    transition: var(--transition);
}

.wp-search .search-input input.search-title {
    width: 100%;
    line-height: 0.36rem;
    background: none;
    color: #FFFFFF;
    font-size: var(--smailSizex);
    border: 0;
    outline: 0;
    font-family: 'SourceHanSerifCN';
    font-weight: bold;
}

.wp-search .search-btn {
    width: 0.36rem;
    height: 0.36rem;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(../images/sous.svg) no-repeat center/0.13rem;
    cursor: pointer;
}

.wp-search:hover .search-input {
    width: 2rem;
    padding-left: 0.1rem;
}

.wp-search:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(60px);
    background: rgba(0, 0, 0, 0.2);
}

.header .searchbox {
    transition: all 0.4s ease-in-out;
}

/**角色**/
.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;flex-wrap:wrap
}
.header .site-lang ul li.links{border-left:1px solid #fff;}
.header .site-lang ul li.links:first-child{border-left:0}
.header .site-lang ul li.links:last-child{display:none} 
.site-lang ul li.links a {
    color: #fff;
    font-size: var(--titleSize);
    padding: 0 var(--bigSize);
    line-height: 1;
    display: inline-block;
    font-size: var(--smailSizex);
    font-family: 'SourceHanSerifCN';
    font-weight: bold;
}

.site-lang ul li.links a:hover {

    text-decoration: underline;
}

.site-lang2 {
    width: 1.5rem;height:0.36rem;
    position: relative;
    font-size: var(--smailSizex);
    font-family: 'SourceHanSerifCN';
    font-weight: bold; 
    z-index: 1;
}

.site-lang2 .con {
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(60px);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.site-lang2 .tt {
    line-height: 0.35rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.05rem;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.site-lang2 ul {
    display: none;
/*position: absolute;top:100%;left:0;width: 100%;backdrop-filter: blur(60px);
    background: rgba(0, 0, 0, 0.2);box-sizing:border-box;padding:0 0.1rem*/
}

.site-lang2 ul a {
    height: 0.4rem;
    display: flex;
    align-items: center;
    /* padding: 0 0.05rem; */
    color: #fff;
    gap: 0.078rem;
    transform-origin: left;
}

.site-lang2 ul a img {
    width: 0.15rem;
}

.site-lang2 ul a:hover {
    transform: scale(1.1);
}

.site-lang2.open .tt svg {
    transform: rotate(180deg);
}

.site-lang2 .tt svg {
    width: 0.14rem;
    height: auto;
    transition: var(--transition)
}

.site-en a {
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(60px);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    line-height: 0.36rem;
    width: 0.36rem;
    text-align: center;
    display: block;
    font-size: var(--smailSizex);
}

.site-en a:hover {
    background: rgba(0, 0, 0, 0.5);
}

/**导航**/
#nav {}

#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;
     
}

.nav .wp-menu .menu-item {
    position: relative;
    text-align: center;
    font-family: 'SourceHanSerifCN';
    font-weight: bold;
     
}
.nav .wp-menu .menu-item+.menu-item{margin-left: 0.4rem;}
.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 .i2 .sub-menu{display:none}
.nav .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 1.5rem;
    z-index: 100;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(60px);
    background: rgba(0, 0, 0, 0.4);
}

.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(--titleSize);
    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;
}

.mbanner .news_list .news:not(:first-child) {
    display: none;
}

.mbanner .news_list.slick-initialized .news:not(:first-child),
.mbanner .news_list.swiper-wrapper .news:not(:first-child) {
    display: block;
}

.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;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
}

.mbanner .slick-dots li {
    width: 0.3rem;
    height: 0.38rem;
    margin: 0;
    opacity: 0.6;
    margin-right: 0.09rem;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 0;
    background: url(../images/dot.svg) no-repeat center;
    background-size: 100% 100%;
    transition: var(--transition);
}

.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.slick-active {
    opacity: 1;
    transform: scale(1.7);
}

.mbanner.fixBanner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
}

.fixedok .mbanner {
    opacity: 0;
}

/**内容**/
.news_imgs a,
.news_imgs span {
    display: block;
    overflow: hidden;
}

.post .news:hover .news_imgs   img,
.post .news:hover .news_imgs span img {
    transform: scale(1.1);
}

.news_imgs  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);
}

.post .tt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.3rem;
}

.post .more_text {
    color: var(--mainColor);
    display: flex;
    gap: 0.07rem;
    font-size: var(--smailSizex);
    align-items: center;
}

.post .more_text svg {
    height: 0.1rem;
    width: auto;
}

.post .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.55;
    font-family: 'SourceHanSerifCN-bold';
    
}
.post .news .news_title a{color: inherit;}
.post .news .news_time { font-family: 'Merriweather'; font-weight: bold;}
.post .news .news_time {
    font-family: 'Merriweather';font-size: var(--smailSize);font-weight: bold;
}

.post .news .news_text {
    color: #5D5D5D;
    line-height: 1.625;
    font-size: var(--smailSize);
}

.post .news .news_text a {
    color: inherit
}

.post .news_meta {
    font-family: 'Merriweather-Bold';
    color: #980337;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.3;
    gap: 0.04rem;
}

.post .news_meta .news_days {
    font-size: 0.18rem;
}

.post .news_meta .news_year {
    font-size: 0.14rem;
}

.main1 {
    background: #FBFBFB url(../images/main1bg.jpg)no-repeat top center/100%;
    position: relative;
    z-index: 1;
}

.main1 .inner {
    padding: 0.66rem 0 0.78rem;
}

.post-11 {
    margin-bottom: 0.91rem;
}

.post-11 .con {
    display: flex;
}

.post-11 .con_l {
    width: 7.52rem;
    flex: none;padding-left:0.9rem;box-sizing:border-box;
    position: relative;
    margin-right: 0.44rem;
}

.post-11 .list1 .news_imgs a {
    padding-top: 56.34%;
}

.post-11 .con_l .control {
    position: absolute;
    left:0.3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.post-11 .con_l .precent {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: 'SourceHanSerifCN';
    font-weight: bold;
    gap: 0.15rem;
    margin-bottom: 0.21rem;
}

.post-11 .con_l .precent .total {
    font-size: 0.25rem;
    color: #980337;
}

.post-11 .con_l .precent i {
    width: 0.23rem;
    height: 1px;
    background: #C4C4C4;
    transform: rotate(-29deg);
}

.post-11 .con_l .precent .num {
    font-size: 0.15rem;
    color: #939393;
}

.post-11 .con_l .xian {
    flex: 1;
    width: 0.04rem;
    position: relative;
    overflow: hidden;
}

.post-11 .con_l .xian:after {
    content: "";
    width: 0.04rem;
    background: #AC965E;
    position: absolute;
    height: 0.59rem;
    left: 0;
    top: -0.4rem;
}

.post-11 .con_l .xian.tag:after {
    animation: tag 1s ease-in-out;
}

@keyframes tag {
    0% {
        top: -0.4rem
    }

    60% {
        top: 3rem;
    }

    80% {
        opacity: 0
    }

    90% {
        top: -0.6rem;
        opacity: 0
    }

    100% {
        top: -0.4rem;
        opacity: 1
    }
}

.post-11 .con_l .xian:before {
    content: "";
    width: 1px;
    background: #C4C4C4;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transition: var(--transition);
}

.post-11 .list1 .news_imgs {
    margin-bottom: 0.21rem;
}

.post-11 .list1 .news_wz {
    position: relative;
}

.post-11 .list1 .news_con {
    transition: var(--transition);
    transform: scale(0.5);
    opacity: 0;
}

.post-11 .list1 .slick-current .news_con {
    transform: scale(1);
    opacity: 1;
}

.post-11 .list1 .news .news_meta {
    position: absolute;
    right: calc(100% + 0.35rem);
    padding-right: 0.07rem;
    border-right: 0.04rem solid #AC965E;
    height: 0.59rem;
}

.post-11 .list1 .news_title {
    margin-bottom: 0.2rem;
}

.post-11 .slick-prev,
.post-11 .slick-next {
    width: 0.45rem;
    height: 0.45rem;
    top: 1.65rem;
    margin: 0;
    background-size: auto 50%;
}

.post-11 .list1 .slick-list {
    overflow: inherit;
}

.post-11 .list2 {
    flex: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.post-11 .list2 .news {
    display: flex;
    height: 1.91rem;
}

.post-11 .list2 .news .news_meta {
    padding-right: 0.23rem;flex:0.7rem 0 0;box-sizing:border-box;
}

.post-11 .list2 .news .news_wz {
    flex: 1;
    border-left: 0.5px solid #C4C4C4;
    padding-left: 0.3rem;
    background: linear-gradient(90deg, transparent 0%, transparent 50%, #C4C4C4 50%, #C4C4C4 100%);
    background-size: 0.1rem 1px;
    background-repeat: repeat-x;
    background-position: bottom
}

.post-11 .list2 .news>div {
    padding-top: 0.3rem;
}

.post-11 .list2 .news:first-child {
    margin-top: -0.3rem;
}
.post-11 .list2 .news:last-child .news_wz{background:none}
.post-11 .list2 .news .news_title {
    margin-bottom: 0.16rem;
}
.post-11 .news:hover .news_title{color:var(--hoverColor)}
.post-12 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.post-12 li.news{width: 24%;background: #fff;border: 1px solid #DBDBDB;transition: border-color 0.4s ease-in-out;height: 3rem;box-sizing: border-box;padding: 0.3rem 0.5rem 0.4rem 0.4rem;display: flex;flex-direction: column;justify-content: space-between;}
.post-12 li.news .news_text{margin: 0.2rem 0 auto;}
.post-12 li.news .wrap{display: flex;justify-content: space-between;align-items: center;}
.post-12 li.news .readmore{opacity: 0; width: 0.38rem;}
.post-12 li.news .readmore img{width: 100%;}
.post-12 li.news .news_time{color: #980337;}
.post-12 li.news:hover{border-color: #980337;}
.post-12 li.news:hover .news_title{color: #980337;}
.post-12 li.news:hover .readmore{opacity: 1;}


.tago1 {
    position: absolute;
    bottom: -0.72rem;
    width: 8.22rem;
    right: 6.5%;
}

.tago1 img {
    width: 100%;
}
.bodycon1{/*background:   url(../images/bodycon1_bg.png1) no-repeat top center/100%;*/}
.main2 {
    position: relative;
  
}

.main2>.bg {
    position: absolute;
    width: 100%;
    height: 127%;
    left: 0;
    top: 0;
     background: url(../images/main2bg.png) no-repeat top center/ 100%;  
    z-index: 1;
}

.main2:after {
    content: "";
    background: #fbfbfb;
    position: absolute;
    width: 100%;
    height: 11rem;
    top: 0;
    left: 0;
    z-index: 0;display: none1;
}

.main2 .inner {
    padding-top: 1.8rem;
    position: relative;
    z-index: 2;
}

.post-21 {
    display: flex;gap: 0.1rem;
    align-items: flex-start;
}

.post-21 .tt {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: none;
    margin-right: 0.117rem;
    margin-bottom: 0;
}

.post-21 .con {
    flex: 1;
}
.post-21 ul{display: flex;justify-content: space-between;flex-wrap: wrap;height: 4.06rem;}
.post-21 li.news{box-sizing: border-box;width: 25%;position: relative;padding: 0.1rem 0.66rem 0.2rem 0.26rem;}
.post-21 li.news .news_title:hover{color:#980337}
.post-21 li.news:nth-child(2n+1){margin-top: 0.65rem;}
.post-21 li.news .news_date{color:#1A4B44;font-size: var(--smailSizex);line-height: 1.28;margin-bottom: var(--smailSize);font-family:"Merriweather";font-weight:bold}
.post-21 li.news .news_day{font-size: 0.28rem;}
.post-21 li.news .bg{position: absolute;left: 0;top: 0.48rem;bottom:0;width: 8px;height: 100%;display: flex;flex-direction: column;align-items: center;}
.post-21 li.news .bg .circle{border-radius: 50%;background-color: #44857C;height: 8px;width: 8px;}
.post-21 li.news .bg .line{flex:1 0 0;background: linear-gradient(#44857C,transparent);width: 1px;}

.tago2 {
    position: absolute;
    bottom: 0.26rem;
    width: 6.22rem;
    left: 0.08rem;
    z-index: 0;
}

.main3 {
    position: relative;
    margin-top: -0.67rem;  
    min-height: 7rem;
    overflow: hidden1;
}

.main3 .inner {
    padding: 0 0 1.24rem;z-index:1;position:relative
}

.main3>.bg {
    position: absolute;
    width: 100%;
    height: 9.53rem;
    left: 0;
    bottom: 0;
    background: url(../images/main3bg.png) no-repeat bottom center/ 100%;  
    z-index: 1;display: none1;
}

.main3 .mod {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.post-30 {
    width: 10.57rem;
}
.post-30 .con{display: flex;justify-content: space-between;}
.post-30 .l{width:29.6%;padding-top: 0.96rem;}
.post-30 .r{width: 69%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.post-31 .news_imgs{padding-top: 166.6%;}
.post-30 li.news{position: relative;z-index: 1;}
.post-30 li.news:before{content:"";z-index: 1;width: 100%;height: 1rem;bottom: 0;left: 0;position: absolute;background: linear-gradient(transparent,rgba(0,0,0,0.8));}
.post-30 li.news .wz{position:  absolute;gap:0.17rem;bottom: 0.1rem;;left:0;width: 100%;box-sizing: border-box;z-index: 2;display: flex;align-items: center;}
.post-30 li.news .play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width:0.9rem}
.post-30 li.news .source{flex: 0.43rem 0 0;height: 0.43rem;}
.post-30 li.news .source img{width: 100%;height: 100%;}
.post-30 li.news .news_title{flex:1 0 0;color: #fff;font-size: var(--smailSize);}
.post-32{flex:100% 0 0;margin-bottom: 0.1rem;}
.post-32 .news_imgs{padding-top: 56.2%;}
.post-33{flex:59% 0 0;}
.post-33 .news_imgs{padding-top: 56.2%;}
.post-34{flex:39.6% 0 0;}
.post-34 .news_imgs{padding-top: 66.3%;}

.post-35 {
    width: 3.4rem;margin-top:1.25rem;position:relative;z-index:1
}
.post-35 .tt{margin-bottom: 0;}
.post-35 .more_text{color: #fff;}
.post-35 li.news{padding: 0.28rem 0 0.22rem;border-bottom: 1px dashed rgba(255,255,255,0.2);}
.post-35 li.news:last-child{border:0}
.post-35 li.news .wrap{display: flex;align-items: center;gap:0.17rem;margin-bottom: 0.12rem;}
.post-35 li.news .wrap img{height: 0.2rem;}
.post-35 li.news .news_time{color: #fff;}
.post-35 li.news .news_title{color: #fff;}
.post-36{width: 0.44rem;padding-top: 0.2rem;margin-top:1.25rem}
.post-36 .shares .news_list{display: block;}
.post-36 .shares .news_list li+li{margin-top: 0.17rem;}
.post-36 .shares .news_list li:nth-child(1) .news_icon{background-image: url(../images/weixin_icon3.svg);}
.post-36 .shares .news_list li:nth-child(2) .news_icon{background-image: url(../images/douyin_icon3.svg);}
.post-36 .shares .news_list li:nth-child(3) .news_icon{background-image: url(../images/weibo_icon3.svg);}
.post-36 .shares .news_list li:nth-child(4) .news_icon{background-image: url(../images/bilibili_icon3.svg);}
.post-36 .shares .news_list li:nth-child(5) .news_icon{background-image: url(../images/xhs_icon3.svg);}
.post-36 .shares .news_list .imgs{left:-0.8rem;transform: translate(-0.3rem,-50%) ;margin: 0;bottom: auto;top: 50%;}
.post-36 .shares .news_list .news:hover .imgs{transform: translate(0,-50%);}
.post-36 .shares .news_list li{border: 1px dashed #005F99;padding: 0.03rem;border-radius: 50%;}
.post-36 .shares .news_list li .news_icon{background-size: 100%;}
.post-36 .shares .news_list .news:hover{border-color: #C51122;z-index:2}

 
.post-41 .news_imgs span {
    height: 100vh;
    background-attachment: fixed ! important;
}

.main4 {
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* margin-top: -0.56rem; */
    position: relative;
}

.main4 .inner {
    width: 100%;
    height: 100vh;
}

/* .post-41 .con {
    position: fixed;
    top: 0;
    height:100%;
    width:100%;
    z-index: -1;
} */
.post-41 .tt {
    position: absolute;
    top: 3.76rem;
    left: 50%;
    margin-left: calc(var(--innerWidth) / -2);
    width: auto;
}

.post-41 .con {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.post-41 .news_imgs {
    height: 100vh;
}

.post-41 .slick-prev {
    display: none ! important;
}

.post-41 .slick-dots {
    position: static;
    margin: 0 0.37rem;
}

.post-41 .slick-next {
    position: static;
    margin: 0;
    flex: none;
    border: 1px solid #fff;
}

.post-41 .control {
    display: flex;
    align-items: center;
}

.post-41 .slick-dots li {
    width: 1rem;
    height: 0.02rem;
    border-radius: 0;
    background: #fff;
    opacity: 0.4;
}

.post-41 .slick-dots li.slick-active {
    opacity: 1;
}

.main5 {
    position: relative;
    z-index: 1;
    margin-top: -2.8rem;
}

.main5 .inner {
    padding-bottom: 1.08rem;
    padding-top: 2.1rem;
}

.main5>.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/main5bg.png) no-repeat top center/ cover;
    z-index: -1;
}

.post-51 {
    position: relative;
    margin-bottom: 2.1rem;
}
.post-51 .con.wap{position:absolute;opacity:0;z-index:-1;width:100%}
.post-51 .tt {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.post-51 .news_list {
    display: flex;
    gap: 0.1rem;
    --gap: 0.3rem;
    padding-bottom: 0.98rem;
}

.post-51 .news_list .news {
    width: 2.04rem;height: 2.68rem;background: linear-gradient(#fff,#fff 60%,transparent);
    position: relative;box-sizing: border-box;padding: 0.5rem 0.1rem;text-align: center;
}
.post-51 .news_list .news .short_title{font-size: 0.4rem;font-weight: bold;font-family: 'Merriweather';color: #980337;line-height: 1.25;margin-bottom: 0.2rem;}
.post-51 .news_list .news .news_title{font-size: var(--titleSize);color: #252525;line-height: 1.77;}



.post-51 .news_list .news:hover img {
    transform: translateY(-10px);
}

.post-51 .news_list .news img {
    width: 100%;
    position: relative;
    transition: var(--transition);
}

.post-51 .news_list:not(.slick-current){
   /* animation: 1s linear 0s 1 normal none running imgroate2;*/
    animation-fill-mode: backwards;
    transform: translateY(100%);
    transition: all 1s !important;
    }
 
.post-51 .news_list.slick-current{
    /*animation: 1s linear 0s 1 normal none running imgroate;*/
    /* animation-fill-mode: backwards; */
    }
 /*

@keyframes imgroate { 
     
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes imgroate2 {
     
50% {
        transform: translateY(-50%);
        opacity:0;
    }
    100% {
        transform: translateY(100%);
        opacity:0;
    }
    ;
}
*/

.post-51 .news_list:after {
    content: "";
    flex: 1;
    order: 4;
}

.post-51 .news_list .news:nth-child(1),
.post-51 .news_list .news:nth-child(6) {
    top: calc(var(--gap) * 2);
}

.post-51 .news_list .news:nth-child(2),
.post-51 .news_list .news:nth-child(5) {
    top: var(--gap);
}

.post-51 .news_list .news:nth-child(n+4) {
    order: 5;
}

.post-51 .slick-prev,
.post-51 .slick-next {
    width: 0.82rem;
    height: 0.82rem;
    background-color: #AC965E;
    margin: 0;
    bottom: 0;
    --left: 2.7rem;
    top: auto;
}

.post-51 .slick-prev {
    left: calc(50% - var(--left));
}

.post-51 .slick-next {
    right: calc(50% - var(--left));
}

.main5 .tago3 {
    position: absolute;
    right: 50%;
    width: 8.22rem;
    bottom: -1.68rem;
    margin-right: -4.11rem;
}

.post-52 {
    display: flex;
    align-items: flex-start;
}

.post-52 .tt {
    margin: 0;
    flex: none;
    margin-right: 0.55rem;
}

.post-52 .news_list {
    display: flex;align-items: flex-start;
    flex: 1;justify-content: space-between;
    width: 0;
    gap: 0.4rem;
}

.post-52 .news_list li {
     display: flex;gap:0.2rem;
    position: relative;width: 22.5%;
}
.post-52 .news_list li >div{flex:1 0 0;}
.post-52 .news_list li .news_imgs{padding-top: 198%;}
.post-52 .news_list li .readmore{display: flex;flex-direction: column;align-items: center;gap:0.1rem;position: relative;top:0.2rem}
.post-52 .news_list li .readmore .line{flex:1 0 0;background: #980337;width: 1px;position: relative;}
.post-52 .news_list li .readmore .line:after{content:"";position: absolute;width: 0.04rem;height: 0.04rem;background: #980337;border-radius: 50%;bottom:0;left:50%;transform: translateX(-50%);}
.post-52 .news_list li .readmore span{writing-mode: vertical-lr;color: #980337;font-weight: bold;font-size: var(--titleSize);position: relative;letter-spacing: 2px;}
.post-52 .news_list li .readmore span:after{content:"";position: absolute;bottom:-0.15rem;width: 0.04rem;height: 0.04rem;background: #980337;border-radius: 50%; left:50%;transform: translateX(-50%);}
.post-52 .news_list li img {
    width: 100%;
    transition: var(--transition);
}
.post-52 .news_list li:hover .readmore{top:0}

.post-52 .news_list li:nth-child(odd) {
    margin-top: 0.5rem;
}

.post-52 .news_list li:hover img {
    transform: translateY(-10px);
}




.main6{background: #E0F1EF;position:relative;z-index:1}
.main6 .inner{padding: 1rem 0;}
.main6 .mod{display: flex; }
.main6 .tt{border-bottom:1px solid rgba(68,133,124,0.23);padding-bottom: 0.25rem;}
.main6 .tt .title{font-size: 0.24rem;color: #1A4B44;font-weight: bold;}
.main6 .news_title{color: #44857C;}
.post-61{width: 28.3%;}
.post-61 li.news{padding-left: 0.36rem;color: #44857C;font-size: var(--smailSize);line-height: 2;}
.post-61 li.news+li{margin-top: 0.2rem;}
.post-61 li.news:nth-child(1){background: url(../images/location.svg) no-repeat left center / var(--titleSize);}
.post-61 li.news:nth-child(2){background: url(../images/email.svg) no-repeat left center / var(--titleSize);}
.post-61 li.news:nth-child(3){background: url(../images/tel.svg) no-repeat left center / var(--titleSize);}
.post-main6{width: 24.3%;}
.post-62{margin-left: 9%;margin-right: 11.7%;}
.post-main6 ul{display: grid;grid-template-columns: repeat(3,auto);justify-content: space-between;gap:0.24rem 0}
.post-main6 ul .news .news_title{font-size:var(--smailSize);font-weight:normal;}
.post-main6 ul .news .news_title:hover{color:#980337}


/**列表页**/
.l-banner {
    height: 3.6rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #c5c4c4;
    position: relative;
    background-size: cover;
}


.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

#l-container {
    position: relative; min-height: 7rem;
}

body.singleArt #l-container:after {
    content: "";
    height: 9rem;
    width: 16.6rem;
    position: absolute;
    background: url(../images/colbg2.png) no-repeat bottom /cover;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#l-container:before {
    content: "";
    width: 100%;
    height: 8.3rem;
    position: absolute;
    background: url(../images/colbg.png) no-repeat top /100% auto;
    top: -1.24rem;
    z-index: 0;
}
body.mrlist #l-container .inner{width: 14rem;}
#l-container .inner {
    position: relative; 
    padding-bottom: 1rem;z-index:2
}

#d-container .inner {
    background: #fff;
}

/**栏目列表**/
.col_menu_head {
    width: 100%;
    margin-bottom: 0.85rem;
    position: relative;
    z-index: 1;
}

.col_name span {
    font-size: 0.4rem;
    font-weight: normal;
    font-family: 'SourceHanSerifCN-bold';
 
}

.col_name {
    margin-bottom: 0.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;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}


.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem 0.5rem;
}

.col_list ul .sub_list {
    display: none;
}

.col_list ul li {
    /* float: left; */
}

.col_list .col_column .col_item_link.selected:after {
    content: "";
    position: absolute;
    width: 112%;
    height: 0.07rem;
    background: #E5CA87;
    border-radius: 0.08rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90.00deg, #E5CA87, rgba(0, 0, 0, 0) 100%);
}

.col_list .col_column .col_item_link.selected {
    color: #980337
}

.col_list .col_column .col_item_link {
    font-size: var(--bigSize);
    display: inline-block;
    display: block;
    text-align: center;
    line-height: 1.4;
    font-family: 'SourceHanSerifCN-bold'; 
    position: relative;
}

.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;
}

/**默认新闻列表页**/
.col_news_list {font-family: 'syh';position:relative;z-index:1}
.col_news_list #history svg path {
        stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
}
.mrlist .col_news_list .news_list .news {
    display: flex;box-sizing:border-box;background: #fff;position: relative;margin-left: 0.12rem;transition:0.4s;z-index:1;
    margin-bottom: .2rem;padding: var(--bigSize);border: 1px solid #DBDBDB;line-height: 1.2;flex-direction: row-reverse;
}
.mrlist .col_news_list .news_list .news:before{content:"";background:url(../images/list_news_icon.svg) no-repeat center/1.64rem;width:1.64rem;height:2.1rem;position:absolute;bottom:0;opacity:0;right:1.02rem;z-index:-1;transition:inherit}
.mrlist .col_news_list .news_list .news:hover{background:#E0F1EF;border-color:#44857C}
.mrlist .col_news_list .news_list .news:hover:before{opacity:1}
.mrlist .col_news_list .news_list .news .news_imgs {
    width: 3.29rem;
    flex: none; 
    background: 0 0;
    display: flex;
    align-items: center;
}

.mrlist .col_news_list .news_list .news .news_imgs a {
    padding-top: 66.8%;
    width: 100%;
}

.mrlist .col_news_list .news_list .news .news_wz {
    flex: 1;display: flex;flex-direction: column;justify-content: space-between;
    padding: .05rem 0 0.12rem 0.8rem;margin-right: 0.74rem;min-height: 2.2rem;box-sizing: border-box;
}
.mrlist .col_news_list .news_list .news.noimg .news_wz{margin-right: 1.68rem;}
.mrlist .col_news_list .news_list .news .news_meta { 
    background: #980337;position: absolute;top:0.32rem;left:-0.12rem;
    font-size: 0.1rem;display: flex;align-items: center;justify-content: center;
    width: 0.7rem;height: 0.7rem;color: #fff;font-family: 'Merriweather';flex-direction: column;
}
  
.mrlist .col_news_list .news_list .news .news_day {
    font-size: .25rem;border-bottom:1px solid #fff;
    line-height: 1.28;padding:0 0.07rem;margin-bottom: 0.05rem;
}
.mrlist .col_news_list .news_list .news .readmore{display: flex;align-items: center;gap:0.07rem;color: #980337;font-size: var(--smailSizex);font-weight: bold;}
.mrlist .col_news_list .news_list .news .news_title {
    font-size: 0.24rem;
    line-height: 1.75;
    font-weight: 700; 
}

.mrlist .col_news_list .news_list .news .news_text {
    font-size: var(--titleSize);margin: 0.28rem 0 auto;
    line-height: 1.77;color: #73817F;transition:inherit
}

.mrlist .col_news_list .news_list .news .news_text a {
    color: #666;
}

.mrlist .col_news_list .news_list .news.noimg .news_imgs {
    display: none;
}

/**文章页**/
.wp_entry img{max-width:100%}
.pagelist .col_news_list{display: flex;justify-content: space-between;align-items: flex-start;}
.pagelist .article{flex:74.5% 0 0;background: #fff;box-sizing: border-box;padding: 0.35rem 0.66rem 0.15rem;}
.pagelist .rec{flex:23.5% 0 0;background: #fff;box-sizing: border-box;padding: 0.4rem 0.34rem;}
.pagelist .return{display: flex;color: #803027;gap: 2px;align-items: center;font-size: var(--smailSizex); font-weight: bold;margin-bottom: 0.32rem;}
.pagelist .rec ._tt{font-size: 0.22rem;font-family:'SourceHanSerifCN-bold';color: #891D25;padding-bottom: 0.32rem;border-bottom:0.5px solid #980337;margin-left: 0.24rem;margin-bottom: 0.34rem;}
.pagelist .rec li.news{position: relative;z-index: 1;padding-left: 0.24rem;padding-bottom: 0.25rem;}
.pagelist .rec .line{position: absolute;top:0.05rem;left:0;height:100%;width: 0;border-left:0.5px dashed #44857C;}
.pagelist .rec .line:before{content:"";position: absolute;background: #44857C;width: 0.12rem;height: 0.12rem;top:0;left:0;transform:translate(-50%,0%) rotate(45deg);z-index: 1;}
.pagelist .rec .news_time{color: #980337;font-size: var(--smailSize);font-family: 'poppins-semibold';margin-bottom: 6px;line-height: 1.625;}
.pagelist .rec .news_title{font-size: var(--smailSize);line-height: 1.625;color: #2B2B2B;}
.pagelist .rec li.news:last-child .line{border-color: transparent;}


.info .col_metas.clearfix {
    height: .63rem;
}

.infobox {
    padding: .56rem 0;
    margin: 0 auto;
    width: auto;
}

.article h1.arti_title {
    line-height: 1.3;color: #232323;
    font-size: .34rem; font-family:'SourceHanSerifCN-bold';
    margin-bottom: .27rem;
} 

.article .arti_metas {
    text-align: center;
    line-height: 1;
    margin: 0;display: flex;gap:0.4rem
}

.article .arti_metas>span { 
    font-size: var(--smailSize);
    color: #848484;
}
.article .art_share{display: flex;align-items: center;font-size: var(--smailSize);color: #848484;margin: 0 0.3rem 0 auto;}
.article .art_share span{cursor: pointer;position: relative;}
.article .fontsize{display: flex;align-items: center;gap:0.12rem;}
.article .fontsize>div{padding: 4px;border-radius: 4px;background: #F4F4F4;display: flex;}
.article .fontsize .item{position: relative;z-index: 1;font-size: var(--smailSize);line-height: 1.875;cursor: pointer;;color: #44857C;flex:0.37rem 0 0;text-align: center;border-radius: 4px;}
.article .fontsize .item.mid:before,.article .fontsize .item.mid:after{content:"";position: absolute;top:50%;transform: translateY(-50%);width: 1px;height: var(--smailSize);background: #C7C7C7;}
.article .fontsize .item.mid:before{left:-1px}
.article .fontsize .item.mid:after{right:-1px}
.article .fontsize .item.selected{background: #44857C;color: #fff;z-index: 2;}


.article .arti_info {
    position: relative;
    display: flex;padding-top: 0.27rem;
    align-items: center;border-top:1px solid #980337
}

.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(--titleSize);
    color: #333;
}
.article .entry.small p,.article .entry.small span{font-size: var(--titleSize) !important;}
.article .entry.mid p,.article .entry.mid span{font-size: var(--bigSize) !important;}
.article .entry.big p,.article .entry.big span{font-size: 0.22rem !important;}

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
}

.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: var(--mainColor);
    background-size: cover;
    position: relative;
}

.footer .inner { 
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
 

 

#footer .inner .mod .foot-top{
    display: flex; justify-content: space-between;padding: 0.75rem 0 0.67rem;
}

#footer .inner .foot-left>img{
    width: 2.84rem;max-width: 100%;display: block;margin: 0 auto 0.63rem;
}

#footer .inner .foot-right {
   width: 62.6%;padding-top: 0.25rem;
}

#footer .inner p {
    font-size: var(--smailSizex);
    line-height: 1.7;
    font-weight: 400;
    color: #fff; 
}

#footer .inner p a {
    color: #fff;
}

#footer .inner p span {
    margin: 0 3px;
}
 
 
#footer .foot-nav ul{display: flex;justify-content: space-between;}
#footer .foot-nav a{font-size: var(--bigSize);font-weight: bold;color: #fff;line-height: 1.4;}
#footer .botlinks{display: flex;gap:0.19rem;margin-top: 0.6rem;}
#footer .botlinks .flinks{flex:1;background: rgba(255,255,255,0.1);position: relative;z-index: 1;}
#footer .botlinks .flinks .item{color:#fff;padding: 0.12rem 0.2rem;font-size: var(--smailSizex);line-height: 1.4;display: flex;justify-content: space-between;align-items: center;}
#footer .botlinks .flinks .item .arrow{background: url(../images/arrow2.svg) no-repeat center/cover;width: 0.12rem;height: 0.07rem;transition: 0.4s;}
#footer .botlinks .flinks .news_list{display: none;position: absolute;bottom:100%;left:0;width: 100%;max-height: 2rem;overflow-y: auto;background:#24a694;color: #005F99;color: #fff;}
#footer .botlinks .flinks .news_list li{padding: 0.1rem;}
#footer .botlinks .flinks .news_list a{color:rgba(255,255,255,0.7);font-size: var(--smailSizex);line-height:1.2}
#footer .botlinks .flinks .news_list a:hover{color:#fff}
#footer .botlinks .flinks .news_list::-webkit-scrollbar{ background:rgba(255,255,255,0.1);width:5px}
#footer .botlinks .flinks .news_list::-webkit-scrollbar-thumb:vertical{background:rgb(24 95 84 / 90%); border-radius:5px;} 
#footer .botlinks .flinks.hover .item .arrow{transform: rotate(180deg);}


#footer .foot-bot{padding: 0.18rem 0;font-size: var(--smailSizex);color: #fff;line-height: 1.45;border-top: 1px solid rgba(255,255,255,0.2);}
#footer .foot-bot .con{display: flex;justify-content: space-between;}
#footer .foot-bot .totop{width: 0.83rem;cursor: pointer;}


/**分享**/
.shares .news_list {
    display: flex;
    text-align: center;
    gap: .46rem;
}

.shares .news_list .imgs {
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    bottom: 127%;box-shadow: 0 3px 6px rgba(0, 26, 44, 0.4);
    left: 50%;
    margin-left: -.32rem;
    transform: translateY(-.4rem);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.shares .news_list .imgs img {
    width: 100%;
    height: 100%;
}

.shares .news_list .news_icon {
    display: block; 
    width: .36rem;
    height: .36rem;background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 50%;
}

.shares .news_list .news {
    position: relative;
}

.shares .news_list li:nth-child(1) .news_icon {
    background-image: url(../images/weixin.svg);
}

.shares .news_list li:nth-child(2) .news_icon {
    background-image: url(../images/weibo.svg);
}
.shares .news_list li:nth-child(3) .news_icon {
    background-image: url(../images/douyin.svg);
}
.shares .news_list li:nth-child(4) .news_icon {
    background-image: url(../images/bilibili.svg);
}
.shares .news_list li:nth-child(5) .news_icon{ background-image: url(../images/xhs.svg);}
.shares .news_list .news_icon:hover {
    opacity: 1;
}

.shares .news_list .news>a:hover~.imgs {
    opacity: 1;
    transform: none;
}

.shares .news_list .news_title {
    color: #fff;
    font-size: var(--smailSizex);
    line-height: 1.4;
    margin-top: .13rem;
}

.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 / 50%);
}

.foot-bottom p {
    font-size: var(--smailSizex);
    line-height: 2.4;
    color: #fff;
    position: relative;
}

.footer .Scroll-to-top {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 2rem;
    height: 0.5rem;
    right: 7%;
    cursor: pointer;
}

body.list.mrlist.singleArt .col_news_list.listcon a {
    background: none !important;
}




.jgsz{padding:0 0.2rem;}
.jgsz h3{
	font-size: 0.16rem;
	font-weight: bold;
	color: #ac8d43;
	line-height: 0.5rem;
	background-image: url(../images/sf.png);
	background-position: left center;
	padding-left: 0.2rem;
	background-repeat: no-repeat;
}
.jgsz h3 a{
	color: #ac8d43;

}


.jgsz td a{background-image: url(../images/list2_17.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 0.2rem;
        font-size:0.16rem;
}
.talbe_tb th{height: 0.4rem;line-height: 0.4rem;color: #FFFFFF;	background-color: #baad8d;}
.talbe_tb td{height:0.39rem;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #e5e5e5;color: #666666;}



