@charset "utf-8";
 /*Technical Support SudyTech*/
 @font-face {
  font-family: 'SourceHanSerifCN-Regular';
  src: url(../fonts/SourceHanSerifCN-Regular.ttf);
 }
  @font-face {
  font-family: 'SourceHanSerifCN-Bold';
  src: url(../fonts/SourceHanSerifCN-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;
    --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;
}

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: #fff;
    font-family: 'SourceHanSerifCN-Regular';
}
body.main {
    background: #FFFEF7;
}
:root {
    --mainColor: #a1343b;
    --hoverColor: #a1343b;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 15.4rem;
    --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);
}
*::-webkit-scrollbar {
  width: 0.04rem;
   background-color: #D1D1D1;
    height:0.05rem
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: #A4343B;
}


.line1 ,.line1 a{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2  ,.line2 a{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 ,.line3 a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 ,.line4 a {
    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;
}

.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.png)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;
    position: relative;
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 0;
    transition: 1s;
    background: linear-gradient(180deg, 
    #a1343b 0%, 
    rgba(161, 52, 59, 0.81) 61%, 
    rgba(161, 52, 59, 0.75) 66%, 
    rgba(161, 52, 59, 0.6) 75%, 
    rgba(161, 52, 59, 0.36) 86%, 
    rgba(161, 52, 59, 0.03) 99%, 
    rgba(161, 52, 59, 0) 100%);
}

.header.fix {
    background: var(--mainColor);
}

.header .inner {
    width: 95%;
}

.header .sitelogo img{
    width: 3.64rem;
}


.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;
    display: block;
}
.header .sitelogo a:hover{transform:scale(1.1)}
.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;
    height: 1.56rem;
    align-items: center;
}

.header .head-top {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.header .head-right {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 0.25rem;
}
.header .site-en a{
    font-size: 0.22rem;
    color: #fff;
}
.header .sitelogo {
    margin: 0 0.8rem;
    /* flex: 1; */
}

.header .head-left {
    flex: 1;z-index: 99;
}


.header .site-lang:before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    background: #a1343b;
    border-radius: 50%;
    position: absolute;
    left: -0.04rem;
    top: 0;
}
.header .site-lang {
    position: absolute;
    display: block;
    top: 0.9rem;
    left: 2%;
    border-left: 1px solid #a1343b;
    padding-top: 0.68rem;
    margin-top: -0.22rem;
}
/* 搜索*/
.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.43rem;
    height: 0.43rem;
    position: relative;
}

.wp-search {
    position: relative;
    border: 1px solid #fff;
    border-radius: 0.04rem;
    position: absolute;
    right: 0;
    transition: var(--transition);
}

.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.4rem;
    background: none;
    color: #FFFFFF;
    font-size: var(--titleSize);
    border: 0;
    outline: 0;
    font-family: 'SourceHanSansCN-Regular';
}

.wp-search .search-btn {
    width: 0.4rem;
    height: 0.4rem;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(../images/sous.svg) no-repeat center/0.22rem;
    cursor: pointer;
}

.wp-search:hover .search-input {
    width: 2rem;
}

.wp-search:hover {
    background: #ffffff54;
    backdrop-filter: blur(7px);
    padding-left: 10px;
}
.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 {
}

.site-lang ul li.links a {
    color: #fff;
    font-size: var(--titleSize);
    padding: 0 0.21rem;
    line-height: 0.5rem;
    display: inline-block;
    font-size: var(--bigSize);
    text-shadow: 0 2px 1px #333;
    text-shadow: 0.6px 0.6px  0 #717171,-0.6px  -0.6px  0 #717171,0.6px  -0.6px  0 #717171,-0.6px  0.6px 0 #717171;
    letter-spacing:0.2em
}
.site-lang ul li.links.i2 a{letter-spacing:0}

.site-lang ul li.links a:hover {
    color: #fff;
}

/**导航**/
.nav {
    flex: 1;
}

.nav .wp-menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.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.59rem;
    font-size: 0.22rem;
    display: block;
    color: #fff;
    position: relative;
}
#nav1 .wp-menu .menu-item.i1 a.menu-link {
    letter-spacing: 0.2em;
    padding-left: 0.13rem;
}
.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;
    overflow: hidden;
    border-radius:0.1rem
}

.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: 0.04rem;
    position: absolute;
    bottom: 0;
    background: #ffffff2b;
    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;
    position: relative;
    background: #333;
}

#banner .inner {
    width: 100%;
    text-align: center;
}

.mbanner .news_imgs a {
    display: block;
    height: 100vh;
}

