@charset "utf-8";
/*Technical Support SudyTech*/
body {scroll-behavior: auto;}
html {font-size:calc(100vw/19.2);}
.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}
@font-face {
    font-family: 'pr';
    src: url(../fonts/Poppins-Regular.ttf);
}
/**头部**/
.header {border-bottom:none;height:auto;line-height:inherit;background-size:cover;z-index: 2;background: linear-gradient(to bottom,#5099F0,transparent);position:fixed;width:100%;top:0;transition:1s;}
.header.fix {background:var(--theme-color);}
.header .inner {transition:all 0.4s ease-in-out;max-width: 17.5rem;}
.header .sitelogo {display:flex;padding-top: 0.39rem;}
.header .sitelogo .logo a {display: block;}
.header .sitelogo .logo img {width: 4.13rem;}
.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.79rem;}
.header .head-top {display:flex;align-items:center;gap:0.15rem;}
.header .head-right {display:flex;align-items:flex-end;gap: 0.1rem;flex-direction:column;padding-top: 0.1rem;}
.nav_ico1 img {
    height: 0.35rem;
    object-fit: contain;
}
/* 搜索*/
.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.3rem;border-radius: 0.15rem;overflow:hidden;}
.wp-search {position:relative;}
.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.3rem;background:none;color:#FFFFFF;font-size: var(--small-size);border:0;outline:0;padding:0;}
.wp-search .search-btn {width: 0.3rem;height: 0.3rem;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 / 0.15rem;cursor:pointer;padding:0;}
.header .searchbox:hover {width:3rem;border-radius:0.22rem;background: rgba(255,255,255,0.2);}
.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;}
.site-lang ul li.links a {display: block;color:#fff;font-size:var(--base-size);padding:0 0.14rem;line-height:1;}
.site-lang ul li.links a:hover {color:#fff;}
.header .site-lang ul li.links:first-child a {border-right: 1px solid rgba(255,255,255,0.2);}
/**导航**/
#nav {width: 11.41rem;}
#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;}
.nav .wp-menu .menu-item {position:relative;text-align:center;}
.nav .wp-menu .menu-item.i1 {background:none;}
.nav .wp-menu .menu-item a>.menu-switch-arrow {display:none;width:20px;height:20px;background:url(../images/nav_j.png) no-repeat center center;vertical-align:middle;}
.nav .wp-menu .sub-menu li .sub-menu {display:none;}
.nav .wp-menu .menu-item a.menu-link {line-height:0.4rem;font-size: 0.21rem;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;overflow: hidden;max-height:100vh;}
#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:'';width:100%;height: 32.18%;background: linear-gradient(to bottom,rgba(0,0,0,0),#5099F0);position: absolute;bottom: 0;left: 0;z-index:1;opacity:0.4;}
.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;
}
.carousel-swiper__item:has(video[src]:not([src=""])) .carousel-swiper__video {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.main1 {background: #fff url(../images/m1bg.png)no-repeat bottom center / 100%;}
.main1 .mod{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}
.robot{position: fixed;width: 1.69rem;height: 1.44rem;background: url(../images/rotbg.png) no-repeat center right / 1.69rem;right: 0;bottom:0;z-index: 1;}
.robot.robot .ico{width: 1.32rem;height: 1.32rem;background: url(../images/robot1.png) no-repeat center center / 1.32rem;}
    .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1,1);
		}
	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1.1,1.1);
		}	
#banner .swiper-pagination{display: flex;align-items: center;justify-content: center;bottom: 0.5rem;}
#banner .swiper-pagination-bullet{width:0.167rem;height:0.167rem;background: rgba(255,255,255,0.4);margin: 0 0.12rem;}
#banner .swiper-pagination-bullet-active{background:url(../images/mactive.png) no-repeat center center / 0.2711rem;width: 0.2711rem;height: 0.2721rem;}
.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 .tit .t_right {
    text-align: left;
    padding-top: 0.09rem;
    margin-left: 0.2rem;
}

