@charset "utf-8"; 
/*Technical Support SudyTech*/
/* @font-face {
  font-family:'SourceHanSerifCN-Bold' ;
  src: url(/_upload/tpl/00/be/190/template190/fonts/SourceHanSerifCN-Bold.ttf);
} */
@font-face {
  font-family:'SourceHanSansCN-Medium' ;
  src: url(/_upload/tpl/00/be/190/template190/fonts/SourceHanSansCN-Medium.ttf);
}
/* @font-face {
  font-family:'SourceHanSansCN-Regular' ;
  src: url(/_upload/tpl/00/be/190/template190/fonts/SourceHanSansCN-Regular.ttf);
} */
@font-face {
  font-family:'Poppins-Medium';
  src: url(/_upload/tpl/00/be/190/template190/fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family:'Alibaba';
  src: url(/_upload/tpl/00/be/190/template190/fonts/ALIBABA-PUHUITI-HEAVY.ttf);
}
@font-face {
  font-family:'AlimamaShuHeiTi_bold';
  src: url(/_upload/tpl/00/be/190/template190/fonts/AlimamaShuHeiTi_bold.ttf);
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
    font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
    font-size: 100px;
    --size: calc(100vw / 19.20);
    font-size: var(--size);
}

i,cite,em,var,address,dfn {
    font-style: normal;
}

[hidefocus],summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 100%;
}

sup,sub {
    font-size: 83%;
}

pre,code,kbd,samp {
    font-family: inherit;
}

q:before,q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,summary {
    cursor: default;
}

a,button {
    cursor: pointer;
}

h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: bold;
}

del,ins,u,s,a,a:hover {
    text-decoration: none;
}

body,textarea,input,button,select,keygen,legend {
    font: 13px/1 arial,\5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom:1;}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

body {
    line-height: 1;
    font-size: 13px;
    font-family: "PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;
    color: #232222;
    font-family: 'SourceHanSansCN-Regular';
}
main {
    overflow: hidden;
}
:root {
    --mainColor: #0E64A4;
    --hoverColor: #991F1F;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 16.03rem;
    --transition: all 0.4s ease-in-out;
}

p {
    line-height: 1.75;
}

a {
    color: #252525;
    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(/_upload/tpl/00/be/190/template190/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(/_upload/tpl/00/be/190/template190/images/Chrome.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconfirefox {
    background-image: url(/_upload/tpl/00/be/190/template190/images/Firefox.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconsafari {
    background-image: url(/_upload/tpl/00/be/190/template190/images/Safari.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconEdge {
    background-image: url(/_upload/tpl/00/be/190/template190/images/Edge.svg);
}

#browser-modal .browser-content .browser-item a {
    color: #921041;
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/**头部**/
.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
    position: relative;
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 0;
    transition: 1s;
}
.header:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 3.35rem;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180.00deg, rgba(9, 83, 138, 1),rgba(9, 83, 138, 0) 100%);
    opacity: 0.78;
}
.header.fix {
    background: url(/_upload/tpl/00/be/190/template190/images/mainbg.jpg) no-repeat center /100%  100%;
}
.header.opennav::after {
    opacity: 0;
}
.header.fix .mod{
    height: 1rem;
}
.header.fix:after{
    display: none;
}
.header .inner {
    position: relative;
    width: 100%;
    padding: 0 0.4rem 0 1.22rem;
    box-sizing: border-box;
}

.header .sitelogo {
    display: flex;
}

.header .sitelogo .logo img {
    width: 3.89rem;
}

.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.39rem;
    align-items: center;
    gap: 0.43rem;
}

.header .head-top {
    display: flex;
    align-items: center;
}

.header .head-right {
    display: flex;
    align-items: flex-end;
    gap: 0.15rem;
    flex-direction: column;
    flex: 1;
}

/* 搜索*/
.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.26rem;
    border-radius: 0.04rem;
    overflow: hidden;
    position: relative;
    margin: 0 0.3rem 0 0.16rem;
    border-color: #fff;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 0.1rem;
    margin-right: 0.26rem;
}

.wp-search .search-input input.search-title {
    width: 100%;
    line-height: 0.26rem;
    background: none;
    color: #FFFFFF;
    font-size: var(--smailSize);
    border: 0;
    outline: 0;
    font-family: 'SourceHanSansCN-Regular';
}

.wp-search .search-btn {
    width: 0.26rem;
    height: 0.26rem;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(/_upload/tpl/00/be/190/template190/images/sous.svg) no-repeat center/0.19rem;
    cursor: pointer;
}

.header .searchbox:hover {
    width: 2rem;
    border: 1px solid #fff;
}

.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(/_upload/tpl/00/be/190/template190/images/icon_role.png) no-repeat;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-lang ul {
    display: flex;
}

.site-lang ul li.links a {
    color: #fff;
    padding: 0 0.15rem;
    line-height: 1;
    display: inline-block;
    font-size: var(--smailSize);
    border-right: 1px solid rgb(255 255 255 / 70%);
}

.site-lang ul li.links a:hover {
    color: #fff;
}
.site-en a{
    width: 0.26rem;
    font-size: var(--smailSizex);
    display: block;
    line-height: 0.26rem;
    border-radius: 0.04rem;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}
.site-en a:hover{
    background:#fff;
    color:var(--mainColor)
}
/**导航**/
#nav {
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

.nav .wp-menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
}

.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(/_upload/tpl/00/be/190/template190/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.3rem;
    font-size: var(--titleSize);
    display: block;
    color: #fff;
    position: relative;
    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: url(/_upload/tpl/00/be/190/template190/images/mainbg.jpg) no-repeat center / 100% 100%;
    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;
}
/**菜单按钮**/
a.menu-btn {
    width: 0.71rem;
    height: 0.71rem;
    background: #1173BC;
    display: flex;
    flex-direction: column;
    gap: .05rem;
    align-items: center;
    justify-content: center;
    float: none;
    border-radius: 0.05rem;
    flex: none;
}

a.menu-btn.btn2 {
    display: none
}

a.menu-btn .xian {
    display: block;
    height: .02rem;
    width: 0.25rem;
    background: #fff;
    border-radius: .02rem;
    transition: all .4s ease-in-out
}

a.menu-btn.arrow .xian:nth-child(2) {
    display: none
}

a.menu-btn.arrow .xian:nth-child(1) {
    transform: rotate(-45deg);
    width: .2rem;
    position: absolute
}

a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    width: .21rem;
    position: absolute
}

.fixbox {
    position: fixed;
    z-index: 98;
    background: url(/_upload/tpl/00/be/190/template190/images/mainbg.jpg) no-repeat center / 100% 100%;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    clip-path: circle(32px at 110% 0);
    padding: 1.7rem calc(50vw - 8.2rem);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
}

