@charset "utf-8"; 
/*Technical Support SudyTech*/
/* @font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url(fonts/SourceHanSansCN-Regular.ttf);
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url(fonts/SourceHanSansCN-Bold.ttf);
} */
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular.ttf") format("truetype"), url("fonts/SourceSansPro-Regular.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
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;
}
.wp_articlecontent img{vertical-align:middle}
.wp_entry img{max-width:100%}
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;
}

:-ms-input-placeholder {
    color: #ccc;
}

body {
    line-height: 1;
    font-size: 13px;
    font-family:"SourceSansPro-Regular", "微软雅黑";
    color: #333;
}

:root {
    --mainColor: #5c0474;
    --hoverColor: #9119a0;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 14rem;
    --listInnerWidth: 12rem;
}

p {
    line-height: 1.77;
}

a {
    color: #333;
    text-decoration: auto;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: var(--hoverColor);
}

.line1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: var(--innerWidth);
    margin: 0 auto;
}

/**兼容模式提示**/
.pageTips {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 url("../image/bg.png");
}

.pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}

.pageTips .container a.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
    background: url("../image/close.png") center no-repeat;
}

.pageTips .container .img {
    text-align: center;
}

.pageTips .container .msg {
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}

.pageTips .container a {
    color: #fff;
    text-decoration: underline;
}

.pageTips .container a.close {
    display: none !important;
}
.swiper-button-next, .swiper-button-prev {
    width: 0.28rem;
    height: 0.28rem;
    --swiper-navigation-size: 0;
    --swiper-navigation-color: #fff;
    border-radius: 50%;
    background: none;
    margin-top: -0.26rem;
}
.swiper-button-next img, .swiper-button-prev img{
    width: 0.08rem;
}
.swiper-pagination {
    --swiper-pagination-bullet-width: 0.09rem;
    --swiper-pagination-bullet-height: 0.09rem;
    --swiper-pagination-bullet-horizontal-gap: 0.09rem;
    --swiper-pagination-bullet-inactive-color: rgba(145, 25, 160, 1);
    --swiper-pagination-color: var(--swiper-pagination-bullet-inactive-color);
}
/**头部**/
.header {border-bottom:none;height:auto;line-height:inherit;background-size:cover;z-index:99;background:linear-gradient(to bottom,rgba(0,0,0,1),transparent);position:fixed;width:100%;top:0;transition:1s;}