.mbanner .news_imgs a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.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 .swiper-fade .swiper-slide-active {
    -webkit-mask: linear-gradient(to right, #fff calc(1% * var(--seed)), transparent calc(1% * var(--seed)));
    -webkit-mask-size: 1.5rem;
    mask: linear-gradient(to right, #fff calc(1% * var(--seed)), transparent calc(1% * var(--seed)));
    mask-size: 1.5rem;
    animation: seed .6s;
}

@keyframes seed {
    0% {
        --seed: 0
    }

    1% {
        --seed: 1
    }

    2% {
        --seed: 2
    }

    3% {
        --seed: 3
    }

    4% {
        --seed: 4
    }

    5% {
        --seed: 5
    }

    6% {
        --seed: 6
    }

    7% {
        --seed: 7
    }

    8% {
        --seed: 8
    }

    9% {
        --seed: 9
    }

    10% {
        --seed: 10
    }

    11% {
        --seed: 11
    }

    12% {
        --seed: 12
    }

    13% {
        --seed: 13
    }

    14% {
        --seed: 14
    }

    15% {
        --seed: 15
    }

    16% {
        --seed: 16
    }

    17% {
        --seed: 17
    }

    18% {
        --seed: 18
    }

    19% {
        --seed: 19
    }

    20% {
        --seed: 20
    }

    21% {
        --seed: 21
    }

    22% {
        --seed: 22
    }

    23% {
        --seed: 23
    }

    24% {
        --seed: 24
    }

    25% {
        --seed: 25
    }

    26% {
        --seed: 26
    }

    27% {
        --seed: 27
    }

    28% {
        --seed: 28
    }

    29% {
        --seed: 29
    }

    30% {
        --seed: 30
    }

    31% {
        --seed: 31
    }

    32% {
        --seed: 32
    }

    33% {
        --seed: 33
    }

    34% {
        --seed: 34
    }

    35% {
        --seed: 35
    }

    36% {
        --seed: 36
    }

    37% {
        --seed: 37
    }

    38% {
        --seed: 38
    }

    39% {
        --seed: 39
    }

    40% {
        --seed: 40
    }

    41% {
        --seed: 41
    }

    42% {
        --seed: 42
    }

    43% {
        --seed: 43
    }

    44% {
        --seed: 44
    }

    45% {
        --seed: 45
    }

    46% {
        --seed: 46
    }

    47% {
        --seed: 47
    }

    48% {
        --seed: 48
    }

    49% {
        --seed: 49
    }

    50% {
        --seed: 50
    }

    51% {
        --seed: 51
    }

    52% {
        --seed: 52
    }

    53% {
        --seed: 53
    }

    54% {
        --seed: 54
    }

    55% {
        --seed: 55
    }

    56% {
        --seed: 56
    }

    57% {
        --seed: 57
    }

    58% {
        --seed: 58
    }

    59% {
        --seed: 59
    }

    60% {
        --seed: 60
    }

    61% {
        --seed: 61
    }

    62% {
        --seed: 62
    }

    63% {
        --seed: 63
    }

    64% {
        --seed: 64
    }

    65% {
        --seed: 65
    }

    66% {
        --seed: 66
    }

    67% {
        --seed: 67
    }

    68% {
        --seed: 68
    }

    69% {
        --seed: 69
    }

    70% {
        --seed: 70
    }

    71% {
        --seed: 71
    }

    72% {
        --seed: 72
    }

    73% {
        --seed: 73
    }

    74% {
        --seed: 74
    }

    75% {
        --seed: 75
    }

    76% {
        --seed: 76
    }

    77% {
        --seed: 77
    }

    78% {
        --seed: 78
    }

    79% {
        --seed: 79
    }

    80% {
        --seed: 80
    }

    81% {
        --seed: 81
    }

    82% {
        --seed: 82
    }

    83% {
        --seed: 83
    }

    84% {
        --seed: 84
    }

    85% {
        --seed: 85
    }

    86% {
        --seed: 86
    }

    87% {
        --seed: 87
    }

    88% {
        --seed: 88
    }

    89% {
        --seed: 89
    }

    90% {
        --seed: 90
    }

    91% {
        --seed: 91
    }

    92% {
        --seed: 92
    }

    93% {
        --seed: 93
    }

    94% {
        --seed: 94
    }

    95% {
        --seed: 95
    }

    96% {
        --seed: 96
    }

    97% {
        --seed: 97
    }

    98% {
        --seed: 98
    }

    99% {
        --seed: 99
    }

    100% {
        --seed: 100
    }
}

video#index_video {
}

.mbanner.fixBanner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
}

.fixedok .mbanner {
    opacity: 0;
}
.main .swiper-button-next,.main .swiper-button-prev {
    color: #fff;
    width: 0.72rem;
    height: 0.72rem;
    border: 1px solid #fff;
    border-radius: 50%;
    --swiper-navigation-sides-offset: 0.68rem;
    --swiper-navigation-size: 0.3rem;
    margin-top: -0.36rem;
}

.mbanner .swiper-pagination {
    bottom: 0.47rem;
    --swiper-pagination-bullet-width: 0.15rem;
    --swiper-pagination-bullet-height: 0.15rem;
    --swiper-pagination-bullet-horizontal-gap: 0.09rem;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-color: #fff;
}
.mbanner .slideNav {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 50%);
    border-radius: 0.3rem 0 0 0;
    backdrop-filter: blur(2px);
}

.mbanner .slideNav ul {
    display: flex;
    flex-wrap: wrap;
}

.mbanner .slideNav  .links a {
    width: 1.06rem;
    height: 0.9rem;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #333;
    align-items: center;
    justify-content: center;
    font-size: 0.15rem;
    font-weight: bold;
}
.mbanner .slideNav .links.i3 a{padding:0 0.05rem}
.mbanner .slideNav .links a:hover img{
    transform: scale(1.1);
}
.mbanner .slideNav .links img {
    height: 0.33rem;
    margin-bottom: 0.11rem;
    transition: var(--transition);
    flex: none;
}
/**内容**/
.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);
}
.post .tt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0.47rem;
}
.post .tt .more_text {
    display: flex;
    font-size: var(--smailSize);
    color: var(--mainColor);
}
.post .tt .more_text:hover img {
    right: -10px;
}
.post .tt .more_text img {
    width: 0.14rem;
    margin-left: 0.1rem;
    position: relative;
    transition: var(--transition);
    right: 0;
}
.post .tt .more_btn {
    position: absolute;
    right: 0;
}
.post .tt .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.08rem;
    text-transform: uppercase;
}
.post .tt .tt_en {
    display: block;
    font-size: var(--smailSizex);
    color: #BFC0C0;
    font-family: "Ebrima";
    font-weight: lighter;
}

