@charset "utf-8";
/*Technical Support SudyTech*/
html {font-size: 5vw;}
.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}

/**头部**/
.header {border-bottom:none;height:auto;line-height:inherit;background-size:cover;position:relative;z-index:3;background: #0C3889;position:absolute;width:100%;top:0;transition:1s;}
.header.fix {background:var(--theme-color);}
.header .inner {position:relative;transition:all 0.4s ease-in-out;}
.header .sitelogo {display:flex;}
.header .sitelogo .logo a {display: block;}
.header .sitelogo .logo img {width: 4.2rem;}
.header .sitelogo .logo {margin-right:0.29rem;display:inline-block;}
.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.4rem;align-items:center;}
.header .head-top {display:flex;align-items:center;gap: 0.21rem;}
.header .head-right {display:flex;align-items:flex-end;gap: 0.24rem;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.24rem;overflow:hidden;}
.wp-search {position:relative;border-bottom: 0.01rem solid #FFFFFF;/* border-radius: 0.04rem; */}
.wp-search form {display:block;}
.wp-search .search-input {margin-left:0.2rem;margin-right:40px;}
.wp-search .search-input input.search-title {display:block;width:100%;line-height: 0.44rem;background:none;color:#FFFFFF;font-size:var(--regular-size);border:0;outline:0;padding:0;}
.wp-search .search-btn {width: 0.4rem;height: 0.4rem;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;padding:0;font-size: 0;background-size: 0.14rem;}
.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;opacity: 0.8;}
.site-lang ul li.links a {display: block;color:#fff;font-size:var(--regular-size);padding: 0 0.2rem 0 0.26rem;line-height: 1.2857;font-size: var(--small-size);}
.site-lang ul li.links a:hover {color:#fff;}
.header .site-lang ul li.links:first-child a {/* border-right:1px solid #fff; */}
.site-lang ul li.links.i1 a{background: url(../images/ico1.svg)no-repeat center left;background-size: 0.18rem;}
.site-lang ul li.links.i2 a{background: url(../images/ico2.svg)no-repeat center left;background-size: 0.17rem;padding-left: 0.23rem;}
.site-lang ul li.links.i3 a{background: url(../images/ico3.svg)no-repeat center left;background-size: 0.13rem;padding-left: 0.2rem;border-right: 0.01rem solid #FFFFFF;padding-right: 0.17rem;}
/**导航**/
#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.43rem;}
.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: 1.7;font-size: var(--medium-size);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(--theme-color);}
.nav .sub-menu {position:absolute;left:50%;top:100%;min-width:1.5rem;z-index:100;background:var(--theme-color);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(--base-size);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;}
.bb{
    cursor: pointer;
    z-index: 10;
    width: 1.5rem;
    height: 1.5rem;
    position: fixed;
    left: 50%;
    bottom: 0.62rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff6;
    margin-left: -0.75rem;
    }
@keyframes bb{
0%{transform:translate(-50%,0);opacity:0;}
20%{transform:translate(-50%,3px);opacity:1;}
80%{transform:translate(-50%,10px);opacity:1;}
90%{transform:translate(-50%,10px);opacity:0;}
100%{transform:translate(-50%,10px);opacity:0;}
}
.bb svg{    width: 100%;    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}
.bb a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.bb img {
    width: 0.73rem;
    animation: bb 2s linear 0s infinite;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);/*IE*/
    -moz-transform:translateY(-50%)/*火狐*/;
    -o-transform:translateY(-50%)/*欧朋*/;
    top: 50%;
    margin-top: -0.5rem;
}

.bb:before {
    border-radius: 50%;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    animation: bb2 5s linear 0s infinite;
    transition: all 1s ease-in-out;
    width: 100%;display: none;
}

@keyframes bb2{
    0%{transform: rotate(0turn);}
   
    100%{transform: rotate(1turn);}
    }
#banner .inner {width:100%;text-align:center;max-width:100%;}
.carousel-swiper__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
}
.carousel-swiper__item a:before{content:'';background:url(../images/bannerbg.png)repeat-x bottom;position:absolute;left:0;right:0;bottom:0;height:3.43rem;z-index:1;}
.carousel-swiper__item .carousel-swiper__image,
.carousel-swiper__item .carousel-swiper__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-swiper__item .carousel-swiper__video {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.carousel-swiper__item .carousel-swiper__image img,
.carousel-swiper__item .carousel-swiper__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: 8s;
  transform: none;
}
.carousel-swiper__item.active .carousel-swiper__image img{transform:scale(1.05);}
.carousel-swiper__item:has(video[src]:not([src=""])) .carousel-swiper__video {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.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(--theme-color),var(--theme-color));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(--theme-color);}
/**主体公共**/
.post1 .tt {display:flex;position:relative;justify-content: flex-start;margin-bottom: 0.23rem;}
.post1 .more_btn {position:absolute;right:0;bottom:0;}
.post1 .more_btn img {width:0.14rem;margin-left:0.05rem;vertical-align: baseline;}
.post1 .more_btn .more_text {vertical-align:middle;font-size:var(--base-size);color: #D8BA6D;line-height:0.21rem;}
.post1 .tt .tit span {display:block;position:relative;z-index:1;}
.post1 .tt .tit {text-align: left;position:relative;}
.post1 .tt .tit:before {content:"";display:block;width: 1.22rem;height: 0.34rem;background: url(../images/ttbg1.png) no-repeat;background-size:100% auto;margin-bottom: 0.06rem;}
.post1 .tt .title {font-size: 0.36rem;font-weight:normal;font-weight:bold;line-height:1.4;}
.post1 .tt .tt_en {font-size:var(--base-size);font-weight:normal;color: #0C3889;text-transform: uppercase;}
.post1 .news .news_title {font-size:var(--regular-size);line-height: 1.667;color: #333333;font-weight: 500;}
.post1 .news .news_text {font-size:var(--base-size);line-height:1.75;color:#707070;}
.post1 .news .news_title a {color: #333333;}
.post1 .news .news_text a {color:#707070;}
.post1 .news .news_date {font-weight:bold;font-size:var(--base-size);line-height:1.32;color:#707070;}
.post1 .news .news_meta {color: #0C3889;display:inline-block;font-size: var(--small-size);}
.post1 .news .news_meta span {display:block;text-align:center;line-height: 1;}
.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(--theme-color);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%;}
/**main1**/
.wrap1{background: url(../images/wrap1.jpg)no-repeat top;position: relative;z-index: 1;background-attachment: fixed;background-size: cover;}
.main1 {/* background:#FFF; */position:relative;z-index:1;}
.main1 .inner {padding: 0.194rem 0 0;}
.main1 .mod{display:flex;}
.main1 .ml{
    width: 75%;
    margin-right: 0.5rem;
}
.main1 .mr{flex:1;width:0;position: relative;}
.main1 .mr:before{content:'';width:0.01rem;height:6.97rem;position:absolute;background: #CFD4DD;left: -0.25rem;top: 1.37rem;}
.main1 .mbottom {display:flex;}
.post-11 .con{display:flex;}
.post-11 .list-l{background:#E5EEFD;box-shadow: 0 0.03rem 0.16rem rgb(12 56 137 / 15%);border-radius: 0.12rem 0 0  0.12rem;width: 33.3%;overflow: hidden;margin-top: 0.24rem;}
.post-11 .list-l .news{padding: 0 0.22rem 0 0.2rem;transition: 0.7s;}
.post-11 .list-l .news.selected{
    background: #0C3889;
    border-radius: 0.12rem 0 0 0.12rem;
    padding-left: .4rem;
}
.post-11 .list-l .news.selected .news_box{border-bottom-color:transparent}
.post-11 .list-l .news_list{
    padding: 0 0 0 0.2rem;
}
.post-11 .list-l .news_title{margin-bottom:0.12rem}
.post-11  .news.selected .news_title,.post-11  .news.selected .news_meta{color:#fff}
.post-11 .list-l .news_box{border-bottom: 0.01rem solid #b3b2b2;display: block;padding: 0.12rem 0 0 0;height: 1.243rem;}
.post-11 .list-l .news:last-child .news_box{border-bottom:0}
.post-11 .list-r{width:0;flex:1}
.post-11 .list-r .news_imgs a{
    padding-top: 66.8%;
}
.post-11 .list-r .news_box{
    position: relative;
}

.post-11 .list-r .news_wz{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(360deg, rgb(0 0 0 / 50%), transparent);
    padding: 1.14rem  0.31rem 0.21rem 0.34rem;
}
.post-11 .list-r .news_wz .news_con{border-top:0.01rem solid #FFFFFF;padding: 0.11rem 0 0;}
.post-11 .list-r .news_text{color:#fff}
.post-12{margin-top: 0.55rem;width: 11.37rem;}
.post-12 .news_list{display:flex;column-gap: 0.59rem;}
.post-12 .news_list .news{width:calc((100% - 2*0.59rem)/3)}
.post-12 .news .news_wz {border-bottom: 0.01rem solid #b3b2b2;transition:all 0.4s ease-in-out;padding: 0 0 0.27rem 0;height: 1.21rem;position: relative;}
.post-12 .news .news_imgs {position:relative;}
.post-12 .news .news_title {margin-bottom: 0.12rem;}
.post-12 .news .news_text {margin-bottom:0.05rem;}
.post-12 .con .list2 {flex:1;display:flex;flex-direction:column;justify-content:space-between;}
.post-12 .con .list2 .news_imgs a {padding-top:66.57%;}
.post-12 .con .list2 .news_wz {height:0.56rem;display:flex;align-items:center;padding:0 0.17rem;}
.post-13 .tt:before{position:absolute;content:'';width:0.72rem;height:0.02rem;background:#0C3889;bottom:-0.18rem;}
.post-13>div {height:100%;}
.post-13 .news_list {flex-direction:column;margin-top: 0.06rem;}
.post-13 .news_list .news .news_box {transition:all 0.4s ease-in-out;flex:none;box-sizing:border-box;display:flex;border-bottom: 0.01rem solid #b3b2b2;height: 1.26rem;align-items: center;position: relative;}
.post-13 .news .news_text {transition:all 0.4s ease-in-out;opacity:0;line-height:0;visibility:hidden;}
.post-13 .news_list .news .news_date {margin-bottom:0.13rem;}
.post-13 .news_list .news:hover .news_text {line-height:1.75;opacity:1;visibility:inherit;}
.post-13 .news .news_meta .news_days{
    font-size: 0.32rem;
    border-bottom: 0.01rem solid #0C3889;
    padding-bottom: 0.1rem;
}
.post-13 .news .news_meta{
    margin-right: 0.24rem;
}
.post-13 .news_wz{width:0;flex:1}
.post-13 .news_box:before{content:'';height:0.01rem;bottom:-.01rem;left:0;right:100%;position:absolute;background:#0C3889;transition:0.7s}
.post-13 .news:hover .news_title{color:#0C3889}
.post-13 .news:hover .news_box:before{right:0}
.post-14 .tt{margin:0.385rem auto 0;display: flex;justify-content: center;}
.post-14 .more_btn{position:static;}
.post-12 .news_wz:before{content:'';height:0.01rem;bottom:-.01rem;left:0;right:100%;position:absolute;background:#0C3889;transition:0.7s}
.post-12 .news:hover .news_title{color:#0C3889}
.post-12 .news:hover .news_wz:before{right:0}
/**main2**/
.main2 {/* background:url(../images/main2bg.jpg); */background-size:cover;position:relative;}
.main2 .inner {padding: 0.722rem 0 0.7rem;}
.post-21 .tt{
    display: flex;
    justify-content: center;
    margin-bottom: 0.45rem;
}
.post-21 .tt .tit{text-align:center;}
.post-21 .tt .tit:before{
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.post-21 .news_list .news_imgs {margin: 0 0.15rem;box-sizing:border-box;border-radius: 0.12rem;box-shadow: 0 0.06rem 0.12rem rgb(12 56 137 / 20%);overflow: initial;}
.post-21 .news_list .news_imgs a{overflow:hidden;}
.post-21 .slick-dots {bottom:-0.4rem;display: flex;justify-content: center;}
.post-21 .slick-dots li.slick-active {background:var(--theme-color);}
.post-21 .news_list {margin: 0 -0.15rem;}
.post-21 .slick-prev {left: -0.84rem;background: url(../images/left.svg)no-repeat;background-size: cover;}
.post-21 .slick-prev:hover{background: url(../images/left.svg)no-repeat;background-size: cover;}
.post-21 .slick-next {right: -0.84rem;background: url(../images/right.svg)no-repeat;background-size: cover;}
.post-21 .slick-next:hover{background: url(../images/right.svg)no-repeat;background-size: cover;}
.post-21 .news_list .news .news_imgs a {padding-top: 40.87%;position: relative;border-radius: 0.12rem;}
.post-21 .slick-arrow{
    box-shadow: 0 0.03rem 0.12rem rgb(12 56 137 / 10%);
    width: 0.54rem;
    height: 0.54rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    border-radius: 50%;
    font-size: 0;
    opacity: 1;
    }
/**main3**/
.main3 {position:relative;}
.main3:before{content:'';background: url(../images/main3bg2.png)no-repeat;background-size:cover;position:absolute;left:0;top: 0;right:0;bottom:0}
.main3 .inner {padding: 0.73rem 0 1.77rem;}
.main3 .bottom{display:flex;}
.post-31 .tt{margin-bottom:0.194rem}
.post-32{
    width: 47%;
    margin-right: 0.895rem;
    padding: 0.34rem 0 0 0;
}
.main3 .post1 .news:hover .news_title{color:#0C3889}
.post-32 .news .news_meta{
    width: 1.15rem;
    margin-right: 0.2rem;
}
.post-32 .news .news_wz{width:0;flex:1}
.post-32 .news_list{row-gap: 0.53rem;display: flex;flex-direction: column;}
.post-32 .news{padding-left:0.3rem;position: relative;}
.post-32 .news:before{content:'';width: 0.21rem;height: 0.2rem;background: url(../images/chilun.svg)no-repeat;background-size: cover;position: absolute;left: 0;bottom: -0.1rem;}
.post-32 .news:hover:before{background:url(../images/chilunh.svg)no-repeat;background-size:cover}
.post-32 .news_box{display:flex;border-bottom: 0.01rem dashed #B7B7B7;align-items: center;padding-bottom: 0.36rem;transition: 0.7s;}
.post-32 .news:hover .news_box{border-bottom-color: var(--theme-color);}
.post-32 .news_meta div{display:flex;font-size: 0.4rem;justify-content: space-between;}
.post-32 .news .news_meta .news_year{
    font-size: var(--regular-size);
}
.post-32 .news .news_meta .news_week{
    font-size: var(--regular-size);
}
.post-32 .news_meta .meta_bottom{
    margin-top: 0.05rem;
    position: relative;
}
.post-32 .news_meta .meta_bottom:before{content:'';width:0.01rem;height:0.28rem;background:#0C3889;left:50%;position:absolute;top: 59%;transform: translateY(-50%);}
.post-32 .news .news_meta .news_month{font-size:0.4rem;font-weight: bold;}
.post-32 .news .news_meta .news_days{font-size:0.4rem;margin: 0;}
.post-33{width:0;flex:1;padding-right: 0.2rem;position: relative;}
.post-33:before{content:'';width:7.2rem;height: 5rem;background:#0C3889;position:absolute;top: 0.2rem;left: 0.2rem;max-width: 100%;}
.post-33 .news .news_title{
    font-size: var(--medium-size);
    text-align: center;
}
.post-33 .news_imgs{
    margin-bottom: 0.33rem;overflow:initial
}
.post-33 .news_imgs a{
    padding-top: 69.44444%;position:relative;
}
.post-33 .news_list{padding:0 0 0.55rem}
.post-33 .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    background: #C6D1E6;
    margin: 0 0.145rem;
}
.post-33 .slick-dots li.slick-active{
    background: #5177BE;
}
/**main4**/
.main4{position:relative;z-index: 1;}
.main4 .inner{padding: 0 0 0.52rem;}
.main4:before{content:'';background:#0C3889;left: 0;right: 0;height: 4rem;position: absolute;z-index: -1;}
.main4 .bottom{display:flex;padding: 0.56rem 0 0 0;}
.post-40 .tt .tt_en{
    color: #FFFFFF;
    opacity: 0.8;
}
.post-40 .tt .title{color:#fff}
.post-41{
    width: 38.46%;
    margin-right: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.12rem 0 0 0;
    box-shadow: 0 0 0.24rem rgb(155 124 92 / 10%);
}
.post-41 .news:hover .news_title{color:#0C3889}
.post-41 .news .news_box{border-bottom:0.01rem solid #D0D9E8;display: block;padding: 0.18rem 0 .25rem;position:relative;}
.post-41 .news_box:before{content:'';height:0.01rem;bottom:-.01rem;left:0;right:100%;position:absolute;background:#0C3889;transition:0.7s}
.post-41 .news:hover .news_title{color:#0C3889}
.post-41 .news:hover .news_box:before{right:0}
.post-41 .news:last-child .news_box{border-bottom:0}
.post-41 .con{padding: 0.13rem 0.52rem 0.12rem 0.54rem;}
.post-41 .news_top{
    display: flex;
    font-size: var(--small-size);
    justify-content: space-between;
    margin-bottom: 0.08rem;
}
.post-41 .news_media{
    color: #0C3889;
}
.post-41 .news .news_meta{
    color: #D8BA6D;
}
.post-42{flex:1;width:0}
.post-42 .con{display:flex;flex-wrap: wrap;row-gap: 0.1rem;}
.post-42 .list-l{
    width: 60.6%;
    margin-right: 0.1rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.1rem;
}
.post-42 .list-r{
    width: 0;
    flex:1
}
.post-42 .list-top .news_imgs a{padding-top:92.857%}
.post-42 .list-top{display:flex;column-gap:0.1rem;flex-wrap: wrap;row-gap: 0.1rem;}
.post-42 .list-top .news{width:calc((100% - 0.1rem)/2)}
.post-42 .list-bottom .news_imgs a{padding-top:54.3%}
.post-42 .list-r .news_imgs a{padding-top:161.1%}
.post-42 .list-r .news_imgs{border-radius:0 0.12rem 0 0}
.post-42 .news_wz{position:absolute;bottom:0;background: linear-gradient(0, #040E00, transparent);left: 0;right: 0;height: 1.5rem;display: flex;flex-direction: column;justify-content: flex-end;}
.post-42 .news_ico{width:0.44rem;margin-right: 0.11rem;height: 0.27rem;border-radius: 0 0.5rem  0.5rem 0;}
.post-42 .news .news_title{flex:1;width:0;color:#fff}
.post-42 .news_box{position:relative;}
.post-42 .news_con{display:flex;padding-bottom: 0.29rem;align-items: flex-start;}
.post-42 .news_ico[media="微信"]{
    background: #2CCC46 url(../images/wechatico.svg)no-repeat center;
    background-size: 0.19rem;
    margin-top: .05rem;
}
.post-42 .news_ico[media="bilibili"]{
    background: #FB7299 url(../images/bilibili.svg)no-repeat center;
    background-size: 0.19rem;
    margin-top: .05rem;
}
.post-42 .news_ico[media="微博"]{
    background: #E69B44 url(../images/weiboico.svg)no-repeat center;
    background-size: 0.26rem auto;
    margin-top: .05rem;
}
.post-42 .news_ico[media="抖音"]{
    background: #000000 url(../images/douyin.svg)no-repeat center;
    background-size: 0.17rem auto;
    margin-top: .05rem;
}
.post-42 .news_ico[media="视频号"]{
    background: #ff9908 url(../images/shipinhao.svg)no-repeat center;
    background-size: 0.25rem auto;
    margin-top: .05rem;
}
/**main5**/
.main5{position: relative;overflow: hidden;}
.main5:before{content:'';background:url(../images/main5bg.jpg)no-repeat;background-size: cover;position: absolute;top: 1.2rem;bottom:0;left:0;right:0;}
.main5 .inner{padding:0 0 1.7rem}
.main5 .mod{/* overflow:hidden; */}
.post-51{width:18.4rem;}
.post-51 .tt{width: var(--inner-width);}
.post-51 .news_imgs{
    overflow: initial;
}
.post-51 .news:hover .news_title,.post-51 .news:hover .news_title a{color:#0C3889}
.post-51 .news_imgs a{
    padding-top: 64%;
    position: relative;
}
.post-51 .swiper-slide-active .news_imgs a{border-radius:0 0.8rem 0 0}
.post-51 .swiper-slide-active .news_imgs{background:none}
.post-51 .swiper-slide-active .news_box{
    width: 6.4rem;
    transition: 0.7s;
}
.post-51 .news{transition:0.7s;/* width: auto !important; */}
.post-51 .swiper-slide-active{
    width: 6.4rem !important;
    margin-right: 1.2rem;
}
.post-51 .swiper-slide-active+ .news{
    width: 5.3rem !important;
    margin-right: 0.49rem;
    padding-top: 0.24rem;
}
.post-51 .news .news_meta{position: absolute;z-index: 1;bottom: 0;color: #fff;width: 0.64rem;left: 0.16rem;transform: translateY(50%);background: url(../images/metabg.png)no-repeat;height: 0.88rem;display: flex;flex-direction: column;justify-content: space-between;background-size: cover;}
.post-51 .news .news_meta .news_day{
    /* background: #D8BA6D; */
    height: 0.6rem;
    border-radius: 50% 50% 30% 30%;
    margin-bottom: -72%;
    font-size: 0.24rem;
    text-align: center;
    font-weight: bold;
    padding-top: 0.1rem;
}
.post-51 .news .news_meta .news_month{/* background: #D8BA6D; */border-radius: 50%;height: .64rem;font-size: var(--base-size);text-align: center;display: flex;align-items: center;justify-content: center;padding-top: 0.1rem;}
.post-51 .swiper-slide-active+ .news +.news{width:5.01rem !important;padding-top: 0.38rem;}
.post-51 .news .news_title{
    margin-bottom: .19rem;
    font-weight: bold;
}
.post-51 .news .news_text{line-height:1.71;font-size: var(--small-size);}
.post-51 .news  .news_more{margin-top:0.05rem}
.post-51 .news  .news_more a{font-size:0.12rem;color: #666666;}
.post-51 .news .news_more a img{width:0.13rem;margin-left:0.05rem}
.post-51 .news .news_wz{
    padding: 0.65rem 0 0;
}
.post-51 .swiper-button{
    top: 1.69rem;
    margin-top: 0;
    width: 0.07rem;
    height: 0.44rem;
}
.post-51 .swiper-button:after{
    color: #fff;
    font-size: 0.15rem;
}
.post-51 .swiper-button-prev{left:7.44rem;}
.post-51 .swiper-button-prev:before{content:'';width:0.6rem;height:0.6rem;background:#649AFF;opacity:0.3;position:absolute;border-radius:50%;z-index: -1;right: -0.4rem;}
.post-51 .swiper-button-next{left:7.68rem;}
.post-51 .swiper-button svg{display:none;}
/**main6**/
.main6 {position:relative;z-index:1;background: url(../images/main6bg.jpg) no-repeat;background-size: cover;}
.main6 .inner {padding: 0.27rem 0 0;}
.post-61{display:flex;flex-direction: column;align-items: flex-end;}
.post-61 .tt{width:100%;margin-bottom: -0.63rem;}
.post-61 .more_btn{
    top: 0;
}
.post-61 .tt .title{
    position: relative;
}
.post-61 .tt .title:before{content:'';width:0.72rem;height:0.02rem;background:#0C3889;position: absolute;bottom: -0.17rem;}
.post-61 .con{
    width: 88.2%;
}
.post-61 .news.swiper-slide-active +.news{
    width: 3rem !important;
    transition: 0.7s;
}
.post-61 .news .news_box{margin:0 0.1rem;display: flex;flex-direction: column;}
.post-61 .swiper{margin: 0 -0.1rem;min-height: 4rem;padding-bottom: 0.2rem;}
.post-61 .news.swiper-slide-active +.news +.news{width: 3rem !important;/* margin-left:0.2rem; */}
.post-61 .news{transition:0.7s;}
.post-61 .news.swiper-slide-active{
    width: calc(100% - 3rem*2) !important;
}
.post-61 .news .news_imgs a{
    height:1.87rem;
}
.post-61 .news.swiper-slide-active .news_imgs a{ height: 2.8rem;}
.post-61 .news .news_text{display:none}
.post-61 .news.swiper-slide-active .news_box{
    padding: 0 0.56rem 0 0.2rem;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: row;
}
.post-61 .news.swiper-slide-active .news_box:before{border:0.04rem solid #0C3889;content:'';width:4.12rem;height:2.72rem;position:absolute;left:0;top: 0.2rem;}
.post-61 .news .news_imgs{transition:0.7s}
.post-61 .news.swiper-slide-active .news_imgs{width:4.2rem;margin-right: 0.3rem;}
.post-61 .news .news_title{color:#252525;font-size: var(--regular-size);text-align: center;margin-top: 0.018rem;font-weight: bold;margin-top: 0.07rem;}
.post-61 .news .news_title a{color:#252525;}
.post-61 .news.swiper-slide-active .news_wz{flex:1;width:0;padding: 0.31rem 0 0 0;}
.post-61 .news.swiper-slide-active .news_title{text-align:left;margin-bottom: 0.18rem;margin-top: 0;border-bottom: 0.02rem solid #0C3889;padding-bottom: 0.1rem;}
.post-61 .news.swiper-slide-active .news_title a{display: inline-block;text-overflow: -o-ellipsis-lastline;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.post-61 .news.swiper-slide-active .news_text{display: -webkit-box;font-size: var(--small-size);line-height: 2;color: #252525;font-weight: 500;}
.post-61 .news.swiper-slide-active .news_text a{color:#252525;opacity: 0.8;}
.post-61 .swiper-button{
    box-shadow: 0 0.03rem 0.12rem rgb(12 56 137 / 10%);
    width: 0.54rem;
    height: 0.54rem;
    top: auto;
    bottom: 1.1rem;
    margin-top: 0;
    border-radius: 50%;
}
.post-61 .swiper-button-prev{left:5.84rem;background: url(../images/left.svg)no-repeat;background-size: cover;}
.post-61 .swiper-button-next{left:6.67rem;background: url(../images/right.svg)no-repeat;background-size: cover;}
.post-61 .swiper-button svg,.post-61 .swiper-button:after{display:none;}
.wave-box1{
    top: 0;
    transform: translateY(-0.51rem);
}

.wrapcontainer{background: #fff;position: relative;margin-top: calc(100vh + 20px);}
.wave-box2{transform: translateY(0.94rem);position: static;}
      canvas {
        vertical-align: bottom;
      }
.wave-box3{transform: translateY(-0.45rem);z-index: 1;bottom: -0.34rem;}
.wave-box {
        position: relative;
        z-index: 0;
        bottom: -0.01rem;
      }
#wave3,#wave5,#wave7,#wave9{width:100%;position: relative;z-index: 1;}
      #wave2, #wave4,#wave6, #wave8,#wave10,#wave1{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
      }

/**列表页**/
#wp_column_article{margin: 0 10%;}
#wp_column_article p, #wp_column_article table, #wp_column_article table td, #wp_column_article table th,#wp_column_article table span{background: transparent !important;font-size: var(--regular-size) !important;color: #333 !important;line-height: 2.25 !important;}
.l-banner {height: 5.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;background: url(../images/list_bg.png)no-repeat bottom;background-size: 100% auto;}
#l-container .inner {padding: 0 0 1.4rem;position:relative;}
#d-container .inner {background:#fff;}
/**栏目列表**/
.col_menu_head {/* position:absolute; */bottom:100%;z-index:1;width:100%;left:0;margin-top: -0.98rem;}
.col_name span {font-size:.44rem;color:#fff;font-weight: bold;}
.col_name {margin-bottom:.3rem;}
.col_path a,.col_path span {color:#fff;font-size:var(--base-size);line-height:1.3;}
.col_path {display:inline-block;padding-left:.26rem;background:url(../images/home.svg) no-repeat left;margin-bottom:.63rem;display: none;}
.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: auto;/* padding-right:.9rem; */box-sizing:border-box;display:flex;align-items:center;min-height: 0.74rem;}
.col_list::before {content:"";display:block;width: 100vw;/* height:0; */right: 50%;position:absolute;transform: translateX(50%);top:0;/* border-right:.35rem solid transparent; */background: #EFF4FF;border-bottom: 0.01rem solid rgb(112 112 112 / 30%);bottom: 0;}
.column-switch {display:none;}
.col_list ul {position:relative;width:100%;display: flex;flex-wrap: wrap;column-gap: 0.78rem;row-gap: 0.1rem;}
.col_list .sub_list{
    display: flex;
    flex-direction: column;
    position: absolute;
    background: var(--theme-color);
    text-align: center;
    column-gap: 0;
    transform: translateX(-50%) scale(0);
    border-radius: 8px;
    opacity: 0;
    transition: 0.7s;
    left: 50%;
    z-index: 1;
}
.col_list ul li:hover .sub_list{transform:translateX(-50%) scale(1);opacity:1}
.col_list .sub-item-link{
    font-size: var(--base-size);
    line-height: 0.4rem;
    color: #fff;
    display: block;
}
.col_list .sub-item-link:hover{background:#fff;color:var(--theme-color)}
.col_list ul li {float:left;position: relative;}
.col_list .col_column .col_item_link.selected {opacity:1;color: #0C3889;}
.col_list .col_column .col_item_link {color: #252525;padding: 0.16rem .09rem 0.26rem 0.09rem;font-size: var(--medium-size);border-right:1px solid rgb(255 255 255 / 20%);display:inline-block;display:block;text-align:center;/* opacity:.7; *//* margin:.05rem 0; */font-weight: 600;position: relative;}
.col_list .col_column .col_item_link.selected:before{opacity:1}
.col_list .col_column .col_item_link:before{content:"";background:#0C3889;height:0.03rem;position: absolute;left: 0;right: 0;bottom: 0;opacity: 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;}
/**默认新闻列表页**/
.col_news_list{padding-top: 0.44rem;}
.mrlist .col_news_list .news_list .news_wz {display:flex;margin-bottom: .19rem;border-bottom: 0.01rem solid #DDDDDD;padding: .18rem 0 0.37rem;align-items: center;}
.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_meta {width: 0.76rem;height: 0.78rem;border-radius: 0.1rem;border: 0.01rem solid rgb(12 56 137 / 20%);display: flex;flex-direction: column;align-items: center;color: #0C3889;margin-right: 0.37rem;}
.mrlist .col_news_list .news_list .news .news_meta span {display:block;}
.mrlist .col_news_list .news_list .news .news_year {font-size: .12rem;}
.mrlist .col_news_list .news_list .news .news_day {font-size: .4rem;line-height: 1.3;}
.mrlist .col_news_list .news_list .news:hover .news_title{color:#0c3889}
.mrlist .col_news_list .news_list .news .news_title {font-size: .22rem;line-height:1.7;font-weight: 500;margin-bottom:.17rem;flex: 1;width: 0;}
.mrlist .col_news_list .news_list .news .news_text {font-size:var(--small-size);line-height:2;}
.mrlist .col_news_list .news_list .news .news_text a {color:#666;}
.mrlist .col_news_list .news_list .news[img-src=""] .news_imgs {display:none;}
/**文章页**/
.pagelist #l-container .mod{display:flex;background: #FFFFFF;margin-top: -1.18rem;}
.pagelist .col_news_list{width: 76.53%;padding: 0.52rem 0 0 0;}
.pagelist .col_news_list .article{margin:0 0.605rem}
.pagelist #l-container .inner{padding-top:0}
.info .col_metas.clearfix {height:.63rem;}
.infobox {padding:.56rem 0;margin:0 auto;width:auto;}
.article h1.arti_title {line-height: 1.5625;font-family:SourceHanSerifCN-Bold;font-size: .32rem;text-align: left;margin-bottom: 0.22rem;font-weight: 600;}
 .article .artibottom{display:flex;justify-content: space-between;border-bottom: 0.01rem solid rgb(112 112 112 / 30%);padding-bottom: 0.09rem;color: #666666;}
 .article .artibottom .social-share-icon{
    width: 0.29rem;
    height: 0.29rem;
}
.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;display: flex;column-gap: 0.4rem;align-items: center;}
.article .arti_metas>span {font-size:var(--base-size);color:#666;font-weight: 500;}
.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, .article .entry .read p span,.article .entry .read p a {line-height: 1.5 !important;font-size: var(--base-size) !important;color:#333;font-family: 微软雅黑, "Microsoft YaHei" !important;}
.article .entry .read p {margin-bottom:10px;}
.article .entry .read img {margin:0 auto;max-width:940px;}
.article .entry .read table {margin:0 auto;border:none!important;}
.sibi_art {margin-top:1.3rem;border-top: 0.01rem solid #707070;padding-top: 0.4rem;}
.artibottom .social-share .icon-wechat{background:url(../images/weixinshare.svg)no-repeat;border: 0;background-size:cover}
.artibottom .social-share .icon-weibo{background:url(../images/weiboshare.svg)no-repeat;border: 0;background-size:cover}
.social-share .icon-wechat:before{display:none}
.social-share .icon-weibo:before{display:none}
.wp_artfuns .wp_art_adjoin {display:flex;line-height: .54rem;font-size: var(--medium-size);flex-wrap:wrap;color: #333333;font-weight: 600;}
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;}
.colright{
    width: 0;
    flex:1;
    background: linear-gradient(180deg,#E2EBFA, transparent);
}
.linknews{padding: 0.552rem 0.336rem 0.37rem 0.405rem;}
.linknews .tt{color: #0C3889;font-size: 0.32rem;/: 0.005remsolid #980337;line-height: 1.4;margin-bottom: 0.12rem;font-weight: 600;}
.linknews .con{position:relative;/* border-left:0.01rem solid rgb(199 199 199 / 60%); */}
.linknews .con:before{content:'';position:absolute;width: 0.01rem;top: 0.3rem;bottom: 0.88rem;left: 0.06rem;background: #C7C7C7;opacity: 0.6;}
.linknews .news{/* margin-bottom:0.17rem; *//* height: 0.94rem; */}
.linknews .news_box{position:relative;padding: 0.22rem 0 0 0.215rem;}
.linknews .news:first-child .news_box{/* border-top: 0.01rem solid rgb(0 68 143 / 20%); */}
.linknews .news_meta{font-size: var(--base-size);color: #666666;line-height: 1.25;margin-bottom: 0.13rem;font-family: "Roboto-Bold";opacity: 0.8;position: relative;transition: 0.7s;}
.linknews .news_title{color:#333333;font-size: var(--regular-size);line-height: 1.777;font-weight: 500;margin-bottom: 0.11rem;}
.linknews .news_meta:before{content:'';width: 0.09rem;height: 0.09rem;position: absolute;background: #fff;border-radius: 50%;border: 0.01rem solid #DCDBDB;left: -0.2rem;top: 0.07rem;transition: 0.7s;}
.linknews .news:hover .news_meta{color:#0c3889;opacity:1}
.linknews .news:hover .news_meta:before{border-color:#0c3889}
/**底部**/
#footer {background: url(../images/footer_bg.jpg)no-repeat;background-size:cover;position:relative;}
.footer .inner {/* padding:.97rem 0 .445rem; */box-sizing:border-box;position:relative;z-index:1;}
.foot-top .links .con {display:flex;/* margin-bottom:.857rem; */padding: 0 0.18rem;flex-wrap: wrap;column-gap: 0.6rem;}
.foot-top p{
    font-size: var(--regular-size);
}
.foot-top .inner{
    padding: 0.305rem 0 0.22rem;
}
#footer .inner.in1 {padding:.57rem 0 .32rem;position:relative;}
#footer .inner .foot-left {flex:1;display:flex;width: 0;}
.foot-left .foot-logo{margin-left:2.41rem}
.foot-left .foot-logo img{
    width: 1.58rem;
}
#footer .inner .foot-center {flex:1;text-align:center;}
#footer .inner .foot-center img {max-width:100%;}
#footer .inner .foot-right {display:flex;justify-content:flex-end;width: 1.2rem;}
#footer .inner .foot-right .news_title{
    font-size: var(--small-size);
    color: #fff;
    margin-top: 0.15rem;
}
#footer .inner p {line-height: 2.5;font-weight:400;color:#fff;text-align: left;}
#footer .inner p a {color:#fff;}
#footer .inner p span {margin:0 3px;}
.foot-left .title {color:#fff;font-size:var(--base-size);line-height:.21rem;font-weight:700;margin-bottom:.14rem;}
/**底部链接**/
.foot-left .tt {margin-bottom:.18rem;}
.foot-left .links {margin-right:1.02rem;}
/**分享**/
.shares{margin-left:1.89rem;margin-top: -0.7rem;}
.shares .news_list {display:flex;text-align:center;gap: .38rem;}
.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: .48rem;height: .48rem;border-radius:50%;background-repeat:no-repeat;background-position:center;opacity: 1;background-size: cover;box-shadow: 0 0.03rem 0.06rem rgb(4 25 88 / 6%);position: relative;}
.shares .news_list .news_icon:before{content:'';width: 0.58rem;height: 0.58rem;position: absolute;border: 0.01rem dashed #FFFFFF;border-radius: 50%;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.shares .news_list .news:hover .news_icon:before{animation: 20s linear infinite ani_turn2}
@keyframes ani_turn2 {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.shares .news_list .news {position:relative;}
.shares .news_list  .news_icon[media="微信"] {background-image: url(../images/wechatcode.svg);}
.shares .news_list .news_icon[media="微博"] {background-image: url(../images/weibocode.svg);}
.shares .news_list .news_icon[media="抖音"] {background-image: url(../images/souyincode.svg);}
.shares .news_list .news_icon[media="bilibili"] {background-image: url(../images/bilibilicode.svg);}
.shares .news_list .news_icon[media="视频号"] {background-image: url(../images/sph.svg);background-size: 118%;}
.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(--small-size);line-height:1.4;margin-top:.13rem;}
.footlogo img {width:4.62rem;}
.foot-bottom {padding: .295rem 0 .365rem;text-align:center;position:relative;z-index:1;border-top: 1px solid rgb(255 255 255 / 20%);}
.foot-bottom p {font-size: var(--base-size);line-height:2.4;color:#fff;position:relative;font-family: microsoft yahei;}
.foot-bottom .mod{display:flex;justify-content: space-between;align-items: center;}
/**侧导航**/
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(--theme-color);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(--hover-color);}
.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(--theme-color);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;}




.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #eee;
  z-index: 9999;
}

.progress {
  height: 100%;
  width: 100%;
  background: var(--accent-color);
  transform-origin: left;
  transform: scaleX(0);
}

.layer {background: rgba(0,0,0,0.8);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 61;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;z-index: 999999;box-sizing: border-box;padding: 0 0.25rem;}
.layer.showdiv {opacity: 1; visibility: visible;}
.layer .close {font-size: 0.6rem;font-family: icon;position: absolute;right: 0.5rem;top: 0.5rem;width: 0.3rem;height: 0.3rem;text-align: center;line-height: 0.8rem;cursor: pointer;color: #ccc;display: block;background: url(../images/close.svg) no-repeat;transition: 1s;background-size: cover;}
.layer .close:hover {transform: rotate(180deg);}
.searchbox {transform: translateY(-0.5rem); opacity: 0; transition: 0.7s; width: 5.5rem;}
.layer.showdiv .searchbox {transform: none; opacity: 1;}
.searchbtn {float:right;width: 0.26rem;height: 0.24rem;background: url(../images/sous.svg);cursor:pointer;background-size: contain;}
a.menu-btn{display:none; }

/**学院领导**/
body.list_leader .col_news_list .news_list{display:flex;column-gap: 0.8rem;flex-wrap: wrap;row-gap: .4rem;}
body.list_leader .col_news_list .news_list .news{width: calc((100% - 0.8rem)/2);}
body.list_leader .col_news_list .news_list .news_imgs{padding:0.1rem;margin-right: 0.2rem;background: #fff;overflow: initial;box-shadow: 0 0 0.16rem rgb(12 56 137 / 20%);}
body.list_leader .col_news_list .news_list .news_imgs a{
    width: 1.5rem;
    height: 2rem;
}
body.list_leader .col_news_list .news_list .news_wz{width:0;flex:1;padding: 0.14rem 0 0 0;}
body.list_leader .col_news_list .news_list .news_box{display:flex;background: #FFFFFF;box-shadow: 0 0.06rem 0.16rem rgb(0 0 0 / 10%);padding: 0.2rem;}
body.list_leader .col_news_list .news_list .news_top{
    display: flex;
    align-items: flex-end;
    column-gap: 0.14rem;
    margin-bottom: .22rem;
}
body.list_leader .col_news_list .news_list .news_content{
    font-size: var(--regular-size);
    line-height: 2;
}
body.list_leader .col_news_list .news_list .news_title{
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1;
}
body.list_leader .col_news_list .news_list .sub_title{
    color: #0C3889;
    font-size: var(--regular-size);
    line-height: 1;
}
body.list_leader #page1{display:none}
/**领导2**/
/**学院领导**/
body.list_lead #l-container .inner{padding-bottom:1.66rem}
body.list_lead .col_news_list{padding-top:0.56rem}
body.list_lead .col_news_list .news_list{display:flex;column-gap: 2.26rem;flex-wrap: wrap;row-gap: 1.04rem;}
body.list_lead .col_news_list .news_list .news{width: calc((100% - 2.26rem*3)/4);background: #2E5195;box-shadow: 0 0.06rem 0.16rem rgb(0 0 0 / 10%);}
body.list_lead .col_news_list .news_list .news_imgs{/* padding:0.1rem; *//* margin-right: 0.2rem; *//* background: #fff; */overflow: initial;box-shadow: 0 0 0.16rem rgb(12 56 137 / 20%);}
body.list_lead .col_news_list .news_list .news_imgs a{
    /* width: 1.5rem; */
    padding-top: 133.5%;
}
body.list_lead .col_news_list .news_list .news_wz{/* width:0; */flex:1;padding: 0.14rem 0 0 0;}
body.list_lead .col_news_list .news_list .news_box{display:flex;padding: 0.11rem 0.1rem 0;flex-direction: column;}
body.list_lead .col_news_list .news_list .news_top{
    display: flex;
    align-items: center;
    column-gap: 0.14rem;
    margin-bottom: .22rem;
    flex-direction: column;
}
body.list_lead .col_news_list .news_list .news_content{
    font-size: var(--regular-size);
    line-height: 2;
}
body.list_lead .col_news_list .news_list .news_title{
    font-size: var(--medium-size);
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-bottom: 0.1rem;
}
body.list_lead .col_news_list .news_list a{color:#fff}
body.list_lead .col_news_list .news_list .sub_title{
    color: #fff;
    font-size: var(--base-size);
    line-height: 1;
    text-align: center;
}
body.list_lead #page1{display:none}
/**校园风光**/
body.list_pics .col_news_list .news_list{display:flex;column-gap:0.6rem;flex-wrap:wrap;row-gap: 0.6rem;}
body.list_pics .col_news_list .news_list .news{width:calc((100% - 0.6rem*2)/3)}
body.list_pics .col_news_list .news_list .news_imgs a{padding-top:66%}
body.list_pics .col_news_list .news_list .news_top{
    box-shadow: 0 0.06rem 0.16rem rgb(12 56 137 / 12%);
    background: #fff;
    display: flex;
    height: 0.6rem;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
body.list_pics .col_news_list .news_list .news_title{font-size: var(--medium-size);}

/**组织机构**/
body.list_organization #l-container .inner{
    padding: 0 0 0.19rem;
}
body.list_organization .col_news_list{padding-top:0.51rem}
body.list_organization .sublist_title{width:1.92rem;margin-top: 0.07rem;}
body.list_organization .sublist_title a{
    font-size: 0.28rem;
    font-weight: 600;
    color: #0C3889;
}
body.list_organization .sublist_title .morelink{display:none;}
body.list_organization .wp_sublist{display:flex;border-top: 0.01rem solid #0C3889;padding: 0.23rem 0 0 0;}
body.list_organization .col_news_list .news_list{display:flex;flex-wrap:wrap;width: 0;flex: 1;}
body.list_organization .col_news_list .news_list .news{width:100%}
body.list_organization .col_news_list .news_list .news_top{display:flex;line-height: 3.2;font-size: var(--medium-size);}
body.list_organization .col_news_list .news_list .news_top .news_title{
    width: 46.125%;
    /* font-size: var(--medium-size); */
}
body.list_organization .wp_subcolumn_list{
    margin-bottom: 0.37rem;
}
/**组织机构**/
body.list_org #l-container .inner{
    padding: 0 0 0.6rem;
}
body.list_org .col_news_list{margin-top: 0.51rem;display: flex;border-top: 0.01rem solid #0C3889;padding: 0.23rem 0 0 0;}
body.list_org .col_tt{width:1.92rem;margin-top: 0.07rem;font-size: 0.28rem;
    font-weight: 600;
    color: #0C3889;}
body.list_org .sublist_title .morelink{display:none;}
body.list_org .wp_sublist{display:flex;}
body.list_org .col_news_list .colist{display:flex;flex-wrap:wrap;/* width: 0; */flex: 1;}
body.list_org .col_news_list .news_list{display:flex;flex-wrap:wrap;}
body.list_org .col_news_list .news_list .news{width:100%}
body.list_org .col_news_list .news_list .news_top{display:flex;line-height: 3.2;font-size: var(--medium-size);}
body.list_org .col_news_list .news_list .news_top .news_title{
    width: 46.125%;
    /* font-size: var(--medium-size); */
}
body.list_org .wp_subcolumn_list{
    margin-bottom: 0.37rem;
}