.t_sol {
    color: #666666;
    font-family: 'sss';
    font-size: 0.15rem;
}
.post1 .tt {display:flex;position:relative;justify-content: flex-start;margin-bottom:0.42rem;}
.post1 .more_btn {position:absolute;right:0;bottom: 50%;transform: translateY(50%);}
.post1 .more_btn img {width:0.14rem;margin-left:0.05rem;}
.post1 .more_btn .more_text {vertical-align:middle;font-size:var(--base-size);color: #5099F0;line-height:0.21rem;font-family: 'Source Han Serif';font-weight: bold;}
.post1 .tt .tit span {position:relative;z-index:1;}
.black1 {color:#000;}
.post1 .tt .tit {text-align:center;position:relative;display: flex;font-family: Source Han serif;}
.post1 .tt .tit:after {content:"";display:block;width:100%;height:0.72rem;position:absolute;background-size:100% auto;bottom:0.057rem;}
.post1 .tt .title {font-size: 0.46rem;font-weight: 900;line-height: 1.39;color: #5099F0;}
.post1 .tt .tit::before{content:'';width:0.68rem;height:0.68rem;background:url(../images/title001.png)no-repeat center / contain;position:absolute;top: -0.09rem;left: -0.38rem;}
.post1 .tt .tt_en::before{content:'';width:0.27rem;height:0.18rem;background:url(../images/en_ico.png)no-repeat center / 0.27rem;position:absolute;right: -0.24rem;top: -0.05rem;display:none;}
.post1 .tt .tt_en {font-size:var(--base-size);font-weight: bold;display: inline-block;position: relative;text-transform: uppercase;color:#333;}
.post1 .news .news_title {font-size: var(--medium-size);line-height:1.35;color:#4b4b4b;font-weight: 500;}
.post1 .news:hover .news_title,.post-49 .news a:hover .news_title,.jg_box a:hover,.post1 .news .news_title a:hover,.mrlist .col_news_list .news_list .news .news_title a:hover{color: var(--theme-color);}
.post1 .news .news_text {font-size:var(--base-size);line-height:1.75;color:#707070;}
.post1 .news .news_title a {color:#232323;}
.post1 .news .news_text a {color:#707070;}
.post1 .news .news_date {font-weight:bold;font-size:var(--base-size);line-height:1.32;color: #5099F0;margin-top: 0.1rem;}
.post1 .news .news_meta {color:#fff;display:inline-block;}
.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**/
.main1 {position:relative;z-index:1;}
.main1 .inner {padding: 2.44rem 0 1.97rem;}
.main1 .ml {
    width: 67.3%;
    float: left;
    padding-bottom: 0.3rem;
}
.main1 .mr{
    width:29.81%;
    float: right;
}
.main1 .mbottom {display:flex;}
.post-12 {flex:none;width: 100%;}
.post-12 .con {display:flex;}
.post-12 .con .list1 {width: 58.86%;flex:none;}
.post-12 .con .list1.list1-2 {display:none;}
.post-12 .con .list1 .news_imgs a {padding-top:66.76%;}
.post-12 .list2 .news .news_wz {transition:all 0.4s ease-in-out;margin-top: 0.05rem;position: relative;}
.post-12 .news .news_imgs {position:relative;}
.post-12 .list1 .news .news_wz {box-sizing:border-box;padding: 0.22rem 0.1rem 0.36rem;}
.post-12 .list1 .news .news_title {margin-bottom:0.14rem;text-align: center;font-size: 0.22rem;color: #232323;font-weight: bold;}
.post-12 .list1 .news .news_text {margin-bottom:0.05rem;}
.post-12 .con .list2 {flex:1;display:flex;flex-direction:column;justify-content:space-between;box-sizing: border-box;padding-right: 0.37rem;gap: 0.1rem;}
.post-12 .con .list2 .news_imgs a {padding-top: 54.76%;}
.post-12 .con .list2 .news_wz .news_title{line-height: 1.6;color: #232323;font-weight: 500;height: calc(0.2rem * 3.2);}
.post-12 .slick-prev,.post-12 .slick-next {width:0.56rem;height:0.09rem;font-size:0;background:url(../images/m1l.png)no-repeat center / 0.56rem;border-radius:unset;opacity: 1;box-shadow: unset;top: unset;margin-top: 0;bottom: 0.15rem;}
.post-12 .slick-next,.post-12 .slick-next:hover{background:url(../images/m1r.png)no-repeat center / 0.56rem;right:0;}
.post-12 .slick-prev:hover{background:url(../images/m1l.png)no-repeat center / 0.56rem;}
.post-12 .slick-prev{left:0;}
.post-12 .slick-dots li{width:0.12rem;height:0.12rem;margin: 0 0.085rem;background:rgba(36,104,183,0.15);}
.post-12 .slick-dots{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 0.1rem;
  align-items:center;
  }
.post-12 .slick-dots li.slick-active{width:0.2rem;height:0.2rem;background:url(../images/p12ac.png)no-repeat center / 100%;}
.post-12 .list2 .news .news_wz a::before,.post-18 .news a::before,.post-23 .news_l::before,.post-23 .news_l::before,.post-31 .wzbox::before {
 content:'';
 width: calc(100% + 0.8rem);
 height: calc(100% + 0.3rem);
 background: #5099F0;
 position:absolute;
 left: -0.6rem;
 top:-0.15rem;
 -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 8% 100%, 0% 50%, 8% 0%);
 clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 8% 100%, 0% 50%, 8% 0%);
 z-index: -1;
 opacity:0;
 }
.post-12 .list2 .news .news_wz a:hover .news_title,.post-12 .list2 .news .news_wz a:hover .news_date,.post-18 a:hover .y1,.post-18 a:hover .y2,.post-18 a:hover.y1,.post1.post-18 .news a:hover .news_title,.post-23.post1 .news a.news_title,.post-23.post1 .news a:hover .news_title,.post1.post-23 .news a:hover .news_date{color:#fff;}
.post-12 .list2 .news .news_wz a:hover::before,.post-18 .news a:hover::before,.post-23 .news a:hover .news_l::before,.post-31 .wzbox::before {opacity:1;} 
.post-12 .list2 .news .news_wz a {position:relative;z-index:;}
.post-18.post1 .tt {box-sizing:border-box;padding-left:0.26rem;}
.post1.post-18 .news .news_title{color:#232323;line-height: 1.7;height: calc(1.7 * 2em);}
.post-18 .con {flex:1;border-left:1px solid #D9D9D9;box-sizing: border-box;padding-left: 0.26rem;}

.post-18.mbox {display:flex;flex-direction:column;height: 100%;}
.post-18 .y1 {
    font-size: 0.3rem;
    color: #5099F0;
}

.post-18 .news_l {
    font-weight: bold;
    text-align: right;
}

.post-18 .y2 {
    color: #6F6F6F;
    font-size: 0.14rem;
}
.post-18 .news .news_wz{width:calc(100% - 0.75rem)}
.post-18 .news a{display:flex;justify-content:space-between;margin-bottom: 0.5rem;position:relative;z-index:1;}
 .post-18 .news a::before{
 -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 4% 100%, 0% 50%, 4% 0%);
 clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 4% 100%, 0% 50%, 4% 0%);
 width: calc(100% + 0.5rem);
 left: -0.5rem;
 }
.post-18 .news:last-child{/* margin-bottom:0; */}
/**main2**/
.main2 {position:relative;background: #fff;border: 0;padding: 0;background: #fff url(../images/m2.png)no-repeat center  bottom -2.5rem/ 100% auto;}
.main2 .inner {padding: 0rem 0 2.09rem;}
.main2 .mod {
    display: flex;
    justify-content: space-between;
}

.main2 .ml {
    width: 50.3%;
}
.post-23 .news_l:hover{z-index:2;padding-left: 0.2rem;}
.main2 .mr{width:44.48%;display: flex;flex-direction: column;justify-content: space-between;}
.post-23.post1 .news .news_title{font-size:0.2rem;font-weight:500;color:#252525;}
.post-23 .news_l {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 0.155rem;
    margin-bottom: 0.13rem;
    transition: all 0.3s ease-in-out;
}
.post-23 .news_l::before{-webkit-clip-path: polygon(91% 0, 100% 50%, 87% 100%, 0 100%, 0% 50%, 0 0);clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0 100%, 0% 50%, 0 0);left: 0;height: calc(100% + 0.165rem);top: -0.165rem;width: calc(100% + 0.5rem);}
.post-23 .news a:hover .news_l::before{}
.post-23 .imgbox {
    width: 0.93rem;
    border: 1px dashed #D5D5D5;
    border-radius: 0.07rem;
}
.post-23 .imgbox .news_imgs{padding-top:58.06%;background: url(../images/newsdefa.png)no-repeat center / cover;}
.post1.post-23 .news .news_date{margin-top:0.04rem;}
.post-23 .news_wz {
    width: calc(100% - 1.13rem);
}
 .post.post-23 .news:hover .news_imgs span img{transform:unset;}
.post-23 .news:last-child .news_l{margin-bottom:0;}
.post-24 .news.active1 {box-sizing:border-box;padding-right:0.24rem;position:absolute;width:100%;left:0;bottom:0;z-index:1;}
.post-24 .news.active1 .news_imgs{padding-top:64.08%;}
.post-24 .news.active2 {position:absolute;right:0;bottom:0;width: 100%;box-sizing: border-box;padding-left: 0.61rem;padding-bottom: 0.21rem;opacity:0.2;}
.post-24 .news.active2 .news_imgs{padding-top: 67.7%;}
.post-24.mbox {position:relative;}
.xun1 img{width: 100%;}
.post-24 .news {
    position: absolute;
    transition: all 0.4s ease-in-out;
}
.waveBox{width: 100%;height: 1.6rem;position: absolute;overflow: hidden;bottom: 0px;z-index: 2;    pointer-events: none;}
.waveBox canvas{position: absolute;top: 0;left: 0;height:100%;width:100%}
 #myCanvas1{z-index: 1;}
 #myCanvas2{z-index: 2;}
 #myCanvas3{z-index: 3;}
/**main3**/
.main3 {position:relative;background: url(../images/m3zz.jpg) no-repeat bottom / cover;}
.main3 .inner {padding: 0.43rem 0 0.77rem;}
.main3 .tt .title ,.main3 .post1 .tt .tt_en,.main3 .t_sol,.main3 .post1 .more_btn .more_text{
    color: #fff;
}
.post-31 .news_list.list1 {
    position: relative;
    z-index: 2;
}
.post-31.post1 .tt {width: calc(49.51% - 0.43rem);box-sizing: border-box;margin-bottom: 0.57rem;}
.post-31 .list1 .imgbox {
    display: none;
}
.post-31 .wzbox::before{
    width: calc(100% + 0.5rem);
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    -webkit-clip-path: initial;
    clip-path: initial;
    left: 0;
    height: calc(100% + 0.165rem);
    background: url(../images/cjrh.png)no-repeat right top;
    opacity: 0;
    background-size: contain;
    transition: 0.7s;
}
.post-31 .news_date1 {
    color: #5099F0;
}
.post-31 .news_list:hover .wzbox::before{opacity:1;}
.post-31 .wzbox {
    width: 49.51%;
    background: #fff;
    box-sizing: border-box;
    padding: 0.27rem 0.37rem;
    min-height: 3.28rem;
    position: relative;
    box-shadow: 0 0 16px 16px rgba(0,0,0,0.2);
}
.post-31 .wzbox a{z-index:1;position:relative;}
.post1.post-31 .tt .tit::before {
    opacity: 0.15;
}
.post-31 .news_list:hover .news_date1 {
    color: #fff;
}
.level2{
  background-image: linear-gradient(rgba(1,63,136,0.15),rgba(1,63,136,0.15) );
  background-repeat: no-repeat;
  background-size: 1px 0.28rem;
  background-position:  center;}
.level1,.level2 {display: inline-block;width: 1.12rem;display: flex;justify-content: center;align-items:center;gap:0.27rem}
.level2 .dl,.level2 .dr{font-size:0.37rem;font-weight:bold;}
.level1 .dl {font-size:0.18rem;font-weight:bold;}
.level1 .dr{font-size:0.15rem;}
.post-31 .imgbox{width: 50.49%;position:absolute;right:0;bottom:0;}
.post-31 .imgbox .news_imgs{padding-top: 5.13rem;}
.post-31 .news{position:relative;}
.post-31 .list3 .news{transition: all 0.5s ease;opacity: 0;}
.post-31 .list3 .show.news{transition: all 0.5s ease;opacity: 1;}
.post-31 {height: 5.13rem;margin-top: auto;display: flex;flex-direction: column;justify-content: flex-end;}
.news_title.line1 {}
.post-31 .news_list:hover .news .news_title,.post-31 .news_list:hover  .news_intro{color:#fff;}
.post1.post-31 .news .news_title {
    color: #252525;
    margin: 0.1rem 0 0.18rem;
}

.post-31 .news_intro {
    color: #A2A2A2;
    font-size: 0.18rem;
    line-height:1.75;
}
.post-31 .slick-dots {
    width: auto;
    display: flex;
    justify-content: center;
    align-items:center;
    left: 35%;
    bottom: 0.43rem;
}
.post-31 .news_list:hover .slick-dots li{background: rgba(255,255,255,0.5);}
.post-31 .news_list:hover .slick-dots li.slick-active{background: url(../images/p31act.png)no-repeat center / 100%;}
.post-31 .slick-dots li.slick-active{width:0.2rem;height:0.2rem;background: url(../images/p12ac.png)no-repeat center / 100%;}
.post-31 .slick-prev,.post-31 .slick-next {width:0.56rem;height:0.09rem;font-size:0;background: url(../images/p31left.png)no-repeat center / 0.56rem;border-radius:unset;opacity: 1;box-shadow: unset;top: unset;margin-top: 0;bottom: 0.5rem;}
.post-31 .slick-prev:hover{background: url(../images/p31left.png)no-repeat center / 0.56rem;}
.post-31 .slick-next:hover{background: url(../images/p31right.png)no-repeat center / 0.56rem;}
.post-31 .slick-prev{left: 5rem;}
.post-31 .slick-next{left: 7.2rem;right:unset;}
.post-31 .slick-next{background: url(../images/p31right.png)no-repeat center / 0.56rem;}
.post1.post-35 .news .news_date{margin-top:0.4rem;}
.post-35 .news {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 0.165rem;
}
.post-35 .news_list{margin:0.4rem -0.165rem 0;}
.post-35 .news a{display:block;background: #fff url(../images/p35bg12.png)no-repeat right 0.1rem bottom 0.17rem/ 1.36rem;border-left: 0.04rem solid #A8213A;box-sizing:border-box;min-height:2rem;padding:0.35rem 0.3rem;}
.post-35 .news a:hover{background-color: #7BB7FD;}
.post1.post-35 .news a:hover .news_title,.post1.post-35 .news a:hover .news_date{color:#fff;}
.post1.post-35 .news .news_title{color:#252525;line-height: 1.6;height: calc(1.6 * 2em);}
/**main4**/

.main4 {background: #fff url(../images/m4.png)no-repeat left bottom / 9.16rem;overflow:hidden;}
.main4 .inner {padding:0.73rem 0 0.77rem;}
.post-48 .news {
    width: 16.6%;
    float: left;
}
.post-48 .news {
    width: 16.6%;
    float: left;
}
.post1.post-48 .news .news_l{margin:0 0.18rem;}
.post-48 .news .news_imgs{padding-top:196.53%;transition:all 0.4s ease-in-out;transform: scale(0.9151, 0.9177);transform-origin: center center;}
.post-48 .news .news_imgs:hover{transform: scale(1);}
.post-48 .news_list{margin: 0 -0.3rem;}
.post-48 .slick-dots li{width:0.12rem;height:0.12rem;margin: 0 0.095rem;background:rgba(185,0,10,0.15);}
.post-48 .slick-dots li.slick-active{width:0.2rem;height:0.2rem;background:url(../images/p12ac.png)no-repeat center / 100%;}
.post-48 .slick-dots {
    width: auto;
    display: flex;
    justify-content: center;
    align-items:center;
    top: -0.6rem;
    bottom: unset;
    height: auto;
    right: 1.3rem;
}
.post1.post-48 .tt{margin-bottom: 0.2rem;}
.post-49 .news {
    float: left;
    width: 10%;
}
.post-49 .news .news_l {text-align: center;}
.post-49 .news .news_imgs{border-radius:50%;height: 0.7rem;}
.post-49 .news .imgbox {width:0.9rem;height:0.9rem;border-radius:50%;border:1px dashed #5099F0;box-sizing:border-box;padding:0.1rem;margin: 0 auto;transition: all 0.3s ease-in-out;}
.post-49 .news a:hover .imgbox{transform:scale(1.1)}
.post-49 .news_list {
    margin: 0 -0.26rem;
}
.post1.post-49 .news .news_title {
    margin-top: 0.2rem;
    color: #333333;
}
.post-49 .con{margin-top:0.77rem;}
.post-49.mbox {margin-top:0.3rem}
/**main5**/
.main5 {position:relative;z-index:1;background:#fff;}
.main5 .inner {padding:0.78rem 0 0.66rem;}
.post-51 .news_list .news {padding:0 0.155rem;box-sizing:border-box;}
.post-51 .slick-dots {bottom:-0.4rem;display: flex;justify-content: center;}
.post-51 .slick-dots li.slick-active {background:var(--theme-color);}
.post-51 .news_list {margin:0 -0.155rem;}
.post-51 .slick-prev {left:-0.69rem;}
.post-51 .slick-next {right:-0.69rem;}
.post-51 .news_list .news .news_imgs a {padding-top:49.33%;}
/**main6**/
/**列表页**/
.l-banner {height:4.42rem;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: 5.94rem;position:absolute;height: 1.5rem;background:url(../images/bannerbg.png) no-repeat;background-size:100% 100%;bottom:0;}
.l-banner img {display:none;height:100%;vertical-align:top;}
#l-container {position:relative;}
#l-container .inner {padding: 0.5rem 0 1.4rem;position:relative;max-width: 14.3rem;}
#d-container .inner {background:#fff;}
/**栏目列表**/
.col_menu_head {position:absolute;bottom:100%;z-index:1;width:100%;left: 0.24rem;}
.col_name span {font-size:.44rem;color:#fff;line-height: 0.52rem;font-weight: bold;}
.col_name {margin-bottom: .31rem;}
.col_path a,.col_path span {color:#fff;font-size:var(--base-size);line-height:1.3;}
.col_path {display:inline-block;color:#fff;font-size: 0.14rem;margin-bottom: 0.22rem;}
.possplit::after {content:"/";font-size:.15rem;}
.possplit {margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0;}
.col_list {width: 100%;position:relative;/* height:.9rem; *//* padding-right:.9rem; */box-sizing:border-box;}
.col_list::before {content:"";}
.column-switch {display:none;}
.col_list ul {position:relative;width:100%;}
.col_list ul li {/* float:left; */}
.col_list .col_column .col_item_link.selected {opacity:1;}
.col_list .col_column .col_item_link {color: #000;padding:0 .36rem;font-size: 0.2rem;display:inline-block;display:block;text-align:center;font-weight: 500;line-height: 0.6rem;box-shadow: inset 0.1rem 0 0 -0.1rem transparent;position: relative;border-bottom: 1px solid #E7E7E7;padding: 0 0.1rem;}
.col_list .col_column .col_item_link:hover,.col_list .col_column .col_item_link.selected{color: #5099F0;background: #bacce129;box-shadow: inset 0.1rem 0 0 #5099F0;}
.col_list .col_column .col_item_link:hover::before,.col_list .col_column .col_item_link.selected::before{content:'';width:0.07rem;height:0.13rem;background:url(../images/col_arr.png) no-repeat center / 0.065rem;position:absolute;right:0.265rem;top:53%;transform:translateY(-50%);}
.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 {display:flex;margin-bottom: .28rem;border-bottom: 1px solid #D8D8D8;padding-bottom: 0.31rem;}
.mrlist .col_news_list .news_list .news .news_imgs {width: 2.63rem;flex:none;background:0 0;display:flex;align-items:center;margin-left: 0.61rem;}
.mrlist .col_news_list .news_list .news .news_imgs a {padding-top: 66.6%;width:100%;}
.mrlist .col_news_list .news_list .news .news_wz {flex:1;padding: .07rem 0;}
.mrlist .col_news_list .news_list .news .news_meta {
    margin-right: 0.34rem;
}
.mrlist .col_news_list .news_list .news .news_meta span {display:block;font-weight: bold;}
.mrlist .col_news_list .news_list .news .news_year {font-size: .3rem;text-align: right;color: #5099F0;}
.mrlist .col_news_list .news_list .news .news_day {font-size: .14rem;line-height:1.4;color: #6F6F6F;}
.mrlist .col_news_list .news_list .news .news_title {font-size: 0.2rem;line-height:1.7;font-weight: 500;margin-bottom:.17rem;min-height: 0.68rem;}
.mrlist .col_news_list .news_list .news .news_title a{color:#000;}
.mrlist .col_news_list .news_list .news .news_text {font-size: var(--base-size);line-height:2;min-height: calc(2 * 2em);}
.mrlist .col_news_list .news_list .news .news_text a {color:#8F8F8F;}
.mrlist .col_news_list .news_list .news[img-src=""] .news_imgs {display:none;}
.col_list .col_listcolumn {background:#bacfe947 url(../images/colistbg.png) no-repeat right bottom / 2.16rem;padding-bottom: 2.36rem;}
.sub-item-link {
    font-size: 0.16rem;
}
.mlist11 #l-container .inner {
    padding-top: 0.5rem;
}
#l-container .con .ml{width: 3rem;}
#l-container .con {
    display: flex;
    justify-content: space-between;
}
.col_news_list.listcon {
    width: 10.52rem;
}
.col_name11 {
    background: #5099F0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0.32rem;
    line-height: 0.95rem;
}
/**文章页**/
.art .col_news_list.listcon {
    width: 100%;
}
.arti_update{background: url(../images/shijian.png)no-repeat center left / 0.2rem;}
.arti_views{background: url(../images/ren.png)no-repeat center left / 0.18rem;}
.article .arti_metas span.arti_from{background: url(../images/yan.png)no-repeat center left / 0.26rem;padding-left: 0.3rem;}
.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: .4rem;text-align:center;padding-bottom: .2rem;font-weight: bold;border-bottom: 1px solid rgba(168,33,58,0.2);color: #5099F0;}
.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;justify-content: center;margin-top: 0.14rem;}
.article .arti_metas>span {margin:0 .16rem;font-size: .18rem;color: #5099F0;padding-left: 0.26rem;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{line-height:1.75 !important;font-size:var(--regular-size) !important;color:#333;font-family:'arial' !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;}
.wp_artfuns .wp_art_adjoin {display:flex;line-height:.48rem;font-size:var(--regular-size);flex-wrap:wrap;}
span.next-title,span.prev-title {width:calc(100% - .8rem);}
.wp_artfuns .wp_art_adjoin .next {padding:0;}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {pointer-events:none;width:auto;}
/**底部**/
#footer {background:url(../images/foot_bg11.png)no-repeat  top center;background-size:cover;position:relative;}
.footer .inner {padding: .6rem 0 .448rem;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;}
#footer .inner .foot-left {/* flex:1; *//* display:flex; */}
#footer .inner .foot-center {flex:1;text-align:center;}
#footer .inner .foot-center img {max-width:100%;}
#footer .inner .foot-right {flex:1;display:flex;justify-content:flex-end;    padding-top: 0.3rem;}
#footer .inner p {font-size:var(--base-size);line-height:1.7;font-weight:400;color:#fff;/* opacity:.5; */}
#footer .inner p a {color:#fff;}
#footer .inner .foot-bottom p span:nth-child(2) {margin: 0 3px 0 1em;}
.botlinks .links-wrap {
    position: relative;
    display: block;
    margin: 0.1rem 0;
    width: 3.41rem;
    line-height: .5rem;
    background: rgba(255,255,255,0.15);
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 25px 0 0.14rem;
    color: #fff;
    background: url(../images/arrow.png) no-repeat right 0.26rem center / 0.15rem;
    font-size: 0.16rem;
}

.botlinks .links-wrap a.links-arrow:hover, .botlinks .wrap-open a.links-arrow {
    color: rgba(255,255,255,0.8);
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: var(--theme-color);
    cursor: pointer;
}

/**链接样式**/
.mlink.botlinks {
    margin-top: 0.4rem;
}
#footer .inner .mod1 {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0.1rem;
}
.icoz img{width:0.52rem; height:0.62rem;object-fit:contain;}
.foot-bright {
    display: flex;
}
.count1z .tip1:nth-child(1) {
    margin-bottom: 0.12rem;
}
.tip1 {
    display: flex;
    color: #fff;
    font-size: 0.16rem;
    justify-content: flex-end;
}

.count1z {
    margin: 0 0.25rem 0 0.3rem;
}
#footer .inner .foot-left img{width:4.47rem;}
.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;}
.qrcode .news_list {
    display: flex;
    justify-content: space-between;
    gap: 0.39rem;
}
.qrcode .news .news_titlez{margin-top:0.24rem;}
.qrcode .news{width:1.2rem;text-align:center;color:#fff;font-size:0.16rem;}
.qrcode .news_imgs {padding-top:100%;}
/**分享**/
.shares .news_list {display:flex;text-align:center;gap:.17rem;}
.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%}
.shares .news_list .news_icon {display:block;background-color:#ffffff2e;width:.5rem;height:.5rem;border-radius:50%;background-repeat:no-repeat;background-position:center;opacity:.7;background-size:53%;}
.shares .news_list .news {position:relative;}
.shares .news_list .n1 .news_icon {background-image:url(../images/weixin.svg);}
.shares .news_list .n2 .news_icon {background-image:url(../images/weibo.svg);}
.shares .news_list .news_icon:hover {opacity:1;}
.shares .news_list .news:hover .imgs {opacity:1;transform:none;}
.shares .news_list .news_title {color:#fff;font-size:var(--small-size);line-height:1.4;margin-top:.13rem;}
.footlogo img {width:4.62rem;}
.foot-bottom {/* padding:.26rem 0 .29rem; */text-align:center;position:relative;z-index:1;/* border-top:1px solid rgb(255 255 255 / 50%); */}
.foot-bottom p {font-size:var(--small-size);line-height:2.4;color:#fff;position:relative;}
/**侧导航**/
nav.Quick-navigation {position:fixed;right:0;z-index:1;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;font-size:19px;line-height:70px;background:var(--theme-color);color:#fff;padding:0 16px;border-radius:20px;}
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: 0.64rem;height: 0.64rem;/* position:fixed; */z-index:1;background:#fff;bottom:2%;border-radius:50%;right:1%;background: rgba(255,255,255,0.16);font-size:0.14rem;/* line-height:60px; */text-align:center;color:#fff;cursor:pointer;display: flex;flex-direction: column;justify-content: center;align-items: center;text-transform: uppercase;font-family:'pr';}
.Scroll-to-top img{width:0.12rem}
/** 加载 **/
.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);
}


 .body_b{
            position: fixed;
            left:0;
            top: 100%;
            width:100%;
            height:100%;
            overflow-y:auto;
            background:#f5f5f5;
            /* 初始放在屏幕下方 */
            pointer-events:none;
            transition: all 0.5s ease;
            z-index:1;
                scroll-behavior: auto;
        }
        .body_b.showdiv{
            top:0;
            pointer-events:auto;
        }
        /* 内容页向下移出视口 */
        .body_b.hide-slide{
            transform: translateY(100%);
            pointer-events:none;
        }



.col_name12 {
    font-size: 0.46rem;
    font-weight: 900;
    color: #5099F0;
    font-family: 'Source Han Serif';
    line-height: 1;
    border-left: 4px solid #D1D1D1;
    padding-left: 0.26rem;
    margin-bottom: 0.63rem;
}

.ld_box {
    border: 1px solid #5099F0;
    display: flex;
    padding: 0 0.2rem 0.46rem;
}

.ld_box .news_imgs {
    width: 4.14rem;
    transform: translateY(-0.2rem);
    flex-shrink: 0;
}
.ld_box .news_imgs{height:2.77rem;}
.ld_box .news_wz {padding: 0 0.18rem 0 0.38rem;  flex: 1;}
.ld_box .news_title{font-size:0.4rem;font-weight:bold;line-height:0.68rem;margin-right: 0.38rem;}
.ld_box .news_box1 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(185,0,10,0.2);
}

.ld_box .tit1 {
    font-size: 0.2rem;
    color: #5099F0;
    font-weight: 500;
}
.ld_box .tit1:nth-child(3){
  padding-left:0.18rem;
  background-image: linear-gradient(to right, #5099F0 2px, #5099F0 2px);
  background-position: left center;
  background-repeat: no-repeat;
  background-size:1px 0.16rem;
  margin-left:0.18rem;
  } 

.ld_box .news_text p{font-size:0.2rem;line-height:1.6;color: #1d1d1d;}
.ld_list .news {
    margin-bottom: 0.52rem;
}
.ld_box .news_text {margin-top:0.15rem;}

.wp_sublist a.morelink {display:none;}
h3.sublist_title {
    line-height: 0.54rem;
    background: linear-gradient(45deg, #5099F0, transparent);
    color: #fff;
    font-size: 0.26rem;
    padding-left: 0.3rem;
    font-weight: bold;
}

.jg_list {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding: 0.18rem 0.32rem 0.28rem;
    border-bottom: 1px solid #5099F0;
    margin-bottom: 0.4rem;
}
.jg_list .news{width:50%;margin-bottom:0.22rem;}
.jg_box a{font-size:0.24rem;line-height:1.6;padding-left: 0.45rem;background: url(../images/jgico.png)no-repeat left center / 0.23rem;color: #000;}
.wp_subcolumn_list {
  scroll-margin-top: 2rem;
}
.listjg #l-container .con .ml {
    position: sticky;
    top: 1.8rem;
    left: 0;
    align-self: flex-start;
}


.xxjj #l-container {background: url(../images/jj_bg.png)no-repeat right top / 8.8rem;}
.xxjj .news_text p {font-size:0.2rem;line-height:1.6;color:#1D1D1D;text-indent: 2em;}
.jj_list .news:nth-child(1) .news_text{width:7.75rem}
.jj_list .news:nth-child(1){margin-top:0.83rem;margin-bottom:0.8rem;}
.jj_list .news:nth-child(2){display:flex;justify-content:space-between;position: relative;}
.jj_list .news:nth-child(2) .news_imgs{width: 4.66rem;height: 2.61rem;margin-top: 0.43rem;}
.jj_list .news:nth-child(2) .news_wz {width: 5.52rem;}
.jj_list .news:nth-child(2) {padding-top:0.43rem;padding-bottom: 0.5rem;margin-bottom: 0.28rem;}
.xxjj .news:nth-child(2) .news_text p{text-align:justify;color: #fff;}
.jj_list .news:nth-child(2)::after{content:'';width:9.68rem;height:4.53rem;background:url(../images/jj_n2bg.png)no-repeat center / 100%;position:absolute;right: -2.59rem;z-index:-1;top:0;}
.jj_icobox {
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
}
.xxjj .col_name12{margin-bottom:0.42rem}
.jj_ico .ico{width:0.86rem;height:0.86rem;margin:0 auto;}
.jj_ico.j1 .ico{background: url(../images/jjico1.png) no-repeat center / contain;}
.jj_ico.j2 .ico{background:url(../images/jjico2.png)no-repeat center / contain;}
.jj_ico.j3 .ico{background:url(../images/jjico3.png)no-repeat center / contain;}
.jj_ico.j4 .ico{background:url(../images/jjico4.png)no-repeat center / contain;}
.jj_ico .wzbox1 {text-align:center;}
.jj_ico .tip1{justify-content:center;font-family:'arial';line-height:2;margin-top:0.15rem}
.jj_ico .tip2{color:#fff;font-size:0.18rem;line-height:1.77;}
.jj_ico .tip2 .big1{font-size:0.32rem;font-weight:bold;line-height:1.25;}
.jj_list .news_titlec::before{content:'';width:0.05rem;height:0.05rem;border-radius:50%;background:#fff;position:absolute;left:0.225rem;}
.jj_list .news_titlec {font-size:0.22rem;line-height:1.45;min-height: 0.65rem;background: linear-gradient(45deg, #5099F0, transparent);display: flex;align-items: center;color: #fff;padding-left: 0.45rem;position: relative;margin-bottom: 0.15rem}
.jj_list .news.n3 {margin-bottom:0.71rem}
.jj_list .news.n4 {margin-bottom:0.53rem;}
.red1 {
    color: #5099F0;
}
#floater{
    position: fixed;
    top: 0;
    left: 0;
    width: 2.8rem;
    border-radius: 12px;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s;
display:none
  }