.post .tt .title {
    font-family: 'SourceHanSerifCN-Bold';
    font-weight: normal;
    font-size: 0.34rem;
    padding-left: 0.15rem;
    display: block;
    line-height: 1;
    letter-spacing: 0.02rem;
    position: relative;
}
.post .tt .title:after {
    content: "";
    width: 0.05rem;
    height: 0.5rem;
    background: url(../images/ttbg.svg)no-repeat left/auto 100%;
    position: absolute;
    left: 0;
}
.post-13 .tt .tit,.post-14 .tt .tit{
    display: flex;
    align-items: flex-start;
}
.post .news .news_title{
    font-size: var(--bigSize);
    line-height: 1.7;
    transition: var(--transition);
}
.post .news .news_text{
    font-size: var(--smailSizex);
    line-height: 1.78;
}
.post .news_list .newss {
    /* padding-top: 0.22rem; */
}
.post .news_list .newss:hover .news_title,.post .news_list .newss:hover .news_date {
    font-weight: bold;
}
.post .newss .news_title {
    margin-bottom: 0.13rem;
}
.post .newss .news_title a{
    color: #333;
}
.post .newss .news_date {
    display: flex;
    align-items: center;
}

.post .newss .news_date:before {
    content: "";
    flex: 1;
    height: 0.01rem;
    background: #333;
    margin-right: 0.31rem;
    opacity: 0.5;
}
.post .news .news_date{
    font-size: var(--titleSize);
    font-style: italic;
    transition: var(--transition);
}
.post .tt .title .heavy {
    font-size: 0.48rem;
}
.main1 .inner {
    padding: 1.39rem 0 1.85rem;
}

.main1 {
    background: url(../images/main1bg.png)no-repeat top -1.45rem center/100%;
}
.post-11 .con {
    display: flex;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0px 0px 7px rgba(4, 0, 0, 0.15);
}

.post-11 .list1 {
    flex: none;
    width: 8rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.post-11 .list1 .news_imgs a {
    padding-top: 61%;
}
.post-11 .list1 .news_imgs:after{
    background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #9a3339 100%
);
    height: 50%;
}
.post-11 .list2{
    flex: 1;
    padding: 0 0.4rem;
}
.post-11 .list1 .news_title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    bottom: 0.3rem;
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.post-11 .list1 .news {
    position: relative;
}

.post-11 .list1 .news_title a {
    color: #fff;
}

.post-11 .list2 .news.selected{
    font-weight: bold;
}
.post-11 .list2 .news{
    padding-top: 0.23rem;
}
.post-12 {
    margin: 0 0 0.86rem;
}

.post-12 .con {
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.28rem 0.5rem;
    box-shadow: 0px 0px 7px rgba(4, 0, 0, 0.15);
}

.post-12 .news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.34rem;
}

.post-12 .news_list .news {
    width: 48.5%;
    display: flex;
    align-items: center;
}

.post-12 .news_list .news_imgs {
    flex: none;
    width: 1.07rem;
    border-radius: 0.03rem;
    margin-right: 0.12rem;
}

.post-12 .news_list .news_imgs a {
    padding-top: 66.35%;
}

.post-12 .news_list .news_wz {
    flex: 1;
}
.main1 .wrap {
    display: flex;
    justify-content: space-between;
    margin: 0.85rem 0;
}

.post-13,.post-14 {
    width: 7.5rem;
}

.main1 .wrap .tt {
    justify-content: flex-start;
}

.post-13 .con {
    box-shadow: 0px 0px 7px rgba(4, 0, 0, 0.15);
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.3rem 0.4rem;
    height: 7.64rem;
    box-sizing: border-box;
}

.post-13 .news_list .news {
    padding-top: 0.3rem;
}

.post-14 .news  a {
    display: flex;
    background: var(--mainColor);
    border-radius: 0.1rem;
    overflow: hidden;
    color: #fff;
}

.post-14 .news .news_imgs {
    width: 3.75rem;
    flex: none;
}

.post-14 .news .news_imgs span {
    padding-top: 98.6%;
}
.post-14 .news:nth-child(2) {
    margin-top: 0.23rem;
}

.post-14 .news .news_wz {
    flex: 1;
    padding: 0.37rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.post-14 .news .news_date:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #fff;
    margin-left: 0.31rem;
}

.post-14 .news .news_date {
    display: flex;
    align-items: center;
}

.post-14 .news .news_wz:before {
    content: "";
    width: 0.33rem;
    height: 0.55rem;
    position: absolute;
    background: url(../images/sjx_h3.svg) no-repeat center / 100% 100%;
    left: -0.2rem;
    z-index: 1;
    top: 50%;
    margin-top: -0.16rem;
}
.post-14 .news:nth-child(2) a{
    flex-direction: row-reverse;
}
.post-14 .news:nth-child(2) .news_wz:before {
    left: auto;
    right: -0.2rem;
    transform: rotate(180deg);
}
.post-15 .con {
    display: flex;
    justify-content: space-between;
}

.post-15 .list1 {
    width: 7.5rem;
    flex: none;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.post-15 .list2 {
    width: 7.5rem;
    height: 5.05rem;
    overflow: auto;
    padding-right: 0.16rem;
}
.post-15 .list2::-webkit-scrollbar {
  width: 0.04rem;
  background:none;
    height:0.05rem
}
.post-15 .list2::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: #A4343B;
border-radius:0 0.05rem 0.05rem 0
}
/* 滚动条轨道 */
.post-15 .list2::-webkit-scrollbar-track {
  border-radius:0 0.05rem 0.05rem 0;
    background-color: #D1D1D1;
}
.post-15 .list1 .news_imgs a {
    padding-top: 67.41%;
}

.post-15 .list1 .news_title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 0.76rem;
    background: #595757;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 0.52rem;
    box-sizing: border-box;
    z-index: 1;
    overflow: inherit;
}

.post-15 .list1 .news_title a {
    color: #fff;
}
.post-15 .list1 .news_title:before {
    content: "";
    width: 0.55rem;
    height: 0.33rem;
    position: absolute;
    background: url(../images/sjx_h.svg) no-repeat center / 100% 100%;
    top: -0.2rem;
    right: 1.08rem;
}
.post-15 .list2 .news a {
    display: flex;
    background: #F0F1F4;
    border-radius: 0.1rem;
    overflow: hidden;
}
.post-15 .list2 .news{
    margin-bottom: 0.3rem;
}
.post-15 .list2 .news_imgs {
    flex: none;
    width: 2.57rem;
}