.opennav #nav {
    opacity: 0;
}
.header:before {
    content: "";
    width: 100%;
    height: 0.05rem;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(75, 12, 119, 1) 0%, rgba(145, 25, 160, 1) 100%);
}
.header .inner {/* position:relative; */transition:all 0.4s ease-in-out;width: 16.2rem;}
.header .sitelogo {display:flex;}
.header .sitelogo .logo img {width:3rem;}
.header .sitelogo .logo {margin-right:0.29rem;display:inline-block;}
.header .sitelogo h1 {font-size:inherit;font-weight:normal;background:none;padding-left:0px;}
.header .sitelogo .sitetitle {display:inline-block;margin-left:0.19rem;color:#fff;min-height:0.52rem;vertical-align:middle;margin-top:-0.1rem;}
.header .sitelogo a {align-items:center;}
.header .sitelogo .tago img {width:3.82rem;}
.header .sitelogo .sitetitle span {display:block;}
.header .sitelogo img.logo {width:3.4rem;transition:all 0.6s ease-in-out;}
.header .head-main {float:left;margin-top:10px;}
.header .mod {display:flex;justify-content:space-between;height: 1.15rem;align-items:center;}
.header .head-top {display:flex;align-items:center;gap:0.15rem;}
.header .head-right {display:flex;align-items:flex-end;flex-direction:column;}
/* 搜索*/
.search_wrapper {position:relative;}
.searchbox .showbtn {font-size:0.14rem;margin:0;position:relative;z-index:1;border:none;color:#fff;cursor:pointer;line-height:0.16rem;background:url(images/searchico.svg) no-repeat center left / 0.16rem;transition:.5s;padding-left:0.24rem;}
.searchbox:hover .showbtn {/* color:transparent; *//* background-position:right .2rem center; *//* background-image:url(images/searchico2.svg); */}
.searchbox:hover .search-input {/* opacity:1; *//* width:1.5rem; *//* visibility:visible; */}
.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:auto;transition:all 0.4s ease-in-out;}
.wp-search {position:relative;;}
.wp-search form {display:flex;align-items:center;justify-content:flex-end;}
.wp-search .search-input {margin:0;position:absolute;width:0;transition:.5s;background:#fff;opacity:0;visibility:hidden;right:0;padding:0 0.4rem 0 0.2rem;}
.wp-search .search-input input.search-title {width:100%;line-height:0.44rem;background:none;font-size:var(--titleSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular';color:#333;}
.wp-search .search-btn {width:auto;height:auto;position:static;right:0;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height:100%;border:0;outline:0;background:url(images/sous2.svg) no-repeat center;cursor:pointer;}
/**角色**/
.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;}
.lang1{padding-right: 0.1rem;background: url(images/fgline.svg) no-repeat center right / contain;}
.site-lang ul {display:flex;flex-wrap: wrap;}
.site-lang ul li.links a {color:#fff;padding:0 0.18rem;line-height:1;display:inline-block;font-size:var(--smailSize);}
.site-lang ul li.links a:hover {
    color: rgba(65, 140, 255, 1);
}
.header .site-lang ul li.links:first-child a {border-right:none;}
/**导航**/
#nav {margin-top: 0.15rem;}
#nav .inner .wp-panel .navbg {position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;width:auto;height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
.nav .wp-menu {margin:0 auto;display:flex;justify-content:space-between;gap: 0.36rem;margin-bottom: -0.22rem;}
.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 {font-size: var(--bigSize);display:block;color:#fff;position:relative;line-height: 1.5;font-weight: bold;padding-bottom: 0.16rem;}
.nav .wp-menu .menu-item a.menu-link:hover {
    color: rgba(65, 140, 255, 1);
}
.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;opacity:0;transform:translateX(-50%) scale(0);transition:all 0.4s ease-in-out;overflow:hidden;background: rgba(255, 255, 255, .85);border-radius: 0;border-top: 0.03rem solid #9119A0;backdrop-filter: blur(5px);}
.nav .sub-menu .sub-item {position:relative;white-space:nowrap;vertical-align:top;_zoom:1;}
.nav .sub-menu .sub-item a {display:block;background:none;font-size: 0.14rem;padding: 0 0.25rem;line-height: 0.4rem;text-align: center;}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover {color: #9119A0;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;}
.language li {background:url(images/enico.svg) no-repeat center left / contain;}
.header .language ul li.links:first-child a {padding-right:0;}
.header .language {margin-left:0.22rem;}

/**大图**/
.mbanner {
    perspective: 1920px;
    transform-style: preserve-3d;
    background: #ccc;
}

#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_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 {color: #fff;position: absolute;text-shadow: 0px 5px 5px  rgba(0, 0, 0, 0.5);bottom: 1.94rem;left: 50%;margin-left: calc(var(--innerWidth) / -2);font-size: 0.44rem;font-weight: bold;line-height: 1.45;z-index: 1;box-sizing: border-box;width: var(--innerWidth);text-align: left;text-overflow: -o-ellipsis-lastline;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.mbanner .news .news_title a {
    color: #fff;
    display: block;
    /* white-space: nowrap; */
    /* width: 100%; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.mbanner .slick-dots {
    width: auto;
    bottom: 0.89rem;
    left: 50%;
    margin-left: -8.2rem;
    display: flex;
    align-items: flex-end;
}

.mbanner .slick-dots li {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0;
    background: var(--mainColor);
    background-size: 100%;
    margin: 0;
    opacity: 0.3;
    margin-right: 0.09rem;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
}

.mbanner .slick-dots li button {
    width: 0.06rem;
    height: 0.06rem;
    background: rgb(255 255 255 / 80%);
    padding: 0;
    display: none;
}

.mbanner .news .news_video {
    height: 100vh;
}

.mbanner .news .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.mbanner .news_list .news:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 1.93rem;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99.54%);
    filter: blur(0px);
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.mbanner .swiper-button-next,.mbanner  .swiper-button-prev {
    position: static;
    flex: none;
    background: none;
    margin: 0;
}
.mbanner .swiper-button-prev:after, .mbanner .swiper-button-next:after {
    display: none;
}

.mbanner .control {
    position: absolute;
    bottom: 1.38rem;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    gap: 0.32rem;
    align-items: center;
}

.mbanner .swiper-pagination {
    position: static;
    --swiper-pagination-fraction-color: #fff;
    font-size: var(--smailSizex);
    font-weight: bold;
    width: auto;
}

.mbanner .control a {
    flex: none;
    color: #fff;
    font-size: var(--smailSizex);
}
.mbanner .swiper-button-next:hover, .mbanner .swiper-button-prev:hover {
    background: var(--mainColor);
}

.mbanner .control a:hover {
    color: var(--hoverColor);
}
/**内容**/
.body_m {
}

.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;position: relative;align-items: flex-start;}

.post .more_btn {margin-top: 0.21rem;}

.post .more_btn img {
    width: 0.24rem;
    margin-left: 0.12rem;
    transition: all 0.6s ease-in-out;
    position: relative;
    right: 0;
}

.post .more_btn .more_text {
    display: flex;
    font-size: var(--smailSize);
    line-height: 0.21rem;
    color: rgba(65, 140, 255, 1);
    align-items: center;
    gap: 0;
}
.post .tt .tt_en {
    color: rgba(102, 102, 102, 1);
    font-size: var(--smailSize);
    line-height: 1.5;
    text-transform: uppercase;
}

.post .tt .tit:after {
    content:"";
    width: 0.58rem;
    height: 0.04rem;
    background: rgba(145, 25, 160, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.post .more_btn .more_text:hover img {
    right: -0.1rem;
}
.post .tt .tit {display: flex;flex-direction: column;font-weight: normal;margin-right: 0.2rem;position: relative;padding-bottom: 0.08rem;}

.post .tt .title {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 1.49;
}

.post1 .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.44;
}

.post1 .news .news_text {
    font-size: var(--smailSizex);
    line-height: 1.35;
    color: rgba(102, 102, 102, 1);
}
.post1 .tt2 .title {
    display: flex;
    align-items: center;
    font-size: var(--smailSizex););
    line-height: 1.45;
}

.post1 .tt2 .title img {
    width: 0.18rem;
    margin-left: 0.12rem;
    transition: all 0.6s ease-in-out;
}
.post1 .tt2 .title:hover img {
    margin-left: 0.22rem;
}
.post1 .tt2 .title .tt_en {
    margin-left: 0.055rem;
    text-transform: uppercase;
}

/**main1**/
.main1 .inner {
    padding: 0.46rem 0.4rem 1.13rem;
    margin-top: -0.96rem;
    position: relative;
    z-index: 1;
    background: url(images/main1bg.png) no-repeat top center/100% auto;
    box-sizing: border-box;
}
.main1 .search-box .input-box {
    position: relative;
    margin-bottom: 0.34rem;
}

.main1 .search-box input {
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid rgba(226, 222, 235, 1);
    line-height: 0.77rem;
    padding: 0 0.61rem;
    box-sizing: border-box;
    font-size: 0.26rem;
    font-family: 'SourceHanSansCN-Regular';
}
.main1 .search-box input::-ms-input-placeholder{color: rgb(145 25 160 / 30%);}
.main1 .search-box input::-moz-placeholder{color: rgb(145 25 160 / 30%);}
.main1 .search-box input::-webkit-input-placeholder{color: rgb(145 25 160 / 30%);}
.main1 .btn-box {
    position: absolute;
    height: 0.78rem;
    width: 0.6rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 0.4rem;
}

.main1 .btn-box img {
    width: 0.3rem;
}

.main1 .search-box .hot-word {
    display: flex;
    align-items: center;
    display: none;
}

.main1 .search-box .hot-word ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main1 .search-box .hot-word .icon img {height: 100%;margin-right: 0.05rem;}

.main1 .search-box .hot-word .icon {
    font-size: var(--smailSize);
    color: rgba(153, 153, 153, 1);
    line-height: 1.5;
    margin-right: 0.19rem;
    flex: none;
}

.main1 .search-box .hot-word ul li {
    cursor: pointer;
    padding: 0 0.14rem;
    line-height: 2.35;
    font-size: var(--smailSizex);
    border-radius: 0.5rem;
    background: rgb(145 25 160 / 10%);
    margin-right: 0.16rem;
}

.main1 .search-box .hot-word ul li:hover {
    background: rgb(145 25 160 / 31%);
}

.main1 .search-box {
    margin-bottom: 0.58rem;
}

.main1 .mbottom {
    display: flex;
}

.post-11 {
    width: 6.7rem;
    flex: none;
    position: relative;
    /* padding-bottom: 1.36rem; */
    margin-right: 0.52rem;
}
.post-11 .news_imgs a {
    padding-top: 61.194%;
}
.post-11 .tt2 {
    position: absolute;
    bottom: 0.47rem;
}
.post-11 .tt2 .title {color: rgba(145, 25, 160, 1);}
.post1 .news_imgs .news_meta1 {
    position: absolute;
    background: rgba(65, 140, 255, 1);
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 0.518rem;
    height: 0.46rem;
    color: #fff;
    clip-path: polygon(0 0,100% 0, 100% 0, 100% 100%, 16% 100%);
    align-items: center;
    justify-content: space-evenly;
}
.post1 .news_imgs .news_meta1 .news_days {
    font-size: 12px;
}

.post1 .news_imgs .news_meta1 .news_month {
    font-size: var(--titleSize);
    font-weight: bold;
}
.post-11 .news_imgs {
    margin-bottom: 0.74rem;
}

.post-11 .news .news_title {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.59rem;
}

.post1 .news .news_text a {
    color: rgba(102, 102, 102, 1);
}

.post-11 .control {
    position: absolute;
    top: 4.31rem;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 0.2rem;
    align-items: center;
}
.post-11 .swiper-button-next, .post-11 .swiper-button-prev {
    position: static;
    margin: 0;
}
.post-11 .swiper-pagination {
    position: static;
    width: auto;
}
.post-11:before {content: "";width: 9.9rem;height: 4.78rem;background: rgba(245, 249, 255, 1);position: absolute;left: calc(6.6rem - 50vw);bottom: 0;}

.main1 {
    position: relative;
}

.main1 .mr {
    flex: 1;
    position: relative;
    z-index: 1;
    /* width: 0; */
}

.main1 .mr .tt2 {
    margin-bottom: 0.13rem;
}
.main1 .mr .post1 .list2 .news {
    display: flex;
    height: 0.79rem;
    align-items: center;
    border-bottom: 1px solid rgba(226, 222, 235, 1);
}

.main1 .mr .post1 .list1 .news_imgs {
    width: 3rem;
    margin-right: 0.31rem;
    flex: none;
}

.main1 .mr .post1 .list1 .news {
    display: flex;
}

.main1 .mr .post1 .list1 .news_imgs a {
    padding-top: 60.33%;
}

.main1 .mr .post1 .list1 .news_title {
    font-size: var(--bigSize);
    font-weight: bold;
    margin-bottom: 0.08rem;
}
.main1 .mr .post1 .list1 .news:hover .news_title a {
    color: rgba(145, 25, 160, 1);
}

.main1 .mr .post1 .list1 .news_wz {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: 0;
}

.main1 .mr .post1 .list1 .news_more {
    margin-bottom: 0.13rem;
    color: rgba(65, 140, 255, 1);
    font-size: var(--smailSizex);
    display: flex;
    align-items: center;
    gap: 0;
}
.main1 .mr .post1 .list1 .news_more img {
    width: 0.18rem;
    margin-left: 0.1rem;
}

.main1 .mr .post1 .list1 .news:hover .news_more {
    gap: 0.1rem;
}
.post-12 {
    margin-bottom: 0.25rem;
}

.main1 .mr .post1 .list2 .news_meta {
    display: flex;
    flex-direction: column;
    height: 0.47rem;
    justify-content: space-between;
    width: 0.99rem;
    text-align: right;
    padding-right: 0.43rem;
    box-sizing: border-box;
    border-right: 1px solid rgba(226, 222, 235, 1);
    margin-right: 0.42rem;
    flex: none;
}
.main1 .mr .post1 .list2 .news_month {
    color: rgba(226, 222, 235, 1);
    font-size: var(--bigSize););)();
    font-weight: bold;
}

.main1 .mr .post1 .list2 .news_year {
    color: rgba(153, 153, 153, 1);
    font-size: var(--smailSizex);
}
.post-21 .tt {
    margin-bottom: 0.8rem;
}
.main2 .inner {
    padding-bottom: 1.05rem;
    position: relative;
    z-index: 1;
}

.post-21 .con {
    display: flex;
    justify-content: space-between;
}

.post-21 .con .list1 {
    width: 7.96rem;
    flex: none;
    margin-top: 1.46rem;
}

.post-21 .con .list2 {
    width: 4.03rem;
    flex: none;
    background: rgba(212, 228, 255, 1);
    position: relative;
}

.main2:after {
    content: "";
    background: rgba(245, 249, 255, 1);
    position: absolute;
    height: 6.03rem;
    width: 100%;
    bottom: 0;
}

.main2 {
    position: relative;
}

.main2:before {
    content: "";
    background: url(images/main2bg.png) no-repeat center/100% 100%;
    position: absolute;
    right: 0;
    height: 0.72rem;
    width: calc(50vw + var(--innerWidth)/2);
    bottom: -0.36rem;
    z-index: 1;
}
.post-21 .con .list1 .news a {
    width: 7.56rem;
    height: 1.02rem;
    background: #fff;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    padding: 0 0.48rem;
    box-sizing: border-box;
    --color: #B5C8EB;
    border: 1px solid transparent;
    position: relative;
}

.post-21 .con .list1 .news_meta {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-weight: bold;
    color: var(--color);
    gap: 0.15rem;
    transition: all 0.4s ease-in-out;
}.post-21 .con .list1 .news_days {
    font-size: 0.32rem;
}

.post-21 .con .list1 .news_month {
    font-size: 0.16rem;
}

.post-21 .con .list1 .xian {
    margin: 0 0.4rem;
    width: 0.01rem;
    height: 0.47rem;
    background: var(--color);
    transform: rotate(20deg);
    transition: all 0.4s ease-in-out;
}

.post-21 .news .news_title {
    font-weight: bold;
    font-size: var(--bigSize);
}
.post-21 .con .list1 .news.selected a {
    --color: var(--hoverColor);
    border: 1px solid var(--color);
    width: 100%;
    color: var(--color););
}

.post-21 .con .list1 .news a:after {
    content:"";
    height: 0.02rem;
    width: 1.06rem;
    background: var(--hoverColor);
    position: absolute;
    right: -0.9rem;
    transition: all 0.4s ease-in-out;
    transform-origin: left;
    transform: scale(0);
    opacity: 0;
}

.post-21 .con .list1 .news.selected a:after {
    opacity: 1;
    transform: none;
}
.post-21 .con .list2 .news {
    position: absolute;
    opacity: 0;
    right: 0;
    bottom: 0;
    transition: all 0.8s ease-in-out;
    width: 100%;
}

.post-21 .con .list2 .news_imgs {
}

.post-21 .con .list2 .news_imgs  a {
    padding-top: 141.19%;
}

.post-21 .con .list2 .news.active {
    bottom: 0.54rem;
    right: 0.75rem;
    opacity: 1;
}

.main3 .inner {
    padding: 1.16rem 0 0.45rem;
}

.post-31 .tt {
    justify-content: flex-end;
    margin-bottom: 0.86rem;
}
.post-31 .news_list {
    display: flex;
    flex-wrap: wrap;
}

.post-31 .news_list .news {
    width: 33.33%;
    display: flex;
    position: relative;
    height: 0.92rem;
}
.post-31 .news_list .news .news_meta {
    display: flex;
    flex-direction: column;
    padding-left: 0.39rem;
    gap: 0.09rem;
    text-align: right;
    margin-right: 0.21rem;
    flex: none;
    border-left: 0.03rem solid rgba(226, 222, 235, 1);
    transition: all 0.4s ease-in-out;
}
.post-31 .news_list .news:hover .news_meta{
    border-left: 0.03rem solid rgba(145, 25, 160, 1);
}
.post-31 .news_list .news .news_month {
    font-size: 0.28rem;
    line-height: 0.41rem;
}

.post-31 .news_list .news .news_year {
    font-size: 0.16rem;
}

.post-31 .news_list .news .news_ {}

.post-31 .news_list .news .news_more {
    position: absolute;
    top: 100%;
}

.post-31 .news_list .news .news_wz {
    position: relative;
    padding-top: 0.1rem;
    padding-right: 0.75rem;
}

.post-31 .news_list .news .news_more img {
    width: var(--titleSize);
}

.post-31 .news_list .news .news_title {
    font-size: var(--smailSize);
}
.post-31 .news_list .news:hover .news_meta,.post-31 .news_list .news:hover .news_title a {
    color: var(--hoverColor);
}
.main4 .inner {
    padding: 1.05rem 0 0.52rem;
    background: url(images/Fill2.svg) no-repeat top right 0.4rem /7rem;
}
.post-41  .tt {
    margin-bottom: 0.45rem;
}

.post-41 .con {
    position: relative;
    /* padding: 0 0.87rem 0 0.4rem; */
}

.post-41 .con:after {
    content: "";
    height: 6.61rem;
    background: rgba(245, 249, 255, 1);
    position: absolute;
    width: calc(100% - 0.4rem);
    top: 0.55rem;
    left: 0;
}

.post-41 .swiper1 .news {
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
}

.post-41 .swiper1 .news_imgs a {
    padding-top: 60.323%;
}

.post-41 .swiper1 .news_imgs {
    width: 7.41rem;
    flex: none;
    margin-left: 0.34rem;
    /* margin-right: -0.87rem; */
}

.post-41 .swiper1 .news_wz {
    margin-top: 1.25rem;
    flex: 1;
    padding-left: 0.4rem;
    box-sizing: border-box;
}

.post-41 .swiper1 .news_title {
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.44rem;
}

.post-41 .swiper1 .news_text {
    margin-bottom: 0.6rem;
    font-size: var(--smailSize);
}
.post-41 .swiper1 .news_more {
    color: rgba(65, 140, 255, 1);
    font-size: var(--titleSize);
    gap: 0;
    display: flex;
    align-items: center;
}

.post-41 .swiper1 .news_more img {
    width: 0.18rem;
    margin-left: 0.15rem;
}

.post-41 .swiper1 .news_more:hover {
    gap: 0.1rem;
}

.post-41 .swiper2 {margin: 0.66rem 0.87rem 0 0.4rem;}
.post-41 .swiper2 .news .news_title {
    height: 0.98rem;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 0.19rem 0 0.27rem;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}

.post-41 .swiper2 .news.swiper-slide-thumb-active .news_title,.post-41 .swiper2 .news:hover .news_title {
    border-color: var(--hoverColor);
    color: var(--hoverColor);
}
.main5 {
    background: url(images/main5bg.jpg) no-repeat center/cover;
}

.main5 .inner {
    padding: 1.29rem 0 1.81rem;
}

.post-51 .news_title {
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    margin-bottom: 0.4rem;
}

.post-51 .con {
    color: #fff;
    width: 11.45rem;
    margin: 0 auto;
}

.post-51 .news_text {
    text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.5);
    font-size: var(--smailSize);
    line-height: 1.45;
}
.post-61 {
    margin-top: -0.61rem;
}

.post-61 .con {
    display: flex;
}

.post-61 .con .list1 {
    flex: 1;
    background: rgba(245, 249, 255, 1);
    clip-path: polygon(0 0.37rem, 101% 0, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.41rem;
    gap: 0.53rem;
}

.post-61 .con .list2 {
    width: 10.54rem;
}
.post-61 .con .list2 .news_imgs:after {
    background: linear-gradient(360deg, rgba(99, 1, 115, 1) 0%, rgba(0, 0, 0, 0) 99.54%);
    filter: blur(0px);
    height: 1.09rem;
}
.post-61 .con .list2 .news_imgs span {
    padding-top: 50.28%;
}
.post-61 .con .list2 .news_imgs span video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.post-61 .con .list2 .news {
    position: relative;
}

.post-61 .con .list2 .news .play {
    position: absolute;
    width: 0.67rem;
    height: 0.67rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.post-61 .con .list2 .news .pause .play2 {
    display: none;
}
.post-61 .con .list2 .news .pause:hover .play {
    opacity: 1;
}
.post-61 .con .list2 .news .pause .play {
    opacity: 0;
    background: url(images/pause.svg) no-repeat center/100% 100%;
}
.post-61 .con .list2 .news .pause .play img {
    display: none;
}
.post-61 .con .list2 .news .play img {
    width: 100%;
    height: 100%;
}

.post-61 .con .list2 .news .play2 {
    position: absolute;
    width: 2.22rem;
    bottom: 0.4rem;
    border-radius: 0.09rem;
    background: url(images/playbg.png) no-repeat center/100% 100%;
    display: flex;
    height: 0.54rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 0.33rem;
    font-size: var(--titleSize);
    left: 50%;
    margin-left: -1.11rem;
}
.post-61 .con .list2 .news .play2 .icon1 {
    width: 0.19rem;
}

.post-61 .con .list2 .news .play2 .icon2 {
    width: var(--smailSizex);
}
.post-61 .con .list1 a {
    display: flex;
    justify-content: space-between;
    border-left: 0.03rem solid transparent;
    box-sizing: border-box;
    padding-left: 0.3rem;
}
.post-61 .con .list1 .news_title{
    font-size: var(--bigSize);););
}
.post-61 .con .list1 .news {
}

.post-61 .con .list1 a img {
    width: 0.18rem;
}

.post-61 .con .list1 .news.selected a{
    border-color: var(--hoverColor);
    color:var(--hoverColor);
    font-weight: bold;
}
.post-71 .tt {
    background: linear-gradient(314.63deg, rgba(75, 12, 119, 1) 0%, rgba(145, 25, 160, 1) 52.99%, rgba(85, 15, 184, 1) 100%);
    height: 2.08rem;
    align-items: center;
    padding-left: 1.01rem;
}

.post-71 .tt .title {
    color: #fff;
}

.post-71 .tt .tt_en {
    color: #fff;
}

.post-71 .tt .tit:after {background: rgba(65, 140, 255, 1);}

.post-71 .more_btn .more_text {
    color: #fff;
}
.share .news_list {
  display: flex;
  justify-content: space-between;
  gap: 0.16rem;
}

.share .news_list .news {
  position: relative;
  transition: all 0.6s ease-in-out;
}

.share .news_list .news .icon {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.share .news_list .news:nth-child(1) .icon {
  background-image: url(images/ins.svg);
}

.share .news_list .news:nth-child(2) .icon {
  background-image: url(images/weixin.svg);
}

.share .news_list .news:nth-child(3) .icon {
  background-image: url(images/douyin.svg);
}

.share .news_list .news:nth-child(4) .icon {
  background-image: url(images/bilibili.svg);
}
.share .news_list .news:nth-child(5) .icon {
  background-image: url(images/weibo.svg);
}
.share .news_list .news:nth-child(6) .icon {
  background-image: url(images/icon_more.svg);
}
.share .news_list .news .news_imgs {
  position: absolute;
  bottom: 120%;

  left: 50%;
  margin-left: -0.55rem;
  transform: translateY(-36%);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.share .news_list .news .news_imgs img {
  width: 100%;
  height: 100%;
      width: 1.1rem;
  height: 1.1rem;
}

.share .news_list .news:hover .news_imgs {
  opacity: 1;
  transform: none;
    visibility:inherit
}

.share .news_list .news:hover .icon:after {
  transform: translate(-50%,-50%) scale(1);
  opacity: 1;
  box-shadow: 4px 4px 7px 0px #811c21a8;
  border-color: #fff;
}

.share .news_list .news:hover .icon {
  transform: translate(-4px,-4px);
  /* box-shadow: 0.03rem 0.03rem 1px 0px #fff; */
}

.main7 .share {
    position: absolute;
    z-index: 1;
    top: 0.71rem;
    right: 0.4rem;
}

.main7 .inner .mod {
    position: relative;
}
.post-71 .con {
    display: flex;
}

.post-71 .con .list1 {
    width: 5.13rem;
    flex: none;
}

.post-71 .con .list2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.post-71 .con .list1 .news_imgs a {
    padding-top: 112.28%;
}

.post-71 .news .news_wz {
    position: absolute;
    width: 100%;
    padding: 0.12rem  0.28rem;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
}

.post-71 .news {
    position: relative;
}
.post-71 .news .news_wz .icon img {
    width: 0.34rem;
}

.post-71 .news .news_con {
    margin-left: 0.15rem;
    color: #fff;
}

.post-71 .news .news_date {
    font-size: var(--smailSizex);
    line-height: 1.5;
}

.post-71 .news .news_title {
    font-size: var(--bigSize);
    font-weight: bold;
}
.post-71 .news .news_title a{
    color: #fff;
}
.post-71 .news .news_imgs.bg:after {background: linear-gradient(360deg, rgba(99, 1, 115, 1) 0%, rgba(0, 0, 0, 0) 99.54%);filter: blur(0px);}

.post-71 .con .list2 .news_imgs a {
    padding-top: 65%;
}

.post-71 .con .list2 .news {
    width: 50%;
}
/**列表页**/
.wp-inner {
    position: relative;
}
.l-banner {
    height: 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;
}

#l-container .inner {
    position: relative;
    width: var(--listInnerWidth);
    margin-top: -0.7rem;
}

#d-container .inner {
    background: #fff;
}

/**栏目列表**/
.col_menu_head {padding: 0 0.4rem;position: absolute;top: calc(100% - 2.1rem);left: 50%;margin-left: calc(var(--listInnerWidth)/-2 );width: var(--listInnerWidth);box-sizing: border-box;}

.col_name span {
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 5px 5px  rgba(0, 0, 0, 0.5);
}

.col_name {
    margin-bottom: 0.81rem;
    
}
.col_sum .col_name {
    margin-bottom: 0.29rem;
}
.col_menu_head.col_sum .col_summary {
    color: #fff;
    font-size: var(--smailSize);
    text-shadow: 0px 5px 5px  rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
.col_path a,.col_path span {
    color: #fff;
    font-size: var(--smailSize);
    line-height: 1.3;
}

.col_path {
    display: flex;
    padding-left: 0.33rem;
    background: url(images/home.svg) no-repeat left /0.19rem;
    color: #fff;
    height: 0.49rem;
    align-items: center;
    margin-left: 0.4rem;
}

.possplit::after {
    content: "-";
    font-size: .15rem;
    color: #fff;
}

.col_path .possplit {
    margin: 0 0.02rem;
    width: auto;
    background-image: none;
    color: #666;
    text-indent: inherit;
    font-size: 0;
}

.col_list {width: 2.6rem;flex: none;margin-left: 0.54rem;}

.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
}

.col_list ul li {
}
.col_list .col_column.selected,.col_list .col_column.parent{
    background: rgba(255, 255, 255, 1);
    box-shadow: inset -0.02rem 0px 0px  rgba(145, 25, 160, 1);
    background: linear-gradient(90deg, rgba(145, 25, 160, 0.1) 0%, rgba(145, 25, 160, 0) 100%);
}
.col_list .col_column a.selected,.col_list .col_column a.parent {
    font-weight: bold;
    color: rgba(145, 25, 160, 1);
}

.col_list .col_column .col_item_link {
    padding: 0 .36rem;
    font-size: var(--titleSize);
    display: inline-block;
    display: block;
    text-align: left;
    padding: 0.15rem 0.24rem;
    line-height: 1.5;
    border-bottom: 1px solid rgba(226, 222, 235, 1);
}
.col_list .col_column .sub-item-link {
    padding: 0 .36rem;
    font-size: var(--smailSize);
    display: inline-block;
    display: block;
    text-align: left;
    padding: 0.15rem 0.24rem;
    line-height: 1.5;
    border-bottom: 1px solid rgba(226, 222, 235, 1);
    color: #999;
}
.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 {
    position: relative;
}

.col_news:after {
    content: "";
    width: calc(100% + 0.1rem);
    height: 2.34rem;
    position: absolute;
    background: url(images/listbg.png) no-repeat top /100% 100%;
    top: 0;
    left: -0.05rem;
}

.col_news>div {
    position: relative;
    z-index: 1;
}

.col_news_con {
    background: #fff;
    display: flex;
    padding: 0.45rem 0.3rem;
    flex-direction: row-reverse;
}
.col_news_con.noCol {
    display: block;
}
.col_news_con.noCol .col_list{
    display: none;
}
.col_news_con.noCol .col_news_list{
    width: 100%;
}
.mrlist .col_news_con {
    min-height: 4rem;
}
.col_news_list {
    flex: 1;
    width: 0;
}
/**默认新闻列表页**/

.mrlist .col_news_list .news_list .news {
    display: flex;
    margin-bottom: .6rem;
}

.mrlist .col_news_list .news_list .news .news_imgs {
    width: 3.7rem;
    flex: none;
    background: 0 0;
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
    margin-right: 0.38rem;
       background: url(images/default.jpg) no-repeat center /cover;
}

.mrlist .col_news_list .news_list .news .news_imgs a {
    padding-top: 57%;
    width: 100%;
}

.mrlist .col_news_list .news_list .news .news_wz {
    flex: 1;
    /* margin-left: 0.38rem; */
    border-bottom: 1px solid rgba(226, 222, 235, 1);
    padding: 0.22rem 0 0.29rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.mrlist .col_news_list .news_list .news .news_meta {
    margin-bottom: .33rem;
}

.mrlist .col_news_list .news_list .news .news_meta span {
    display: block;
    color: #666;
}

.mrlist .col_news_list .news_list .news .news_year {
    font-size: .14rem;
}

.mrlist .col_news_list .news_list .news .news_day {
    font-size: .36rem;
    line-height: 1.4;
}

.mrlist .col_news_list .news_list .news .news_title {
    font-size: var(--bigSize);
    line-height: 1.4;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.mrlist .col_news_list .news_list .news .news_text {
    font-size: var(--smailSizex);
    line-height: 1.45;
}


.mrlist .col_news_list .news_list .news.noimg .news_imgs {
    display: none;
}
.mrlist .col_news_list .news_list .news .news_date{
    font-size: var(--smailSizex);
    line-height: 1.5;
    color: rgba(102, 102, 102, 1);
    margin-top: 0.1rem;
}
/**文章页**/
.info .col_metas.clearfix {
    height: .63rem;
}

.infobox {
    padding: .56rem 0;
    margin: 0 auto;
    width: auto;
}

.article .arti_title {
    line-height: 1.3;
    font-weight: bold;
    font-size: 0.322rem;
    text-align: center;
    margin-bottom: .2rem;
}

.article .arti_title2 {
    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;
    display: none;
}

.article .arti_metas>span {
    margin: 0 .16rem;
    font-size: var(--smailSize);
    color: #666;
}

.article .arti_info.clearfix {
    position: relative;
}
.wp_entry p {
    font-family: 'SourceHanSansCN-Regular';
        font-size: var(--titleSize);
    margin-bottom: 0;
}
.wp_entry p a:hover {
    color: var(--hoverColor) ! important;
}
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: .4rem;
    min-height: 400px;
}

.article .entry .read,.article .entry .read p {
    line-height: 1.75;
    font-size: var(--smailSize);
    color: #333;
}

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 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 {
    position: relative;
    background: linear-gradient(0deg, rgba(75, 12, 119, 1), rgba(101, 0, 115, 1));
}
#footer::before{content:'';display:block;height:0.12rem;top:-0.06rem;    background: rgba(196, 120, 207, 0.5);    position: absolute;left: 0;right: 0;}
.footer .inner {
    padding: 0.39rem 0 0.48rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 16.2rem;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: .857rem;
}

#footer .inner.in1 {
    padding: .57rem 0 .32rem;
    position: relative;
}

#footer .inner .mod {
    display: flex;
    justify-content: space-between;
}
#footer .inner .mod_b{    border-top: 1px solid rgba(255, 255, 255, .15);margin-top:0.17rem;   justify-content: space-between;    padding-top: 0.14rem;
    align-items: center;}

