@charset "utf-8";
@font-face {font-family:'SourceHanSansCN-Regular';src:url(fonts/SourceHanSansCN-Regular.ttf);}
@font-face {font-family:'SourceHanSerifCN-Regular';src:url(fonts/SourceHanSerifCN-Regular.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;}
html.fixopen {overflow:hidden;}
i,cite,em,var,address,dfn {font-style:normal;}
[hidefocus],summary {outline:0;}
li {list-style:none;}
h1:not(.wp_entry h1),h2:not(.wp_entry h2),h3:not(.wp_entry h3),h4:not(.wp_entry h4),h5:not(.wp_entry h5),h6:not(.wp_entry 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;}
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:'Arial',sans-serif,'å¾®è½¯é›…é»‘';color:#333;}
p {line-height:1.75;}
a {color: #333;text-decoration:auto;transition:all 0.4s ease-in-out;}
a:hover {color: #134f92;}
strong {
    font-weight: bold;
}
.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;}
.line1 a{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.line2 a{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.line3 a{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.line4 a{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: 14.4rem;margin:0 auto;max-width: 100%;}

#headtop {background:#666;}
.headtop .top-left {float:left;}
.headtop .top-right {float:right;}

.mainHead.fix {
    background: #134f92;
}
.mainHead {
    position: absolute;
    background: rgb(0 0 0 / 50%);
    z-index: 10;
    width: 100%;
    left: 0;
    transition: all 0.4s ease-in-out;
}
.mainHead.fix .header .mod{
    height: 0.8rem;
}
.header .inner {position:relative;transition:all 0.4s ease-in-out;}
.header .sitelogo,.header .sitelogo>span {display:flex;align-items: center;}
.header .sitelogo .logo1 img {width: 2.34rem;}
.header .sitelogo .logo2 img {
    width: 2.49rem;
}
.header .sitelogo .xian {
    width: 1px;
    height: 0.4rem;
    background: #fff;
    margin: 0 0.16rem;
}

.header .sitelogo h1 {font-size:inherit;font-weight:normal;background:none;padding-left:0px;}
.header .sitelogo .sitetitle {display:inline-block;padding-left:0.15rem;color:#fff;font-size:0.36rem;margin-left:0.15rem;border-left:1px solid #fff;flex:none;}

.header .head-main {float:left;margin-top:10px;}
.header .mod {display:flex;height: 1.08rem;align-items: center;justify-content:space-between;}
.header .head-top {display:flex;align-items:center;justify-content:flex-end;margin-bottom:0.13rem;}
.header .site-lang a {color:#fff;text-align:center;font-size: 0.16rem;font-family:"å¾®è½¯é›…é»‘";padding: 0 0.13rem;line-height: 0.15rem;display: inline-block;}
.header .site-lang a:nth-cHild(1) {
    border-right: 1px solid #fff;
}
.header .head-bottom {box-sizing:border-box;}
.head-left {}
.head-right {
    display: flex;
    align-items: center;
}
.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%);}
;}
a.menu-btn {width:0.44rem;height:0.44rem;background: #fff;display: flex;gap:0.07rem;align-items:center;justify-content:center;display:none;margin-left: 10px;border-radius: 0.04rem;flex-direction: column;}
a.menu-btn.btn2 {display:none;}
a.menu-btn .xian {display:block;height:0.02rem;width:0.17rem;background: #134f92;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.28rem;height: 0.28rem;display:flex;align-items:center;justify-content:center;cursor:pointer;background: #fff;border-radius: 0.04rem;}
.search-botton img {width:0.13rem;}
.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 {border-top: 1px solid rgb(255 255 255 / 30%);}
.fixed #nav {
    position: fixed;
    top: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}

#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:0.7;filter:alpha(opacity=70);}

.nav .site-lang {
    display: none;
}
.nav .wp-menu {margin:0 auto;display:flex;justify-content:space-between;gap:0.6rem;--color: #a2ccee;}
.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.51rem;font-size: 0.16rem;display:block;color:#fff;font-weight:bold;}
.nav .wp-menu .menu-item a.menu-link:after {content:"";width:100%;height: 0.04rem;position:absolute;bottom:0;background: var(--color);left:0;transform:scale(0);transition:all 0.4s ease-in-out;border-radius: 0.02rem;}
.nav .wp-menu .menu-item a.menu-link:hover:after {transform:scale(1);}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {text-decoration:none;color: var(--color);}
.nav .sub-menu {position:absolute;left:50%;top: calc(100% - 0.04rem);min-width:1.5rem;z-index:100;transform: translateX(-50%) translateY(100px);overflow:hidden;opacity: 0;visibility: hidden;transition: all 0.4s ease-in-out;background: #fff;border-top: 0.03rem solid var(--color);}
.nav .wp-menu .menu-item.hover .sub-menu{
    opacity: 1;
    transform: translateX(-50%);
    visibility: inherit;
}
.fix .nav .wp-menu .menu-item.hover a.menu-link, .fix .nav .wp-menu .menu-item a.hover{
    /* color: #d1dff0; */
}
.nav .sub-menu .sub-item {position:relative;white-space:nowrap;vertical-align:top;_zoom:1;}
.nav .sub-menu .sub-item a {display:block;/* height:40px;*/line-height:0.5rem;padding: 0 0.1rem;font-size: 0.15rem;background:none;text-align:center;}
.nav .sub-menu .sub-item.hover > a,.nav .sub-menu .sub-item a:hover {display:block;color: #134f92;}
.nav .sub-menu .sub-menu{
    display: none;
}
.nav .sub-menu .sub-menu li{
    display: none;
}
.nav .site-en {display:none;}
.news_imgs a,.news_imgs span {display:block;overflow:hidden;}
.post .news:hover .news_imgs a 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:50%;background:linear-gradient(180deg,rgba(71,15,15,0),rgb(0,0,0) 100%);opacity:0.7;bottom:0;pointer-events:none;transition:all 0.4s ease-in-out;}
#banner .inner {width:100%;text-align:center;}
.mbanner .news_imgs a {display:block;height:100vh;}
.mbanner .slick-prev:hover,.mbanner .slick-next:hover {background-color: #134f92;}
.mbanner .slick-prev,.mbanner .slick-next {font-size: 0.2rem;z-index:1;top:50%;opacity:0.8;width: 0.64rem;height: 0.64rem;background: rgb(0 0 0 / 50%);border-radius: 50%;background-position:center;background-repeat:no-repeat;background-size:0.45rem;margin-top: -0.32rem;}
.mbanner .slick-prev {left:0.4rem;}
.mbanner .slick-next {right: 0.4rem;}
.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_list .news:after {content:"";width:100%;height: 1.6rem;position:absolute;bottom:0;left:0;z-index:0;background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 64%, rgba(0,0,0,0) 100%);background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 64%, rgba(0,0,0,0) 100%);background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 64%, rgba(0,0,0,0) 100%);}
.mbanner .news .news_title {font-size: 0.24rem;line-height:1.4;position:absolute;bottom: 0.6rem;width: 58%;left:50%;margin-left: -7.2rem;color:#fff;z-index:2;text-align:left;font-weight:bold;}
.mbanner .news .news_title a {color:#fff;display:block;white-space:nowrap;width:80%;overflow:hidden;text-overflow:ellipsis;}
.mbanner .slick-dots {position: absolute;margin:0;display:flex;bottom: 0.76rem;right: 50%;margin-right: -7.2rem;width: auto;}
.mbanner .slick-dots li {width: auto;height: auto;margin: 0;border-radius: 0;display: flex;align-items: center;background: none;}
.mbanner .slick-dots li button{
    font-size: 0.16rem;
    color: #fff;
    width: auto;
    height: auto;
    padding: 0;
    font-weight: bold;
}
.mbanner .slick-dots li:after{content:"";width: 0.8rem;height: 1px;background: #fff;width: 0;transition: all 0.4s ease-in-out;margin: 0 0.08rem;}
.mbanner .slick-dots li.slick-active:after{
    width: 0.8rem;
}
.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 .slick-dots li.slick-active {opacity:1;background: none;}
.mbanner .control {position:absolute;bottom:0.7rem;right:50%;margin-right:-8.4rem;display:flex;align-items:flex-end;gap:0.15rem;height:0.2rem;}
.mbanner .control .num {color:#fff;font-weight:bold;font-family:Arial;font-size:0.17rem;display:flex;align-items:flex-end;gap:0.05rem;}
.mbanner .control .current {font-size:0.33rem;}
.mbanner .control .play {width:0.09rem;height:0.11rem;background:url(images/pause.svg) no-repeat center/contain;cursor:pointer;}
.mbanner .control .play.pause {background-image:url(images/play.svg);}
.post .tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.72rem;
}

.post .tt .title {
    font-size: 0.32rem;
    position: relative;
    z-index: 1;
}

.post .tt .tt_en {
    display: block;
    text-align: center;
    margin-top: 0.16rem;
    font-size: 0.14rem;
    color: #134f92;
    font-weight: normal;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}
.post .tt .x{
    flex: 1;
    background: #000;
    height: 1px;
    margin: 0 .24rem;
    opacity: 0.2;
}
.post .tt .tit {
    position: relative;
}

.post .tt .tit:after {
    content: "";
    width: 1.04rem;
    height: 1.04rem;
    background: url(images/tt_bg.png)no-repeat center/100%;
    position: absolute;
    left: 50%;
    margin-left: -0.502rem;
    top: -0.55rem;
    z-index: 0;
}
.post .tt .more_text {
    width: 1rem;
    text-align: center;
    display: block;
    line-height: 0.36rem;
    color: #134f92;
    font-size: 0.14rem;
    border: 4px solid;
    border-image: url(images/more_bg.svg) 4;
    transition: all 0.4s ease-in-out;
}

.post .tt .more_text:hover {
    background: #134f92;
    color: #fff;
}
.post .news .news_title {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.7;
}
.post .news .news_text{
    font-size: 0.14rem;
    line-height: 1.6;
    margin-top: 0.05rem;
}
.post .news .news_date{
    font-size: 0.14rem;
    color: #999;
    flex: none;
}
.post .news .news_text a{color:#999}
.main1 {
    background: url(images/main1bg.jpg)no-repeat center/cover;
}
.main1 .inner{padding:1rem 0}
.main1 .inner .mod{
    display: flex;
    justify-content: space-between;
}

.post-11 {
    width: 48.22%;
}

.post-12 {
    width: 47.22%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.post-11 .news {
    display: flex;
    margin-bottom: 0.47rem;
    position: relative;
    /* background: #fff; */
}
.post-11 .news .news_imgs {
    width: 2.4rem;
    flex: none;
    border-radius: 0 0.24rem 0 0;
    margin-right: 0.33rem;
    position: relative;
    z-index: 1;
}
.post-11 .news .news_imgs a{
    padding-top: 56.9%;
    position: relative;
}

.post-11 .news:last-child {
    margin: 0;
}

.post-11 .news .news_wz {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.1rem  0.15rem;
    position: relative;
    z-index: 1;
}
.post-11 .news .news_top{
    margin-top: -0.05rem;
}
.post-11 .news .news_bottom {
    display: flex;
    justify-content: space-between;
}
.post-11 .news:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #134f9217;
}

.post-11 .news:hover:after {
    transform: scaleY(1);
}
.post-11 .news .news_more{
    font-size: 0.14rem;
    color: #134f92;
    display: flex;
    align-items: center;
}
.post-11 .news .news_more img{
    margin-left: 0.08rem;
    position: relative;
    transition: all 0.6s ease-in-out;
    right: 0;
}
.post-11 .news .news_more:hover img {
    right: -0.1rem;
}
.post-12 .con{
    flex: 1;
    background: #fff;
    box-sizing: border-box;
    padding: 0.44rem  0.16rem 0 0.4rem;
    border-radius: 0 0.24rem 0  0.24rem;
    position: relative;
    border-top: 0.04rem solid #134f92;
    border-bottom-left-radius: 30px;
    border-right: 0.24rem solid #fff;
}
.post-12 .news {
    display: flex;
    border-bottom: 1px solid #134f92;
    align-items: center;
    margin-bottom: 0.32rem;
    transition: all 0.4s ease-in-out;
    position: relative;
    box-sizing: border-box;
}
.post-12 .news:hover {
    border-color: #4E95E8;
}
.post-12 .news:hover .news_meta{background:#4E95E8}
.post-12 .news:hover .news_title a{color: #4E95E8;}
.post-12 .news .news_meta {
    width: 0.64rem;
    height: 0.64rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #134f92;
    color: #fff;
    border-radius: 0.04rem 0.04rem 0 0;
    /* border-bottom: 1px solid #134f92; */
    flex: none;
    margin-right: 0.24rem;
    transition: all 0.4s ease-in-out;
}
.post-12 .news .news_days{
    font-size: 0.24rem;
}
.post-12 .news .news_month{
    font-size: 0.13rem;
    margin-top: 0.05rem;
}
.main2 {
    background: url(images/main2bg.jpg) no-repeat top center/cover;
}
.main2 .inner{
    padding: 1rem 0 1.8rem;
}

.main2 .mod {
    display: flex;
    justify-content: space-between;
}

.post-21 {
    width: 47.22%;
}

.post-22 {
    width: 47.22%;
}
.post-21 .con .newsList {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.77rem;
    row-gap: 0.22rem;
}

.post-21 .con .news_list .news {
    width: 50%;
    position: relative;
}
.post-21 .con .news_list .news:nth-child(2n){
    top: 0.78rem;
}
.post-21 .con .news_list .news a {
    margin: 0 0.1rem;
    display: block;
    border: 1px solid #e0e0e0;
    /* height: 2.72rem; */
    border-radius: 0 0.24rem 0 0.24rem;
    padding: 0.28rem;
    box-sizing: border-box;
    background: #fff;
    /* transition: 0s; */
}

.post-21 .news_list {margin: 0 -0.1rem;}

.post-21 .news .news_date {
    color: #fff;
    line-height: 0.36rem;
    font-size: 0.16rem;
    display: inline-block;
    background: #134f92;
    padding: 0 0.15rem;
    border-radius: 0.04rem;
    margin-bottom: 0.1rem;
}

.post-21 .news .news_title {
    margin-bottom: 0.16rem;
}
.post-21 .news .news_info p {
    color: #999999;
    font-size: 0.14rem;
    line-height: 2.1;
    padding-left: 0.22rem;
    background-position: left top 0.08rem;
    background-repeat: no-repeat;
    background-size: 0.14rem;
}
.post-21 .news .news_info {
    border-top: 1px solid #e0e0e0;
    padding-top: 0.15rem;
}

.post-21 .news .news_info p.info1 {
    background-image: url(images/people.png);
}
.post-21 .news .news_info p.info2 {
    background-image: url(images/date.png);
}
.post-21 .news .news_info p.info3 {
    background-image: url(images/address.png);
}
.post-21 .news_list:before {
    content: "";
    position: absolute;
    width: 31%;
    top: 0.25rem;
    right: 1.16rem;
    border-top: 1px solid #134f92;
}

.post-21 .news_list:after {
    content: "";
    width: 41%;
    height: 0.2rem;
    display: block;
    border-left: 1px solid #134f92;
    border-bottom: 1px solid #134f92;
    left: 0.4rem;
    position: absolute;
    top: 6.1rem;
}
.post-21 .slick-prev, .post-21 .slick-next {
    width: 0.48rem;
    height: 0.48rem;
    border: 1px solid #134f92;
    border-radius: 0.04rem;
    background-size: 0.14rem;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    margin: 0;
    z-index: 1;
}

.post-21 .slick-prev {
    background-image: url(images/left.png);
    left: auto;
    right: 0.56rem;
}
.post-21 .slick-next {
    background-image: url(images/right.png);
    right: 0;
}
.post-21 .slick-prev:hover {
    background-image: url(images/left_w.png);
    background-color: #134f92;
}
.post-21 .slick-next:hover {
    background-image: url(images/right_w.png);
    background-color: #134f92;
}
.post-21 .con .news_list .news a:hover {
  background-color: #4E95E8;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.post-21 .con .news_list .news a *{transition: all 0.4s ease-in-out;}

.post-21 .con .news_list .news a:hover .news_date {
    background: #fff;
    color: #4E95E8;
}
.post-21 .con .news_list .news a:hover .news_title {
    color: #fff;
}
.post-21 .con .news_list .news a:hover .news_info {
   border-top: 1px solid rgb(255 255 255 / 30%);
}

.post-21 .news a:hover .news_info p {
    color: #fff;
}

.post-21 .news a:hover .news_info p.info1 {
    background-image: url(images/people_w.png);
}

.post-21 .news a:hover .news_info p.info2 {
    background-image: url(images/date_w.png);
}

.post-21 .news a:hover .news_info p.info3 {
    background-image: url(images/address_w.png);
}
.post-22 .news .news_imgs {
}
.post-22 .news .news_imgs a {
    padding-top: 62%;
}
.post-22 .news .news_wz {
    background: #fff;
    position: absolute;
    bottom: -1px;
    height: 1.6rem;
    width: 4rem;
    right: 0;
    border-radius: 0.16rem 0 0 0;
    padding: 0.2rem 0.05rem 0 0.24rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.post-22 .news .news_text {
    margin-top: 0.07rem;
}

.post-22 .slick-dots {
    width: auto;
    right: 0;
}

.post-22 .list1 {
    border-radius: 0 0.24rem 0 0.24rem;
    overflow: hidden;
    margin-bottom: 0.44rem;
}
.post-22 .list2 .news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.22rem;
    border-left: 1px solid #333;
    padding-left: 0.21rem;
}
.post-22 .list2 .news:last-child{
    margin: 0;
}
.post-22 .list2 .news .news_title{
    margin-right: 0.24rem;
}
.post-22 .list2 .news:hover {border-color:#134f92}
.post-22 .list2 .news:hover a{color:#134f92}
.main3 {position: relative;z-index: 1;background: #134f92;}
.main3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3.72rem;
    top: -1.15rem;
    background: url(images/main3bg.png) no-repeat top / 100%;
    z-index: -1;
}
.post-31 .tt {
    justify-content: center;
}

.post-31 .tt .tit:after {
    background: url(images/tt_bg_w.png) no-repeat center / 100%;
}
.post-31 .tt .title{
    color: #fff;
}
.post-31 .tt .tt_en{
    color: #fff;
    opacity: 0.5;
}

.post-31 .news_list .news a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.post-31 .news_list .news a:hover .icon{
    transform: rotateY(360deg);
    -webkit-animation: roate 1.2s  ease-in-out;
    animation:roate 1.2s  ease-in-out;
}
.post-31 .news_list .news .icon img {
    height: 0.64rem;
}

.post-31 .news_list .news .news_title {
    margin-top: 0.2rem;
    font-size: 0.18rem;
}

.main3  .inner {
    padding-bottom: 0.55rem;
}

.post-31 .slick-prev, .post-31 .slick-next {
    width: 0.21rem;
    height: 0.38rem;
    top: 50%;
    margin-top: -0.16rem;
}

.post-31 .slick-prev {
    background-image: url(images/left2.png);
    left: -0.28rem;
}
.post-31 .slick-next {
    background-image: url(images/right2.png);
    right: -0.28rem;
}
body.list {
    background: #f8f8f8;
}
div#container-1 {
    position: relative;
}
.l-banner {height: 450px;background-position:center center;background-repeat:no-repeat;text-align:center;background-size:cover;background-color:#ccc;}
.l-banner img {display:none;height:100%;vertical-align:top;}
#l-container .inner {}
#l-container .mod {display:flex;align-items:flex-start;padding-bottom: 40px;}
.col_title {
    font-size: 0.52rem;
    color: #fff;
    position: absolute;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
    bottom: 153px;
    left: 50%;
    transform: translateX(-50%);
}

.col_title h2{
    font-weight: normal;
}
#d-container .inner {background:#fff;}
.col_menu {width: 3.2rem;float:left;flex:none;position:relative;margin-right: 0.5rem;margin-top: -0.5rem;position: -webkit-sticky;position: sticky;top: 1.41rem;}
.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: url(images/colname_bg.png) no-repeat bottom/cover;}
.col_menu .col_menu_headdj {background: url(images/colnamedj_bg.png) no-repeat bottom/cover;}
.col_menu .col_menu_head h3.col_name {font-size: 0.32rem;color:#fff;padding: 0 0.4rem;}

.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 1rem;padding:0;}
.col_menu .col_menu_headdj h3.col_name {font-size: 0.32rem;color:#fff;padding: 0 0.4rem;}

.col_menu .col_menu_headdj h3.col_name .col_name_text {display:block;line-height: 1rem;padding:0;}


.col_menu .col_menu_con {
    padding: 0.11rem 0.4rem 2.28rem;
    background: #fff url(images/collist__bg.png)no-repeat bottom/100%;
}
.col_path {
    /* height: 1rem; */
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    justify-content: flex-end;
    line-height: 1.2;
    color: #606266;
}
.col_path .iconfont{
    font-size: 0.18rem;
    margin-right: 0.05rem;
}
.col_path a{color: #606266;}
.col_news_head {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 0.3rem 0;
}

.col_menu2 .wp_listcolumn_x .wp_column a {
    padding: 0.16rem 0.2rem;
    background-color: #fff;
    transition: all .2s;
    display: block;
    color: inherit;
    margin-right: 2px;
    font-size: 0.16rem;
    font-weight: normal;
}
.col_menu2 .wp_listcolumn_x .wp_column a.selected {
    background: #134f92;
    color: #fff;
}
.wp_single {
    background: #fff;
    padding: 0.5rem;
}
.col_metas.clearfix {display:flex;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;background-image:none;width:auto;margin:0 0.1rem;}
.wp_listcolumn .wp_column {background: none;display:block;}

.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.18rem;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: block;border-bottom: 1px solid #e0e0e0;position: relative;}
.col_list .wp_listcolumn .wp_column a:after{content:"";width: 0;border-top: 1px solid #134f92;position: absolute;background: #134f92;left: 0;bottom: -1px;transition: all 0.2s ease-in-out;}
.col_list .wp_listcolumn .wp_column a .column-name {padding:0;line-height: 0.64rem;}
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected, .col_list .wp_listcolumn .wp_column a.parent {color: #134f92;}
.col_list .wp_listcolumn .wp_column a:hover:after, .col_list .wp_listcolumn .wp_column a.selected:after, .col_list .wp_listcolumn .wp_column a.parent:after{width:100%}
.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 .sub_list a {margin-top:-1px;}
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height:0.4rem;padding-left:1em;cursor:pointer;font-size: 0.16rem;}
.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;}

/* 党建begin*/
.col_listdj .wp_listcolumn {border-top:0px solid #b82d29;border-bottom:0px solid #fff;}
.col_listdj .wp_listcolumn .wp_column a {color:#333;font-size: 0.18rem;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: block;border-bottom: 1px solid #e0e0e0;position: relative;}
.col_listdj .wp_listcolumn .wp_column a:after{content:"";width: 0;border-top: 1px solid #b82d29;position: absolute;background: #b82d29;left: 0;bottom: -1px;transition: all 0.2s ease-in-out;}
.col_listdj .wp_listcolumn .wp_column a .column-name {padding:0;line-height: 0.64rem;}
.col_listdj .wp_listcolumn .wp_column a:hover, .col_listdj .wp_listcolumn .wp_column a.selected, .col_listdj .wp_listcolumn .wp_column a.parent {color: #b82d29;}
.col_listdj .wp_listcolumn .wp_column a:hover:after, .col_listdj .wp_listcolumn .wp_column a.selected:after, .col_listdj .wp_listcolumn .wp_column a.parent:after{width:100%}
.col_listdj .wp_listcolumn .wp_subcolumn .wp_column a {color:#454545;background:none;border-top:1px solid #fff;border-bottom:1px solid #bbb;}

.col_listdj .wp_listcolumn .wp_column .sub_list a {margin-top:-1px;}
.col_listdj .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height:0.4rem;padding-left:1em;cursor:pointer;font-size: 0.16rem;}
.col_listdj .wp_listcolumn .sub_list .sub_list a .column-name {padding:5px 10px 5px 60px;cursor:pointer;}
.col_listdj .wp_listcolumn .sub_list .sub_list a:hover,.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold;color:#b82d29;}
/*党建新闻列表*/
.mrlist .col_news_listdj .news_list .news {margin-bottom: 0.2rem;}
.mrlist .col_news_listdj .news_list .news a {display:flex;background:rgb(255,255,255);/* padding:0.2rem; */position: relative;min-height: 1.56rem;}
.mrlist .col_news_list.col_news_listdj .news_list .news a:hover{ color: #b82d29}
.mrlist .col_news_listdj .news_list .news .news_imgs {width: 2.8rem;flex:none;background:0 0;display:flex;align-items:center;position: relative;z-index: 1;}
.mrlist .col_news_listdj .news_list .news .news_imgs span {padding-top: 56%;display:block;position:relative;width:100%;}
.mrlist .col_news_listdj .news_list .news .news_wz {flex:1;padding: 0.2rem 0.3rem;display: flex;flex-direction: column;justify-content: space-between;position: relative;z-index: 1;}
.mrlist .col_news_listdj .news_list .news .news_date {    font-size: 0.14rem;
    color: #999;
    flex: none;}
.mrlist .col_news_listdj .news_list .news .news_title {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.7;
}
.mrlist .col_news_listdj .news_list .news:hover .news_imgs img {
    transform: scale(1.1);
}
.mrlist .col_news_listdj .news_list .news a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #EBEEF5;
    background-size: cover;
    opacity: .75;
}

.mrlist .col_news_listdj .news_list .news a:hover:after {transform: scaleY(1);}
.mrlist .col_news_listdj .news_list .news .news_text {font-size: 0.14rem;line-height:2;color:#666666;margin: 0.08rem 0;}
.mrlist .col_news_listdj .news_list .news .news_text a {color:#666;}
.mrlist .col_news_listdj .news_list .news.noimg .news_imgs,.mrlist .col_news_listdj .news_list .news[img-src=''] .news_imgs {display:none;}{display:none;}




/* 党建end*/

.mrlist .col_news_list .news_list .news {margin-bottom: 0.2rem;}
.mrlist .col_news_list .news_list .news a {display:flex;background:rgb(255,255,255);/* padding:0.2rem; */position: relative;min-height: 1.56rem;}
.mrlist .col_news_list .news_list .news a:hover{ color: #134f92}
.mrlist .col_news_list .news_list .news .news_imgs {width: 2.8rem;flex:none;background:0 0;display:flex;align-items:center;position: relative;z-index: 1;}
.mrlist .col_news_list .news_list .news .news_imgs span {padding-top: 56%;display:block;position:relative;width:100%;}
.mrlist .col_news_list .news_list .news .news_wz {flex:1;padding: 0.2rem 0.3rem;display: flex;flex-direction: column;justify-content: space-between;position: relative;z-index: 1;}
.mrlist .col_news_list .news_list .news .news_date {    font-size: 0.14rem;
    color: #999;
    flex: none;}
.mrlist .col_news_list .news_list .news .news_title {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.7;
}
.mrlist .col_news_list .news_list .news:hover .news_imgs img {
    transform: scale(1.1);
}
.mrlist .col_news_list .news_list .news a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #EBEEF5;
    background-size: cover;
    opacity: .75;
}

.mrlist .col_news_list .news_list .news a:hover:after {transform: scaleY(1);}
.mrlist .col_news_list .news_list .news .news_text {font-size: 0.14rem;line-height:2;color:#666666;margin: 0.08rem 0;}
.mrlist .col_news_list .news_list .news .news_text a {color:#666;}
.mrlist .col_news_list .news_list .news.noimg .news_imgs {display:none;}
.col_news {flex:1;}
.col_metas .col_title h2 {display:inline-block;font-size:0.2rem;font-family:"Microsoft yahei";font-weight:normal;font-weight:bold;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;color:#666;font-size:0.16rem;}
.col_metas .col_path a {color:#666666;}
.col_news_con {margin:0 0px;}
.col_news_list .wp_article_list .list_item {;}.col_path span.path_name {
    padding-left: 0.21rem;
    background: =;
    height: 100%;
}
.col_news_list .wp_article_list .list_item .Article_Index {;}
.col_news_list .wp_entry,.col_news_list .wp_entry p {line-height: 1.8;font-size: 15px;color:#333;}
.wp_entry a:hover {
    color: #134f92;
}
.wp_entry{
    overflow: inherit;
}
.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:900px;_width:expression(this.width > 680 ? "680px":this.width);}
.article-other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0 0.1rem;
    border-bottom: 1px solid #E4E7ED;
    font-size: 0.14rem;
}
.article-other .share-btn{
    display: flex;
    align-items: center;
}
.article-other .share-btn .icon{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    opacity: 1;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-other .share-btn .icon:hover{
    opacity: .75;
}
.article-other .share-btn span .iconfont{
    margin-right: 0;
}
.article-other .share-btn span+span{
    margin-left: 5px;
}
.info .col_metas.clearfix {height:0.63rem;}
.infobox {padding:0.56rem 0;margin:0 auto;width:auto;}
.article {flex:1;padding: 0.3rem 0.6rem;background: #fff;margin-top: 0.4rem;}
.article h1.arti_title {/* color:#18438A;*/font-size: 0.32rem;line-height: 1.4;font-weight: normal;}
.article h2.arti_title {line-height: 2;font-family:"Microsoft YaHei";font-size: 18px;color: #1b1b1b;font-weight: normal;}
.article .arti_metas {line-height:1.5;}
.article .arti_metas span {margin-right: 0.15rem;font-size: 0.14rem;color: #909399;}
.article .arti_metas span i{
    margin-right: 6px;
}
.article .entry {margin:0 auto;overflow:hidden;margin-top:0.4rem;min-height:400px;}
.article .entry .read, .article .entry .read p, .article .entry .read p span {line-height: 1.8 !important;font-size: 14px !important;color:#333;font-family: "å¾®è½¯é›…é»‘"!important;}
.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: #40444a;position:relative;border-top: 0.04rem solid #4E95E8;}
.footer .inner.in1 {padding: 0.71rem 0 0.5rem;}
.foot-wp .wp-menu {
    display: flex;
    width: 100%;
}

.foot-wp .wp-menu .menu-item {
    flex: 1;
    text-align: center;
}
.foot-wp .wp-menu .menu-item a{
    color: #fff;
    display: block;
    width: 100%;
}

.foot-wp .wp-menu .menu-link {
    font-size: 0.16rem;
    font-weight: bold;
}
.foot-wp .wp-menu .sub-menu{
    margin-top: 0.24rem;
    border-top: 1px solid rgb(255 255 255 / 40%);
    padding-top: 0.13rem;
}

.foot-wp .wp-menu .sub-menu a {
    font-size: 0.14rem;
    line-height: 1.7;
    opacity: 0.65;
    padding: 0.07rem 0;
}
.foot-wp .wp-menu .sub-menu a:hover {
    opacity: 1;
}
.footer .inner.in2 .mod {
    display: flex;
    align-items: center;
}
.foot-left img {
    width: 2.496rem;
}

.footer .links {
    margin: 0 0.82rem 0 0.72rem;
    flex: 1;
}
.footer .links .con{
    display: flex;
    justify-content: space-between;
    gap: 0.24rem;
}
.footer .links .con a{
    display: flex;
    align-items: center;
    flex:1;
    line-height: 0.48rem;
    border-radius: 0.04rem;
    justify-content: space-between;
    padding: 0 0.22rem;
    color: #fff;
    border: 1px solid #fff;
    font-size: 0.16rem;
}
.footer .links .con a img{width: 0.14rem;position: relative;transition: all 0.4s ease-in-out;right: 0;}
.footer .links .con a:hover img {
    right: -0.1rem;
}
.footer .contant p{
    font-size: 0.16rem;
    line-height: 2.1;
    color: #fff;
    padding-left: 0.35rem;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 0.17rem;
}
.footer .contant p:nth-child(1){
    background-image: url(images/address2.png);
}
.footer .contant p:nth-child(2){
    background-image: url(images/phone.png);
}
.footer .inner.in2{padding-bottom: 0.63rem;}
.footer .inner.in3{padding: 0.15rem 0;width: 100%;border-top: 1px solid rgb(255 255 255 / 40%);}
.footer .inner.in3 p{text-align: center;font-size: 0.14rem;list-style: 2;color: #fff;}
.fixbox {position:fixed;z-index: 99;background:#1c488380;width:100%;height:100%;display:flex;align-items:center;justify-content:center;display:none;top:0;backdrop-filter:blur(10px);}
.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;margin-bottom:0.47rem;font-weight:bold;}
.searchbox {text-align:right;width:6rem;max-width:92%;}
.wp-search {position:relative;background: #ffff;}
.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%;line-height:0.48rem;background:none;color: #333;font-size: 0.18rem;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.png) no-repeat center/0.16rem;cursor:pointer;}
@keyframes roate {0%{ transform: rotateY(360deg);-webkit-transform: rotateY(360deg);}
100% {transform:rotate(0);-webkit-transform: rotateY(0);}
}
.filter+.history-list{
    margin-top: 40px;
}
.history-list .history-item{
    position: relative;
    padding-left: 103px;
}
.history-list .history-item:before{
    content: "";
    position: absolute;
    left: 38px;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #004098;
    opacity: .25;
}
.history-list .history-item+.history-item{
    padding-top: 60px;
}
.history-list .history-item .title{
    font-size: 20px;
    color: #134f92;
    margin-bottom: 24px;
    position: relative;
}
.history-list .history-item .title:before{
    content: "\e681";
    font-family: "iconfont";
    position: absolute;
    left: -80px;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #134f92;
    color: #fff;
    font-size: 14px;
}
.history-list .history-item ul li{
    color: #606266;
    position: relative;
}
 .history-list .history-item ul li p{
       color: #606266 ! important;
       line-height: 1.8;
       margin: 0;
 }
.history-list .history-item ul li p .year{
    position: absolute;
    color: #004098;
    left: -116px;
}
.history-list .history-item ul+ul li{
    margin-top: 20px;
}
.history-list .history-item ul li+li{
    margin-top: 20px;
}
 .wp_articlecontent .history-list .list-paddingleft-2 {
    padding: 0;
}
.history-list .history-item ul li:before{
    content: "";
    position: absolute;
    left: -80px;
    top: -3px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: url(images/icon_square.png) center center no-repeat;
    background-size: 16px;
    z-index: 2;
}
.history-list .history-item ul li:after{
    content: "";
    position: absolute;
    left: -80px;
    margin-left: 22px;
    top: 11.5px;
    width: 36px;
    height: 1px;
    background-color: #134f92;
    z-index: 1;
    opacity: .5;
}
.history-list ul li a{
    color: inherit;
}
.history-list ul li:hover a{
    color: var(--color-primary);
}
@media screen and (max-width: 767px) {
    .history-list .history-item{
        padding-left: 74px;
    }
    .history-list .history-item+.history-item{
        padding-top: 40px;
    }
    .history-list .history-item .title:before,
    .history-list .history-item ul li:before,
    .history-list .history-item ul li:after{
        left: -50px;
    }
    .history-list .history-item ul li:after{
        width: 15px;
    }
    .history-list .history-item .title{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .history-list .history-item ul li p .year{
    left: -89px;
}
    .history-list ul li+li{
        margin-top: 16px;
    }
}
.page-content>*:nth-child(1):not(.layui-row) {
    margin-top: 0;
}
.page-content h1{position: relative;padding-left: 32px;font-weight: 400;font-size: 0.24rem;line-height: 160%;margin: 0.15rem 0;}
.page-content h1::before{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 3px;
    background: #F2AD43;
    z-index: 0;
    top: 50%;
    margin-top: -1.5px;
}