.post-15 .list2 .news_imgs span {
    padding-top: 92.2%;
}
.post-15 .list2 .news_wz {
    padding: 0.15rem 0.21rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main2 .inner {
    padding: 1.22rem 0 1.06rem;
    position: relative;
}

.main2 {
    background: url(../images/main2bg.jpg)no-repeat center/cover;
    position: relative;
}
.post-21 .tt {
    position: absolute;
    top: -1.04rem;
    width: 100%;
}

.post-21 .con {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.post-21 .swiper1 {
    width: 7rem;
    flex: none;
    border-radius: 0.1rem;
    overflow: hidden;
    margin: 0;
}

.post-21 .list1 .news {
    display: flex;
}

.post-21 .list1 .news_imgs {
    width: 4.14rem;
    flex: none;
    border-radius: 0.1rem;
    margin-right: 0.4rem;
    opacity: 0;
    transition: var(--transition);
}

.post-21 .list1 .news_imgs a {
    padding-top: 103%;
}

.post-21 .list1 .news_wz {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    opacity: 0;
    transform: translateX(-100px);
    transition: var(
    --transition);
}
.post-21 .list1 .news_text{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.post-21 .list1 .swiper-slide-active .news_wz {
    opacity: 1;
    transform: none;
}

.post-21 .list1 .swiper-slide-active .news_imgs {
    opacity: 1;
}
.post-21 .list1 .news_wz a {
    color: #fff;
}
.post-21 .swiper2 {
    width: 7.66rem;
    margin: 0;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
}
.post-21 .list2 .news_title,.post-21 .list2 .news_title a {
    color: #fff;
    font-size: var(--smailSizex);
}
.post-21 .swiper2 .swiper-wrapper {
    height: auto;
}
.swiper-next,.swiper-prev {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
}

.swiper-next img,.swiper-prev img {
    height: 0.4rem;
}

.swiper-next {
    right: 0;
}
.swiper-prev {
    left: 0;
}

.post-21 .list2 .news_imgs a {
    padding-top: 84.8%;
}
.post-21 .list2 .news_imgs {
    border-radius: 0.1rem;
    margin-bottom: 0.1rem;
}
.main3 .inner {
    padding: 4.16rem 0 1.44rem;
    position: relative;
    z-index: 1;
}

.main3 {
    position: relative;
}
.post-31 {
    display: flex;
    justify-content: space-between;
}

.post-31 .tt {/* flex-direction: column; */align-items: baseline;writing-mode: tb;margin-bottom: 0;justify-content: space-between;}

.post-31 .tt .more_btn {
    position: static;
}
.post-31 .tt .tit{
    align-items: flex-start;
}

.post-31 .tt .title {
    padding-top: 0.15rem;
    padding-left: 0;
}
.post-31 .tt .title:after {
    transform: rotate(90deg);
    height: 0.5rem;
    width: 100%;
    top: 0;
}

.post-31 .tt .more_text img {
    transform: rotate(90deg);
    margin-top: 0.1rem;
    margin-left: 0;
}
.post-31 .news .news_imgs a {height: 100%;}
#certify {
	overflow: hidden;
	position: relative;
	width: 13.6rem;
	margin: 0 auto;
}

#certify  .swiper-slide {
	width: 4.21rem;
	height: 7.42rem;
	background: #fff;
	aspect-ratio: 421/742;
	border-radius: 0.1rem;
	overflow: hidden;
}
#certify .swiper-slide .news_imgs{
    height: 100%;
}
#certify .swiper-button-prev {
 left:0.2rem; 
}
#certify .swiper-button-next {
    right:0.2rem;
}
#certify .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #444;
    opacity: .4;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
    pointer-events: none;
}

#certify .swiper-slide.swiper-slide-active:after {
    opacity: 0;
}
.main4 .inner {
    padding: 1.04rem 0 0.73rem;
    position: relative;
}

.main4 {
    background: url(../images/main4bg.jpg)no-repeat center top/cover;
    position: relative;
}
.main4 .sudy-tab .tab-menu {
    display: flex;
    justify-content: center;
    gap: 0.1rem;
    margin-bottom: 0.33rem;
}
.main4 .sudy-tab .tab-con .con{
    position: relative;
}
.main4 .sudy-tab .tab-menu li a{
    line-height: 0.47rem;
    border-radius: 0.1rem;
    padding: 0 0.11rem;
    font-size: var(--bigSize);
    font-weight: bold;
    display: block;
}
.main4 .sudy-tab .tab-menu li.selected a{
    background: var(--mainColor);
    color: #fff;
}
.post-41 .swiper .swiper-slide {
    width: auto;
    padding: 0.1rem;
    box-sizing: border-box;
}

.post-41 .news_list .news a {
    display: flex;
    border-radius: 0.1rem;
    background: #fff;
    box-shadow: 0px 0px 7px rgba(4, 0, 0, 0.15);
    color: #333;
}
.post-41 .news_list .news a:hover .news_title{color: var(--mainColor);}
.post-41 .news_list .news_imgs {
    width: 2.14rem;
    flex: none;
    border-radius: 0.1rem;
}
.main3 .main3bg{
     width: 13.37rem;
     position: absolute;
     top: 1.21rem;
     left: 50%;
     transform: translateX(-50%);
     pointer-events: none;
     max-width: 100%;
}
.main3 #main3bg {
   width:100%
}
.post-41 .news_list .news_imgs span {
    padding-top: 132.2%;
}
.post-41 .news_list .news_wz {
    width: 0;
    box-sizing: border-box;
    width: 6.35rem;
    padding: 0.13rem 0.26rem;

}
.post-41 .news_list .swiper-slide-active .news_wz{
     /* transition: var(--transition); */
}
.post-41 .news_list .swiper-slide-active + * .news_wz,.post-41 .news_list .swiper-slide-active + * + * .news_wz,.post-41 .news_list .swiper-slide-active + * + * + * .news_wz {
    padding: 0;
    width: 0;
       
}

