@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
    font-family:"SourceHanSerifCN-Bold";
    src: url(../fonts/SourceHanSerifCN-Bold.ttf);
}
@font-face {
    font-family:"SourceHanSansCN-Regular";
    src: url(../fonts/SourceHanSansCN-Regular.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:#F8FBFB;}
:root {--mainColor: #9F142B;--hoverColor: #9F142B;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex:0.14rem;--innerWidth: 16rem;}
p {line-height:1.75;}
a {color:#333;text-decoration:auto;transition:all 0.4s ease-in-out;}
a:hover {color:var(--hoverColor);}
.line1 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.line2 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.line3 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.line4 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.wrapper {width:100%;margin:0 auto;}
.wrapper .inner {width:var(--innerWidth);margin:0 auto;}
.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;background-size:cover;position:relative;z-index:3;background: linear-gradient(to bottom, rgb(0 0 0 / 50%), transparent);position:absolute;width:100%;top:0;transition:1s;border-top: 0.08rem solid #9F142B;}
.header.fix {background:var(--mainColor);}
.header .inner {position:relative;transition:all 0.4s ease-in-out;}
.header .sitelogo {display:flex;}
.header .sitelogo .logo img {width: 4.64rem;}
.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.3rem;align-items:center;}
.header .head-top {display:flex;align-items:center;gap: 0;}
.header .head-right {display:flex;align-items:flex-end;gap:0.1rem;flex-direction:column;}
/* 搜索*/
.wp_search {display:inline-block;position:relative;padding-left:4px;border:1px solid #d0d0d0;}
.wp_search #keyword {width:160px !important;padding:4px 0;border:none;height:20px;line-height:20px;background:transparent;color:#fff;}
.wp_search .search {width:32px;height:30px;border:0px;background:#FFFFFF url(../images/sous.png) no-repeat center;cursor:pointer;vertical-align:top;}
.searchbox .tt {color:#fff;text-align:center;font-size:0.3rem;font-weight:bold;margin-bottom:0.47rem;}
.searchbox {text-align:right;width:0.44rem;border-radius:0.22rem;overflow:hidden;}
.wp-search {position:relative;background:rgb(255 255 255 / 20%);}
.wp-search form {display:block;}
.wp-search .search-input {margin-left:0.2rem;margin-right:40px;}
.wp-search .search-input input.search-title {width:100%;line-height:0.44rem;background:none;color:#FFFFFF;font-size:var(--titleSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular';}
.wp-search .search-btn {width:0.44rem;height:0.44rem;position:absolute;right:0;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height:100%;border:0;outline:0;background:url(../images/sous2.svg) no-repeat center;cursor:pointer;}
.header .searchbox:hover {width:3rem;border-radius:0.22rem;}
.header .searchbox {transition:all 0.4s ease-in-out;}
/**角色**/
.site-rale ul li.links {float:left;}
.site-rale ul li.links a {line-height:35px;padding:0 12px 0 12px;padding-left:19px;font-size:13px;color:#cad3d4;background:url(../images/icon_role.png) no-repeat;}
.site-rale ul li.links a:hover {color:#fff;}
.site-lang ul {display:flex;flex-wrap: wrap;gap: 0.1rem;}
.site-lang ul li.links a {color:#fff;font-size:var(--titleSize);padding: 0 0.2rem;line-height:1;display:inline-block;font-size: var(--smailSizex);border-right: 1px solid #fff;}
.site-lang ul li.links a:hover {color:#fff;}
.header .site-lang ul li.links:last-child a {border-right: 0px solid #fff;}
/**导航**/
#nav {/* width:9rem; */}
#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;column-gap: 0.51rem;}
.nav .wp-menu .menu-item {position:relative;text-align:center;}
.nav .wp-menu .menu-item.i1 {background:none;}
.nav .wp-menu .menu-item a>.menu-switch-arrow {display:none;width:20px;height:20px;background:url(../images/nav_j.png) no-repeat center center;vertical-align:middle;}
.nav .wp-menu .sub-menu li .sub-menu {display:none;}
.nav .wp-menu .menu-item a.menu-link {line-height:0.4rem;font-size: var(--bigSize);display:block;color:#fff;position:relative;font-family: "SourceHanSansCN-Regular";font-weight: bold;}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {font-weight:bold;text-decoration:none;color:var(--mainColor);}
.nav .sub-menu {position:absolute;left:50%;top:100%;min-width:1.5rem;z-index:100;background:var(--mainColor);opacity:0;transform:translateX(-50%) scale(0);transition:all 0.4s ease-in-out;border-radius:8px;overflow:hidden;}
.nav .sub-menu .sub-item {position:relative;white-space:nowrap;vertical-align:top;_zoom:1;}
.nav .sub-menu .sub-item a {display:block;color:#fff;line-height:0.5rem;padding:0 17px;font-size:var(--smailSize);background:none;text-align:center;}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover {color:#333;background-color:#fff;display:block;}
.nav .sub-menu .sub-menu {left:100%;top:0px;z-index:200;background:#fff;}
.nav .site-lang {display:none;}
.nav .wp-menu .menu-item a.menu-link:after {content:"";width:100%;height:1px;position:absolute;bottom:0;background:#fff;left:0;transform:scale(0);transition:all 0.4s ease-in-out;}
.nav .wp-menu .menu-item a.menu-link:hover:after {transform:scale(1);}
.nav .wp-menu li:hover>.sub-menu {transform:translateX(-50%);opacity:1;}
/**大图**/
.mbanner {perspective:1920px;transform-style:preserve-3d;}
#banner .inner {width:100%;text-align:center;}
.mbanner .news_imgs a {display:block;height:100vh;}
.mbanner .news_list .news:not(:first-child){
  display: none;
}
.mbanner .news_list.slick-initialized .news:not(:first-child) ,.mbanner .news_list.swiper-wrapper .news:not(:first-child){
display: block;
}
.mbanner .news_imgs a img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.mbanner .slick-prev,.mbanner .slick-next {z-index:1;top: 50%;bottom: auto;opacity:0.8;font-size: 0;width: 0.14rem;height: 0.25rem;}
.mbanner .slick-prev {left:0.55rem;background: url(../images/bannerleft.svg)no-repeat;background-size: cover;}
.mbanner .slick-next {right:0.55rem;background: url(../images/banneright.svg)no-repeat;background-size: 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 {display:flex;font-size:0.33rem;line-height:1.4;position:absolute;bottom:0;width:15rem;left:50%;transform:translateX(-7.5rem);background:rgb(0 0 0 / 57%);height:1.09rem;color:#fff;text-align:left;padding:0 0.46rem;box-sizing:border-box;align-items:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mbanner .news .news_title a {color:#fff;display:block;white-space:nowrap;width:80%;overflow:hidden;text-overflow:ellipsis;}
.mbanner .slick-dots {width:auto;bottom: 0.76rem;right: 50%;margin-right: -8rem;display:flex;align-items:flex-end;}
.mbanner .slick-dots li {width: auto;height: auto;border-radius:0;background: none;background-size:100%;margin:0;opacity: 1;margin-right:0.09rem;transition:all 0.4s ease-in-out;display:flex;justify-content:center;border-radius:50%;color: #fff;align-items: baseline;font-weight: bold;}
.mbanner .slick-dots li button {width: auto;height: auto;padding:0;/* display:none; */font-size: var(--smailSize);color: #fff;font-weight: bold;}
.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:after {content:"";display: block;position: absolute;pointer-events: none;background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);opacity: 0.42;height: 2.07rem;width: 100%;bottom: 0;}
.mbanner .slick-dots li:before {content:"0";display:block;transition:all 0.4s ease-in-out;font-size: var(--smailSize);}
.mbanner .slick-dots li.slick-active::before{
    font-size: 0.32rem;
}
.mbanner .slick-dots li:after{content:'';width:0;height:0.01rem;background:#fff;transition: 0.7s;margin-left: 0.08rem;}
.mbanner .slick-dots li.slick-active button{font-size:0.32rem}
.mbanner .slick-dots li.slick-active:after {width: 1.27rem;}
.mbanner .slick-dots li.slick-active {opacity:1;background:none;}
.mbanner.fixBanner {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #ccc;}
.fixedok .mbanner {opacity: 0;}
/**内容**/
.news_imgs a,.news_imgs span {display:block;overflow:hidden;}
.post .news:hover .news_imgs 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);}
/**主体公共**/
.post1 .tt {display:flex;position:relative;justify-content: flex-start;margin-bottom: 0.3rem;}
.post1 .tt:before{content:'';height:0.01rem;border-bottom:0.01rem dashed #C6B798;left: 2.28rem;position: absolute;right: 1.1rem;top: 43%;transform: translateY(-50%);}
.post1 .more_btn {position:absolute;right:0;top: 41%;transform: translateY(-50%);}
.post1 .more_btn img {width:0.14rem;margin-left:0.05rem;}
.post1 .more_btn .more_text {vertical-align:middle;font-size:var(--smailSize);color: #333333;line-height:0.21rem;font-family: "SourceHanSerifCN-Bold";}
.post1 .tt .tit span {display:block;position:relative;z-index:1;}
.post1 .tt .tit {/* width:1.59rem; */position:relative;padding-left: 0.36rem;}
.post1 .tt .title {font-size: 0.4rem;font-weight:normal;font-weight:bold;line-height: 1.425;font-family: "SourceHanSerifCN-Bold";}
.post1 .tt .tt_en {font-size: 0.12rem;font-weight:normal;color: #D4A654;padding-left: 0.06rem;}
.post1 .news .news_title {font-size:var(--titleSize);line-height: 1.777;color:#4b4b4b;font-weight:bold;}
.post1 .news .news_text {font-size: var(--smailSizex);line-height:1.75;color: #333333;opacity: 0.6;}
.post1 .news .news_title a {color:#4b4b4b;}
.post1 .news .news_text a {color:#707070;}
.post1 .news .news_date {font-weight:bold;font-size:var(--smailSize);line-height:1.32;color:#707070;}
.post1 .news .news_meta {color:#fff;display:inline-block;font-size: var(--smailSizex);font-weight: bold;}
.post1 .news .news_meta span {display:block;text-align:center;}
.post1 .news .news_meta .news_year {font-size: 0.12rem;}
.post1 .news .news_meta .news_days {font-size:0.23rem;font-weight:bold;margin:0.04rem 0;}
.post1 .news .news_meta .news_month {font-size:0.15rem;}
.post1 .news .news_l .news_meta {width:0.96rem;height:0.64rem;background:var(--mainColor);padding-left:0.14rem;box-sizing:border-box;position:absolute;bottom:0.26rem;left:-0.14rem;display:flex;flex-direction:column;justify-content:center;/* gap:0.05rem; */}
.post1 .news .news_l {position:relative;}
.post1 .news .news_l .news_meta:after {position:absolute;content:"";display:block;height:0;width:0;border-top:0.09rem solid #C9BA90;border-left:0.14rem solid transparent;border-right:0px solid transparent;left:0;top:100%;}
.xiala .inner{position:relative;overflow: hidden;}
.xiala .inner:before{content:'';background:url(../images/xlr.svg)no-repeat;width: 0.16rem;height: 1.34rem;position: absolute;top: 0;transform: translateY(-100%);transition: 0.7s;background-size: contain;}
.xiala.current .inner:before{transform:none;}
.xiala:nth-child(even) .inner:before{background:url(../images/xl.svg)no-repeat;background-size: contain;}
/**main1**/
.main1 {background: url(../images/main1_bg.jpg)no-repeat;position:relative;z-index:1;background-size: cover;}
.main1 .inner {padding: 1.03rem 0 0.87rem;}
.main1 .mbottom {display:flex;}
body.main .post-11 .news_imgs a{padding-top:68.4%}
body.main .post-11 .news_list{display:flex;margin:0 -0.135rem}
body.main .post-11 .news_list .news{width:25%}
body.main .post-11 .news_list .news_box{margin:0 0.135rem}
body.main .post-11 .news_wz{display:block;padding:0.15rem 0 0 0}
body.main .post-11 .news_title{
    height: .64rem;
    margin-bottom: 0.19rem;
    font-family: "SourceHanSansCN-Regular";
}
body.main .post-11 .news_con{border-left:0.01rem solid #9F142B;padding-left: 0.17rem;}
body.main .post-11 .news_meta{color: #9F142B;margin-bottom: 0.11rem;}
body.main .post-11 .news_text{font-family: "SourceHanSansCN-Regular";}
/**main2**/
.main2 {background: url(../images/main2_bg.jpg);background-size:cover;position:relative;}
.main2 .inner {padding: 1.02rem 0 0.945rem;}
body.main .post-21 .news_list .news{background:#fff}
body.main .post-21 .tit span{color:#fff;}
body.main .post-21 .more_btn .more_text{color:#fff;}
body.main .post-21 .news_list{display:flex;flex-wrap:wrap;}
body.main .post-21 .news_list .n1{width:7.9rem;position: relative;}
body.main .post-21 .news_list .n1:before{content:'';background:url(../images/xyhdbg.svg)no-repeat;width: 3.2rem;height: 2.16rem;position: absolute;right: 0.37rem;bottom: 0.67rem;background-size: contain;}
body.main .post-21 .news_list .n2{width:calc(100% - 7.9rem)}
body.main .post-21 .news_list .n3{width:7.9rem}
body.main .post-21 .news_list .n4{width:3.96rem}
body.main .post-21 .news_list .n5{width:4.14rem}
body.main .post-21 .news_list .news.n3{background: #D4A654;}
body.main .post-21 .news_list .news.n5{background:#9F142B}
body.main .post-21 .news_list .news.n3 .news_title,body.main .post-21 .news_list .news.n3 .news_text,body.main .post-21 .news.n3 .news_meta,body.main .post-21 .news_list .n3 .news_source a,body.main .post-21 .news_list .n3 .news_source{color:#fff;}
body.main .post-21 .news_list .news.n5 .news_title,body.main .post-21 .news_list .news.n5 .news_text,body.main .post-21 .news.n5 .news_meta,body.main .post-21 .news_list .n5 .news_source a,body.main .post-21 .news_list .n5 .news_source{color:#fff;}
body.main .post-21 .news_list .news .news_imgs{width:3.96rem;display: none;}
body.main .post-21 .news_list .news .news_imgs:before{content:'';position:absolute;border: 0.14rem solid transparent;border-right:0.14rem solid #fff;z-index: 1;right: 0;top: 0.64rem;}
body.main .post-21 .news_list .news .news_imgs a{padding-top:3.5rem}
body.main .post-21 .news_list .n3 .news_imgs:before{border-right:0.14rem solid #D4A654;}
body.main .post-21 .news_list .news_box{display:flex;}
body.main .post-21 .news_list .news.n2 .news_imgs,body.main .post-21 .news_list .news.n3 .news_imgs{display:block;}
body.main .post-21 .news_list .news_wz{flex:1;width:0;padding: 0.519rem 0.48rem;}
body.main .post-21 .news_list .news_source{color:#9F142B;font-size:var(--bigSize);margin-bottom: 0.246rem;font-family: "SourceHanSansCN-Regular";}
body.main .post-21 .news_list .news_source a{color:#9F142B;font-weight:bold;}
body.main .post-21 .news_list .news_title{color:#141414;line-height: 1.667;margin-bottom: 0.22rem;height:0.6rem;-webkit-line-clamp: 2;}
body.main .post-21 .news_list .n1 .news_title{height:auto;-webkit-line-clamp: 1;}
body.main .post-21 .news.n1 .news_text{-webkit-line-clamp: 3;}
body.main .post-21 .news .news_text{
    font-size: var(--smailSize);
    line-height: 1.875;
    -webkit-line-clamp: 2;
}
body.main .post-21 .news .news_meta{
    font-size: var(--smailSizex);
    color: #9F142B;
    margin-top: 0.45rem;
}
body.main .post-21 .tt:before{ba;border-bottom: 0.01rem dashed #fff;}
/**main3**/
.main3 {position:relative;background: url(../images/main3_bg.jpg)no-repeat;}
.main3 .inner {padding: 1.025rem 0 0.77rem;width: calc(16.4rem);}
.main3 .inner:before{left:0.2rem}
body.main .post-31 .tt{margin: 0 0.2rem 0.375rem;}
body.main .post-31 .swiper-slide-active{}
body.main .post-31 .news{width: calc((100% - 9.4rem) / 2);display: flex;justify-content: flex-end;align-items: center;}
body.main .post-31 .con{padding-bottom: 0.24rem;height: 3.4rem;}
body.main .post-31 .news_list{display:flex;align-items: center;}
body.main .post-31 .news .news_imgs{width: 2.8rem;border-radius:0.08rem;position: relative;overflow: initial;}
body.main .post-31 .news .news_imgs:before{border:0.02rem solid #D4A654;content:'';top: 0.2rem;left: .2rem;width:100%;height:100%;position:absolute;z-index: -1;}
body.main .post-31 .news .news_imgs a{position: relative;height: 2rem;}
body.main .post-31 .news.swiper-slide-active .news_wz{flex:1;width:0;padding-top: 0.14rem;}
body.main .post-31 .news .news_wz .news_text{opacity: 0;overflow: hidden;display: none;}
body.main .post-31 .swiper-slide-next{z-index:1}
body.main .post-31 .swiper-slide-next .news_box{
    margin-right: -1.687rem;
}
body.main .post-31 .news .news_box{/* display:flex; */border-radius: 0.08rem;position: relative;padding-right: 0.24rem;}
body.main .post-31 .news.swiper-slide-active{
    width: 7.6rem;
    display: block;
    z-index: 2;
}
body.main .post-31 .swiper-button:after{display:none}
body.main .post-31 .news.swiper-slide-active .news_box{background-size: cover;margin-right: 0;width: 8.56rem;padding-right: 0;display: flex;}
body.main .post-31 .news.swiper-slide-active .news_wz .news_text{opacity:1;padding-left: 0;/* display: -webkit-boxblock; */display: -webkit-box;}
body.main .post-31 .news.swiper-slide-active .news_imgs{/* position:absolute; */bottom: 0;left: 0.48rem;margin-left: 0;width: 5rem;height: auto;margin-right: 0.91rem;}
body.main .post-31 .news.swiper-slide-active .news_imgs a{height: 3.4rem;}
body.main .post-31 .news.swiper-slide-active .news_imgs:before{left:auto;right:0.2rem;}
body.main .post-31 .news.swiper-slide-active .news_title{font-size: 0.24rem;color: #9F142B;margin-bottom: 0.27rem;position: relative;line-height: 1;padding-bottom: 0.2rem;text-align: left;font-family: "SourceHanSansCN-Regular";}
body.main .post-31 .news.swiper-slide-active .news_title:before{content:'';position:absolute;width:0.55rem;height:0.02rem;height:0.02rem;width:0.55rem;background:#9F142B;bottom: 0;}
body.main .post-31 .news .news_title a{color:#fff}
body.main .post-31 .news .news_title{
    text-align: center;
    margin-top: 0.44rem;
}
body.main .post-31 .news .news_info{font-size:var(--smailSize);color:#fff;}
body.main .post-31 .news .news_info div{margin-bottom: 0.15rem;padding-left: 0.31rem;line-height: 0.21rem;}
body.main .post-31 .news .news_info .info1{background:url(../images/clock.svg)no-repeat left center;background-size: auto 0.21rem;}
body.main .post-31 .news .news_info .info2{background:url(../images/loc.svg)no-repeat left center;background-size: auto 0.21rem;}
body.main .post-31 .news .news_info .info3{background:url(../images/admin.svg)no-repeat left center;background-size: auto 0.21rem;}
body.main .post-31 .swiper-button{
    width: 0.54rem;
    height: 0.54rem;
    font-size: 0;
    top: auto;
    bottom: 0.71rem;
    margin-top: 0;
    box-shadow: 0 0.03rem 0.12rem rgb(121 32 0 / 20%);
    border-radius: 50%;
}
body.main .post-31 .swiper-button-prev{background:url(../images/swiperleft.svg)no-repeat;left: 5.88rem;background-size: cover;}
body.main .post-31 .swiper-button-next{background:url(../images/swiperight.svg)no-repeat;left: 6.72rem;background-size: cover;}
body.main .post-31 .news .news_text{line-height:2;opacity: 1;color: #252525;}
/**main4**/
.main4 .tab-menu {display:flex;justify-content:center;gap:0.2rem;margin-bottom:0.43rem;}
.main4 {background: url(../images/main4bg.jpg)repeat-y center 2rem;background-size: 100% auto;overflow:hidden;background-attachment: fixed;}
.main4 .inner {padding: 1.025rem 0 1.24rem;}
body.main .post-41 .tt{margin-bottom:0.785rem;}
body.main .post-41 .tt:before{display:none;}
body.main .post-41 .tit span{color:#fff;}
body.main .post-41 .more_btn .more_text{color:#fff;}
body.main .post-41 .news_list{display:flex;justify-content: space-between;}
body.main .post-41 .news{width: auto;}
body.main .post-41 .news:nth-child(even){padding-top:1rem}
body.main .post-41 .news .news_ico svg{max-width:100%;height: 0.55rem;width: auto;}
body.main .post-41 .news .news_wz{width: 2.2rem;height: 2.2rem;background: rgb(255 255 255 / 20%);border-radius: 50%;border: 0.01rem dashed #fff;display: flex;align-items: center;justify-content: center;flex-direction: column;}
body.main .post-41 .news .sub{font-size:0.4rem;font-weight:bold;}
body.main .post-41 .news_data{color:#fff;margin-bottom: 0.06rem;}
body.main .post-41 .news_title{color:#fff;font-family: "SourceHanSerifCN-Bold";font-weight: normal;}
body.main .post-41 .news_ico{margin-bottom: 0.188rem;}
/**main5**/
.main5 {position:relative;z-index:1;background: url(../images/main5_bg.jpg)no-repeat top;background-size: cover;}
.main5 .inner {padding: 1.035rem 0 1.3rem;}
.main5 .mbottom{display:flex;}
body.main .post-51 .tt{margin-bottom:0.585rem}
body.main .post-52{width:9rem;margin-right:0.2rem;}
body.main .post-53{flex:1;width:0}
body.main .post-52 .news_imgs{padding-top:66.6%}
body.main .post-52 .news_imgs img.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width: 1.19rem;cursor: pointer;}
body.main .post-52 .news_imgs video{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%}
body.main .post-53 .news_list{display:flex;justify-content: space-between;flex-wrap: wrap;gap: 0.2rem;}
body.main .post-53 .news{
    width: calc((100% - 0.2rem)/2);
}
body.main .post-53 .news:last-child{width:100%}
body.main .post-53 .news:last-child a{padding-top:50%}
body.main .post-53 .news a{
    padding-top: 72.72%;
}
/**列表页**/
.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:after {content:"";display:block;width:100%;position:absolute;height:60%;background:url(../images/bannerbg.png) no-repeat;background-size:100% 100%;bottom:0;}
.l-banner img {display:none;height:100%;vertical-align:top;}
#l-container {position:relative;}
#l-container .inner {padding: .91rem 0 0;position:relative;}
#d-container .inner {background:#fff;}
/**栏目列表**/
.col_menu_head {position:absolute;bottom:100%;z-index:1;width:100%;left:0;}
.col_name span {font-size:.44rem;color:#fff;}
.col_name {margin-bottom:.3rem;}
.col_path a,.col_path span {color:#fff;font-size:var(--smailSize);line-height:1.3;}
.col_path {display:inline-block;padding-left:.26rem;background:url(../images/home.svg) no-repeat left;margin-bottom:.63rem;}
.possplit::after {content:"/";font-size:.15rem;}
.possplit {margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0;}
.col_list {width:100%;position:relative;height:.9rem;padding-right:.9rem;box-sizing:border-box;display:flex;align-items:center;}
.col_list::before {content:"";display:block;width:calc(50vw + 8.2rem);height:0;right:0;position:absolute;top:0;border-bottom:.9rem solid var(--mainColor);border-right:.35rem solid transparent;}
.column-switch {display:none;}
.col_list ul {position:relative;width:100%;}
.col_list ul li {float:left;}
.col_list .col_column .col_item_link.selected {opacity:1;}
.col_list .col_column .col_item_link {color:#fff;padding:0 .36rem;font-size:var(--smailSize);border-right:1px solid rgb(255 255 255 / 20%);display:inline-block;display:block;text-align:center;opacity:.7;margin:.05rem 0;}
.col_list .slick-next,.col_list .slick-prev {width:auto;height:auto;background:0 0;border-radius:0;}
.col_list .slick-prev {left:-.4rem;display:none!important;}
.col_list .slick-next {right:-.5rem;width:.3rem;text-align:center;}
.col_list .slick-next:hover,.col_list .slick-prev:hover {opacity:1;color:#fff;background:0 0;}
/**默认新闻列表页**/
body.mrlist .col_news_list .col_title h2{
    border-bottom: 0.01rem solid #9F142B;
}
.mrlist #l-container .mod{display:flex;margin-top: -1.7rem;}
.mrlist .col_news_list .news_list .news_box {display:flex;/* margin-bottom:.6rem; */border-bottom: 0.01rem solid #DDDDDD;padding-bottom: 0.28rem;padding-top: 0.35rem;}
.mrlist .col_news_list .news_list .news .news_imgs {width:4.7rem;flex:none;margin-right:.4rem;background:0 0;display:flex;align-items:center;}
.mrlist .col_news_list .news_list .news .news_imgs a {padding-top:61.27%;width:100%;}
.mrlist .col_news_list .news_list .news .news_wz {flex:1;/* padding:.18rem 0; */width: 0;font-family: "SourceHanSansCN-Regular";}
.mrlist .col_news_list .col_news_head{margin-bottom:0}
.mrlist .col_news_list .news_list .news .news_meta {/* margin-bottom:.33rem; */width: 0.76rem;height: 0.78rem;border: 0.01rem solid rgb(159 20 43 / 20%);border-radius: 0.1rem;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-right: 0.37rem;row-gap: 0.08rem;}
.mrlist .col_name_text:after{content:'OVERVIEW';font-size: var(--smailSize);}
.mrlist .col_news_list .news_list .news .news_meta span {display:block;color: #9F142B;}
.mrlist .col_news_list .news_list .news .news_year {font-size: .4rem;}
.mrlist .col_news_list .news_list .news .news_day {font-size: .12rem;line-height:1.4;}
.mrlist .col_news_list .news_list .news .news_title {font-size: 0.22rem;line-height: 1;font-weight:700;margin-bottom: .09rem;}
.mrlist .col_news_list .news_list .news .news_text {font-size: var(--smailSize);line-height: 1.75;}
.mrlist .col_news_list .news_list .news .news_text a {color:#666;}
.mrlist .col_news_list .news_list .news.noimg .news_imgs {display:none;}
/**文章页**/
.info .col_metas.clearfix {height:.63rem;}
.infobox {padding:.56rem 0;margin:0 auto;width:auto;}
.article h1.arti_title {line-height:1.3;font-family:SourceHanSerifCN-Bold;font-size:.36rem;text-align:center;margin-bottom:.2rem;}
.article h2.arti_title {line-height:2;font-family:"Microsoft YaHei";font-size:.2rem;text-align:center;color:#1b1b1bc7;margin-bottom:.2rem;}
.article .arti_metas {text-align:center;line-height:1.3;margin:0;}
.article .arti_metas>span {margin:0 .16rem;font-size:var(--smailSize);color:#666;}
.article .arti_info {position:relative;display:flex;align-items:center;justify-content:center;}
.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 {background: url(../images/footer.jpg)no-repeat;background-size:cover;position:relative;}
.footer .inner {padding: 0.4rem 0;box-sizing:border-box;position:relative;z-index:1;}
.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;flex:1 1 auto;align-items: center;}
#footer .inner .foot-left {flex:1;display:flex;column-gap: 1.47rem;width: 0;align-items: center;}
#footer .inner .foot-left .foot-logo img{width:5.95rem;max-width: 100%;}
#footer .inner .foot-center {flex:1;text-align:center;}
#footer .inner .foot-center img {max-width:100%;}
#footer .inner .foot-right {/* flex:1; */display:flex;justify-content:flex-end;}
#footer .inner p {font-size: var(--titleSize);line-height: 1.777;font-weight:400;color:#fff;opacity: 1;font-family: "SourceHanSansCN-Regular";font-weight: bold;}
#footer .inner p a {color:#fff;}
#footer .inner p span {margin:0 3px;}
.foot-left .title {color:#fff;font-size:var(--smailSize);line-height:.21rem;font-weight:700;margin-bottom:.14rem;}
/**底部链接**/
.foot-left .tt {margin-bottom:.18rem;}
.foot-left .links {margin-right:1.02rem;}
/**分享**/
.shares .news_list {display:flex;text-align:center;gap:.17rem;}
.shares .news_list .imgs {width: 1.2rem;height: 1.2rem;transition:all .4s ease-in-out;}
.shares .news_list .imgs img {width:100%;height:100%unset;}
.shares .news_list .news_icon {display:block;background-color:#ffffff2e;width:.5rem;height:.5rem;border-radius:50%;background-repeat:no-repeat;background-position:center;opacity:.7;background-size:53%;}
.shares .news_list .news {position:relative;}
.shares .news_list .n1 .news_icon {background-image:url(../images/weixin.svg);}
.shares .news_list .n2 .news_icon {background-image:url(../images/weibo.svg);}
.shares .news_list .news_icon:hover {opacity:1;}
.shares .news_list .news:hover .imgs {opacity:1;transform:none;}
.shares .news_list .news_title {color:#fff;font-size:var(--smailSizex);line-height:1.4;margin-top:.13rem;}
.footlogo img {width:4.62rem;}
.foot-bottom {padding:.26rem 0 .29rem;text-align:center;position:relative;z-index:1;border-top:1px solid rgb(255 255 255 / 50%);}
.foot-bottom p {font-size:var(--smailSizex);line-height:2.4;color:#fff;position:relative;}
/**侧导航**/
nav.Quick-navigation {position:fixed;right:0;z-index:1;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;font-size:19px;line-height:70px;background:var(--mainColor);color:#fff;padding:0 16px;border-radius:20px;display: none;}
nav.Quick-navigation a {color:#fff;border-bottom:1px solid #fff;}
nav.Quick-navigation a.current {color:#e1d4a4;border-bottom:1px solid var(--hoverColor);}
.Scroll-to-top {width:60px;height:60px;position:fixed;z-index:1;background:#fff;bottom:2%;border-radius:50%;right:1%;background:#1776be7a;font-size:20px;line-height:60px;text-align:center;color:#fff;cursor:pointer;display: none;}
/** 加载 **/
.pre-loader {position:fixed;width:100vw;height:100vh;top:0;left:0;background-color: var(--hoverColor);z-index:999;}
.spinner2 {width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.container1 > div,.container2 > div,.container3 > div {width:6px;height:6px;background-color:#fff;border-radius:100%;position:absolute;-webkit-animation:bouncedelay 1.2s infinite ease-in-out;animation:bouncedelay 1.2s infinite ease-in-out;/* Prevent first frame from flickering when animation starts*/
  -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.spinner2 .spinner-container {position:absolute;width:100%;height:100%;}
.container2 {-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);}
.container3 {-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg);}
.circle1 {top:0;left:0;}
.circle2 {top:0;right:0;}
.circle3 {right:0;bottom:0;}
.circle4 {left:0;bottom:0;}
.container2 .circle1 {-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}
.container3 .circle1 {-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}
.container1 .circle2 {-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}
.container2 .circle2 {-webkit-animation-delay:-0.8s;animation-delay:-0.8s;}
.container3 .circle2 {-webkit-animation-delay:-0.7s;animation-delay:-0.7s;}
.container1 .circle3 {-webkit-animation-delay:-0.6s;animation-delay:-0.6s;}
.container2 .circle3 {-webkit-animation-delay:-0.5s;animation-delay:-0.5s;}
.container3 .circle3 {-webkit-animation-delay:-0.4s;animation-delay:-0.4s;}
.container1 .circle4 {-webkit-animation-delay:-0.3s;animation-delay:-0.3s;}
.container2 .circle4 {-webkit-animation-delay:-0.2s;animation-delay:-0.2s;}
.container3 .circle4 {-webkit-animation-delay:-0.1s;animation-delay:-0.1s;}
@-webkit-keyframes bouncedelay {0%,80%,100% {-webkit-transform:scale(0.0);}
40% {-webkit-transform:scale(1.0);}
;}
@keyframes bouncedelay {0%,80%,100% {transform:scale(0.0);-webkit-transform:scale(0.0);}
40% {transform:scale(1.0);-webkit-transform:scale(1.0);}
;}
/* 搜索*/
body.showsearch a.menu-btn, body.showsearch #nav,body.showsearch .site-lang{visibility: hidden !important;}
body.showsearch .header .close{visibility:visible;}
body.main .post-41 .news_list .news:nth-child(1){animation: bb 1.7s linear 0s infinite;}
body.main .post-41 .news_list .news:nth-child(2){animation: bb 2s linear 0s infinite;}
body.main .post-41 .news_list .news:nth-child(3){animation: bb 1.7s linear 0s infinite;}
body.main .post-41 .news_list .news:nth-child(4){animation: bb 1.8s linear 0s infinite;}
body.main .post-41 .news_list .news:nth-child(5){animation: bb 1.7s linear 0s infinite;}
body.main .post-41 .news_list .news:nth-child(6){animation: bb 1.5s linear 0s infinite;}
.opensearch{cursor:pointer;width: 0.19rem;}
.search_screen.active{visibility:visible;opacity:1;}
.search_screen:before{
    content:"";
    width:100%;
    height:100%;
    z-index: -1;
    position:absolute;
    backdrop-filter: blur(10px);
    background: rgb(159 20 43 / 40%);
    }
.search_screen{position:fixed;inset:0;z-index:2;background: rgb(203 203 203 / 30%);display:flex;flex-direction:column;visibility:hidden;opacity:0;transition:0.6s;justify-content: center;align-items: center;/* background: rgb(189 26 33 / 65%) */}
.header .close{position:absolute;top:0rem;right:0rem;z-index:2;cursor:pointer;color:#fff;font-size:0.6rem;display:flex;background: #9F142B;width:1rem;height:1rem;justify-content: center;align-items: center;visibility: hidden;/* box-shadow: 0 0.03rem 0.08rem rgb(0 0 0 / 30%); */}
.header .close span{width:0.48rem;height:2px;position:absolute;background:#fff}
.header .close span:nth-child(1){transform:rotate(45deg);}
.header .close span:nth-child(2){transform:rotate(-45deg);}
.search_screen h3{font-size: 0.5rem;
    font-weight: bold;line-height:1.2;
    color: #fff;text-align:center;
    letter-spacing: 5px;margin-bottom:0.5rem;
}
.wp_search {display:inline-block;position:relative;padding-left:4px;border:1px solid #d0d0d0;}
.wp_search #keyword {width:160px !important;padding:4px 0;border:none;height:20px;line-height:20px;background:transparent;color:#fff;}
.wp_search .search {width:32px;height:30px;border:0px;background:#FFFFFF url(images/sous.png) no-repeat center;cursor:pointer;vertical-align:top;}
.searchbox .tt {color:#fff;text-align:center;font-size:0.3rem;font-weight:bold;margin-bottom:0.47rem;}
.searchbox {text-align:right; width:50%;overflow:hidden;/* margin-top:0.03rem;*/border:2px solid transparent;border-color:#fff;border-radius:10px;margin-bottom:0.8rem}
.wp-search {position:relative;/* background:rgb(255 255 255 / 20%);*/;}
.wp-search form {display:block;}
.wp-search .search-input {margin-left:0.1rem;margin-right:0.2rem;}
.wp-search .search-input input.search-title {width:100%;line-height:0.5rem;background:none;color:#FFFFFF;font-size:var(--bigSize);border:0;outline:0;font-family: "PingFang", "Microsoft YaHei";}
.wp-search .search-btn {width:1rem;height:0.5rem;position:absolute;right:0rem;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height:100%;border:0;outline:0;background: #9F142B url(../images/sous.svg) no-repeat center;cursor:pointer;background-size:0.2rem;font-size: var(--smailSize);color: #fff;text-indent: 0.2rem;font-family: "微软雅黑";}
.header .searchbox:hover { }
.header .searchbox {transition:all 0.4s ease-in-out;}
body.main .post-41 .news_list .news:nth-child(6){bottom: -1.05rem;left:7.4rem;animation: bb 1.5s linear 0s infinite;}
@keyframes bb {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0px);
  }
}


/** 特殊页通用**/
body.list_tsy .l-banner{
    height: 4.21rem;
}
body.list_tsy .l-banner:after{display:none;}
body.list_tsy #l-container{background: #FBF9F3 url(../images/tsybg.png)no-repeat bottom center;background-size: 100% auto;}
body.list_bszn #l-container .mod{display:flex;margin-top: -1.7rem;}
body.list_tsy .col_menu_head{position:static;background: #9F142B;width: auto;padding: .47rem 0.38rem 0;}
body.list_tsy .header{background:#9F142B;position: relative;}
body.list_tsy .col_menu{width:3.2rem;margin-right: 0.65rem;}
body.list_tsy .col_news_list{flex:1;width:0;background: #fff;padding: 0.47rem 0.535rem 0.71rem 0.62rem;}
body.list_tsy #l-container .inner{padding-top: .1rem;padding-bottom: 0.79rem;}
body.list_tsy .col_title{font-size:0.4rem}
body.list_tsy .col_news_head{margin-bottom:0.4rem}
body.list_bszn .col_news_list .news{margin-bottom:0.11rem}
body.list_tsy .col_title h2{font-weight:normal;border-bottom: 0.01rem solid rgb(77 77 77 / 15%);padding-bottom: 0.27rem;}
body.list_bszn .col_news_list .news_title{color:#9F142B;font-size:0.24rem;font-family: "SourceHanSansCN-Regular";padding-bottom: 0.33rem;border-bottom: 0.01rem solid rgb(77 77 77 / 15%);border-left: 0;padding-left: 0.22rem;position: relative;line-height: 0.28rem;margin-bottom: 0.3rem;}
body.list_bszn .col_news_list .news_title:before{content:'';width:0.03rem;height:0.28rem;background:#9F142B;position: absolute;left: 0;top: 0;}
body.list_bszn .col_news_list .news_content{font-size:var(--smailSize);line-height: 2;}
body.list_bszn .col_news_list .news_content span{text-wrap-mode:initial!important}
body.list_tsy .col_list::before{display:none;}
body.list_tsy .col_name span{font-size:0.48rem;font-weight: normal;}
body.list_tsy .possplit{text-align: center;font-size: 0;}
body.list_tsy .col_name{margin-bottom:0.46rem}
body.list_tsy .col_list{height:auto;background: #FAF4EA url(../images/collistbg.jpg);padding-right: 0;padding-bottom: 1.2rem;}
body.list_tsy .col_list ul li{float:none;}
body.list_tsy .col_list ul li.selected{background:rgb(255 255 255 / 70%);border-left: 0.06rem solid #9F142B;}
body.list_tsy .col_list .col_column .col_item_link{color:#000000;font-size: var(--titleSize);font-weight: bold;opacity: 1;margin: 0 0 0 0.42rem;padding-left: 0;border-bottom: 0.01rem solid rgb(159 20 43 / 10%);line-height: 1.5;text-align: left;padding: 0.24rem 0.2rem 0.24rem 0;}
body.list_bszn .col_name_text:after{content:'OVERVIEW';font-size: var(--smailSize);}
body.list_tsy .col_list .col_column .col_item_link.selected{color:#9F142B}
body.list_xysj .col_news_list .news_imgs{border:0.04rem solid #FFF0D6}
body.list_xysj .col_news_list .news_imgs a{padding-top:145%}
body.list_xysj .col_news_list .news_imgs a img{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%}
body.list_xysj .col_news_list .news_list{display:flex;column-gap: 0.5rem;flex-wrap: wrap;flex: 1;row-gap: 0.4rem;}
body.list_xysj .col_news_list .news_list .news{width: calc((100% - 1.5rem)/4);margin-bottom: 0;}
body.list_xysj #l-container .inner{padding-top:0.44rem;width: 14rem;}
body.list_xysj #l-container .mod{
    margin-top: 0;
}
body.list_xysj .wp_sublist{
    display: flex;
}
body.list_xysj .wp_sublist .sublist_title{}
body.list_xysj .wp_subcolumn_list .wp_sublist .sublist_title a.morelink{
    display: none;
}
body.list_xysj  .wp_subcolumn_list .wp_sublist .sublist_title{border-bottom:0;height: auto;line-height: normal;position: absolute;width: 3.2rem;left: -2rem;background: url(../images/xjcolbg.jpg) no-repeat;background-size: cover;height: 2.4rem;top: 0.4rem;}
body.list_xysj .wp_subcolumn_list .wp_sublist .sublist_title a{font-size: 0.44rem;font-family: "SourceHanSerifCN-Bold";color: #fff;padding: 0.71rem 0 0 0.87rem;}
body.list_xysj .col_news_list{
    background: none;
    padding: 0;
}
body.list_xysj .wp_subcolumn_list{
    background: #fff;
    padding: 0.4rem 0.9rem 0.6rem 2rem;
    width: auto;
    margin-bottom: 0.5rem;
    position: relative;
}
body.list_xysj .wp_subcolumn_list .news_box{box-shadow:0 0.04rem 0.12rem rgb(0 0 0 / 10%)}
body.list_xysj .col_news_list .news_wz{display:flex;align-items: center;justify-content: center;height: 0.7rem;}
body.list_xysj .col_news_list .news_title{
    border-left: 0;
    margin-bottom: 0;
    font-size: var(--titleSize);
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-family: "SourceHanSerifCN-Bold";
}
body.list_xysj .col_news_list .news_title a{color:#9F142B}
body.list_xysj .col_news_list .news_title:before{display:none}
body.list_xysj .wp_subcolumn_list .wp_sublist .sublist_title:before{content:'';width:0.16rem;height:1.12rem;background: url(../images/xiala.svg)no-repeat bottom;background-size: cover;position: absolute;top: 0;left: 0.48rem;background-size: cover;}
body.list_xysj #l-container{
    height: calc(100vh - 3.38rem);
    overflow: hidden;
}
body.list_xysj #l-container.heightauto{height:auto;}
body.list_xysj .down{
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    font-size: var(--titleSize);
    cursor: pointer;
}
body.list_xysj .down:before{height: 1rem;position:absolute;content:'';width: 2rem;background: rgb(0 0 0 / 20%);z-index: -1;border-radius: 1rem 1rem 0 0;bottom: 0;left: 50%;transform: translateX(-50%);}
body.list_xysj .down .con{padding-bottom:0.5rem}
body.list_xysj .down:after{content:'>>';font-family: 宋体;transform: translateX(-0.12rem)rotate(90deg);position: absolute;bottom: 0.15rem;left: 50%;}
/**地图**/
body.list_map .col_news_list{
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}
body.list_map .links-box{background: url(../images/mapbg.jpg) no-repeat;height: 0.6rem;display: flex;align-items: center;justify-content: center;background-size: cover;}
body.list_map .links-box a{font-size:var(--titleSize);color:#fff;font-family: "SourceHanSansCN-Regular";font-weight: bold;}
.diqu-org {
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 20px; */
}

/* 国内校友会样式 */
.main_inland, .main_foreign {
    margin-bottom: 0.23rem;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-top: 0.04rem solid #9F142B;
}

.diqu-org .top {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: left;
    padding: 0.32rem 0 0.18rem;
    margin: 0 0.3rem;
    color: #555555;
    border-bottom: 1px solid #eee;
}
.mapBox {
    display: flex;
    padding: 0.36rem 0.36rem 0;
    gap: 0.2rem;
}

.inland_map {
    flex: 1;
    height: 4.5rem;
    /* background: #f8f9fa; */
    border-radius: 4px;
    overflow: hidden;
}
#china{height:100%}
#china>div{margin: 0 auto !important;}
.inland_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cityList {
    width: 200px;
}

.listBox {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.24rem;
}

.listBox li {
    /* padding: 12px 15px; */
    margin-bottom: 0.2rem;
    background: #f8f9fa;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    width: calc((100% - 1.44rem)/7);
}


/* 内容区域样式 */
.inland-content, .foreign-content {
    padding: 0 20px 30px;
}

.diqu-org .title {
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0.56rem 0 0.3rem;
    color: #555555;
    text-align: left;
}
.list {
   /*  text-align: center; */
    cursor: pointer;
    transition: transform 0.3s;
}



.el-image, .adress_mask {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    transition: border-color 0.3s;
}

.list:hover .el-image,
.list:hover .adress_mask {
    border-color: #1890ff;
}

.el-image__inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adress {
    font-size: 14px;
    color: #666;
}

/* 国外校友会样式 */
.worldMap {
    position: relative;
    padding: 20px;
}

.foreign_img {
    width: 9.59rem;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.foreign_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.world-map-markers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}

.world-map-markers li {
    position: absolute;
    background: rgba(24, 144, 255, 0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.world-map-markers li:hover {
    background: rgba(24, 144, 255, 1);
    transform: scale(1.1);
}


/* 地图容器样式 */
#chinaMap, #worldMap {
    background: #f8f9fa;
    border-radius: 4px;
}

/* ECharts 提示框样式自定义 */
.echarts-tooltip {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    border: none !important;
    border-radius: 4px !important;
}

/* 高亮样式 */
.highlight-region {
    filter: brightness(1.2);
}

/* 加载状态 */
.map-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
}
body.list_map #l-container .inner{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
body.list_map #l-container{background:#FBF9F3}
body.list_tsy #l-container .mod{
    display: flex;
    /* margin-top: 0; */
}
body.list_map:hover{transform:none}
.mapBox[data-v-84610226] {
    display: flex;
    position: relative
}

.mapBox .inland_map[data-v-84610226] {
    width: 100%;
    height: 450px;
    margin-top: 45px;
    left: -100px
}

.mapBox .cityList[data-v-84610226] {
    width: 0;
    position: absolute;
    top: 0;
    right: 180px;
    white-space: nowrap;
    animation: showCityList-84610226 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 8px #0000004d;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 5px
}

.mapBox .cityList .listBox li[data-v-84610226] {
    font-size: 14px;
    color: #303030;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-left: 5px;
    cursor: pointer
}

.mapBox .cityList .listBox li[data-v-84610226]:hover {
    color: #c8161e
}

@keyframes showCityList-84610226 {
    0% {
        width: 0;
        opacity: 0
    }

    to {
        width: 120px;
        opacity: 1
    }
}

.worldMap[data-v-6db8dfb7] {
    width: 100%;
    height: 560px;
    position: relative;
    text-align: center;
    line-height: 460px
}

.worldMap .foreign_img[data-v-6db8dfb7] {
    width: 980px;
    height: 480px;
    margin: 40px 0 auto
}

.worldMap ul li[data-v-6db8dfb7] {
    position: absolute
}

.worldMap ul li div[data-v-6db8dfb7] {
    position: relative;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: #f8b551;
    cursor: pointer
}

.worldMap ul li div p[data-v-6db8dfb7] {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 180%;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    background: #f39800;
    height: 24px;
    padding: 0 12px;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    z-index: 10
}

.worldMap ul li div p[data-v-6db8dfb7]:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid rgb(243,152,0);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%)
}

.worldMap ul li div:hover p[data-v-6db8dfb7] {
    display: block
}

.worldMap ul li[loc="美国"] {
    top: 1.83rem;
    left: 1.61rem;
}

.worldMap ul li[loc="加拿大"] {
    left: 1.57rem;
    top: 1.35rem;
}

.worldMap ul li[loc="英国"]  {
   left: 4.37rem;
    top: 1.37rem
}

.worldMap ul li[loc="澳洲"]  {
    left: 8.04rem;
    top: 3.67rem
}

.worldMap ul li[loc="日本"] {
    left: 8.16rem;
    top: 1.96rem
}

.worldMap ul li[loc="韩国"]{
    left: 7.85rem;
    top: 1.97rem
}

.worldMap ul li[loc="马来西亚"] {
    left: 7.17rem;
    top: 2.82rem
}
.worldMap ul li[loc="泰国"] {
    left: 7.14rem;
    top: 2.55rem
}
.worldMap ul li[loc="新加坡"] {
    left: 7.25rem;
    top: 2.93rem
}


.worldMap ul li[loc="新西兰"] {
    left: 9rem;
    top: 4.27rem
}
.worldMap ul li[loc="澳大利亚"] {
    left: 8.01rem;
    top: 3.66rem
}

.worldMap ul li[data-v-6db8dfb7]:nth-of-type(16) {
    left: 48.3%;
    top: 34.8%
}

.worldMap ul li[data-v-6db8dfb7]:nth-of-type(17) {
    left: 47%;
    top: 36%
}

.worldMap ul li[data-v-6db8dfb7]:nth-of-type(18) {
    left: 48.6%;
    top: 32%
}
.worldMap ul li[loc="丹麦"] {
    left: 4.67rem;
    top: 1.34rem;
}
.worldMap ul li[loc="瑞典"] {
    left: 4.84rem;
    top: 1.07rem;
}
.worldMap ul li[loc="挪威"] {
    left: 4.66rem;
    top: 1.13rem;
}
.worldMap ul li[loc="日本"]  {
    left: 8.19rem;
    top: 1.94rem;
}
.worldMap ul li[loc="新加坡"]  {
    left: 7.21rem;
    top: 2.93rem;
}

.worldMap ul li[loc="印度尼西亚"]  {
    left: 7.65rem;
    top: 3.12rem;
}
.inland_image[data-v-94f5f044],.adress_mask[data-v-94f5f044] {
    width: 126px;
    height: 40px
}

.main_inland[data-v-94f5f044],.main_foreign[data-v-94f5f044] {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 70px #0000000f
}

.main_inland .inland[data-v-94f5f044],.main_inland .foreign[data-v-94f5f044],.main_foreign .inland[data-v-94f5f044],.main_foreign .foreign[data-v-94f5f044] {
    margin-left: 25px
}

.main_inland .inland .top[data-v-94f5f044],.main_inland .foreign .top[data-v-94f5f044],.main_foreign .inland .top[data-v-94f5f044],.main_foreign .foreign .top[data-v-94f5f044] {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid rgba(51,51,51,.1)
}

.main_inland .inland .inland_map[data-v-94f5f044],.main_inland .foreign .inland_map[data-v-94f5f044],.main_foreign .inland .inland_map[data-v-94f5f044],.main_foreign .foreign .inland_map[data-v-94f5f044] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.main_inland .inland .title[data-v-94f5f044],.main_inland .foreign .title[data-v-94f5f044],.main_foreign .inland .title[data-v-94f5f044],.main_foreign .foreign .title[data-v-94f5f044] {
    font-size: 16px;
    font-weight: 400;
    color: #333
}

.main_inland .inland .content[data-v-94f5f044],.main_inland .foreign .content[data-v-94f5f044],.main_foreign .inland .content[data-v-94f5f044],.main_foreign .foreign .content[data-v-94f5f044] {
    display: flex;
    flex-wrap: wrap
}

.main_inland .inland .content .list[data-v-94f5f044],.main_inland .foreign .content .list[data-v-94f5f044],.main_foreign .inland .content .list[data-v-94f5f044],.main_foreign .foreign .content .list[data-v-94f5f044] {
    position: relative;
    margin: 15px 20px 0 0;
    cursor: pointer
}

.main_inland .inland .content .list img[data-v-94f5f044],.main_inland .foreign .content .list img[data-v-94f5f044],.main_foreign .inland .content .list img[data-v-94f5f044],.main_foreign .foreign .content .list img[data-v-94f5f044] {
    width: 126px;
    height: 40px;
    border-radius: 4px
}

.main_inland .inland .content .list .adress[data-v-94f5f044],.main_inland .foreign .content .list .adress[data-v-94f5f044],.main_foreign .inland .content .list .adress[data-v-94f5f044],.main_foreign .foreign .content .list .adress[data-v-94f5f044] {
    width: 126px;
    height: 40px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    letter-spacing: 3px
}

.main_inland .inland .content .list .adress[data-v-94f5f044]:hover,.main_inland .foreign .content .list .adress[data-v-94f5f044]:hover,.main_foreign .inland .content .list .adress[data-v-94f5f044]:hover,.main_foreign .foreign .content .list .adress[data-v-94f5f044]:hover {
    transform: all .3s;
    background-color: #0000;
    opacity: .8
}
