@charset "utf-8";
/*Technical Support SudyTech*/
@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:"SourceHanSansCN-Normal" ;
    src: url(fonts/SourceHanSansCN-Normal.ttf);
}
/*@font-face {
    font-family:"SourceHanSerifCN-Bold" ;
    src: url(fonts/SourceHanSerifCN-Bold.ttf);
}*/
:root{
    --mainColor:#0168B7;
    --hoverColor:#E1D4A4;
    --bigSize:0.2rem;
    --titleSize:0.19rem;
    --smailSize:0.16rem;
}

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;}
html.fixopen {
    overflow: hidden;
}
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:#f5f5f5;}
:-moz-placeholder {color:#f5f5f5;}
::-moz-placeholder { color:#f5f5f5;}
:-ms-input-placeholder { color:#f5f5f5;}
/**布局开始**/
body {line-height:1;font-size: 13px;font-family: "Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color: #232222;font-family:"SourceHanSansCN-Regular";background: #F8FBFB;overflow-x: hidden;}
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: 15.4rem;margin:0 auto;} /**页面全局宽度**/
.mainhead .wrapper .inner {}
.footer .inner {
    width: 16.4rem;
}
/*headtop*/
#headtop{background: #666;}
#headtop .inner{}
.headtop .top-left{float: left;}
.headtop .top-right{float:right;}
/*head开始*/
.mainhead {
    /* position: absolute; */
    width: 100%;
    z-index: 2;
    top: 0;
}
.header {border-bottom:none;height:auto;line-height:inherit;background: url(images/headbg.jpg) no-repeat;background-size: cover;}
.header .inner{position:relative;transition: all 0.4s ease-in-out;}
.header .sitelogo{
    display: flex;
}
.header .sitelogo .logo img {
    width: 3.12rem;
}

.header .sitelogo .logo {
    margin-right: 0.29rem;
    display: inline-block;
}
.header .sitelogo h1{font-size:inherit; font-weight:normal; background:none; padding-left:0px;}
.header .sitelogo .sitetitle {display:inline-block;margin-left: 0.19rem;color:#fff;min-height: 0.52rem;vertical-align: middle;margin-top: -0.1rem;} /**站点名称**/
.header .sitelogo a {
    align-items: center;
}
.header .sitelogo .tago img {
    width: 3.82rem;
}
.header .head-left{}
.header .head-main{float:left;margin-top:10px;}
.header .mod {
    display: flex;
    justify-content: space-between;
    height: 1.6rem;
    align-items: center;
}

.header .sitelogo .sitetitle span {
    display: block;
}

.header .sitelogo img.logo {
    width: 3.4rem;
    transition: all 0.6s ease-in-out;
}
 .sitetitle img {
    width: 4.8rem;
}
.head-top {
    display: flex;
    align-items: center;
}
.site-en a {
    background: #00AFCA;
    width: 0.45rem;
    height: 0.45rem;
    display: inline-block;
    line-height: 0.45rem;
    border-radius: 0.08rem;
    color: #fff;
    text-align: center;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 0.18rem;
}
.head-bottom {/* width: 10.73rem; */box-sizing: border-box;}
.nav.fixed {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-animation: 0.6s linear 0s  alternate move_eye;
    animation: 0.6s linear 0s  alternate move_eye;
    background: var(--mainColor);
    z-index: 3;
    top: 0;
}
@-webkit-keyframes move_eye {
  from {
    transform: translateY(-100%)
  }
  to {
    transform: translateY(0)
  }
}
@-webkit-keyframes move_eye2 {
  from {
    transform: translateY(0)
  }
  to {
    transform: translateY(-100%)
  }
} 
/*rale样式*/
.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-rale ul li.links.i1 a{background-position: 0px 0px;}
.site-rale ul li.links.i2 a{background-position: -90px 0px;}
.site-rale ul li.links.i3 a{background-position: -187px 0px;}
.site-rale ul li.links.i4 a{background-position: -269px 0px;}
/*lang样式*/
.site-lang ul li.links:last-child a {
    border: none;
}
.site-lang ul{/* float:right; */display: flex;}
.site-lang ul li.links{}
.site-lang ul li.links a{
    color: #fff;
    font-size: var(--titleSize);
    padding: 0 0.14rem;
    border-right: 1px solid #fff;
}
.site-lang ul li.links a:hover{color: #fff;}
.site-lang ul li.links:last-child a {
    border: none;
}

.head-right {
    display: flex;
    align-items: center;
}
a.menu-btn {
     width: 0.44rem;
     height: 0.44rem;
     background: rgb(255 255 255 / 20%);
     display: flex;
     flex-direction: column;
     gap: 0.07rem;
     align-items: center;
     justify-content: center;
     float: none;
     border-radius: 50%;
     display: none;
}
a.menu-btn.btn2 {
    display: none;
}
a.menu-btn .xian {
    display: block;
    height: 0.02rem;
    width: 0.17rem;
    background: #fff;
    border-radius: 0.02rem;
    transition: all 0.4s ease-in-out;
}
a.menu-btn.arrow .xian:nth-child(2){
    display: none;
}
a.menu-btn.arrow .xian:nth-child(1) {
    transform: rotate(-45deg);
    width: 0.2rem;
    position: absolute;
}
a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    width: 0.21rem;
    position: absolute;
}
.en-lang a {
    display: block;
    background: var(--hoverColor);
    color: #fff;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.18rem;
}
.search-botton {
    width: 0.44rem;
    height: 0.44rem;
    background: rgb(255 255 255 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-botton img {
    width: 0.18rem;
}
.fixbox .close {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    margin-right: -8.2rem;
    top: 0.55rem;
    cursor: pointer;
}

.fixbox .close img {
    width: 0.25rem;
}
.fixbox.open {
    display: flex;
}
/*默认主导航样式*/
#nav{background: rgb(225 212 164 / 90%);}
#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;justify-content: space-between;}
.nav .wp-menu .menu-item {position: relative;}
.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 .menu-item a.menu-link {line-height: 0.6rem;font-size: var(--bigSize);display: block;color: #333;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{font-family: 'SourceHanSansCN-Bold';text-decoration: none;/* color: #333; */}
.nav .sub-menu {display: none;position: absolute;left: 50%;top: 100%;min-width: 1.5rem;z-index: 100;background:#fff;transform: translateX(-50%);background: var(--hoverColor);}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #000;/* height: 40px; */line-height: 0.5rem;padding: 0 17px;font-size: var(--smailSize);background:none;text-align: center;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#1384e2; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
.nav .site-lang {
    display: none;
}
/*导航样式：后台绑定时也可以定义配置*/
.header .nav .wp-menu {margin:0 auto;display: flex;justify-content: space-between;/* gap: 0.57rem; */width: 11.38rem;position: relative;}
.header .nav .wp-menu .menu-item {/* float: left; */position: relative;}
.header .nav .wp-menu .menu-item.i1 { background:none;}
.header .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;}
.header .nav .wp-menu .menu-item a.menu-link {display: block;line-height: 0.7rem;color: #fff;font-size: 0.2rem;position: relative;/* z-index: -1; */}
.header .nav .wp-menu .menu-item.hover a.menu-link,
.header .nav .wp-menu .menu-item a.hover{/* background-color:#1384e2; *//* text-decoration: none; *//* color: #17607A; */}
.header .nav .sub-menu {display: none;position: absolute;left: 50%;top: 100%;min-width: 5.79rem;width: 9.72rem;z-index: 100;background: #fff url(images/submenubg.png) no-repeat right bottom;/* transform: translateX(-50%); *//* border-radius: 0.08rem; */overflow: hidden;/* box-shadow: 0 0 19px 0px #33333329; */left: -0.17rem;height: 2.52rem;}
.header .nav .sub-menu .sub-item {position: relative;white-space: nowrap;vertical-align: top;_zoom:1;width: 33.3%;}
.header .nav .sub-menu .sub-item a {display: block;color: var(--mainColor);/* height: 40px; */line-height: 0.47rem;/* padding: 0 17px; */font-size: 0.18rem;background:none;/* text-align: center; */padding-left: 0.22rem;position: relative;}
.header .nav .sub-menu .sub-item.hover> a,
.header .nav .sub-menu .sub-item a:hover{color: #DEC8A6;/* background-color: #cea237; *//* display: block; */}
.header .nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
.header .nav .wp-menu:after {
    display: none;
}
.header .nav .wp-menu:after {
    display: none;
}

.header .nav .wp-menu .menu-item a.menu-link:before {
    content: "";
    display: block;
    width: calc(100% + 0.34rem);
    height: 0.43rem;
    background: var(--mainColor);
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.02rem;
    opacity: 0;
    z-index: -1;
}
.header .nav .sub-menu .sub-menu li {
    display: none;
}
.header .nav .wp-menu .menu-item:hover a.menu-link:after {
    
/* transform: none; */
}
.header .nav .wp-menu .menu-item:hover a:before {
    opacity: 1;
}

.header .nav .sub-con {
    display: flex;
    padding: 0.27rem;
    /* align-items: center; */
}

.header .nav .sub-con .sub-img {
    width: 3rem;
    height: 2rem;
    background: #ccc;
    margin-right: 0.71rem;
    flex: none;
}

.header .nav .sub-con .sub-img img {
    width: 100%;
    height: 100%;
}

.header .nav .sub-menu .sub-item a:before {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: var(--mainColor);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.055rem;
    transition: all 0.4s ease-in-out;
}

.header .nav .sub-menu .sub-item a:hover:before {
    background: #DEC8A6;
}
.header .nav .sub-menu ul.sub-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex: 1;
}
.header .nav .sub-menu.sub4 {
    width: auto;
}

.header .nav .sub-menu.sub4 ul.sub-list{
    flex-direction: column;
}
.header .nav .menu-item:nth-child(7) .sub-menu,.header .nav .menu-item:nth-child(8) .sub-menu{
    left: 50%;
    transform: translateX(-50%);
}
.header .nav .menu-item:nth-child(9) .sub-menu{left: 50%;
    transform: translateX(-80%);}
.news_imgs a {
   display: block;
}

.news_imgs {
   overflow: hidden;
   /* background: #ccc; */
}
/**主页banner开始**/
#banner .inner {width: 100%;text-align: center}
.mbanner .news_imgs a {
    display: block;
    padding-top: 33.33%;
}
.mbanner .slick-prev, .mbanner 
 .slick-next {/* background: rgb(55 64 95 / 80%); *//* color: rgb(255 255 255 / 50%); */z-index: 1;top: auto;bottom: 50%;opacity: 0.8;margin-bottom: -0.23rem;}

.mbanner .slick-prev {
    left: 0.55rem;
}

.mbanner .slick-next {
    right: 0.55rem;
}

.mbanner .news .news_wz {
    position: absolute;
    top: 3.05rem;
    left: 50%;
    margin-left: -7.95rem;
    text-align: left;
    width: 10.6rem;
}

.mbanner .news .news_wz a {
    color: #17607A;
}

.mbanner .news .news_title {
    display: flex;
    font-size: 0.33rem;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
    width: 15rem;
    left: 50%;
    transform: translateX(-7.5rem);
    background: rgb(0 0 0 / 57%);
    height: 1.09rem;
    color: #fff;
    text-align: left;
    padding: 0 0.46rem;
    box-sizing: border-box;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mbanner .news .news_title a {
    color: #fff;
    display: block;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mbanner .slick-dots {
    width: auto;
    bottom: 0.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: #0168B7;
    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_imgs a:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 8.23rem;
  /**  background: url(images/bannerbg.png) no-repeat; **/
    background-size: 100% 100%;
    top: 0;
}
.mbanner .news .news_video:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 8.23rem;
  /**  background: url(images/bannerbg.png) no-repeat; **/
    background-size: 100% 100%;
    z-index: 1;
}
.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;
    /* background: url(); */
    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;
}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
.main1 .inner {
    padding: 0.57rem 0 0.63rem;
}

.post1 .tt {
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 0.42rem;
}

.post1 .more_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.post1 .more_btn img {
    width: 0.14rem;
    margin-left: 0.05rem;
}

.post1 .more_btn .more_text {
    vertical-align: middle;
    font-size: var(--smailSize);
    color: #212121;
    line-height: 0.21rem;
}

.post1 .tt .tit span {
    display: block;
    position: relative;
    z-index: 1;
}

.post1 .tt .tit {
    width: 1.59rem;
    text-align: center;
    position: relative;
}

.post1 .tt .tit:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.72rem;
    position: absolute;
    background: url(images/ttbg1.svg) no-repeat;
    background-size: 100% auto;
    bottom: 0.057rem;
}

.post1 .tt .title {
    font-size: 0.3rem;
    font-weight: normal;
    font-family: 'SourceHanSansCN-Bold';
    line-height: 1.4;
}

.post1 .tt .tt_en {font-size: var(--smailSize);font-weight: normal;}
.post1 .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.35;
    color: #4b4b4b;
    font-family: 'SourceHanSansCN-Bold';
}
.post1 .news .news_text{
    font-size: var(--smailSize);
    line-height: 1.75;
    color: #707070;
    font-family: "SourceHanSansCN-Normal";
}
.post1 .news .news_title a {
    color: #4b4b4b;
}

.post1 .news .news_text a {
    color: #707070;
}
.post1 .news .news_date {
    font-family: 'SourceHanSansCN-Bold';
    font-size: var(--smailSize);
    line-height: 1.32;
    color: #707070;
}
.post1 .news:hover .news_imgs a {
    transform: scale(1.1);
}
.main1 .mbottom {
    display: flex;
}

.post-12 {
    flex: none;
    width: 10.65rem;
    margin-right: 0.35rem;
}
.post-12 .con {
    display: flex;
}

.post-12 .con .list1 {
    width: 63.28%;
    flex: none;
    margin-right: 0.35rem;
}
.post-12 .con .list1.list1-2 {
    display: none;
}
.post-12 .con .list1 .news_imgs a {
    padding-top: 66.76%;
}

.news .news_meta {
    color: #fff;
    display: inline-block;
}

.news .news_meta span {
    display: block;
    text-align: center;
}

.news .news_meta .news_year {
    font-size: 0.09rem;
}

.news .news_meta .news_days {
    font-size: 0.23rem;
    font-family: 'SourceHanSansCN-Bold';
    margin: 0.04rem 0;
}

.news .news_meta .news_month {
    font-size: 0.09rem;
}
.news .news_l .news_meta {
    width: 0.96rem;
    height: 0.64rem;
    background: #0168B7;
    padding-left: 0.14rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.26rem;
    left: -0.14rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-12 .news .news_imgs {
    position: relative;
    /* overflow: inherit; */
}
.news .news_l {
    position: relative;
}

.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%;
}

.post-12 .news .news_wz {
    border-left: 0.04rem solid #0168B7;
    transition: all 0.4s ease-in-out;
}

.post-12 .list1 .news .news_wz {
    padding: 0.27rem 0.27rem 0.14rem 0.27rem;
    height: 1.57rem;
    box-sizing: border-box;
}


.post-12 .list1  .news .news_title {
    margin-bottom: 0.14rem;
}

.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;
}

.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 {
    flex: 1;
    width: 0;
}

.post-13>div {
    height: 100%;
}

.post-13 .news_list {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.23rem;
    /* justify-content: space-between; */
}
.post-13 .news_list .news {
   
height: 1.03rem;
display: flex;
   
flex-direction: column;
   
justify-content: center;
}

.post-13 .news_list .news:hover .news_box {
    border-color: var(--hoverColor);
    /* width: 105.6%; */
    height: 1.29rem;
    margin: 0 -2.8%;
}
.post-13 .news_list .news .news_box {
    border-left: 0.04rem solid var(--mainColor);
    transition: all 0.4s ease-in-out;
    background: #fff;
    box-shadow: 0 0.03rem 0.1rem rgb(0 0 0 / 15%);
    flex: none;
    height:100%;
    padding: 0 0.38rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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_title {
    margin-bottom: 0.09rem;
}

.post-13 .news_list .news:hover .news_text {
    /* display: block; */
    line-height: 1.75;
    opacity: 1;
    visibility: inherit;
}
.main2 {
    background: url(images/main2bg.jpg);
    background-size: cover;
}

.main2 .inner {
    padding: 0.82rem 0 0.4rem;
}

.post1.post-21 .tt .tit {
    color: #fff;
}

.post1.post-21 .more_btn .more_text {
    color: #fff;
}
.main2 {
    background: url(images/main2bg.jpg);
    background-size: cover;
}

.main2 .inner {
    padding: 0.82rem 0 0.4rem;
}

.post1.post-21 .tt .tit {
    color: #fff;
}

.post1.post-21 .more_btn .more_text {
    color: #fff;
}

.main2 .mbottom {
    display: flex;
}

.post-22 {
    width: 9.2rem;
    flex: none;
    margin-right: 0.5rem;
}

.post-22 .list1 {
    width: 8.74rem;
    margin-right: 0.39rem;
    flex: none;
}
.post-22 .list1.list1-2{
    display: none;
}
.post-22 .list1 .news_imgs a {
    padding-top: 56.29%;
}
.post-22 .con {
    display: flex;
}.post.post1.post-22.mbox .news_title.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.3rem;
    height: 0.6rem;
}
.post.post1.post-23.mbox .news .news_box:hover .news_meta {
    background: #0168B7;transition: all 0.4s ease-in-out;
}
.post.post1.post-23.mbox .news .news_box:hover  .news_meta span {
    color: #fff;transition: all 0.4s ease-in-out;
}
.post-22 .list1 .news_wz {
    background: #fff;
    height: 1.15rem;
    border-left: 0.04rem solid var(--hoverColor);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 0.31rem;
    transition: all 0.4s ease-in-out;
}

.main2 .post1 .news .news_l .news_meta {
    background: #E1D4A4;
    color: #333;
}

.main2 .post1 .news .news_l .news_meta:after {
    border-top: 0.09rem solid #0F615F;
}

.post-22 .list1 .news_wz .news_title {
    margin-bottom: 0.14rem;
}
.post-22 .list2 {
    flex: 1;
}

.post-22 .list2 .news .news_imgs a {
    padding-top: 179%;
}
.post-22 .list2 .news .news_imgs a:after {
    content: "";
    width: 100%;
    display: block;
    height: 1.97rem;
    background: url(images/imgbg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
}
.post-22 .list2 .news .news_title {
    position: absolute;
    color: #fff;
    bottom: 0.42rem;
    left: 0.94rem;
    right: 0.21rem;
    font-size: 0.14rem;
}

.post-22 .list2 .news .news_title a {
    color: #fff;
}

.post-22 .list2 .news {
    position: relative;
}
.post-23 {
    flex: 1;
    width: 0;
}
.post-23>div {
    height: 100%;
}

.post-23 .news_list {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.33rem;
}

.post-23 .news_list .news {
    height: 1.075rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.post-23 .news_list .news .news_box {
    background: #fff;
    height: 100%;
    border-left: 0.04rem solid #E1D4A4;
    padding: 0 0.26rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.4s ease-in-out;
    flex: none;
    box-shadow: 0 0.03rem 0.1rem rgb(0 0 0 / 15%);
}

.post-23 .news_list .news .news_title {
    margin-bottom: 0.07rem;
}

.post-23 .news_list .news .news_box:hover {

}
.post.post1.post-23.mbox .news_wz {
    margin-left: 0.8rem;
}
.main3 {}

.main3 .inner {
    padding: 0.73rem 0 0.77rem;
}

.post-12 .news:hover .news_wz {
    border-color: #E1D4A4;
}

.post-22 .list1 .news .news_wz {
    border-color: #E1D4A4;
}
.post-31 .news {
    float: left;
    width: 33.3%;
}
.post-31 .con {
    position: relative;
}
.post-31 .news .news_box {
    margin: 0 0.18rem;
    box-shadow: 0 0.03rem 0.1rem rgb(172 180 201 / 16%);
}

.post-31 .news_list {
    margin: 0 -0.18rem;
}

.post-31 .news .news_imgs a {
    padding-top: 65.7%;
}
.post-31 .news .news_t {
    display: flex;
}

.post-31 .news .news_t .news_meta {
    width: 1.09rem;
    background: #0168B7 url(images/t_logo.png)no-repeat bottom 0.34rem center;
    padding-top: 0.32rem;
    background-size: 0.69rem;
}
.post-31 .news .news_t .news_imgs {
    flex: 1;
}

.post-31 .news .news_wz {
    background: #fff;
    height: 1.84rem;
    padding: 0.26rem 0.36rem 0.16rem 0.24rem;
    box-sizing: border-box;
}

.post-31 .news .news_title a {
    color: #2b2b2b;
}


.post-31 .news .news_title {
    margin-bottom: 0.21rem;
}
.post-31 .news .news_info span {
    display: block;
    line-height: 0.23rem;
    margin-bottom: 0.1rem;
    font-size: var(--smailSize);
    color: #2B2B2B;
    padding-left: 0.33rem;
}

.post-31 .news .news_info .info1 {
    background: url(images/people.svg) no-repeat;
    background-size: auto 0.24rem;
}
.post-31 .news .news_info .info2 {
    background: url(images/address.svg) no-repeat;
    background-size: auto 0.24rem;
}
.main4 .tab-menu {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    margin-bottom: 0.43rem;
}

.main4 {
    background: url(images/main4bg.jpg) no-repeat;
    background-size: cover;
}

.main4 .inner {
    padding: 0.73rem 0 0.4rem;
}
.main4 .tab-menu li span {
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.main4 .tab-menu li .tt_cn {
    font-size: 0.3rem;
    font-weight: normal;
    font-family: 'SourceHanSansCN-Bold';
    line-height: 1.4;
}

.main4 .tab-menu li {
    width: 1.59rem;
    text-align: center;
    position: relative;
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.main4 .tab-menu li .tt_en {
    /* width: 1.59rem; */
    text-align: center;
    position: relative;
}

.main4 .tab-menu li:after {
        content: "";
        display: block;
        width: 100%;
        height: 0.72rem;
        position: absolute;
        background: url(images/ttbg1.svg) no-repeat;
        background-size: 100% auto;
        bottom: 0.057rem;
        opacity: 0;
        transition: all 0.4s ease-in-out;
}

.main4 .tab-menu li.selected:after {
    opacity: 1;
}

.main4 .tab-menu li.selected {
    opacity: 1;
}
.post-41 ul.news_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 3.78rem;
    column-gap: 0.3rem;
    row-gap: 0.26rem;
}
.post1.post-41 .more_btn .more_text {
    color: #fff;
}
.main4 .sudy-tab {
    position: relative;
}
.post1.post-41 .more_btn{
    top: 0.35rem;
}
.post-41 ul.news_list .news {
    height: 1rem;
    display: flex;
    align-items: center;
    width: calc((100% - 0.3rem)/2);
}

.post-41 ul.news_list .news_box {
    flex: 1;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 0.35rem;
    border-left: 0.04rem solid #E1D4A4;
}
.post1.post-41 .news .news_meta {
    color: #0168B7;
    margin-right: 0.32rem;
    flex: none;
}

.post-41 ul.news_list .news_box:hover {
    margin: 0 -0.18rem;
    height: 1.29rem;
    background: #E1D4A4 url(images/newsbg.png);
    color: #232323;
}
.post-31 .slick-prev, .post-31 .slick-next {
    top: auto;
    margin: 0;
    bottom: 0.6rem;
}
.post-31 .slick-prev {
    left: -0.66rem;
}

.post-31 .slick-next {
    right: -0.66rem;
}
.post-41 ul.news_list .news_box:hover .news_title {
    color: #232323;
}

.post-41 ul.news_list .news_box:hover .news_text {
    color: #232323;
}

.post-41 ul.news_list .news_box:hover .news_meta {
    color: #232323;
}
.main5 {
    position: relative;
    z-index: 1;
}

.main5 .inner {
    padding: 0.78rem 0 0.66rem;
}
.post-51 .news_list .news {
    padding: 0 0.155rem;
    box-sizing: border-box;
}

.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_imgs a {padding-top: 49.33%;}
.post-61 .news_list {
    margin: 0 -0.63rem;
    position: static;
}

.post-61 .news_list .news {
    padding: 0 0.63rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 2.4rem;
}

.post-61 .con {
    position: relative;
}

.post-61 .con:after {
    content: "";
    display: block;
    height: 0;
    width: 100vw;
    border-bottom: 0.01rem dashed #213282;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0.71rem;
    z-index: -1;
}

.post-61 .news_top img {
    width: 0.43rem;
    margin: 0 auto;
}

.post-61 .news_top {
    margin-bottom: 0.56rem;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    opacity: 0;
}

.post-61 .dot {
    position: absolute;
    top: 0.65rem;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.post-61 .dot svg {
    width: 0.298rem;
    /* left: 50%; */
}

.post-61 .news_bottom .news_icon {
    padding-top: 0;
    height: 0;
    background: #0168B7;
    position: relative;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    opacity: 1;
    margin-bottom: 0.16rem;
}

.post-61 .news_bottom .news_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    width: 0.3rem;
}
.post-61 .news .now .news_bottom .news_icon {opacity:1;padding-top:100%;transform:none;}
.post-61 .news .now .news_top {opacity:1;transform:none;}

.post-61 .news .news_bottom .news_title {font-size: var(--bigSize);/* line-height: 0; */}

.main6 .inner {
    padding-bottom: 0.562rem;
}
.post-61 .news a:hover .news_bottom .news_icon {opacity:1;padding-top:100%;transform:none;}
.post-61 .news a:hover .news_top {opacity:1;transform:none;}

.post-61 .dot svg * {
    fill: #0168B7;
     transition: all 0.6s ease-in-out;
}

.post-61 .news a:hover .dot svg * {
    fill: #E1D4A4;
}
.post-61 .slick-prev, .post-61  .slick-next {
    top: 0.71rem;
}
.main7 {
    display: none;
}

/**列表页**/
/*栏目图片*/
.list .mainhead {
    position: static;
}
.col-post .news_list .news {
    font-size: var(--titleSize);
    line-height: 1.35;
    padding: 0 0.15rem;
}

.col-post .news_list {
    /* padding: 0 0.09rem; */
}

.col-post .news_list .news:hover {
    background: #E1D4A4 url(images/newsbg.png);
}

.col-post .news_list .news_title {
    border-bottom: 1px solid #E1E1E1;
    height: 0.66rem;
    display: flex;
    align-items: center;
}

.col-post .news_list .news_title a {
    color: #333;
    /* height: 100%; */
    /* display: block; */
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 15px;
    background: url(images/news_biao2.png) no-repeat left center;
    font-family: "微软雅黑";
}
.col_menu .col_menu_head h3.col_name .col_name_text .Column_Anchor{position: relative;}
.col_menu .col_menu_head h3.col_name .col_name_text .Column_Anchor:before {
    content: "";
    width: 0.13rem;
    height: 0.13rem;
    position: absolute;
    display: block;
    background: url(images/s-dot.svg)no-repeat;
    background-size: 100%;
    left: -0.2rem;
    top: 50%;
    margin-top: -0.065rem;
}

#l-container .mod {
    display: flex;
    align-items: flex-start;
}

#l-container .mod:after {
    display: none;
}
.l-banner{height: 2.86rem;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {
    background: url(images/);
    position: relative;
    z-index: 1;
}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}
.col-post {
    box-shadow: 0 0.03rem 0.15rem rgb(0 0 0 / 15%);
    background: #fff;
}

.col-post .tt {
    color: #fff;
    line-height: 0.75rem;
    font-size: var(--bigSize);
    font-family: 'SourceHanSansCN-Bold';
    text-align: center;
    background: #0168B7;
    position: relative;
}

.col-post .tt span:before {
        content: "";
    width: 0.13rem;
    height: 0.13rem;
    position: absolute;
    display: block;
    background: url(images/s-dot.svg)no-repeat;
    background-size: 100%;
    left: 0.96rem;
    top: 50%;
    margin-top: -0.065rem;
}
.col_menu {width: 3.12rem;float:left;flex: none;position:relative;/* padding-top: 0.42rem; *//* margin-top: -0.67rem; */margin-right: 0.71rem;} 
.col_menu_box{box-shadow: 0 0.03rem 0.15rem rgb(0 0 0 / 15%);background: #fff;margin-bottom: 0.22rem;}
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0168B7;/* margin-bottom: 0.2rem; */}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: var(--bigSize);font-family: 'SourceHanSansCN-Bold';color: #fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 0.75rem;padding: 0;text-align: center;/* font-weight: bold; */}/**栏目名称图标**/
.col_menu .col_menu_con{/* background: #F0F0F0; *//* padding: 25px 22px 50px; */padding-bottom: 10px;}
/*栏目列表*/
.col_metas.clearfix {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    align-items: center;
}

.col_metas.clearfix:after {
    display: none;
}

.possplit:after {content: "/";font-size: 0.16rem;}

.possplit {text-indent: inherit;font-size: 0;color: #666;background-image: none;width: auto;margin: 0 0.1rem;}
.col_list{}
.wp_listcolumn .wp_column{
    background: #fff;
    display: block;
    border-bottom: 1px solid #E1D4A5;
}
.wp_listcolumn .wp_column:last-child{
   
    border-bottom: 0px solid #E1D4A5;
}
.col_list .wp_listcolumn .wp_column a:after {
    content: ">";
    font-size: 0.2rem;
    font-family: "宋体";
    display: none;
}
.col_list .wp_listcolumn { border-top:0px solid #18438A; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color: #333;font-size: 0.2rem;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: none;text-align: left;padding-left: 0;box-sizing: border-box;padding-right: 0;display: flex;align-items: center;justify-content: center;text-align: center;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 0;line-height: 0.6rem;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {background: #E1D4A4 url(images/newsbg.png);font-family: 'SourceHanSansCN-Bold';} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{/* color: #18438A; */}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#18438A;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;/* border-top:1px solid #eee; */margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 20px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#18438A;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float: left;padding-top: 0.56rem;padding-bottom: 1.12rem;} 
.col_news .col_news_box{/* margin-left: 4.16rem; */}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title {display:inline-block;float:left;padding-bottom: 0.2rem;/* line-height: 48px; */border-bottom: 2px solid #215CC1;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 0.2rem;font-family:"Microsoft yahei";font-weight: normal;/* color: #18438A; *//* border-bottom: 3px solid #CBCBCB; */font-weight: bold;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;/* height: 46px; *//* line-height: 46px; */color: #666;font-size: 0.16rem;} /**当前位置**/
.col_metas .col_path a{color: #666666;}
.col_news_con {/* padding:5px 0px 10px 0px; */margin:0 0px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/
.col_news .news {
    display: flex;
    /* line-height: 44px; */
    width: 100%;
    /* padding-bottom: 0.28rem; */
    /* margin-bottom: 0.28rem; */
    /* border-bottom: 1px dashed rgb(55 64 95 / 40%); */
    align-items: center;
    height: 1.12rem;
    /* padding: 0 0.24rem; */
    box-sizing: border-box;
    box-shadow: 0 0.03rem 0.15rem rgb(0 0 0 / 15%);
    background: #fff;
    margin-bottom: 0.35rem;
}
.col_news .news:hover .news_meta {
    background: #E1D4A4;
}
.col_news .news:hover .news_title {
    font-family: 'SourceHanSansCN-Bold';
}
.col_news .news_list .news .news_more a:hover {
    padding-right: 0.4rem;
}

.col_news .news_list .news .news_imgs {
    width: 31.6%;
    position: relative;
    margin-right: 0.35rem;
    flex: none;
}

.col_news .news_list .news .news_imgs a {
    padding-top: 69%;
}

.col_news .news_list .news .news_meta {position: relative;/* margin-left: -0.14rem; */bottom: auto;height: auto;padding: 6px 0;}
.col_news .news_list .news .news_title font {
    color: #333 ! important;
    font-weight: normal ! important;
}
.col_news .news_list .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.5;
    /* font-weight: bold; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* margin-bottom: 0.26rem; */
}

.col_news .news_list .news .news_text {
    font-size: 0.16rem;
    line-height: 2;
}

.col_news .news_list .news .news_text a {
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.col_news .news_list .news .news_wz {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col_news .news_list .news .news_more a {
    padding-bottom: 0.09rem;
    display: inline-block;
    border-bottom: 1px solid #215CC1;
    font-size: 0.16rem;
    font-weight: bold;
    padding-right: 0.31rem;
    background: url(images/more2.png)no-repeat right top;
    background-size: 0.18rem;
    color: #016EAF;
}
/**文章页**/
.info .col_metas.clearfix {
    height: 0.63rem;
}
.infobox {padding: 0.56rem 0;margin:0 auto;width:auto;}
.article {background: #fff;box-shadow: 0 0.03rem 0.15rem rgb(0 0 0 / 15%);padding: 0.65rem 0.55rem;}
.article h1.arti_title {line-height: 2;font-family: 'SourceHanSansCN-Regular';font-size: 0.24rem;line-height: 1.4;text-align: center;color: #4B4B4B;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding: 0.15rem;text-align:center;/* border-top:1px solid #ececec; */line-height: 0.17rem;}
.article .arti_metas span {margin: 0 0.05rem;font-size: 0.12rem;color: #707070;}/**文章其他属性**/
.article .entry {margin:0 auto;overflow:hidden;margin-top: 0.4rem;min-height:400px} /**文章内容**/
.article .entry .read,.article .entry .read p ,.article .entry .read span  {line-height: 2.25em !important;font-size: 18px !important;color:#333;font-family: "微软雅黑","Microsoft Yahei";text-align: justify;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/
#footer {background: #0168B7;background-size: cover;position: relative;}
.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; */
}
#footer .inner p a {
    color: #fff;
}
#footer .inner .foot-left{
    float: left;
    margin-right: 1.02rem;
}
#footer .inner .foot-right{float:right;/* margin-top: 12px; *//* width: 33%; */}
#footer .inner p{font-size: 0.14rem;line-height: 0.24rem;font-weight:normal;color: #fff;opacity: 0.5;}
#footer .inner p span { margin:0 3px; }
#footer .inner 
 .foot-bottom .copyright{
    line-height: initial;
}
.foot-center {
    display: flex;
    float: left;
}

#footer .inner .foot-left .news_title {

    font-size: 0.26rem;
    line-height: 0.37rem;
    margin-bottom: 0.35rem;
}

#footer .inner .foot-left .news_text {
    font-size: 0.16rem;
    line-height: 0.36rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 0.37rem;
}
#footer:after {
    content: "'";
    display: block;
    width: 100%;
    height: 11.41rem;
    background: url(images/footbg.png) no-repeat bottom;
    position: absolute;
    bottom: 0;
}

#footer .inner .foot-left .news_more {
    text-align: right;
    font-size: 0.16rem;
    line-height: 0.23rem;
}
.foot-menu .sub-menu {
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    height: 1.2rem;
    flex-wrap: wrap;
    column-gap: 0.37rem;
}
.foot-center .title {
    color: #fff;
    font-size: var(--smailSize);
    line-height: 0.21rem;
    font-family: 'SourceHanSansCN-Bold';
    margin-bottom: 0.14rem;
}

.footer .inner {
    padding: 0.97rem 0 0.445rem;
    /* height: 3.44rem; */
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.klink {
    margin-right: 0.81rem;
}

.klink .news a {
    color: #fff;
}

.klink .news {
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.24rem;
}

.footinfo {
    margin-bottom: 0.22rem;
}
.shares .news_list {
    display: flex;
    text-align: center;
    gap: 0.17rem;
}
.shares .news_list .imgs{
    width: 1.07rem;
    height: 1.07rem;
}
.shares .news_list .imgs img{
    width: 100%;
    height: 100%unset;
}
.footlogo img {
    width: 4.62rem;
}

.foot-bottom {padding: 0.13rem 0 0.14rem;text-align: center;position: relative;z-index: 1;border-top: 1px solid rgb(255 255 255 / 50%);}

.foot-bottom p {
    font-size: 0.14rem;
    line-height: 2.4;
    color: #fff;
    position: relative;
    /* display: inline-block; */
}
.foot-bottom p a {
    color: #fff;
}

.foot-menu a.menu-link {
    color: #fff;
    font-size: var(--smailSize);

    margin-bottom: 0.15rem;
    display: inline-block;
}

.foot-menu .sub-menu .sub-link {
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.24rem;
}
.main6 {
    position: relative;
    z-index: 1;
}

.foot-center .tt {
    margin-bottom: 0.18rem;
}

.foot-center .links {
    margin-right: 1.02rem;
}

.shares .news_list .news_title {
    color: #fff;
    font-size: 0.14rem;
    line-height: 1.4;
    margin-top: 0.13rem;
}
.foot-bottom p img {
    vertical-align: middle;
}
.foot-bottom p img.blue {
    width: 0.36rem;
    position: absolute;
    top: 0.06rem;
    left: -0.72rem;
}

.foot-bottom p.p1 {
    display: inline-block;
}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.fixbox {
    position: fixed;
    z-index: 2;
    background: #0168b7;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    top: 0;
}
.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-family: "SourceHanSansCN-Bold";
    margin-bottom: 0.47rem;
}
.searchbox{text-align:right;/* margin-top:5px; */width: 6rem;max-width: 92%;}
.wp-search {position: relative;/* border: 1px solid #d0d0d0; */background: #81B4DA;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left: 0.2rem;margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;/* height: 22px; *//* padding: 4px 0; */line-height: 0.48rem;background: none;color: #FFFFFF;font-size: var(--titleSize);border:0;outline: 0;font-family: 'SourceHanSansCN-Regular';}
.wp-search .search-btn {width: 0.48rem;height: 0.48rem;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;cursor: pointer;}
/**友情链接**/
.mlink.botlinks {
    /* margin-right: 0.9rem; */
    width: 3.13rem;
}
.botlinks .links-wrap {
    position: relative;
    background: rgb(233 185 185 / 26%);
    margin-bottom: 0.16rem;
}
.botlinks .links-wrap a.links-arrow {display: block;height: 0.34rem;line-height: 0.34rem;/* padding: 0 25px 0 10px; */color: #fff;background: rgb(115 141 164 / 26%) url(images/arrow.png) no-repeat right 0.1rem center;text-align: center;background-size: 0.1rem;/* margin-bottom: 0.16rem; */font-size: 0.14rem;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {/* color: #333; */background: rgb(115 141 164 / 26%) url(images/arrow_a.png) no-repeat right 0.1rem center;cursor: pointer;background-size: 0.1rem;}
.botlinks .links-wrap .link-items {display: none;position: absolute;left: 0;bottom: 100%;width: auto;min-width: 100%;height:auto;max-height: 300px;overflow: auto;overflow-x:hidden;background: var(--hoverColor);}
.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: #0f429b; cursor: pointer;}/**链接样式**/
.botlinks .links-wrap .link-items .link-item {
    line-height: 0.34rem;
    padding: 0 0.1rem;
    color: #fff;
}

.botlinks .links-wrap .link-items .link-item a {
    color: #fff;
}
.slide-nav {
    position: fixed;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    height: 4.51rem;
    display: flex;
    align-items: center;
   /* display: none;*/
}

.slide-nav .control {
    width: 0.45rem;
    height: 1.36rem;
    color: #fff;
    font-size: .19rem;
    font-weight: bold;
    padding: 0 0.05rem;
    box-sizing: border-box;
    line-height: 0.25rem;
    text-align: center;
    background: #0168B7;
    display: flex;
    align-items: center;
    border-radius: 0.05rem 0 0 0.05rem;
    cursor: pointer;
}
.slide-nav .con {
    position: absolute;
    width: 0.89rem;
    right: 0;
    text-align: center;
    background: #0168B7;
    border-radius: 0.05rem 0 0 0.05rem;
 transform: translateX(100%);   
    transition: all 0.4s ease-in-out;
}

.slide-nav .con .news_list {}

.con {}

.slide-nav .con ul {
    height: 4.51rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.24rem 0;
    box-sizing: border-box;
    gap: 0.15rem;
}

.slide-nav .con .links .link-icon {
    display: block;
    /* height: 0.54rem; */
}

.slide-nav .con .links .link-con {
    color: #fff;
    font-size: 0.14rem;
    font-weight: bold;
    margin-top: 0.15rem;
}

.slide-nav .con ul li {
    flex: 1;
}

.slide-nav .con ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slide-nav .con ul li.i1 a {
    background: url(images/slideicon1.svg)no-repeat top 0.08rem center;
    background-size:0.23rem
}
.slide-nav .con ul li.i2 a {
    background: url(images/slideicon2.svg)no-repeat top 0.08rem center;
    background-size:0.23rem
}
.slide-nav .con ul li.i3 a {
    background: url(images/slideicon3.svg)no-repeat top 0.08rem center;
    background-size:0.23rem
}
.slide-nav .con ul li.i5 a {
    background: url(images/slideicon4.svg)no-repeat top 0.08rem center;
    background-size:0.23rem
}
.slide-nav .con ul li.i4 a {
    background: url(images/slideicon5.svg)no-repeat top 0.08rem center;
    background-size:0.23rem
}
.slide-nav .con ul li.i6 a {
    background: url(images/slideicon6.svg)no-repeat top 0.08rem center;
    background-size:0.23rem
}
.slide-nav:hover .con {
    transform: none;
}
.slide-nav.show {
    display: flex;
}span.tago {
    display: none;
}.mainhead.on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.post.post1.post-22.mbox li {
    float: left;
    width: 50%;    margin-bottom: 0.3rem;
}
.post.post1.post-22.mbox .news_box {
    margin: 0 0.18rem;
}
.post.post1.post-22.mbox ul {
    margin: 0 -0.18rem;
}.post.post1.post-22.mbox .news_box {
    margin: 0 0.18rem;
    flex: 1;
    height: 100%;
    background: #fff;
    display: flex;
      align-items: flex-start;
    padding: 0.32rem 0.35rem;
    border-left: 0.04rem solid #E1D4A4;
    box-shadow: 0 0.03rem 0.1rem rgb(0 0 0 / 15%);    transition: all 0.4s ease-in-out;
}.post.post1.post-22.mbox .news_wz {
    width: 100%;
    float: right;
}.post.post1.post-22.mbox .news_con {
    margin-left: 0.5rem;
}.post-22 .news_list .news .news_box:hover {
   transform: scale(1.05);
}
.post1.post-22 .news .news_meta {
    color: #0168B7;
   float: left;
    width: 0.3rem;
    margin-right: -0.3rem;

}
.post-23 .news_list .news {

    position: relative;
}

.post.post1.post-23.mbox .news .news_meta{
    width: 0.96rem;
    height: 0.75rem;
    background: #e1d4a4;
    padding-left: 0.14rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.16rem;
    left: -0.14rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.post.post1.post-23.mbox .news .news_meta span {
    color: #333;
}

.post.post1.post-23.mbox .news .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%;
}

/*5.23修改*/
.header .mod{    height: 1.2rem;}
#nav{    background: rgb(225 212 164 / 100%);}
.mainhead,.list .mainhead{    position: fixed;
    top: 0;
    left: 0;
    width: 100%;}
.nav .wp-menu .menu-item a.menu-link{    line-height: 0.5rem;}
.mbanner,.list #container-1{margin-top:1.7rem;}