.post-41 .swiper {
    margin: -0.1rem;
}

.post-41 .news_list .news_title {
    border-bottom: 1px solid #333;
    font-weight: bold;
    font-size: 0.23rem;
    line-height: 2;
    margin-bottom: 0.25rem;
}

.post-41 .swiper-button-next, .post-41  .swiper-button-prev {
    color: #a1343b;
    border: 1px solid #a1343b;
    --swiper-navigation-sides-offset: -1.22rem;
}

.main5 {
    background: url(../images/main5bg.png)no-repeat center bottom/100% auto;
}

section#container-5 {}
.main5 .inner{
    padding: 0.87rem 0 1.45rem;
    position: relative;
}
.post-51 .con {
    position: relative;
    height: 9.44rem;
    width: 13.75rem;
    margin: 0 auto;
}

.post-51 .video_box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    mask: url(../images/videomask.png) no-repeat center/auto 92%;
    z-index: 1;
    transition: all 0.8s ease-in-out;
    background: url(../images/videoimg.jpg) no-repeat center / auto 92%;
}
.post-51 .video_box .close {
    position: absolute;
    z-index: 1;
    width: 0.4rem;
    right: 0.1rem;
    top: 0.1rem;
    opacity: 0;
    transition: all 0.8s ease-in-out;
}
.post-51 .video_box.open .close {
   opacity: 1;
}
.post-51 .video_box .close img {
    width: 100%;
}
.post-51 .video_box video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.post-51 .video_box .bg {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/videobg.png) no-repeat center/auto 94%;
    position: absolute;
    z-index: 1;
    left: 0;
    transition: all 0.8s ease-in-out;
    pointer-events: none;
}
.post-51 .video_box.open .bg {
    background-size: auto 184%;
    opacity: 0;
}
.post-51 .video_box.open .play {
   opacity: 0;
}
.post-51 .video_box.open {
    mask-size: auto 184%;
}
.post-51 .video_box .play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.8s ease-in-out;
}