.fixbox .close {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    margin-right: -8.2rem;
    top: .55rem;
    cursor: pointer
}

.fixbox .close img {
    width: .25rem
}

.fixbox.open {
    display: flex
}

.fixbox {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

.fixbox a {
    color: #fff
}

.fixbox .wp-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center
}

.fixbox .wp-menu .menu-link {
    font-size: var(--bigSize);
    line-height: 2;
    display: block;
    font-weight: bold;
}



.fixbox .wp-menu .sub-menu {
    margin-top: .3rem;
    text-align: center
}

.fixbox .wp-menu .sub-menu .sub-menu {
    display: none
}

.fixbox .wp-menu .sub-menu a {
    font-size: var(--smailSize);
    opacity: .8;
    line-height: 2
}

.fixbox .searchbox,.fixbox .site-en,.fixbox .site-lang {
    display:none
}

/**大图**/
.mbanner {
    position: relative;
}

#banner .inner {
    width: 100%;
    text-align: center;
}

.mbanner .news_imgs a {
    display: block;
    height: 100vh;
}

.mbanner .swiper-pagination .swiper-pagination-bullet {
    transition: var(--transition);
    width: 0.44rem;
    height: 0.3rem;
    background: url(/_upload/tpl/00/be/190/template190/images/dot_w.png) no-repeat center /100% 100%;
    }
.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 {
    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 .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;
    height: 23.8%;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 1) 100%);
    opacity: 0.54;
}

.mbanner .swiper-pagination {
    bottom: 0.4rem;
    display: flex;
    justify-content: center;
    --swiper-pagination-bullet-horizontal-gap: 0.12rem;
    --swiper-pagination-bullet-width: 0.1rem;
    --swiper-pagination-bullet-height: 0.1rem;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.3;
    align-items: center;
    height: 0.4rem;
}

.mbanner .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.44rem;
    height: 0.3rem;
    background: url(/_upload/tpl/00/be/190/template190/images/dot_w.png) no-repeat center /100% 100%;
    border-radius: 0;
    opacity: 1;
}
.mbanner .swiper-pagination .swiper-pagination-bullet-active + *, .mbanner .swiper-pagination *:has(+ .swiper-pagination-bullet-active) {
  width: 0.44rem;
    height: 0.3rem;
    opacity: 0.6;
      background: url(/_upload/tpl/00/be/190/template190/images/dot_w.png) no-repeat center /100% 100%;
     border-radius: 0;
}
.mbanner.fixBanner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
}
.mbanner .swiper-button-next, .mbanner  .swiper-button-prev {
    width: 0.56rem;
    height: 0.56rem;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 0.2rem;
    background: rgb(255 255 255 / 33%);
    border-radius: 50%;
    --swiper-navigation-sides-offset: 0.65rem;
}

.mbanner .swiper-button-next:hover, .mbanner .swiper-button-prev:hover {
    background: rgb(255 255 255 / 50%);
}

.fixedok .mbanner {
    opacity: 0;
}
.bb {
    position: absolute;
    z-index: 1;
    bottom: 0.99rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    font-size: var(--titleSize);
    left: 50%;
    transform: translateX(-50%);
    animation: 2s linear 0s infinite normal none running cc;
    cursor: pointer;
}
@keyframes cc{0%{opacity:0;transform:translate(-50%)}
20%{opacity:1;transform:translate(-50%,3px)}
80%{opacity:1;transform:translate(-50%,10px)}
90%{opacity:0;transform:translate(-50%,10px)}
100%{opacity:0;transform:translate(-50%,10px)}
}
.bb img {
    width: 0.18rem;
}

/**内容**/
.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;
    justify-content: space-between;
    margin-bottom: 0.38rem;
    align-items: center;
}

.post .more_btn svg {
    width: auto;
    margin-left: 0.05rem;
    height: 100%;
    transition:all 0.3s;position:relative;right:0;
}
.post .more_btn:hover svg{right:-0.05rem}
.post .more_btn svg path{stroke: var(--color);}
.post .more_btn{
    margin-top: 0.2rem;
}
.post .more_btn .more_text {
    vertical-align: middle;
    font-size: var(--smailSize);
    --color: #0E64A4;
    line-height: 0.21rem;
    color: var(--color);
}

.post .tt .tit {
    text-align: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 0.05rem;
}

.post .tt .title {
    font-size: 0.37rem;
    font-weight: normal;
    line-height: 1.44;
    display: flex;
    font-family: 'SourceHanSerifCN-Bold';
    gap: 0.1rem;
    /* align-items: flex-end; */
    flex: none;
}
.post .tt .title span{
    flex: none;
}
.post .tt .title span img{height:0.55rem}
.post .tt .title img.ttbg{
    zoom: var(--Size);
    margin-left: -0.1rem;
}
.post .tt .tt_en {
    font-size: 0.2rem;
    font-weight: normal;
    color: #0E64A4;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: Arial;
    text-align: left;
}

.post .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.77;
    color: #252525;
   /* font-family: 'SourceHanSansCN-Medium'; */
}
.post .news .news_text {
    font-size: var(--smailSize);
    line-height: 1.9;
    color: #858585;
}
.post .news .news_text a {
    color: #858585;
}

.post .news .news_date {
    font-family: 'Poppins-Medium';
    font-size: var(--smailSize);
    line-height: 1.4;
    color: #BC1A21;
}

.post .news .news_meta {
    --color: #BC1A21;
    display: inline-block;
    color: var(--color);
    font-family: 'Poppins-Medium';
    font-weight: bold;
    transition: var(--transition);
}

.post .news .news_meta span {
    display: flex;
    align-items: center;
}

.post .news .news_meta .news_year {
    font-size: 0.12rem;
}

.post .news .news_meta .news_days {
    font-size: 0.36rem;
    font-weight: bold;
    margin: 0.04rem 0;
}

.post .news .news_meta .news_month {
    font-size: 0.18rem;
    gap: 0.05rem;
}

.post .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; */
}

.post .news .news_l {
    position: relative;
}

.post .news .news_l .news_meta:after {
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 0.09rem solid #C9BA90;
    border-left: 0.14rem solid transparent;
    border-right: 0px solid transparent;
    left: 0;
    top: 100%;
}
.main1 {
    background: url(/_upload/tpl/00/be/190/template190/images/main1bg.jpg)no-repeat top 4.93rem center /100% auto;
}
.main1 .inner{
    padding: 0.54rem 0 1.01rem;
}
.main1 .mtop{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.01rem;
}
.post-11 {
    width: 10.6rem;
    flex: none;
}
.post-11 .list1 .news_imgs a {
    padding-top: 55.28%;
}
.post-11 .list1 .news_wz {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 7.79rem;
    padding: 0 0.3rem;
    bottom: 0.3rem;
}

