@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
  font-family: 'Barlow';
  src: url(fonts/Barlow-Bold.ttf);
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url(fonts/SourceHanSansCN-Medium.ttf);
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(fonts/SourceHanSansCN-Regular.ttf);
  }
  @font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url(fonts/SourceHanSansCN-Bold.ttf);
  }
@font-face {
  font-family: 'SourceHanSerifCN-Bold';
  src: url(fonts/SourceHanSerifCN-Bold.ttf);
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:normal}
html,body,fieldset,img,iframe,abbr{border:0}
img{vertical-align:top}
html{overflow-x:hidden;font-size:100px;--size: calc(100vw / 19.20);font-size: var(--size);}
i,cite,em,var,address,dfn{font-style:normal}
[hidefocus],summary{outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,small{font-size:100%}
sup,sub{font-size:83%}
pre,code,kbd,samp{font-family:inherit}
q:before,q:after{content:none}
textarea{overflow:auto;resize:none}
label,summary{cursor:default}
a,button{cursor:pointer}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold}
del,ins,u,s,a,a:hover{text-decoration:none}
body,textarea,input,button,select,keygen,legend{font:13px/1 arial,\5b8b\4f53;color:#333;outline:0}
:focus{outline:0}
.none{display:none}
.wcb{width:100%;height:30px;border:2px dashed #97CBE0}
.hidden{visibility:hidden}
.clear{width:100%;height:0;line-height:0;font-size:0;overflow:hidden;clear:both;display:block;_display:inline}
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden}
.clearfix{display:block;zoom:1}
::-webkit-input-placeholder{color:#ccc}
:-moz-placeholder{color:#ccc}
::-moz-placeholder{color:#ccc}
:-ms-input-placeholder{color:#ccc}
body{line-height:1;font-size:13px;font-family:"PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color:#232222;font-family: 'SourceHanSansCN-Medium';}
:root{--mainColor: #033D82;--hoverColor: #033D82;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex: 0.14rem;--innerWidth: 14.4rem;--padWidth: calc((100vw - var(--innerWidth))/2);-));));););}
p{line-height:1.75}
a{color:#333;text-decoration:auto;transition:all 0.4s ease-in-out}
a:hover{color:var(--hoverColor)}
.line1{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.line2{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.line3{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.line4{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.wrapper{width:100%;margin:0 auto}
.wrapper .inner{width:var(--innerWidth);margin:0 auto}
/**兼容模式提示**/
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.pageTips .container a.close{display:none !important}
/**头部**/
.header{border-bottom:none;height:auto;background-size:cover;position:relative;z-index:3;position:absolute;width:100%;top:0;transition:1s;}
.header.fix{background:var(--mainColor)}
.header.fix:after,.header.opennav:after{
    display: none;
}
.header.fix .mod{
    height: 1rem;
}
.header.fix .sitelogo .logo img{
}
.fix.header a.menu-btn {
    top: 0;
    background: none;
}
.header .inner{position:relative;transition:all 0.4s ease-in-out;z-index: 1;}
.header .sitelogo{display:flex;}
.header .sitelogo .logo img{width: 5.28rem;}
.header .sitelogo .logo{}
.header .sitelogo h1{font-size:inherit;font-weight:normal;background:none;padding-left:0px}
.header .sitelogo .sitetitle{display:inline-block;margin-left: 0.27rem;color:#fff;font-size: 0.4rem;    font-family: 'SourceHanSansCN-Medium';}
.header .sitelogo a{align-items:center;display: flex;}
.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.16rem;align-items:center;}
.header .head-top{display:flex;align-items:center;}
.header .head-right{display:flex;align-items: center;}
.header:after {
    content: "";
    width: 100%;
    height: 1.95rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0) 4.579%,rgb(0, 0, 0) 95.422%);
    opacity: 0.7;
}
/* 搜索 */
.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: 1.18rem;overflow:hidden;border-radius: 0.15rem;background: rgb(255 255 255 / 18%);margin-left: 0.29rem;}
.wp-search{position:relative;}
.wp-search form{display:block}
.wp-search .search-input{margin-left: 0.19rem;margin-right: 0.24rem;}
.wp-search .search-input input.search-title{width:100%;line-height: 0.3rem;background:none;color:#FFFFFF;font-size: var(--smailSizex);border:0;outline:0;font-family:'SourceHanSansCN-Regular'}
.wp-search .search-btn{width: 0.4rem;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/sous.svg) no-repeat center/0.14rem;cursor:pointer;}}
.header .searchbox{transition:all 0.4s ease-in-out;margin: 0 0.34rem 0 0.21rem;border: 1px solid transparent;}

/**角色**/
.site-rale{}
.site-rale ul{}
.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{color:#fff;font-size:var(--titleSize);padding: 0 0.21rem;line-height:1;display:inline-block;font-size: var(--smailSizex);font-family: "微软雅黑";border-right: 1px solid rgb(255 255 255 / 70%);}
.site-lang ul li.links a:hover{color:#fff}
.site-en a{
    width: 0.26rem;
    line-height: 0.24rem;
    display: block;
    color: #fff;
    font-size: var(--smailSizex);
    border: 1px solid #fff;
    text-align: center;
    border-radius: 0.04rem;
}
/**导航**/
#nav{}
#nav .inner{}
#nav .inner .wp-panel{}
#nav .inner .wp-panel .wp-window{}
#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;gap: 0.3rem;}
.nav .wp-menu .menu-item{position:relative;text-align:center}
.nav .wp-menu .menu-item.i1{background:none}
.nav .wp-menu .menu-item a>.menu-switch-arrow{display:none;width:20px;height:20px;background:url(images/nav_j.png) no-repeat center center;vertical-align:middle}
.nav .wp-menu .sub-menu li .sub-menu {display: none;}
.nav .wp-menu .menu-item a.menu-link{line-height:0.4rem;font-size: var(--bigSize);display:block;color:#fff;position: relative;font-family: 'SourceHanSerifCN-Bold';}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover{font-weight:bold;text-decoration:none;color:var(--mainColor)}
.nav .sub-menu{position:absolute;left: 50%;top:100%;min-width: 1.5rem;z-index:100;background: var(--mainColor);opacity: 0;transform: translateX(-50%) scale(0);transition: all 0.4s ease-in-out;overflow: hidden;}
.nav .sub-menu .sub-item{position:relative;white-space:nowrap;vertical-align:top;_zoom:1}
.nav .sub-menu .sub-item a{display:block;color: #fff;line-height:0.5rem;padding:0 17px;font-size:var(--smailSize);background:none;text-align:center;font-family: 'SourceHanSerifCN-Bold';}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover{color: #333;background-color: #fff;display:block}
.nav .sub-menu .sub-menu{left:100%;top:0px;z-index:200;background:#fff}
.nav .site-lang{display:none}
.nav .wp-menu .menu-item a.menu-link:after {content: "";width: 100%;height: 1px;position: absolute;bottom: 0;background: #fff;left: 0;transform: scale(0);transition: all 0.4s ease-in-out;}
.nav .wp-menu .menu-item a.menu-link:hover:after {transform: scale(1);}
.nav .wp-menu li:hover>.sub-menu {transform: translateX(-50%);opacity: 1;}

/**大图**/
.mbanner{
    perspective: 1920px;
    transform-style: preserve-3d;
}
#banner .inner{width:100%;text-align:center}
.mbanner .news_imgs a{display:block;height:100vh}
.mbanner .news_imgs a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mbanner .slick-prev,.mbanner .slick-next{z-index:1;top:auto;opacity:0.8;width: 0.6rem;height: 0.6rem;top: 50%;margin-top: -0.3rem;border-radius: 50%;background: url(images/dot.svg) no-repeat center/100% 100%;font-size: var(--bigSize);}
.mbanner .slick-prev{left: 0.4rem;}
.mbanner .slick-next{right: 0.4rem;}
.mbanner .slick-prev:hover, .mbanner .slick-next:hover{
    background-color: var(--mainColor);
}
.mbanner .news .news_wz{position:absolute;top:3.05rem;left:50%;margin-left:-7.95rem;text-align:left;width:10.6rem}
.mbanner .news .news_wz a{color:#17607A}
.mbanner .news .news_title{
    position: absolute;
    color: #fff;
    z-index: 1;
    bottom: 0.56rem;
    font-size: 0.36rem;
    font-family: 'SourceHanSansCN-Bold';
    left: 50%;
    margin-left: calc(var(--innerWidth)/-2);
}
.mbanner .news .news_title a{color:#fff;}
.mbanner .slick-dots{width:auto;bottom:0.89rem;left:50%;margin-left:-8.2rem;display:flex;align-items:flex-end}
.mbanner .slick-dots li{width:0.16rem;height:0.16rem;border-radius:0;background:var(--mainColor);background-size:100%;margin:0;opacity:0.3;margin-right:0.09rem;transition:all 0.4s ease-in-out;display:flex;align-items:flex-end;justify-content:center;border-radius:50%}
.mbanner .slick-dots li button{width:0.06rem;height:0.06rem;background:rgb(255 255 255 / 80%);padding:0;display:none}
.mbanner .news .news_video{height:100vh}
.mbanner .news .news_video video{position:absolute;width:100%;height:100%;object-fit:cover;left:50%;top:50%;transform:translate(-50%,-50%)}
.mbanner .news:after{content:"";display:block;width:100%;position:absolute;height: 100%;background-size:100% 100%;bottom: 0;background: linear-gradient(182.86deg, rgba(3, 61, 130, 0) 56.042%,rgb(3, 61, 130) 90.977%);opacity: 0.65;pointer-events: none;}
.mbanner .slick-dots li:after{content:"";display:block;width:0.67rem;height:0.69rem;background:url(images/dot.svg) no-repeat;background-size:100% 100%;position:absolute;top:0;transform:scale(0);transition:all 0.4s ease-in-out}
.mbanner .slick-dots li.slick-active:after{transform:none}
.mbanner .slick-dots li.slick-active{opacity:1;background:none}
.bb {
    position: absolute;
    color: #fff;
    left: 50%;
    bottom: 0.32rem;
    z-index: 1;
    text-align: center;
    font-size: var(--smailSizex);
    animation: 2s linear infinite ani_down;
}

.bb span {
    display: block;
    margin-top: 0.08rem;
}

@keyframes ani_down {
        0% {
            transform: translateY(0) translateX(-50%);
            opacity: 0
        }

        20% {
            transform: translateY(.156vw) translateX(-50%);
            opacity: 1
        }

        80% {
            transform: translateY(.52vw) translateX(-50%);
            opacity: 1
        }

        100%,
        90% {
            transform: translateY(.52vw) translateX(-50%);
            opacity: 0
        }
    }

/**内容**/
#m-container{}
#m-container .inner{}
.body_m {overflow: hidden;}
.news_imgs a,.news_imgs span {display:block;overflow:hidden;}
.post .news:hover .news_imgs a img,.post .news:hover .news_imgs span img  {transform:scale(1.1);}
.news_imgs a img,.news_imgs span img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all 0.6s ease-in-out;}
.news_imgs {overflow:hidden;/* background:#ccc; */position:relative;}
.news_imgs.bg:after {content:"";width:100%;position:absolute;height:1.4rem;background:linear-gradient(0.00deg,rgb(21,21,21) 3.433%,rgba(57,57,57,0) 96.567%);bottom:0;opacity:0.7;pointer-events:none;}
span.underLine {background-image:linear-gradient(var(--mainColor),var(--mainColor));background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .4s;}
.news:hover span.underLine {background-size:100% 1px;color:var(--mainColor);}
/**主体公共**/
.main1 .post1 .tt {
    margin-bottom: 0.48rem;
}
.post1 .tt{display:flex;margin-bottom: 0.34rem;justify-content: space-between;align-items: center;}
.post1 .more_btn{}
.post1 .more_btn img{width: 0.16rem;margin-left: 0.09rem;flex: none;}
.post1 .more_btn .more_text{display: flex;font-size: var(--titleSize);color: #CB3431;line-height:0.21rem;align-items: center;}
.post1 .tt .tit{position:relative;font-weight: normal;}
.post1 .tt .tit:after{content:"";display:block;width: 1.59rem;height: 0.08rem;background: url(images/ttbg.svg) no-repeat;background-size: 100% 100%;}
.post1 .tt .title{font-weight: 100;font-family: 'SourceHanSerifCN-Bold';font-size: 0.4rem;color: var(--mainColor);line-height: 1.4;display: block;}
.post1 .tt .tt_en{font-size:var(--smailSize);font-weight:normal}
.post .news .news_title{font-size:var(--titleSize);line-height: 1.67;}
.post .news .news_text{font-size: var(--smailSizex);line-height: 1.86;font-family: 'SourceHanSansCN-Regular';}
.post .news .news_date{font-size: var(--titleSize);line-height: 1.35;font-family: 'Barlow';color: #7E1819;}
.post .news .news_meta{width: 0.88rem;height: 0.88rem;color: #fff;flex: none;transition: all 0.4s ease-in-out;font-family: 'SourceHanSerifCN-Bold';background: var(--mainColor);display: flex;flex-direction: column;align-items: center;justify-content: space-evenly;flex: none;}
.post .news .news_meta .news_year{font-size: var(--smailSizex);}
.post .news .news_meta .news_days{font-size: 0.32rem;}
.post .news .news_meta .news_month{font-size: var(--smailSizex);}
.main1 {
    background: url(images/main1bg.jpg) no-repeat center/cover;
}

.main1 .inner {
    padding: 0.675rem 0 0.785rem;
}

.main1 .mod {
    display: flex;
}

.post-11 {
    flex: 1;
}

.post-12 {
    width: 3.4rem;
    flex: none;
    margin-left: 0.6rem;
}

.post-11 .con {
    display: flex;
    align-items: center;
}

.post-11 .news_imgs {
    width: 5.2rem;
    flex: none;
    margin-right: 0.42rem;
}

.post-11 .news_imgs a {
    padding-top: 73.07%;
}

.post-11 .news_text {
    font-size: var(--smailSize);
    line-height: 2;
    color: #242424;
    text-indent: 2em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    opacity: 0.8;
}
.post-12 .links{
    margin-bottom: 0.37rem;
    =: 0 0.31rem;
}
.post-12 .links a {
    display: flex;
    height: 1.02rem;
    align-items: center;
    justify-content: left;
    font-size: var(--bigSize);
    color: #fff;
    position: relative;
    background: var(--background);
    padding: 0 0.25rem;
}
.post-12 .links a::before{
    content: '';
    width: 0.06rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--borderColor);
    transition: all 0.6s ease-in-out;
}
.post-12 .links a *{
    position: relative;
    z-index: 1;
}
.post-12 .links a:hover{
    background: var(--borderColor);
}
.post-12 .links a .icon{
    width: 0.43rem;
    height: 0.4rem;
    margin-right: 0.24rem;
    flex: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.post-12 .links:nth-child(1) a {
    --background: #DE696A;
    --borderColor: #7E1819;
}
.post-12 .links:nth-child(2) a {
    --background: #64BCB5;
    --borderColor: #07958A;
}
.post-12 .links:nth-child(3) a {
    --background: #DEA95F;
    --borderColor: #CC7A09;
}
.post-12 .links:nth-child(4) a {
    --background: #5D8DC4;
    --borderColor: #2869B4;
}
.post-12 .links:nth-child(1) a .icon{background-image: url(images/icon1.svg);}
.post-12 .links:nth-child(2) a .icon{
    background-image: url(images/icon2.svg);
}
.post-12 .links:nth-child(3) a .icon{
    background-image: url(images/icon3.svg);
}
.post-12 .links:nth-child(4) a .icon{
    background-image: url(images/icon4.svg);
}

.main2 {
    background: url(images/main2bg.jpg)no-repeat top/100%;
}

.main2 .inner {
    padding: 0.56rem 0 0.84rem;
}

.main2 .mod {
    display: flex;
    justify-content: space-between;
}

.main2 .ml {
    width: 7.9rem;
}

.main2 .mr {
    width: 5.6rem;
}

.post-21 .list1 .news_imgs a {
    padding-top: 60.8%;
}

.post-21 .list1 .news .news_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 0.8rem;
    background: rgb(3 61 130 / 50%);
    color: #fff;
    font-size: var(--bigSize);
    padding: 0 0.2rem;
    box-sizing: border-box;
    text-align: center;
}

.post-21 .list1 .news {
    position: relative;
}

.post-21 .list1 .news .news_title a {
    color: #fff;
}

.post-21 .list1 {
    margin-bottom: 0.1rem;
}

.post-21 .list2 .news {
    display: flex;
    margin-top: 0.43rem;
}

.post-21 .list2 .news .news_imgs {
    width: 2.8rem;
    flex: none;
    margin-right: 0.3rem;
}

.post-21 .list2 .news .news_imgs a {
    padding-top: 64.3%;
}

.post-21 .list2 .news .news_wz {
    flex: 1;
    border-bottom: 1px solid #033D82;
    padding-top: 0.1rem;
}

.post-21 .list2 .news .news_title {
    margin: 0.08rem 0;
}

.post-22 .news {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.post-22 .news .news_meta {
    margin-right: 0.19rem;
}

.post-22 .news:hover .news_meta {
    background: #7E1819;
}

.post-22 {
    padding-bottom: 0.18rem;}
.post-23 .news .news_imgs span{
    padding-bottom: 60.714%;
}

.post-23 .news .news_wz {
    height: 2.2rem;
    box-sizing: border-box;
    padding: 0.24rem 0.35rem 0 0.42rem;
}

.post-23 .slick-dots li {
    background: #9B9696;
    opacity: 1;
    width: 0.16rem;
    height: 0.16rem;
}

.post-23 .slick-dots {
    bottom: 0.44rem;
    justify-content: center;
}

.post-23 .slick-dots li.slick-active {
    background:#7E1819
}
.post-23 .news a{
    display: block;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
    margin: 0 0.2rem 0.2rem;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}


.post-23 .slick-list {
    /* padding: 0 0.2rem 0.2rem; */
}

.post-23 .slick-list {
    margin: 0 -0.2rem;
    /* padding: 0 0.2rem 0.2rem; */
}

.post-23 .news.slick-current {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.post-23  .news .news_title {font-size: var(--bigSize);margin-bottom: 0.2rem;}

.post-23 .news .news_info p {
    font-size: var(--smailSize);
    line-height: 2.2;
    padding-left: 0.28rem;
    background: url(images/time.svg)no-repeat left/0.15rem;
}
.post-23 .news .news_info p.info2{
    background-image: url(images/didian.svg);
}
.main3 {background: rgb(247, 248, 250);}

.main3 .inner {
    padding: 0.63rem 0 0.85rem;
}

.post-31 .news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.23rem;
}

.post-31 .news_list .news {
    width: 33.33%;
}

.post-31 .news_list .news .news_box {
    margin: 0 0.23rem;
}

.post-31 .news_list .news .news_imgs a {
    padding-top: 63.77%;
}

.post-31 .news_list .news .news_imgs {
    margin-bottom: 0.22rem;
}
.main4 {
    position: relative;
    background: url(images/main4bg.jpg) no-repeat bottom /cover;
}

.main4 .inner {
    padding: 0.8rem 0  0.86rem;
    position: relative;
    z-index: 1;
}

.main4:after {
    content: "";
    position: absolute;
    width: calc(var(--innerWidth)/2 + 50vw);
    background: #7E1819;
    height: 4.2rem;
    top: 0;
    z-index: 0;
}

.post-41 .tt .title {
    color: #fff;
}

.post-41 .tt .tit:after {
    background-image: url(images/ttbg2.svg);
}

.post-41 .tt {
    position: absolute;
    top: 0.46rem;
}

.post-41 .news_list .news {
    display: flex;
    flex-direction: row-reverse;
    box-sizing: border-box;
}

.post-41 .news_list .news .news_imgs {
    flex: none;
    width: 6.8rem;
    margin-left: 0.52rem;
}

.post-41 .news_list .news .news_imgs a {
    padding-top: 64.8%;
}
.post-41 .news_list .news .news_imgs a img {
    object-position: top;
}
.post-41 .news_list .news .news_wz {
    padding-top: 0.8rem;
    color: #fff;
}

.post-41 .news_list .news .news_wz a {
    color: #fff;
}

.post-41 .news_list .news .news_title {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}

.post-41 .news_list .news .news_text {
    font-size: var(--smailSize);
}
.post-41 .slick-prev, .post-41  .slick-next {
    width: 1rem;
    height: 1rem;
    font-size: 0.4rem;
    margin: 0;
    bottom: 0;
    top: auto;
}

.post-41 .slick-prev {
    background: none;
    color: var(--mainColor);
    right: 7.8rem;
    background: #fff;
}

.post-41 .slick-next {
    background: var(--mainColor);
    color: #fff;
    right: 6.8rem;
}

.post-41 .news_list {
    margin-right: 0.8rem;
}

.post-41 .slick-prev:hover {
    background: var(--mainColor);
    color: #fff;
}

.post-41 .slick-dots {
    width: auto;
    left: 0.82rem;
    height: 1rem;
    gap: 0.39rem;
}

.post-41 .slick-dots li button {
    font-size: 0.3rem;
    color: var(--mainColor);
    width: auto;
    height: auto;
    padding: 0;
    line-height: inherit;
}

.post-41 .slick-dots li {
    opacity: 1;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: none;
    font-family: Arial;
}

.post-41 .slick-dots li.slick-active  button {
    color: #7E1819;
    font-size: 0.48rem;
}

.main5 {
    background: #F7F8FA;
}

.main5 .inner {
    padding: 0.67rem 0 0.99rem;
}

.main5 .mod {
    display: flex;
    justify-content: space-between;
}

.post-51 {
    width: 6.45rem;
    flex: none;
}

.post-52 {
    width: 6.8rem;
    background: url(images/newsbg.png) no-repeat left /cover;
    margin-top: 29px;
    padding: 0.6rem 0.45rem 0.2rem 0.77rem;
    box-sizing: border-box;
}

.post-51 .news {
    height: 1.27rem;
    padding-top: 0.245rem;
    box-sizing: border-box;
    border-bottom: 1px dashed #ADADAD;
}

.post-52 .tt .title {
    color: #fff;
}

.post-52 .tt .tit:after {
    background-image: url(images/ttbg2.svg);
}
.post-52 .con {
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}

.post-52 .news_text p {
    line-height: 2.88;
    font-size: var(--titleSize);
}

.post-52 .news_imgs img {
    width: 2rem;
    height: 2rem;
}

.post-52 .tt {
    margin: 0;
}

.post-52 .news_title {
    font-size: var(--titleSize);
    text-align: center;
    margin-top: 0.2rem;
}
.main6{
    background: url(images/main6_bg.png) no-repeat center;
    background-size: cover;
}
.main6 .inner{
    padding: 0.67rem 0 0.38rem;
}
.post-61 .news_list{}
.post-61 .news_list li.news{
    float: left;
    width: 31%;
    margin-right: 3.1%;
    position: relative;
    margin-bottom: 0.27rem;
}
.post-61 .news_list li.news:nth-child(3n){
    margin-right: 0;
}
.post-61 .news_list li.news a{}
.post-61 .news_list li.news .news_imgs{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 51.5%;
    position: relative;
}
.post-61 .news_list li.news .news_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;transition: 1s;
}
.post-61 .news_list li.news:hover .news_imgs img{transform: scale(1.1);}
.post-61 .news_list li.news .news_title{
    position: absolute;
    transform: translateY(50%);
    bottom: 50%;
    width: 100%;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
    font-size: 0.34rem;
    line-height: 0.49rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #fff;
}
.main7{}
.main7 .inner{
    padding: 0.41rem 0 0.5rem;
}
.post-70{}
.post-70.post-71{
    float: left;
    width: 53.5%;
}
.post-70.post-72{
    float: right;
    width: 42.5%;
}
.post-70 .news_list{}
.post-70 .news_list li.news{
    border: 0.01rem solid #D6D6D6;
    margin-bottom: 0.23rem;box-sizing:border-box;
}
.post-70.post-71 .news_list li.news{
    float: left;
    width: 31%;
    margin-right: 3.1%;
}
.post-70.post-71 .news_list li.news:nth-child(3n){
    margin-right: 0;
}
.post-70.post-72 .news_list li.news{
    width: 48.2%;
    float: left;
}
.post-70.post-72 .news_list li.news:nth-child(2n){
    float: right;
}
.post-70.post-71  .news_list li.news .news_imgs{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 26%;
    position: relative;
}
.post-70.post-72 .news_list li.news .news_imgs{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 21.05%;
    position: relative;
}
.post-70 .news_list li.news .news_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: fill;
}
/**列表页**/
.list .header:after {
    height: 2.59rem;
}
/**列表页**/
.l-banner{height: 4.8rem;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/list_banner_bg.png) no-repeat;background-size:100% 100%;bottom:0}
.l-banner img{/*display:none;*/ height:100%;vertical-align:top}
#l-container{position:relative;background: #F2F3F9;}
#l-container .inner{padding: .81rem  0 1rem;position:relative}
#d-container .inner{background:#fff}
.wp-wrapper .wp-inner {
    position: relative;
}
/**栏目列表**/
.col_menu_head{position:absolute;bottom: 0;/* z-index:1; */width: var(--innerWidth);left: calc(50% - var(--innerWidth)/2);}
.col_name span{font-size: .4rem;color:#fff;line-height: 1.35;font-weight: normal;}
.col_name{margin-bottom: 0.14rem;}
.col_path a,.col_path span{color:#fff;font-size: var(--smailSizex);line-height:1.3}
.col_path{display:inline-block;/* padding-left:.26rem; *//* background:url(images/home.svg) no-repeat left; */margin-bottom: 0.35rem;}
.possplit::after{content:"/";font-size:.15rem}
.possplit{margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0}
.col_tt{
    border: none;
    font-size: 0.4rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #033D82;
    line-height: 1.2;
    margin-bottom: 0.43rem;
}
.col_list{width:100%;position:relative;box-sizing:border-box;display:flex;align-items:center}
.col_list::before{content:"";display:block;width: 100vw;height: 100%;position:absolute;top:0;left: 50%;margin-left: -50vw;/* background: url(images/col_bg.png)no-repeat; */backdrop-filter: blur(9px);/* opacity: 0.69; */background: linear-gradient(206.44deg, rgb(203, 52, 49,0.5) -104.252%,rgb(3, 61, 130,0.5) 45.149%,rgb(37, 146, 62,0.5) 256.801%);}
.column-switch{display:none}
.col_list ul{position:relative;width:100%}
.col_list ul.sub_list {
    display: none;
}
.col_list ul li{float:left}
.col_list .col_column .col_item_link.selected{background: #033D82 url(images/col_selected.svg) no-repeat center bottom 0.06rem;background-size: 0.81rem;opacity: 1;}
.col_list .col_column a{color:#fff;padding: 0 0.46rem;font-size: var(--bigSize);display:inline-block;display:block;text-align:center;line-height: 0.75rem;font-family: 'SourceHanSerifCN-Bold';opacity: 0.8;}
.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_list ul li[title='科学研究处'] {
    display: none;
}
/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news:hover {
    box-shadow: 2px 2px 19px #33333359;
}
.mrlist .col_news_list .news_list .news{margin-bottom: 0.28rem;/* border-bottom: 1px solid #ccc; */padding: 0.2rem;box-shadow: 2px 2px 14px #33333330;background: #fff;border-left: 0.04rem solid #033D82;height: 2.07rem;box-sizing: border-box;/* transition: all 0.4s ease-in-out; */display: flex;}
.mrlist .col_news_list .news_list .news .news_imgs{width: 2.5rem;flex:none;margin-right:.3rem;background:0 0;display:flex;align-items:center}
.mrlist .col_news_list .news_list .news .news_imgs a{padding-top: 74.9%;width:100%}
.mrlist .col_news_list .news_list .news .news_wz{flex:1;width: 0;}
.mrlist .col_news_list .news_list .news .news_meta{margin-bottom: 0.2rem;color: var(--mainColor);font-size: var(--smailSize);font-weight: bold;}
.mrlist .col_news_list .news_list .news .news_meta span{display:block;color:#666}
.mrlist .col_news_list .news_list .news .news_year{font-size:.14rem}
.mrlist .col_news_list .news_list .news .news_day{font-size:.36rem;line-height:1.4}
.mrlist .col_news_list .news_list .news .news_title{font-size:var(--titleSize);line-height:1.7;font-weight:700;margin-bottom:.17rem}
.mrlist .col_news_list .news_list .news .news_text{font-size:var(--smailSizex);line-height:2}
.mrlist .col_news_list .news_list .news .news_text a{color:#666}
.mrlist .col_news_list .news_list .news.noimg .news_imgs{display:none}
.mrlist .col_news_list .news_list .news .news_title2 {
    display: none;
}

/**文章页**/
.wp_entry p{    background: none ! important;}
.art_bottom {
}

.article {
    flex: none;
}

.col_post {
    width: 3.82rem;
    padding-left: 0.44rem;
    border-left: 1px solid #E0E0E0;
}

.col_post .tt {
    line-height: 1.3;
    font-family: 'SourceHanSansCN-Bold';
    font-size: 0.32rem;
    margin-bottom: 0.04rem;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 0.3rem;
}

.col_post .news_list .news {
    display: flex;
    align-items: center;
    padding: 0.26rem 0;
    border-bottom: 1px solid rgb(227 227 227 / 80%);
}

.col_post .news_list .news .news_meta {
    width: 0.67rem;
    height: 0.65rem;
    background: #972831;
    border-radius: 0.1rem;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    flex: none;
    margin-right: 0.21rem;
}

.col_post .news_list .news .news_meta .days {
    font-size: 0.27rem;
    font-weight: bold;
}

.col_post .news_list .news .news_meta .month {
    font-size: 0.13rem;
}

.col_post .news_list .news .news_title {
    font-size: var(--smailSize);
    line-height: 1.625;
    font-family: 'SourceHanSansCN-Light';
    font-weight: bold;
}
.info .col_metas.clearfix{height:.63rem}
.infobox{padding:.56rem 0;margin:0 auto;width:auto}
.article h1.arti_title{line-height:1.3;font-family: 'SourceHanSansCN-Bold';font-size: 0.32rem;margin-bottom: auto;font-weight: normal;text-align: center;}
.article h2.arti_title{line-height:2;font-size:.2rem;color:#1b1b1bc7;}
.article .arti_metas{line-height: 1.3;margin:0;text-align: center;}
.article .arti_metas>span{font-size:var(--smailSize);color: #999999;margin-right: 0.32rem;}
.article .arti_info.clearfix{position:relative;margin-top: 0.15rem;}
.article .entry{margin:0 auto;overflow:hidden;margin-top: 0.7rem;min-height:400px}
.article .entry .read,.article .entry .read p{line-height: 2;font-size: var(--titleSize);color:#333;background: none !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(--titleSize);flex-wrap:wrap}
span.next-title,span.prev-title{width:calc(100% - .8rem)}
.wp_artfuns .wp_art_adjoin .next{padding:0}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev{pointer-events:none;width:auto}

/**底部**/
#footer{position:relative;border-top: 0.04rem solid #CB3431;}
.foot-top{display:flex;justify-content:space-between;margin-bottom:0.857rem}
ul.foot-menu{display:flex;gap:0.79rem}
#footer .inner.in1{padding:0.57rem 0 0.32rem;position:relative}
#footer .inner .mod{
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}
#footer .inner .foot-left{
    display: flex;
    flex-direction: column;
}
#footer .inner .foot-center{width: 5.46rem;padding-top: 0.14rem;}
#footer .inner .foot-left img:nth-child(1) {
    width: 2.55rem;
}
#footer .inner .foot-left img:nth-child(2) {
    width: 3.68rem;
    margin-top:0.23rem
}

#footer .tt .title {
    font-size: var(--titleSize);
    font-family: 'SourceHanSansCN-Bold';
    font-weight: normal;
}

#footer .tt {
    margin-bottom: 0.2rem;
}

.links .news_title {
    font-size: var(--smailSize);
    float: left;
    width: 50%;
    line-height: 2;
    color:#666
}

.links .news_title a {
    color: #666666;
}

#footer .inner {
    padding: 0.32rem 0;
}
.foot-right {
    padding-top: 0.14rem;
    width: 2.6rem;
}
.foot-right p {
    color: #666666;
      font-size: var(--smailSize);
     line-height: 2;
}
#footer .inner.in2 {
    padding: 0.22rem 0;
    border-top: 1px solid  #D8D8D8;
    width: 100%;
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: var(--innerWidth);
    margin: 0 auto;
}
.foot-bottom .left a{ color: #666666;}
.foot-bottom .left {
    color: #666666;
    font-size: var(--smailSize);
    line-height: 2;
}

.foot-bottom .top {
    display: flex;
    align-items: center;
    font-size: var(--titleSize);
    font-weight: bold;
    gap: 0.08rem;
    cursor: pointer;
}

/**侧导航**/
nav.Quick-navigation{position:fixed;right:0;z-index:1;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;font-size:19px;line-height:70px;background:var(--mainColor);color:#fff;padding:0 16px;border-radius:20px}
nav.Quick-navigation a{color:#fff;border-bottom:1px solid #fff}
nav.Quick-navigation a.current{color:#e1d4a4;border-bottom:1px solid var(--hoverColor)}
.Scroll-to-top{width:60px;height:60px;position:fixed;z-index:1;background:#fff;bottom:2%;border-radius:50%;right:1%;background:#1776be7a;font-size:20px;line-height:60px;text-align:center;color:#fff;cursor:pointer}
.mrlist .col_news_list .news_list.fw .news .news_text {
    display: none;
}
.mrlist .col_news_list .news_list.fw .news{height:1.17rem;}
.mrlist .col_news_list .news_list.fw .news .news_imgs{  display: none;}
.mrlist .col_news_list .news_list.fw .news.n1{height:2.07rem;}
.mrlist .col_news_list .news_list.fw .news.n1 .news_imgs{  display: block;}
.mrlist .col_news_list .news_list.fw .news.n1 .news_text{ display: block;}
.mrlist .col_news_list .news_list.fw .news.n1 .news_meta{  display: none;}
.mrlist .col_news_list .news_list.fw .news.n1 a{pointer-events: none;}