.post-51 .video_box .play img {
    width: 1.6rem;
}
.post-51 .news_list {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.post-51 .news_list .news {
    position: relative;
    text-align: center;
    position: absolute;
    --x: 2.19rem;
    pointer-events: auto;
}
.post-51 .news_list .news_icon {
    width: 1.66rem;
    height: 1.66rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0.05rem;
    cursor: pointer;
}

.post-51 .news_list .news_icon object {
    height: 0.45rem;
    margin-bottom: 0.1rem;
    transition: var(--transition);
}

.post-51 .news_list .news_num {
    font-size: 0.35rem;
    font-family: "微软雅黑";
}

.post-51 .news_list .news_title {
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

.post-51 .news_list .news:nth-child(1) {
    left: var(--x);
    top: 0;
}
.post-51 .news_list .news:nth-child(2) {
    top: var(--x);
    left:0
}
.post-51 .news_list .news:nth-child(3){
    left: 0;
    bottom: var(--x);
}
.post-51 .news_list .news:nth-child(4){
    left: var(--x);
    bottom:0
}

.post-51 .news_list .news:nth-child(5) {
    right: var(--x);
    top: 0;
}
.post-51 .news_list .news:nth-child(6) {
    top: var(--x);
    right:0
}
.post-51 .news_list .news:nth-child(7){
    right: 0;
    bottom: var(--x);
}
.post-51 .news_list .news:nth-child(8){
    right: var(--x);
    bottom:0
}
.post-51 .svg-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -1;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.post-51 .svg-container img {
    height: 100%;
    width: 100%;
}
.post-51 .svg-container svg {
    height: 100%;
    width: auto;
}

.post-51 .tt {
    margin-bottom: 0.6rem;
}
.main6 .inner {
    padding-top: 0.65rem;
    position: relative;
}

.main6{
    background: url(../images/main6bg.jpg)no-repeat center top/cover;
    position: relative;
}
.post-61 .con {
    height: 8.87rem;
    position: relative;
}

.post-61 .news_list {
    height: 100%;
    width: 100%;
}

.post-61 .con .dot {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.post-61 .con .dot:nth-child(1){
    left: 0.5rem;
    top: 4rem;
    background: #FFBF5A;
    width: 0.55rem;
    height: 0.55rem;
}
.post-61 .con .dot:nth-child(2){
    left: 2.97rem;
    top: 3.37rem;
    background: #FB2DFD;
    width: 0.65rem;
    height: 0.65rem;
}
.post-61 .con .dot:nth-child(3){
    left: 5.2rem;
    top: 6.9rem;
    background: #DD2A6F;
    width: 0.65rem;
    height: 0.65rem;
}
.post-61 .con .dot:nth-child(4){
    left: 5.7rem;
    top: 0.67rem;
    background: #5C64FF;
    width: 0.75rem;
    height: 0.75rem;
}
.post-61 .con .dot:nth-child(5){
    left: 9.31rem;
    top: 1.04rem;
    background: #FB2DFD;
    width: 0.94rem;
    height: 0.94rem;
}
.post-61 .con .dot:nth-child(6){
    left: 11.1rem;
    top: 3.04rem;
    background: #FFB04A;
    width: 0.37rem;
    height: 0.37rem;
}
.post-61 .con .dot:nth-child(7){
    bottom: 0.7rem;
    right: 4.8rem;
    background: #5C64FF;
    width: 0.37rem;
    height: 0.37rem;
}
.post-61 .con .dot:nth-child(8){
    bottom: 1rem;
    right: 3.89rem;
    background: #50FFC8;
    width: 0.65rem;
    height: 0.65rem;
}
.post-61 .con .dot:nth-child(9){
    top: -0.4rem;
    right: 1.46rem;
    background: #DB3B6D;
    width: 0.65rem;
    height: 0.65rem;
}
.post-61 .con .dot:nth-child(10){
    top: 2.9rem;
    right: 0.3rem;
    background: #92FF5A;
    width: 1.1rem;
    height: 1.1rem;
}
.post-61 .news a {
    overflow: hidden;
    border-radius: 50%;
    width: 5.42rem;
    display: block;
    transform: var(--transform);
}

.post-61 .news .news_imgs span {
    padding-top: 100%;
}

.post-61 .news .news_wz {
    position: absolute;
    bottom: 0.35rem;
    width: 1.5rem;
    margin: 0 auto;
    left: 50%;
    margin-left: -0.75rem;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.post-61 .news .news_imgs:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.65;
    background-color: var(--back);
    bottom: 0;
    transition: var(--transition);
}
.post-61 .news:hover .news_imgs:after{
    background: linear-gradient(0.00deg, rgb(21, 21, 21) 3.433%, rgba(57, 57, 57, 0) 34.567%);
}
.post-61 .news:nth-child(1) {
    --transform: scale(0.69);
    top: -1.3rem;
    --back: #4B8AEF;
}
.post-61 .news:nth-child(2) {
    --transform: scale(0.63);
    top: 3.5rem;
    left: 0.5rem;
    --back: #E03B8A;
}
.post-61 .news:nth-child(4) {
    --transform: scale(0.45);
    right: 0;
    top: -1rem;
    --back: #D12A3A;
}
.post-61 .news:nth-child(3) {
    top:50%;
    left:50%;
    --back: #a1343b;
    transform-origin: center;
    margin-left: -2.71rem;
    margin-top: -2.71rem;
}
.post-61 .news {
    position: absolute;
    z-index: 1;
}

.post-61 .news .icon {
    width: 0.39rem;
    height: 0.39rem;
    margin-right: 0.08rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: auto 50%;
    background-position:center;
    background-repeat:no-repeat;
    flex: none;
}
.post-61 .news[data-name="微信"] .icon{background-image: url(../images/weixin.svg);}
.post-61 .news[data-name="微博"] .icon{background-image: url(../images/weibo.svg);}
.post-61 .news[data-name="抖音"] .icon{background-image: url(../images/douyin.svg);}
.post-61 .news[data-name="视频号"] .icon{background-image: url(../images/sph.svg);}
.post-61 .news[data-name="b站"] .icon,.post-61 .news[data-name="B站"] .icon,.post-61 .news[data-name="bilibili"] .icon{background-image: url(../images/bilibili.svg);}
.post-61 .news:nth-child(3) .news_imgs:before {
    /*background-image: url(../images/hp.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    transition: var(--transition);
}
.post-61 .news:nth-child(1) .news_imgs:before {
    /*background-image: url(../images/nhsd.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    transition: var(--transition);
}
.post-61 .news:hover .news_imgs:before{opacity:0}
.post-61 .news:nth-child(4) .news_title {
    display: none;
}
.post-61 .news:nth-child(4) .icon{transform:scale(1.2)}
.main6 .share {
    position: absolute;
    right: 0;
    bottom: 1.12rem;
    z-index: 2;
}


.main6 .share ul {
    border-radius: 50%;
    background: rgb(119 43 226 / 70%);
    width: 3.4rem;
    height: 3.4rem;
}

.share ul.news_list a{display:flex;width: 0.5rem;height: 0.5rem;border-radius: 0.05rem;border: 1px solid #fff;text-align:center;align-items:center;justify-content:center;background-size: auto 60%;background-repeat: no-repeat;background-position: center;}
.share ul.news_list a:hover {
    background-color: rgba(255, 255, 255, .3);
}
.share ul.news_list .news[data-name="微信"] a{background-image: url(../images/weixin.svg);}
.share ul.news_list .news[data-name="微博"] a{background-image: url(../images/weibo.svg);}
.share ul.news_list .news[data-name="抖音"] a{background-image: url(../images/douyin.svg);}
.share ul.news_list .news[data-name="视频号"] a{background-image: url(../images/sph.svg);}
.share ul.news_list .news[data-name="bilibili"] a{background-image: url(../images/bilibili.svg);}
.share ul.news_list .news[data-name="人民网"] a{background-image: url(../images/rmw.png);}
.share ul.news_list .news[data-name="学习强国"] a{background-image: url(../images/xxqg.png);}
.share ul.news_list a img{max-height:50%}
.share ul.news_list .news{position:absolute}
.share ul.news_list .news .news_imgs{position:absolute;bottom:180%;left:50%;visibility:hidden;overflow:inherit;background:#fff;opacity:0;transition:all .6s ease-in-out 0s;transform: translateX(-50%);z-index: 1;}
.share ul.news_list .news .news_imgs img{width: 1rem;height: 1rem;}
.share ul.news_list .news .news_imgs img::after{position:absolute;top:100%;left:50%;display:block;margin-left:-.05rem;border-top:.06rem solid #fff;border-right:.1rem solid transparent;border-left:.1rem solid transparent;content:""}
.share ul.news_list .news:hover .news_imgs{bottom:110%;visibility:inherit;opacity:1}
.share ul.news_list .news:nth-child(1){
    left: 0.45rem;
    top: 23.5%;
}
.share ul.news_list .news:nth-child(5){
    right: 0.9rem;
    bottom: 11.7%;
}
.share ul.news_list .news:nth-child(6){
    left: 0.9rem;
    bottom: 11.7%;
}
.share ul.news_list .news:nth-child(7){
    left: 0.34rem;
    top: 52%;
}
.share ul.news_list .news:nth-child(4){
    right: 0.34rem;
    top: 52%;
}
.share ul.news_list .news:nth-child(3){
    right: 0.45rem;
    top: 23.5%;
}
.share ul.news_list .news:nth-child(2){
    right: 50%;
    top: 0.24rem;
    margin-right: -0.25rem;
}
.main7 {
    background: url(../images/main7bg.jpg)no-repeat center bottom/100% auto;
}
.main7 .inner{
    padding: 1.14rem 0 3.05rem;
    position: relative;
}
.post-71 .news_list {
    display: flex;
    flex-wrap: wrap;
}

.post-71 .news_list .news {
    width: 50%;
}

.post-71 .news_list .news a {
    display: flex;
}

.post-71 .news_list .news_imgs {
    width: 50%;
    border-radius: 0.1rem;
}
.post-71 .news_list .news_imgs span {
    padding-top:95.25%
}
.post-71 .news_list .news_wz {
    flex: 1;
    border-radius: 0.1rem;
    position: relative;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.15rem;
    box-sizing: border-box;
    text-align: center;
}
.post-71 .news .news_wz:before {
        content: "";
        width: 0.33rem;
        height: 0.55rem;
        position: absolute;
        background: url(../images/sjx_h2.svg) no-repeat center / 100% 100%;
        left: -0.2rem;
        z-index: 1;
        top: 50%;
        margin-top: -0.16rem;
}

.post-71 .news_list .news:nth-child(1) .news_wz,.post-71 .news_list .news:nth-child(2) .news_wz {
    background: #F29F00;
}
.post-71 .news_list .news:nth-child(3) a, .post-71 .news_list .news:nth-child(4) a{
    flex-direction: row-reverse;
}
.post-71 .news_list .news:nth-child(3) .news_wz:before, .post-71 .news_list .news:nth-child(4) .news_wz:before{
    background-image: url(../images/sjx_h3.svg);
    left: auto;
    right: -0.2rem;
    transform: rotate(180deg);
}
.post-71 .news_list .news:nth-child(3) .news_wz,.post-71 .news_list .news:nth-child(4) .news_wz {
    background: #A1343B;
}
/**列表页**/
.l-banner {
    height: 6.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #c5c4c4;
    position: relative;
    background-size: cover;
}

.l-banner:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    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;
    position: relative;
}

#d-container .inner {
    background: #fff;
}

/**栏目列表**/
.wp-inner {
    position: relative;
}

.col_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.col_menu_head {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 16.4rem;
    left: 50%;
    transform: translateX(-50%);
}
.pagelist .col_menu_head:after {
    content: "";
    width: 0.55rem;
    height: 0.33rem;
    background: url(../images/sjx_h4.svg) no-repeat center / 100% 100%;
    top: 0.1rem;
    display: block;
    position: relative;
    left: 0.94rem;
}
.col_name span {
    font-size: 0.6rem;
    color: #fff;
    font-weight: normal;
    font-family: 'SourceHanSerifCN-Bold';
}

.col_name {
}

.col_path a,.col_path span {
    color: #fff;
    font-size: var(--smailSizex);
    line-height: 1.3;
}

.col_path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 0.8rem;
}

.possplit {
    margin: 0 .08rem;
    width: 1px;
    background: #fff;
    color: #666;
    text-indent: inherit;
    font-size: 0;
    height: 0.15rem;
    vertical-align: bottom;
}

.col_list {
    position: relative;
    height: .78rem;
    padding-right: 0.4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 13.1rem;
    margin-top: 0.58rem;
}

.col_list::before {
    content: "";
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    background: #fff;
    left: calc(8.2rem - 50vw);
    border-radius: 0 0.4rem 0 0;
}
.col_list ul ul {
    display: none;
}
.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
}