.post-11 .list1 .news_title a,.post-11 .list1 .news_text a {
    color: #fff;
}

.post-11 .list1 .news_title {
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
    font-family: 'SourceHanSansCN-Regular';
    padding-bottom: 0.14rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.1rem;
}
.post-11 .list1 .news_title a{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.post-11 .list1 .news_text {
    font-size: var(--smailSizex);
    color: #fff;
    opacity: 0.8;
    line-height: 1.7;
}
.post-11 .swiper-button-next, .post-11 .swiper-button-prev {
    width: 0.09rem;
    height: 0.18rem;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 0.2rem;
    --swiper-navigation-sides-offset: 0.24rem;
    margin: 0;
    bottom: 0.86rem;
    top: auto;
}
.post-11 .swiper-button-prev{
    left: auto;
    right: 0.5rem;
}
.post-11 .swiper-pagination {
    width: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 0.21rem;
    left: auto;
    gap: 0.16rem;
}
.post-11 .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    color: #fff;
    opacity: 1;
    font-family: 'Poppins-Medium';
    font-size: 0.14rem;
    margin: 0;
    padding-bottom: 0.21rem;
    line-height: 0.33rem;
    position: relative;
}

.post-11 .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 0.24rem;
}
.post-11 .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 0.16rem;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -0.08rem;
    bottom: 0;
    background: url(/_upload/tpl/00/be/190/template190/images/xian.svg )no-repeat center/100% 100%;
    transition: var(--transition);
}
.post-11 .swiper-pagination .swiper-pagination-bullet-active:after{
    height: 0.14rem;
}
.post-11 .swiper {
    margin-bottom: 0.22rem;
}

.post-11 .list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-11 .list2 .news {
    width: calc(50% - 0.2rem);
    padding: 0.16rem 0;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
}

.post-11 .list2 .news_title {
    min-height: calc(1em * 1.77 * 2);
    margin-bottom: 0.05rem;
}
.post-12{
    width: 4.45rem;
}

.post-12 .tt .title img.ttbg {
    margin-left: -0.38rem;
}
.post-12 .news .news_imgs a {
    padding-top: 56.4%;
}

.post-12 .news .news_imgs {margin-bottom: 0.3rem;}

.post-12 .news_list .news {
    padding: 0.32rem 0;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
}
.post-11 .news_list .news{position:relative;}
.post-12 .news_list .news:hover,.post-11 .news_list .news:hover{/* background:#fff; */transition:all 0.3s;}
.post-12 .news_list .news:hover  .news_title a, .post-11 .news_list .news:hover .news_title a{
    color: var(--hoverColor);
}
.post-12 .news_list .news:hover  .news_title, .post-11 .news_list .news:hover .news_title{
    animation: push 1s ease-in-out;
}
@keyframes push{16.65%{transform:translateX(8px)}
33.3%{transform:translateX(-6px)}
49.95%{transform:translateX(4px)}
66.6%{transform:translateX(-2px)}
83.25%{transform:translateX(1px)}
100%{transform:translateX(0)}
}
.post-12 .news_list .news:after,.post-11 .news_list .news:after{content:'';width:0%;height:1px;background:var(--mainColor);display:block;position:absolute;bottom:-1px;transition:all 0.3s;}
.post-12 .news_list .news:hover:after,.post-11 .news_list .news:hover:after{width:100%;}
.post-12 .news .news_title{
        min-height: calc(1em * 1.77 * 2);
        margin-bottom: 0.05rem;
}

.post-12 .news_list .news.newss {
    padding-top: 0;
}

.post-12 .news_list .news:last-child, .post-11 .list2 .news:nth-child(3),.post-11 .list2 .news:nth-child(4){
 /*   padding-bottom: 0; */
    border: none;
}
.post-13 .news_list {
    display: flex;
    margin: 0 -0.25rem;
    flex-wrap: wrap;
    row-gap: 0.5rem;
}

.post-13 .news_list .news {
    width: 25%;
}

.post-13 .news_list .news a {
    display: block;
    margin: 0 0.25rem;
    background: #fff;
    height: 4.4rem;
    border-radius: 0.05rem;
    box-shadow: 0 0.03rem 0.26rem rgb(58 83 126 / 12%);
    padding: 0.28rem 0.34rem 0 0.34rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
    --newColor: #09538A;
}

.post-13 .news_list .news .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.14rem;
}

.post .news .news_meta .news_month i {
    width: 1px;
    height: 0.13rem;
    display: inline-block;
    background: var(--color);
    transform: rotate(19deg);
}

.post-13 .news_list .news_type {
    color: var(--newColor);
    font-size: var(--titleSize);
    flex: none;
    transition: var(--transition);
}

.post-13 .news_list .news .news_title {
    margin-bottom: 0.2rem;
    transition: var(--transition);
}
.post-13 .news_list .news .news_text{transition: var(--transition);}
.post-13 .news_list .news_bottom {
    height: 0.83rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.post-13 .news_list .news_bottom svg * {
    stroke: var(--newColor);
}

svg {}

.post-13 .news_list .news_bottom svg {
    width: 0.3rem;
    height: auto;
    transition: var(--transition);
    position: relative;
    right: 0;
}

.post-13 .news_list .news:hover .news_bottom svg {
    right: -0.1rem;
}

.post-13 .news_list .news_bottom:before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--newColor);
    opacity: 0.36;
    top: 0;
    position: absolute;
    left: 0;
    transition: var(--transition);
}