.footer .sitelogo {    margin-bottom: 0.17rem;}
.footer .sitelogo img{    width: 3rem;}
#footer .inner .foot-right {
}
.foot-left .title {
    color: #fff;
    font-size: var(--smailSize);
    line-height: .21rem;
    font-weight: 700;
    margin-bottom: .14rem;
}
.foot-ps p {
    font-size: var(--smailSizex);
    color: #fff;
}

.foot-ps p span {
    margin-left: 0.66rem;
    display: inline-block;
}
.shares .news_list .imgs {
    width: 1.54rem;
    height: 1.54rem;
    position: absolute;
    top: -0.25rem;
    right: 0;
    background: #fff;
}

.shares .news_list .imgs img {
    width: 100%;
    height: 100%;
}
#footer .inner .mod_b p{
    font-size: 0.12rem;
    opacity: 1;
    color: rgba(255, 255, 255, .5);
    font-family: 'shr';
    font-weight: 500;
    line-height: 0.26rem;
    /* display: flex; */
    align-items: center;
    }
#footer .inner .mod_b p img{
    margin-left: 0.1rem;
    width: 0.36rem;
    vertical-align: middle;
}
#footer .inner .mod_b .foot-br .menu-link{
    font-size: 0.12rem;
    font-family: 'shr';
    color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .1);
    border-radius: 0.04rem;
    line-height: 2.1;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 0 0.08rem;
    }
.footLink .inner {
    padding: 0.76rem 0 0.5rem;
}

.footLink .linkbox {
    display: flex;
    padding-right: 2.64rem;
}

.footLink .linkbox .tt {
    width: 1.76rem;
    float: none;
}

.footLink .linkbox .con {
    flex: 1;
    padding-top: 0.11rem;
}

.footLink .linkbox .link_list {
    display: flex;
    flex-wrap: wrap;
}

.footLink .linkbox .link_list .link {
    width: 20%;
    margin-bottom: 0.27rem;
}

.footLink .linkbox .link_list a {
    font-size: var(--titleSize);
    line-height: 1.67;
    display: block;
    border-left: 1px solid rgba(226, 222, 235, 1);
    padding: 0 0.21rem;
}
.footLink .linkbox.post .tt .tit:after{display: none;}
.list.type1 .col_news:after{display: none;}