.col_list ul li {
    float: left;
}

.col_list .col_column .col_item_link.selected,.col_list .col_column .col_item_link:hover {
    opacity: 1;
    font-weight: bold;
}
.col_list .col_column .col_item_link.selected .column-name:after {
    content: "";
    width: 100%;
    height: 0.05rem;
    background: url(../images/colbg.svg)no-repeat center/100% 100%;
    position: absolute;
    left: 0;
    bottom: -0.07rem;
}
.col_list .col_column .col_item_link .column-name{
    position: relative;
}
.col_list .col_column .col_item_link {
    color: #231815;
    padding: 0 .3rem;
    font-size: var(--bigSize);
    border-left: 1px solid #231815;
    display: inline-block;
    display: block;
    text-align: center;
    opacity: 0.8;
}
.col_list .col_column:nth-child(1) .col_item_link{
    padding-left: 0;
    border: none;
}
.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{
    padding: 0.3rem;
    box-shadow: 0px 0px 7px rgba(4, 0, 0, 0.15);
    border-radius: 0.1rem;
}
.mrlist .col_news_list .news_list .news {
    display: flex;
    margin-bottom: .6rem;
}

.mrlist .col_news_list .news_list .news .news_imgs {
    width: 4rem;
    flex: none;
    margin-right: .4rem;
    background: 0 0;
    display: flex;
    align-items: center;
    border-radius: 0.1rem;
}

.mrlist .col_news_list .news_list .news .news_imgs a {
    padding-top: 61.27%;
    width: 100%;
}
.mrlist .col_news_list .news_list .news[data-src=""] .news_imgs {
    display: none;
}
.mrlist .col_news_list .news_list .news .news_wz {
    flex: 1;
    padding: .18rem 0 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mrlist .col_news_list .news_list .news .news_date{
      font-size: var(--titleSize);
      font-style: italic;
      /* display: flex; */
      align-items: center;
      justify-content: flex-end;
      margin-top: 0.2rem;
}
.mrlist .col_news_list .news_list .news .news_date:before{
    /* content: ""; */
    height: 1px;
    background: #333;
    margin-right: 0.31rem;
    width: 50%;
    flex: 1;
}

.mrlist .col_news_list .news_list .news .news_title {
    margin-bottom: .17rem;
    font-size: var(--bigSize);
    line-height: 1.7;
}

.mrlist .col_news_list .news_list .news .news_text {
    font-size: var(--smailSizex);
    line-height: 1.78;
}

.mrlist .col_news_list .news_list .news .news_text a {
    color: #666;
}

.mrlist .col_news_list .news_list .news.noimg .news_imgs {
    display: none;
}
.mrlist .col_news_list .news_list.ztlist .news .news_imgs a {
    padding-top: 176.24%;
}
.mrlist .col_news_list .news_list.ztlist .news:hover .news_imgs img{transform:scale(1.1)}
.mrlist .col_news_list .news_list.ztlist  .news .news_wz {
    display: block;
    text-align: center;
}
.mrlist .col_news_list .news_list.ztlist .news .news_title{
    margin: 0;
}
.mrlist .col_news_list .news_list.ztlist {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -0.3rem; */
}

.mrlist .col_news_list .news_list.ztlist  .news {
    width: 25%;
    display: block;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}

.mrlist .col_news_list .news_list.ztlist  .news .news_imgs {
    display: block;
    margin: 0;
    width: 100%;
}
/**文章页**/
.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: 0.28rem;
    text-align: center;
    margin-bottom: .2rem;
    font-weight: normal;
}