.post-13 .news_list .news .logo {
    width: 0.44rem;
    height: 0.33rem;
    flex: none;
    background: url(/_upload/tpl/00/be/190/template190/images/dot_b.png) no-repeat center /100% 100%;
    transition: var(--transition);
}
.post-13 .news_list .news:nth-child(1) .logo,.post-13 .news_list .news:nth-child(3) .logo{background-image:url(/_upload/tpl/00/be/190/template190/images/dot_w.png)}
.post-13 .news_list .news:nth-child(1) a{
    background: #09538A ! important;
    --newColor: #fff
}
.post-13 .news_list .news:nth-child(3) a{ background: #52bf85 ! important;  --newColor: #fff}
.post-13 .news_list .news:nth-child(1) a .news_meta,.post-13 .news_list .news:nth-child(3) a .news_meta{--color: #fff;}
.post-13 .news_list .news:nth-child(1) a  .news_title,.post-13 .news_list .news:nth-child(3) a .news_title{color:#fff}
.post-13 .news_list .news:nth-child(1) a  .news_text,.post-13 .news_list .news:nth-child(3) a .news_text{color:#fff}

.post-13 .news_list .news:hover a {
    background: #09538A;
    --newColor: #fff;
}
.post-13 .news_list .news:hover .logo{background-image:url(/_upload/tpl/00/be/190/template190/images/dot_w.png)}
.post-13 .news_list .news:hover .news_title{color: #fff;animation: push 1s ease-in-out;}
.post-13 .news_list .news:hover .news_text{opacity:0.54;color:#fff;}
.post-13 .news_list .news:hover .news_meta{
    --color:#fff
}
.main2 {
    background: url(/_upload/tpl/00/be/190/template190/images/main2bg.jpg) no-repeat center / cover;
}
.main2 .inner{
    padding: 0.6rem 0 1.16rem;
}
.post-13 .tt .title {
    
    align-items: flex-end;
}
.post-21 .tt .title {
    color: #fff;
    align-items: flex-end;
}
.post-21 .more_btn .more_text{--color:#fff}
.post-21 .tt .tt_en {
    color: #fff;
    opacity: 0.58;
}
.post-21 .con {
    display: flex;
}

.post-21 .con .list1 {
    width: 6.07rem;
    flex: none;
    background: #fff;
    margin: 0;
    box-shadow: 0 0.03rem 0.26rem rgb(58 83 126 / 8%);
    padding: 0 0.37rem;
    box-sizing: border-box;
    padding-top: 0.05rem;
    height: 5.37rem;
    position: relative;
    z-index: 2;
}
.post-21 .con .list2 {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 5.19rem;
}
.post-21 .con .list2 .news {
    position: absolute;
    right: 0;
    width: 6.54rem;
}
.post-21 .con .list2 .news.rotate-active2:after {
    content: "";
    width: 1.74rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, #33333363 ,rgba(9, 83, 138, 0) 100%);
}
@keyframes opa{0%{opacity:0;}
100%{opacity:1;}
}
.post-21 .con .list2 .news.active {
    width: 8.43rem;
    right: 1.74rem;
    top: 0;
    z-index: 1;
  background:#fff
}
.post-21 .con .list2 .news.active .news_imgs{  animation: 0.6s linear 0s normal none running opa;}
.post-21 .con .list1 .news {
    height: auto;
    padding: 0.26rem 0;
}

.post-21 .news_list .news_meta2 {
    color: #BC1A21;
    font-family: 'SourceHanSerifCN-Bold';
    border-bottom: 1px solid #BC1A21;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: var(--transition);
}

.post-21 .news_list .news_meta2 .news_year {
    font-size: 0.16rem;
}

.post-21 .news_list .news_meta2 .news_days {
    font-size: 0.32rem;
    gap: 0.11rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.post-21 .news_list .news_meta2 .news_days i {
    width: 1px;
    height: 0.24rem;
    background: #BC1A21;
}

.post-21 .news_list .news_title {
    margin-bottom: 0.05rem;
}

.post-21 .news_list .news_text {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: var(--transition);
    font-size: var(--smailSizex);
}

.post-21 .news_list .selected .news_meta2 {
    padding-bottom: 0.1rem;
    margin-bottom: 0.19rem;
    opacity: 1;
    height: auto;
}
.post-21 .news_list .selected .news_text {
    opacity: 1;
    height: calc(1em * 1.9 * 2);
}

.post-21 .news_list .news_imgs {
    border-radius: 0.05rem;
}
.post-21 .news_list .news_imgs a {
    padding-top: 61.5%;
}
.main3 .inner{
    padding: 0.85rem 0 0.57rem;
}
.xc_video {
    flex: 1;
    margin: 0 0.66rem 0 0.83rem;
}

.post-31 {
    display: flex;
    margin-bottom: 0.53rem;
align-items: center;
}

.post-31 .tt {
    margin: 0;
}

.xc_video .con {
    display: flex;
    justify-content: space-between;
}
.share{
    z-index: 1;
}
.share ul.news_list{display:flex;gap: 0.34rem;}
.share ul.news_list a{display:flex;width: 0.44rem;height: 0.44rem;border-radius:50%;text-align:center;align-items:center;justify-content:center;box-shadow: 0 0.03rem 0.06rem rgb(0 0 0 / 16%);}
.share ul.news_list a:hover {
    box-shadow: 0 0.03rem 0.1rem rgb(0 0 0 / 30%);
}
.share ul.news_list a img{
    height: 43%;
}
.share ul.news_list .news{position:relative}
.share ul.news_list .news .news_imgs{position:absolute;bottom:180%;left:50%;visibility:hidden;overflow:inherit;background:#fff;opacity:0;transition:all .6s ease-in-out 0s;transform: translateX(-50%);z-index: 1;}
.share ul.news_list .news .news_imgs img{width: 1rem;height: 1rem;}
.share ul.news_list .news .news_imgs img::after{position:absolute;top:100%;left:50%;display:block;margin-left:-.05rem;border-top:.06rem solid #fff;border-right:.1rem solid transparent;border-left:.1rem solid transparent;content:""}
.share ul.news_list .news:hover .news_imgs{bottom:110%;visibility:inherit;opacity:1}

.xc_video .con .vid {
    display: flex;
    align-items: center;
    gap: .19rem;
}

.xc_video .con .vid .icon img {
    width: 0.42rem;
}

.xc_video .con a {
    border-bottom: 1px solid #09538A;
    font-size: var(--titleSize);
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 0.085rem;
    color: #09538A;
}

.xc_video .con a svg {
    width: 0.08rem;
    height: auto;
}

.xc_video .con a:hover {
    gap: 0.18rem;
}

.xc_video .tis img {
    width: 1.75rem;
}
.post-32 .news {
    position: relative;
    background: #fff;
}

.post-32 .news .news_title {
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0.175rem;
    display: flex;
    align-items: center;
    padding-right: 0.75rem;
}

.post-32 .news .news_title a {
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-32 .news:after {
    content: "";
    width: 100%;
    height: 1.49rem;
    position: absolute;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 100%);
    bottom: 0;
    pointer-events: none;
    opacity: 0.7;
}

.post-32 .news .news_video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ccc;
}

.post-32 .news .news_video video {
    left: 0;
    position: absolute;
    width: 100%;
    min-width: 100%;
    height: 100%;
    z-index: 0;
    top: 50%;
    object-fit: cover;
    transform: translateY(-50%);
}

.post-32 .news .news_video .play {
    width: 0.8rem;
    height: 0.8rem;
    background: url(/_upload/tpl/00/be/190/template190/images/play.svg) no-repeat;
    display: block;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.4rem;
    margin-top: -.4rem;
    transition: all .4s ease-in-out 0s;
    cursor: pointer;
    background-size: 100% 100%;
}

.post-32 .news .news_video .play:hover {
    transform: scale(1.1);
}

.post-32 .news .news_video .play.pause {
    background: url(/_upload/tpl/00/be/190/template190/images/pause.svg) no-repeat;
    opacity: 0;
    background-size: 100% 100%;
}

.post-32 .news .news:hover .news_video .play.pause {
    opacity: .6
}
.post-32 .con {
    display: flex;
    --gap: 0.098rem;
    gap: var(--gap);
    align-items: flex-start;
}

.post-32 .con .list1 {
    width: 7.83rem;
    gap: var(--gap);
    display: flex;
    flex-wrap: wrap;
}

.post-32 .con .list2 {
    width: 4.17rem;
}
.post-32 .con .list3{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}
.post-32 .list1 .news:nth-child(1) {
    width: 100%;
}

.post-32 .list1 .news:nth-child(1) .news_imgs a {
    padding-top: 42.65%;
}
.post-32 .list1 .news:nth-child(2) ,.post-32 .list1 .news:nth-child(3) {
    width: calc(50% - var(--gap) /2);
}
.post-32 .list1 .news:nth-child(2) .news_imgs a,.post-32 .list1 .news:nth-child(3) .news_imgs a{
    padding-top: 72.96%;
}

.post-32 .list2 .news .news_imgs a {
    padding-top: 150%;
}
.post-32 .list3 .news{
    width: 100%;
}
.post-32 .list3 .news .news_imgs a {
    padding-top: 80.3%;
}

.post-32 .news .news_title .icon {
    width: 0.55rem;
    flex: none;
    height: 0.56rem;
    background: #333;
    border-radius: 0 0.08rem 0.08rem 0;
    margin-right: 0.23rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 45%;
}
.post-32 .news[media-name="微信"] .news_title .icon{
    background-color: #3BB984;
    background-image: url(/_upload/tpl/00/be/190/template190/images/weixin.svg);
}
.post-32 .news[media-name="微博"] .news_title .icon{
    background-color: #F9A11D;
    background-image: url(/_upload/tpl/00/be/190/template190/images/weibo.svg);
}
.post-32 .news[media-name="抖音"] .news_title .icon{
    background-color: #000;
    background-image: url(/_upload/tpl/00/be/190/template190/images/douyin.svg);
}
.post-32 .news[media-name="bilibili"] .news_title .icon{
    background-color: #F6799B;
    background-image: url(/_upload/tpl/00/be/190/template190/images/bilibili.svg);
}
.post-32 .news[media-name="视频号"] .news_title .icon{
    background-color: #F6799B;
    background-image: url(/_upload/tpl/00/be/190/template190/images/sph.svg);
}
.main4 {
    position: relative;
    height: 9.12rem;
}

.main4:before {
    content: "";
    width: 100%;
    height: 10.68rem;
    position: absolute;
    bottom: 0.76rem;
    background: url(/_upload/tpl/00/be/190/template190/images/main3bg.jpg) no-repeat bottom /cover;
    left: 0;
    z-index: -1;
    min-height: 100%;
}
.post-41 {}

.main4:after {
    content: "";
    width: 100%;
    height: 3.7rem;
    background: url(/_upload/tpl/00/be/190/template190/images/numbg.png) no-repeat top center/ 100% auto;
    position: absolute;
    bottom: 0.2rem;
    z-index: 1;
}

.main4>.bg {
    position: absolute;
    bottom: -1.9rem;
    right: 0;
    width: 51rem;
    height: 2.7rem;
    /* background: #fff; */
    /* z-index: 2; */
    pointer-events: none;
}

.post-41 {
    height: 6.37rem;
    overflow: hidden;
    position: relative;
}
.post-41 .circle {
    position: absolute;
    width: 10.96rem;
    height: 10.96rem;
    background: url(/_upload/tpl/00/be/190/template190/images/circle.svg) no-repeat center /100% 100%;
    left: 50%;
    margin-left: -5.48rem;
    top: 1.55rem;
    transform: rotate(45deg);
    animation: 5s linear 0s infinite normal none running rotate;
}
@keyframes rotate{0%{transform: rotate(0deg);}
100%{transform: rotate(360deg);}
}
.post-41 .bigtt {
    position: absolute;
    top: 3.69rem;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.post-41 .bigtt img {
    width: 1.2rem;
}

.post-41 .news_list .news {
    position: absolute;
}
.post-41 .news_list .news:nth-child(1){}
.post-41 .news_list .news .icon {
    width: 1.75rem;
    height: 1.75rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgb(9 83 138 / 0%);
}

.post-41 .news_list .news .icon img {
    zoom: var(--Size);
    transition: var(--transition);
}

.post-41 .news_list .news .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px dashed rgb(9 83 138 / 60%);
}
.post-41 .news_list .news:hover .icon img {
    transform: scale(0.8);
}
.post-41 .news_list .news .icon:hover {
    border: 0.1rem solid rgb(9 83 138 / 14%);
}
.post-41 .news_list .news .wz {
    position: absolute;
    width: max-content;
}
.post-41 .news_list .news:nth-child(1) {
    top: 3.8rem;
    left: 2.5rem;
}
.post-41 .news_list .news:nth-child(2) {
    top: 1.52rem;
    left: 3.95rem;
}
.post-41 .news_list .news:nth-child(3) {
    top: 0.65rem;
    left: 50%;
    transform: translateX(-50%);
}
.post-41 .news_list .news:nth-child(4) {
    top: 1.52rem;
    right: 3.95rem;
}
.post-41 .news_list .news:nth-child(5) {
    top: 3.8rem;
    right: 2.5rem;
}
.post-41 .news_list .news .num {
    font-size: 0.22rem;
}

.post-41 .news_list .news .title {
    font-size: 0.22rem;
    line-height: 1.7;
}
.post-41 .news_list .news .count {
    font-family: 'Alibaba';
    font-size: 0.48rem;
    color: #1171B9;
    font-weight: bold;
    margin-right: 0.06rem;
    line-height: 1.2;
}
.post-41 .news_list .news:nth-child(1) .wz,.post-41 .news_list .news:nth-child(2) .wz{
    text-align: right;
    top: 0.35rem;
    right: 112%;
}

.post-41 .news_list .news:nth-child(4) .wz,.post-41 .news_list .news:nth-child(5) .wz{
    text-align: left;
    top: 0.35rem;
    left: 114%;
}
.post-41 .news_list .news:nth-child(3) .wz {
    display: flex;
    align-items: flex-end;
    gap: 0.13rem;
    flex-direction: row-reverse;
    bottom: 110%;
}
.blang {
    width: 100%;
    height: 198px;
    position: absolute;
    bottom: 0rem;
    z-index: 3;
    right: 0;
    pointer-events: none;
}
.blang .start:nth-child(1) {
    top: 50%;
    right: 4%;
    animation-delay:1s
}
.blang .start:nth-child(2) {
    top: 17%;
    right: 19%;
    animation-delay:0.5s
}
.blang .start:nth-child(3) {
    top: 45%;
    right: 35%;
    animation-delay:2s
}
.blang .start:nth-child(4) {
    top: 64%;
    right: 42%;
    animation-delay:1s
}
.blang .start:nth-child(5) {
    top: 54%;
    right: 57%;
    animation-delay:2s
}
.blang .start:nth-child(6) {
    top: 41%;
    right: 71%;
    animation-delay:1s
}
.blang .start:nth-child(7) {
    top: 65%;
    right: 79%;
     animation-delay:2s
}
.blang .start:nth-child(8) {
    top: 50%;
    right: 90%;
    animation-delay:1s
}
.blang .start{
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    right: 0;
    background: url(/_upload/tpl/00/be/190/template190/images/start.svg) no-repeat center /100% 100%;
    z-index: 1;
    animation: 3s linear 0s infinite normal none running star;
}
@keyframes bl{0%{right: 0;}
100%{right: -28rem;}
}
@keyframes star{0%{transform: scale(0.3);opacity: 0.6;}
50%{transform: scale(1);opacity: 1;}
100%{transform: scale(0.3);opacity: 0.6;}
}
.main5 .inner {
    padding: 20vh  0 1rem;
}

.main5 {
    background: url(/_upload/tpl/00/be/190/template190/images/main5bg.jpg) no-repeat bottom/ cover;
}
.post-51 {
    position: relative;
    /* z-index: 2; */
}
.post-51 .tt {
    width: 8.51rem;
    margin-bottom: 0.6rem;
}
.post-51 .tt .title{line-height:1.74}
.post-51 .swiper511 {
    margin: 0;
    overflow: inherit;
    position: absolute;
    width: 8.48rem;
    top: 0.9rem;
    z-index:3;
}
.post-51 .swiper511 .news{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
   
}
.post-51 .swiper511 .news .news_wz {
    width: 100%;
    transform: scale(0.8);
    opacity: 0;
    transition: var(--transition);
    flex: none;
     height: 0;
}
.post-51 .swiper511 .news.active .news_wz{
    opacity: 1;
    transform: none;
    height:auto
}
.post-51 .swiper511 .news .news_title a {
    color: #09538A;
}
.post-51 .swiper511 .news .news_title a:hover{color:var(--hoverColor);}
.post-51 .swiper511 .news .news_title {
    line-height: 1.2;
    line-height: 1;
    font-size: 0.28rem;
    font-weight: bold;
    font-family: 'SourceHanSansCN-Regular';
    content: "";
    padding-right: 0.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: 0.3rem;
}

.post-51 .swiper511 .news .news_title:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 0.15rem;
    background: #09538A;
    bottom: 0;
    left: 0;
    opacity: 0.11;
    z-index: -1;
}

.post-51 .swiper511 .news .news_text a {
    color: #171717;
}

.post-51 .swiper511 .news .news_text {
    font-size: var(--titleSize);
    margin-bottom: 0.28rem;
}

.post-51 .swiper511 .news .news_more {
    width: 1.2rem;
    height: 0.44rem;
    background: #BC1A21;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: var(--smailSize);
}
.post-51 .swiper511 .news .news_more svg {
    margin-left: 0.09rem;
    transition: var(--transition);
    height: auto;
    width: 0.16rem;
    position: relative;
    right: 0;
}

.post-51 .swiper511 .news .news_more:hover svg {
    right: -0.1rem;
}
.post-51 .swiper511 .news .news_imgs {
    border-radius: 50%;
    background: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    transform: none;
    transform-origin: left;
    left: -0.13rem;
    transition: 1s;
    transform: scale(0.929);
    /* opacity: 0; */
}

.post-51 .swiper511 .news .news_imgs a {
    padding-top: 100%;
}
.post-51 .swiper511 .news.swiper-slide-active {
    visibility: inherit;
}

.post-51 .swiper511 .news.news.swiper-slide-active .news_imgs {
    opacity: 1;
}
.post-51 .swiper512 .news .news_imgs span {
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    transition: var(--transition);
    left: 0;
}

.post-51 .swiper512 .news .news_imgs {
    width: 1.42rem;
    flex: none;
    border-radius: 50%;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    transition: var(--transition);
    overflow: inherit;
}

.post-51 .swiper512 .news a {
    display: flex;
    align-items: center;
    width: 3.45rem;
    position: relative;
    direction: ltr;
    text-align: left;
    height: 100%;
}

.post-51 .swiper512 .news .news_title {
    box-sizing: border-box;
    padding: 0 0.24rem 0 0.17rem;
    display: flex;
    align-items: center;
    flex: 1;
    height: 1.42rem;
    transition: var(--transition);
    opacity: 0;
}
.post-51 .swiper512 .news a:hover  .news_title {color:var(--hoverColor)}
.post-51 .swiper512 .news a:after {
    content: "";
    height: 1.1rem;
    background: #fff;
    position: absolute;
    left: 0.25rem;
    right: 0;
    border-radius: 0.7rem;
    z-index: -1;
    box-shadow: 0 0.03rem 0.06rem rgb(58 83 126 / 10%);
    transition: var(--transition);
    opacity: 0;
}
.post-51 .swiper512 .news a:hover:after{box-shadow: 0 0.03rem 0.15rem rgb(58 83 126 / 40%);}
.post-51 .swiper512 .news.swiper-slide-active .news_imgs {
    /* width: 5.43rem; */
}

.post-51 .swiper512 {
    height: 100%;
    padding-bottom: 0.56rem;
    width: 11.8rem;
    width: 100%;
    margin: 0;
    position: relative;
    height: auto;
    bottom: -0.13rem;
    margin-top: -0.9rem;
}

.post-51 .con {
    position: relative;
    bottom: -22px;
}
.post-51 .swiper511 .news .r {
    width: 5.84rem;
    position: relative;
    height: 5.84rem;
    background: linear-gradient(166.39deg, rgba(41, 135, 147, 0.89), rgba(9, 83, 138, 0.89) 100%);
    border-radius: 50%;
    margin-top: -0.82rem;
    flex: none;
    display: none;
}

.post-51 .swiper511 .news .r:after {
    content:"";
    width: 6.08rem;
    height: 6.08rem;
    border: 0.02rem dashed rgb(9 83 138 / 32%);
    position: absolute;
    border-radius: 50%;
    left: -0.43rem;
    top: 50%;
    margin-top: -3.04rem;
    z-index: -1;
    /* /animation: 50s linear 0s infinite normal none running rotate; */
}
.post-51 .pagination{
    display: flex;
    width: 11.26rem;
    justify-content: center;
    gap: 0 0.075rem;
    bottom: 0;
    position: absolute;
}
.post-51 .pagination .pagedot{
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0.03rem 0.06rem rgb(108 159 196 / 40%);
    --swiper-pagination-bullet-horizontal-gap: 0.075rem;
    transition: var(--transition);
}
.post-51 .pagination .pagedot.active {
    width: 0.39rem;
    border-radius: 0.045rem;
}
.post-51 .swiper-button-next,.post-51  .swiper-button-prev {
    width: 0.36rem;
    height: 0.36rem;
    background: #fff;
    border-radius: 50%;
    --swiper-navigation-size: 0.14rem;
    color: #1173BC;
    bottom: 0.9rem;
    top: auto;
    margin: 0;
}
.post-51 .swiper-button-next {
    right: 0.85rem;
}

.post-51 .swiper-button-prev {
    left: auto;
    right: 1.47rem;
}
.post-51 .swiper-button-next:hover, .post-51 .swiper-button-prev:hover {background: #2a7399;color:#fff}
.main6 {
    background: url(/_upload/tpl/00/be/190/template190/images/lastbg.svg) no-repeat right 2.06rem bottom -0.36rem / 8.11rem;
}
.main6 .inner{
    padding: 1.1rem  0 1.34rem;
}
.post-61 .news_list{
    display: flex;
    margin: 0 -0.105rem;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 0.21rem;
    justify-content: center;
}

.post-61 .news_list .news {
    width: 20%;
    box-sizing: border-box;
}
.post-61 .news_list .news a{
    display: block;
    margin: 0 0.105rem;
    position: relative;
}
.post-61 .news_list .news_imgs span {
    padding-top: 154.6%;
}

.post-61 .news_list .news:nth-child(even) {
    margin-top: 0.5rem;
}
.post-61 .news_list .news .news_imgs{transition: var(--transition);position: relative;top: 0;}
.post-61 .news_list .news:hover .news_imgs {
    top: -0.1rem;
    box-shadow: 0 11px 25px rgb(58 83 126 / 70%);
}
.post-61 .news .news_title {
    position: absolute;
    color: #fff;
    z-index: 1;
    left: 0.33rem;
    top: 0.56rem;
    height: 2.52rem;
    letter-spacing: 0.07rem;
    font-size: 0.27rem;
    font-family: 'AlimamaShuHeiTi_bold';
    display: flex;
}
.post-61 .news .news_title span {writing-mode: tb;}
.post-61 .news .news_title span:nth-child(2){
    text-indent: calc(1em + 0.07rem);
}
.post-61 .news .news_title a {
    color: #fff;
}

.post-61 .news:nth-child(2) .news_title {
    display: none;
}
/**列表页**/
#l-container .inner {
    padding: 1.14rem 0 1.98rem;
    background: url(/_upload/tpl/00/be/190/template190/images/lastbg.svg) no-repeat right 0.51rem bottom -0.36rem/8.11rem;
}
.l-banner {
    height: 5.02rem;
    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;
}
.wp-inner {
    position: relative;
}
/**栏目列表**/
.col_menu_head {
    position: absolute;
    bottom: -0.34rem;
    z-index: 1;
    width: var(--innerWidth);
    left: 50%;
    transform: translateX(-50%);
}

.col_name span {
    font-size: 0.47rem;
    color: #fff;
}

.col_name {
    margin-bottom: 0.68rem;
}

.col_path a,.col_path span {
    color: #262626;
    font-size: var(--smailSize);
    line-height: 1.3;
}
.possplit {
    margin: 0 .08rem;
    width: auto;
    background-image: none;
    color: #666;
    text-indent: inherit;
    font-size: 0 ! important;
}
.col_path {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: var(--smailSize);
    opacity: 0.8;
}

.possplit::after {
    content: ">";
    font-size: .15rem;
    font-family:cursive
}



.col_list {
    width: 12.5rem;
    position: relative;
    padding-right: .9rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.col_list::before {
    content: "";
    display: block;
    width: 14.10rem;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    background: url(/_upload/tpl/00/be/190/template190/images/colbg.svg) no-repeat center/100%;
}

.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
    display: flex;
    gap: 0.6rem;
}
.col_list ul.sub_list{
    display: none;
}
.col_list ul li {
}

.col_list .col_column .col_item_link.selected:after,.col_list .col_column .col_item_link.parent:after {width: 100%;}

.col_list .col_column .col_item_link {
    color: #fff;
    font-size: var(--smailSize);
    display: inline-block;
    display: block;
    text-align: center;
    line-height: 0.96rem;
    position: relative;
}
.col_list .col_column .col_item_link:after {
    content: "";
    width: 0;
    height: 0.09rem;
    background: #A84330;
    position: absolute;
    bottom: 0;
    left: 0;
}
.col_list .slick-next,.col_list .slick-prev {
    width: auto;
    height: auto;
    background: 0 0;
    border-radius: 0;
}

.col_list .slick-prev {
    left: -.4rem;
    display: none!important;
}

.col_list .slick-next {
    right: -.5rem;
    width: .3rem;
    text-align: center;
}

.col_list .slick-next:hover,.col_list .slick-prev:hover {
    opacity: 1;
    color: #fff;
    background: 0 0;
}

/**默认新闻列表页**/
/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news{
    padding-bottom: 0.35rem;
    margin-bottom: 0.35rem;
}
.mrlist .col_news_list .news_list .news a {display:flex;background: #fff;box-shadow: 0 0.04rem 0.14rem rgb(8 25 92 / 10%);border: 1px solid #F1F1F1;}
.mrlist .col_news_list .news_list .news a:hover{
    box-shadow: 0 0.04rem 0.2rem rgb(8 25 92 / 50%);
}
.mrlist .col_news_list .news_list .news .news_imgs {width: 3.25rem;flex:none;background:0 0;display:flex;align-items:center;border-radius: 0.05rem;}
.mrlist .col_news_list .news_list .news .news_imgs span {padding-top:66.46%;width:100%;}
.mrlist .col_news_list .news_list .news:hover .news_imgs img {transform:scale(1.1)}
.mrlist .col_news_list .news_list .news .news_wz {flex:1;display: flex;flex-direction: column;justify-content: space-between;padding: 0.2rem 0.37rem;font-family: 'Poppins-Medium';font-size: var(--smailSizex);}
.mrlist .col_news_list .news_list .news .news_title {font-size: var(--titleSize);line-height: 1.7;margin-bottom:.17rem;font-family: 'SourceHanSansCN-Medium';}
.mrlist .col_news_list .news_list .news .news_title font{font-weight: normal ! important;}
.mrlist .col_news_list .news_list .news .news_text {font-size: var(--smailSize);line-height: 1.9;color: #858585;}
.mrlist .col_news_list .news_list .news[img-src=""] .news_imgs {display:none;}
.mrlist .col_news_list .news_list .news[img-src=""] .news_date{margin-top:0.15rem;}
.mrlist .col_news_list .news_list .news .news_date {padding: 0;border: none;color: #BC1A21;}

/**文章页**/
.info .col_metas.clearfix {
    height: .63rem;
}

.infobox {
    padding: .56rem 0;
    margin: 0 auto;
    width: auto;
}

.article h1.arti_title {
   line-height: 1.3;
    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, .article .entry .read p ,.article .entry .read p * {line-height: 2 ! important;font-size:22px ! important;color: #181818  ! important;font-family: 'SourceHanSansCN-Regular' ! important;}

.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(/_upload/tpl/00/be/190/template190/images/footbg.png) no-repeat center /cover;
    background-size: cover;
    position: relative;
}

.footer .inner {
    padding: 0.71rem 0 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: flex-start;
    flex-wrap: wrap;
}

#footer .inner .foot-center {
    flex: 1;
}

#footer .inner .foot-center img {
    max-width: 100%;
}
.foot-center .tt {
    color: #fff;
    font-size: var(--titleSize);
    margin-bottom: 0.15rem;
    line-height: 1.7;
}

.foot-center .links .news_title a {
    color: #fff;
opacity:0.6
}

.foot-center .links .news_title {
    color: #fff;
    font-size: var(--smailSize);
    line-height: 2.1;
}

.foot-center .links .news_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 1.1rem;
    align-content: flex-start;
    column-gap: 0.71rem;
}
#footer .inner .foot-right {
    display: flex;
    justify-content: flex-end;
}

.footer .contant .con {
    display: flex;
    flex-wrap: wrap;
}

.footer .contant .con p:first-child {
    width: 100%;
}

.footer .contant .con p {
    width: 50%;
    font-size: var(--smailSize);
    line-height: 1.7;
    font-weight: 400;
    color: #fff;
    margin: 0.05rem 0;
}
.footer .contant .con p img{
    vertical-align: middle;
    height: 0.2rem;
    width: 0.19rem;
    object-fit: contain;
    margin-right: 0.17rem;
}
#footer .inner .foot-left {
    width: 6.28rem;
}
#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;
}

.shares .news_list .imgs {
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 127%;
    left: 50%;
    margin-left: -.5rem;
    transform: translateY(-.4rem);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.shares .news_list .imgs img {
    width: 100%;
    height: 100%unset;
}

.shares .news_list .news_icon {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 47%;
}

.shares .news_list .news {
    position: relative;
}

.shares .news_list .news:nth-child(2) .news_icon {
    background-image: url(/_upload/tpl/00/be/190/template190/images/weibo.svg);
}

.shares .news_list .news:nth-child(1) .news_icon {
    background-image: url(/_upload/tpl/00/be/190/template190/images/weixin.svg);
}
.shares .news_list .news:nth-child(3) .news_icon {
    background-image: url(/_upload/tpl/00/be/190/template190/images/douyin.svg);
}
.shares .news_list .news:nth-child(4) .news_icon {
    background-image: url(/_upload/tpl/00/be/190/template190/images/bilibili.svg);
}

.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: 3.89rem;
}
.footlogo{
    margin-bottom: 0.3rem;
}
.foot-bottom{
    padding: 0.2rem 0;
    position: relative;
    border-top: 1px solid rgb(255 255 255 / 50%);
    width: 100%;
    margin-top: 0.7rem;
}
.foot-bottom p {
    font-size: var(--smailSizex);
    line-height: 2;
    color: #fff;
    position: relative;
}
a.returnTop {
    position: absolute;
    background: #1173BC;
    border-radius: 0.12rem  0.12rem 0 0;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
    gap: 0.21rem;
    right: 0.15rem;
    top: -0.72rem;
}
a.returnTop img {
    width: 0.16rem;
}

a.returnTop:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/_upload/tpl/00/be/190/template190/images/dot_w.png) no-repeat center/0.77rem;
    z-index: 1;
    opacity: 0.15;
}
.wave {
            background: url(/_upload/tpl/00/be/190/template190/images/wave.svg) repeat-x;
            position: absolute;
            top: -4px;
            width: 6400px;
            height: 198px;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
            transform: translate3d(0, 0, 0);
        }

        .wave:nth-of-type(2) {
            background: url(/_upload/tpl/00/be/190/template190/images/wave2.svg)repeat-x;
            top: 40px;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.5s infinite;
            opacity: 1;
        }

        .wave:nth-of-type(3) {
            background: url(/_upload/tpl/00/be/190/template190/images/wave3.svg) repeat-x;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.7s infinite;
            top: 116px;
        }

        @keyframes wave {
            0% {
                margin-left: 0;
            }

            100% {
                margin-left: -1600px;
            }
        }

        @keyframes swell {

            0%,
            100% {
                transform: translate3d(0, -25px, 0);
            }

            50% {
                transform: translate3d(0, 5px, 0);
            }
        }

.dot,.dot2 {
            position: fixed;
            width: 0.12rem;
            height: 0.12rem;
            border-radius: 50%;
            background: #14698d;
            pointer-events: none;
            transform: translate(-50%, -50%);
            transition: transform 0.2s ease;
            z-index: 9999;
        }
.dot2 {
    z-index: 9998;
    background-color: #14698d5c;
}
.post-51 .swiper512 .news_list {
    position: relative;
    height: 5.52rem;
}

.post-51 .swiper512 .news_list .news {
    position: absolute;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.post-51 .swiper512 .news.rotate-active2 a:after,.post-51 .swiper512 .news.rotate-active3 a:after,.post-51 .swiper512 .news.rotate-active4 a:after,.post-51 .swiper512 .news.rotate-active4 .news_title,.post-51 .swiper512 .news.rotate-active2 .news_title,.post-51 .swiper512 .news.rotate-active3 .news_title {opacity: 1;}

.post-51 .swiper512 .news .news_imgs:after {
    content:"";
    width: 100%;
    height: 100%;
    border: 0.02rem dashed rgb(9 83 138 / 32%);
    position: absolute;
    border-radius: 50%;
    /* left: -0.43rem; */
    top: 0;
    z-index: -1;
    animation: 50s linear 0s infinite normal none running rotate;
    background: none;
    box-shadow: none;
    opacity: 0;
    transition: var(--transition);
}
.post-51 .swiper512 .news.rotate-active1 .news_imgs:after{
    left: -0.43rem;
    opacity: 1;
}
.post-51 .swiper512 .news.rotate-active1 .news_imgs{

width: 5.84rem;

background: linear-gradient(166.39deg, rgba(41, 135, 147, 0.89), rgba(9, 83, 138, 0.89) 100%);
}
.post-51 .swiper512 .news.rotate-active1 .news_imgs span{transform: scale(0.929);transform-origin: left;left: -0.13rem;}
.post-21 .news_list .news.selected .news_title {
    animation: push 1s ease-in-out;
}
.post-51 .swiper511 .news .news_title:hover{animation: push 1s ease-in-out;}