.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;
    padding-bottom: 0.3rem;
}

.article .arti_metas>span {
    margin: 0 .16rem;
    font-size: var(--smailSizex);
    color: #828384;
}

.article .arti_info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    min-height: 400px;
    border-top: 1px solid #333;
    padding: 0.3rem 0.6rem;
}

.article .entry .read,.article .entry .read p,.article .entry .read p *,.wp_entry p ,.wp_entry p *{
    line-height: 1.75;
    font-size: var(--titleSize) ! important;
    color: #333;
}

.article .entry .read p {
    /* margin-bottom: 10px; */
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 100%;
    height: auto ! important;
}

.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}

.sibi_art {
    margin-top: 0.2rem;
    padding-top: 0.3rem;
    border-top: 1px solid #333;
}

.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% - 1rem);
}

.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: #595757;
    background-size: cover;
    position: relative;
}
body.list .foot-top {
    display: none;
}
.foot-top {
    display: flex;
    background: #a0343b;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 1rem;
}
.foot-top>div {display: flex;gap: 0.5rem;}
.foot-top img{
    height: 0.7rem;
    =: =;
}
.foot-top:before {
    content: "";
    width: 0.55rem;
    height: 0.33rem;
    position: absolute;
    background: url(../images/sjx.svg) no-repeat center/100% 100%;
    top: -0.2rem;
}
.footer .foot-c {
    display: flex;
    padding: 0.6rem 0 
}
.foot-link {
    display: flex;
    flex: 1;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    gap: 0.1rem;
}

.foot-center {
    flex: 1;
    text-align: center;
}

.foot-center img {
    width: 2.62rem;
    margin: 0 auto;
}
body.list .foot-center > img {
    width: 2.24rem;
    margin-bottom: 0.3rem;
}
.shares ul.news_list a{display:flex;width: 0.36rem;height: 0.36rem;border-radius: 0.05rem;border: 1px solid #fff;text-align:center;align-items:center;justify-content:center;background-size: auto 60%;background-repeat: no-repeat;background-position: center;}
.shares ul.news_list a:hover {
    background-color: rgba(255, 255, 255, .3);
}
.shares ul.news_list .news[data-name="微信"] a{background-image: url(../images/weixin.svg);}
.shares ul.news_list .news[data-name="微博"] a{background-image: url(../images/weibo.svg);}
.shares ul.news_list .news[data-name="抖音"] a{background-image: url(../images/douyin.svg);}
.shares ul.news_list .news[data-name="视频号"] a{background-image: url(../images/sph.svg);}
.shares ul.news_list .news[data-name="bilibili"] a{background-image: url(../images/bilibili.svg);}
.shares ul.news_list .news[data-name="人民网"] a{background-image: url(../images/rmw.png);}
.shares ul.news_list .news[data-name="学习强国"] a{background-image: url(../images/xxqg.png);}
.shares ul.news_list{
    display: flex;
    gap: 0.4rem;
    justify-content: center;
}
.shares ul.news_list a img{max-height:50%}
.shares ul.news_list .news{
    position: relative;
}
.shares ul.news_list .news .imgs{position:absolute;bottom:180%;left:50%;visibility:hidden;overflow:inherit;background:#fff;opacity:0;transition:all .6s ease-in-out 0s;transform: translateX(-50%);z-index: 1;}
.shares ul.news_list .news .imgs img{width: 1rem;height: 1rem;}
.shares ul.news_list .news .imgs img::after{position:absolute;top:100%;left:50%;display:block;margin-left:-.05rem;border-top:.06rem solid #fff;border-right:.1rem solid transparent;border-left:.1rem solid transparent;content:""}
.shares ul.news_list .news:hover .imgs{bottom:110%;visibility:inherit;opacity:1}
body.main .shares {
    display: none;
}
.footer .links .title {
    font-size: 0.21rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.1rem;
}

.foot-link .links {
    width: 50%;
}

.footer .links .title:after {
    content: "";
    display: block;
    width: 0.42rem;
    background: #fff;
    height: 1px;
    margin: 0.1rem 0;
}

.footer .links .con p {
    color: #fff;
    font-size: var(--smailSize);
    line-height: 0.4rem;
    word-break: break-all;
}
.footer .links .con p a{color: #fff;background-image: linear-gradient(#fff,#fff);background-position: 0 100%;background-repeat: no-repeat;background-size: 0 1px;transition: background-size .4s;}
.footer .links .con p a:hover {
    background-size: 100% 1px;
}
.foot-bottom {
    border-top: 1px solid #fff;
    padding: 0.2rem 0;
}

.foot-bottom p {
    color: #fff;
    font-size: var(--smailSize);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-bottom p a{margin: 0 0.3rem;}
.section-parallax {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.parallax-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    top: 0\0;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer .inner{position:relative;}
.backtop{top: 80%;width: 0.6rem;height: 0.6rem;background: #a0343b;display: flex;align-items: center;justify-content: center;transform: translateY(-50%)translateX(7.7rem);position: fixed;left: 50%;cursor: pointer;z-index: 2;}
.backtop .con{display:flex;color:#fff;background:#a0343b;justify-content: center;align-content: center;align-items: center;font-size: 0.22rem;text-align: center;width: 0.6rem;height: 0.6rem;line-height: 1.1;}