@charset "utf-8";
/*Technical Support SudyTech*/
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;}
head,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {display:block;}
table {border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr {border:0;}
img {vertical-align:top;}
html {overflow-x:hidden;font-size:100px;--size:calc(100vw / 19.20);font-size:var(--size);}
i,cite,em,var,address,dfn {font-style:normal;}
[hidefocus],summary {outline:0;}
li {list-style:none;}
h1,h2,h3,h4,h5,h6,small {font-size:100%;}
sup,sub {font-size:83%;}
pre,code,kbd,samp {font-family:inherit;}
q:before,q:after {content:none;}
textarea {overflow:auto;resize:none;}
label,summary {cursor:default;}
a,button {cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b {font-weight:bold;}
del,ins,u,s,a,a:hover {text-decoration:none;}
body,textarea,input,button,select,keygen,legend {font:13px/1 arial,\5b8b\4f53;color:#333;outline:0;}
:focus {outline:0;}
.none {display:none;}
.wcb {width:100%;height:30px;border:2px dashed #97CBE0;}
.hidden {visibility:hidden;}
.clear {width:100%;height:0;line-height:0;font-size:0;overflow:hidden;clear:both;display:block;_display:inline;}
.clearfix:after {clear:both;content:"";display:block;height:0;visibility:hidden;}
.clearfix {display:block;zoom:1;}
::-webkit-input-placeholder {color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder {color:#ccc;}
:-ms-input-placeholder {color:#ccc;}
  @font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url(../fonts/SourceHanSansCN-Regular.eot) format('embedded-opentype'),
    url(../fonts/SourceHanSansCN-Regular.ttf) format('truetype');
  }
    @font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url(../fonts/SourceHanSerifCN-Bold.eot) format('embedded-opentype'),
    url(../fonts/SourceHanSerifCN-Bold.ttf) format('truetype');
  }
body {line-height:1;font-size:13px;font-family:"SourceHanSansCN-Regular","PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color:#232222;background:#FFFDF7;}
:root {--mainColor:#15388F;--hoverColor:#15388F;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex:0.14rem;--smailSizext:0.12rem;--innerWidth:16.2rem;}
p {line-height:1.75;}
a {color:#333;text-decoration:auto;transition:all 0.4s ease-in-out;}
a:hover {color:#C62929;}
.line1 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.line2 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.line3 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.line4 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.wrapper {width:100%;margin:0 auto;}
.wrapper .inner {width:var(--innerWidth);margin:0 auto;}
.fix-top{padding-top:100vh;position:relative;transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-webkit-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-moz-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-ms-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-o-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;z-index:-1}
.fix-top.fixed{padding-top:0}
/**兼容模式提示**/
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;display: flex;align-items: center;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1;}
#browser-modal .browser-content{width:700px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:30px;background-color:#fff;border-radius:5px;}
#browser-modal .browser-content .browser-dpc-logo{height:62px;margin:45px auto 30px;background: url(../images/logo.png)no-repeat center/100% 100%;}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px;}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:40px;font-size:14px;}
#browser-modal .browser-content .browser-list{width:600px;margin:40px auto;height:130px;}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto;}
#browser-modal .browser-content .browser-item .iconfont{width:80px;height:80px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:30px;background-size: 100%;}
#browser-modal .browser-content .browser-item .iconfont.iconchrome{background-image: url(../images/Chrome.svg);}
#browser-modal .browser-content .browser-item .iconfont.iconfirefox{background-image: url(../images/Firefox.svg);}
#browser-modal .browser-content .browser-item .iconfont.iconsafari{background-image: url(../images/Safari.svg);}
#browser-modal .browser-content .browser-item .iconfont.iconEdge{background-image: url(../images/Edge.svg);}
#browser-modal .browser-content .browser-item a{color:#921041;cursor:pointer;display:block;}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px;}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700;}
/**头部**/
.head {border-bottom:none;height:auto;line-height:inherit;background-size:cover;position:relative;z-index:3;background:url(../images/head.png) no-repeat top left;    background-size: 100% 100%;position:absolute;width:100%;top:0;transition:1s;}
.head.fix {background:var(--mainColor);}
.head .inner {transition:all 0.4s ease-in-out;width: auto;
        width: auto;
    max-width: 100%;}
.head .sitelogo {display:flex;}
.head .sitelogo .logo img {width:3.42rem;}
.head .sitelogo .logo {margin-right:0.29rem;display:inline-block;}
.head .sitelogo h1 {font-size:inherit;font-weight:normal;background:none;padding-left:0px;}
.head .sitelogo .sitetitle {display:inline-block;margin-left:0.19rem;color:#fff;min-height:0.52rem;vertical-align:middle;margin-top:-0.1rem;}
.head .sitelogo a {align-items:center;}
.head .sitelogo .tago img {width:3.82rem;}
.head .sitelogo .sitetitle span {display:block;}
.head .sitelogo img.logo {width:3.4rem;transition:all 0.6s ease-in-out;}
.head .head-main {float:left;margin-top:10px;}
.head .mod {display:flex;justify-content:space-between;height:1.3rem;align-items:center;margin-left: 0.6rem;
    margin-right: 1.3rem;}
.head .head-top {display:flex;align-items:center;gap:0rem;}
.head .head-right {display:flex;align-items:flex-end;gap:0rem;flex-direction:column;   }
/* 搜索*/
.wp_search {display:inline-block;position:relative;padding-left:4px;border:1px solid #d0d0d0;}
.wp_search #keyword {width:160px !important;padding:4px 0;border:none;height:20px;line-height:20px;background:transparent;color:#fff;}
.wp_search .search {width:32px;height:30px;border:0px;background:#FFFFFF url(../images/sous.png) no-repeat center;cursor:pointer;vertical-align:top;}
.searchbox .tt {color:#fff;text-align:center;font-size:0.3rem;font-weight:bold;margin-bottom:0.47rem;}
.searchbox {text-align:right;width:0.44rem;border-radius:0.22rem;overflow:hidden;}
.wp-search {position:relative;}
.wp-search form {display:block;}
.wp-search .search-input {margin-left:0.2rem;margin-right:40px;}
.wp-search .search-input input.search-title {width:100%;line-height:0.44rem;background:none;color:#FFFFFF;font-size:var(--titleSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular';}
.wp-search .search-btn {width:0.44rem;height:0.44rem;position:absolute;right:0;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height:100%;border:0;outline:0;background:url(../images/sous1.png) no-repeat center;cursor:pointer;}
.head .searchbox:hover {width:2.5rem;border-radius:0.22rem;}
.head .searchbox {transition:all 0.4s ease-in-out;}
/**角色**/
.site-rale ul li.links {float:left;}
.site-rale ul li.links a {line-height:35px;padding:0 12px 0 12px;padding-left:19px;font-size:13px;color:#cad3d4;background:url(../images/icon_role.png) no-repeat;}
.site-rale ul li.links a:hover {color:#fff;}
.site-lang ul {display:flex;}
.site-lang ul li.links a {    color: #fff;
    padding: 0 0.21rem;
    line-height: 1;
    display: inline-block;
    font-size: var(--smailSize);
    border-left: 1px solid #fff;
    font-family: "Microsoft YaHei";    text-transform: uppercase;}
.site-lang ul li.links a:hover {color:#fff;}
.head .site-lang ul li.links:first-child a {
    border: 0;}
    .head .searchbox:hover .wp-search.clearfix {
    background: rgb(255 255 255 / 20%);
}.col_list .col_column:last-child .col_item_link {
    border: 0;
}
/**导航**/
#nav {width:11.69rem;}
#nav .inner .wp-panel .navbg {position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;width:auto;height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
.nav .wp-menu {margin:0 auto;display:flex;justify-content:space-between;}
.nav .wp-menu .menu-item {position:relative;text-align:center;}
.nav .wp-menu .menu-item.i1 {background:none;}
.nav .wp-menu .menu-item a>.menu-switch-arrow {display:none;}
.nav .wp-menu .sub-menu li .sub-menu {display:none;}
.nav .wp-menu .menu-item a.menu-link {    line-height: 0.4rem;
    font-size: var(--bigSize);
    display: block;
    color: #fff;
    position: relative;
    font-weight: bold;}
.nav .wp-menu .menu-item > .menu-link:contains("招生就业") {pointer-events: none;}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {font-weight:bold;text-decoration:none;color:var(--mainColor);}
.nav .sub-menu {position:absolute;left:50%;top:100%;min-width:1.5rem;z-index:100;background:var(--mainColor);opacity:0;transform:translateX(-50%) scale(0);transition:all 0.4s ease-in-out;border-radius:8px;overflow:hidden;}
.nav .sub-menu .sub-item {position:relative;white-space:nowrap;vertical-align:top;_zoom:1;}
.nav .sub-menu .sub-item a {display:block;color:#fff;line-height:0.5rem;padding:0 17px;font-size:var(--smailSize);background:none;text-align:center;}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover {color:#333;background-color:#fff;display:block;}
.nav .sub-menu .sub-menu {left:100%;top:0px;z-index:200;background:#fff;}
.nav .site-lang {display:none;}
.nav .wp-menu .menu-item a.menu-link:after {content:"";width:100%;height:1px;position:absolute;bottom:0;background:#fff;left:0;transform:scale(0);transition:all 0.4s ease-in-out;}
.nav .wp-menu .menu-item a.menu-link:hover:after {transform:scale(1);}
.nav .wp-menu li:hover>.sub-menu {transform:translateX(-50%);opacity:1;}
/**大图**/
.mbanner {perspective:1920px;transform-style:preserve-3d;}
#banner .inner {width:100%;text-align:center;}
.mbanner .news_imgs a {display:block;height:100vh;}
.mbanner .news_list .news:not(:first-child){
  display: none;
}
.mbanner .news_list.slick-initialized .news:not(:first-child) ,.mbanner .news_list.swiper-wrapper .news:not(:first-child){
display: block;
}
.mbanner .news_imgs a img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.mbanner .slick-prev,.mbanner .slick-next {    z-index: 1;
    top: 50%;
    opacity: 0.8;
    width: 0.56rem;
    height: 0.56rem;
    margin-top: -0.28rem;
    font-size: 0;
    background: rgba(255, 255, 255, 0.5);}
.mbanner .slick-prev {left:0.65rem;}
.mbanner .slick-next {right:0.65rem;}
.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 {    bottom: 0.6rem;
    left: 0;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;    align-items: center;}
    .mbanner .slick-dots li {
    width: 0.14rem;
    height: 0.14rem;
    background: #fff;
    background-size: 100%;
    margin: 0;
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0.09rem;
}
.mbanner .slick-dots li button {    padding: 0;
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.2rem;
    color: #15388F;
    line-height: 0.32rem;    display: none;
}.mbanner .slick-prev:before {
    content: "<";
    line-height: 0.56rem;
    font-size: 0.25rem;
    font-family: serif;
    opacity: 1;
}
.mbanner .slick-next:before {
    content: ">";
    line-height: 0.56rem;
    font-size: 0.25rem;
    font-family: serif;
    opacity: 1;
}#banner .bl.rr img {
    margin-right: 0;
    margin-left: 0.1rem;
}
.main2 {
    position: relative;
    z-index: 1;
}
.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_list .news:after {content:"";display: block;position: absolute;pointer-events: none;background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);opacity: 0.42;height: 2.07rem;width: 100%;bottom: 0;}
.mbanner .slick-dots li:after {}
.mbanner .slick-dots li.slick-active:after {transform:none;}
.mbanner .slick-dots li.slick-active {    opacity: 1;
    width: 0.32rem;
    height: 0.32rem;
}
.mbanner .slick-dots li.slick-active button {
    display: block;
}.mbanner .slick-dots:before {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    opacity: 0.2;
    background: #fff;
    border-radius: 50%;
    margin-right: 0.2rem;
}.mbanner .slick-dots:after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    opacity: 0.2;
    background: #fff;
    border-radius: 50%;
    margin-left: 0.2rem;
}
.mbanner.fixBanner {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #ccc;}
.fixedok .mbanner {opacity: 0;}
.fixbox .wp-search.clearfix {
    background: rgb(255 255 255 / 20%);
}
/**内容**/
.news_imgs a,.news_imgs span {display:block;overflow:hidden;}
.post .news:hover .news_imgs a img,.post .news:hover .news_imgs span img {transform:scale(1.1);}
.news_imgs a img,.news_imgs span img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all 0.6s ease-in-out;}
.news_imgs {overflow:hidden;background:#ccc;position:relative;}
.news_imgs.bg:after {content:"";width:100%;position:absolute;height:1.4rem;background:linear-gradient(0.00deg,rgb(21,21,21) 3.433%,rgba(57,57,57,0) 96.567%);bottom:0;opacity:0.7;pointer-events:none;}
span.underLine {background-image:linear-gradient(var(--mainColor),var(--mainColor));background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .4s;}
.news:hover span.underLine {background-size:100% 1px;color:var(--mainColor);}
/**主体公共**/
.post1 .tt {    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 0.35rem;    align-items: center;}
.post1 .more_btn {}
.post1 .more_btn img {width:0.13rem;margin-left:0.05rem;}
.post1 .more_btn .more_text {    vertical-align: middle;
    font-size: var(--smailSize);
    color: #D69E5C;
    line-height: 0.21rem;
    font-weight: bold;}
.post1 .tt .tit span {display:block;position:relative;z-index:1;}
.post1 .tt .tit {text-align:center;position:relative;}
.post1 .tt .title {font-size:0.44rem;font-weight:normal;font-weight:bold;line-height:1.4;}
/**首页**/
.post .news_list li.news .news_imgs {
    padding-top: 75%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}
.post .news_list li.news .news_imgs  img{
    width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%; transition: all 0.4s ease-in-out;
}
.post .news_list li.news:hover .news_imgs img {
    transform: scale(1.1);
}
.mbanner {
    position: relative;
}#banner .bl {
      position: absolute;
    bottom: 0.6rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #fff;    cursor: pointer;
}#banner .bl.ll {
    left: 50%;
    margin-left: -2rem;
}#banner .bl img {
    vertical-align: middle;
    width: 0.17rem;
    margin-right: 0.1rem;
}#banner .bl.rr {
    right: 50%;
    margin-right: -2rem;
}
.main1 .inner {
    padding: 1rem 0rem 0.7rem 0;
}.post.post1.post-11.mbox .news_imgs:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
    opacity: 0.42;
    height: 37%;
    width: 100%;
    bottom: 0;
}.post.post1.post-11.mbox .slick-dots {
    bottom: 1.2rem;
    right: 0.1rem;
    width: auto;    display: flex;
    align-items: center;
}.post.post1.post-11.mbox .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    opacity: 0.5;
    margin: 0 0.13rem;
}.post.post1.post-11.mbox .slick-dots li.slick-active {
    background: url(../images/dot.png) no-repeat center;    width: 0.22rem;
    height: 0.29rem;
    opacity: 1;
    background-size: 0.22rem;
}
.qb {
  background: url(../images/qb.jpg) no-repeat top left;
  background-size: 100% auto;    padding-bottom: 0.4rem;
}
.main1 .ml {
    float: left;
    width: 57.3%;
}
.main1 .mr {
    float: right;
    width: 38%;
}
.post.post1.post-11.mbox .news_imgs {
    padding-top: 56.4%;
}

.post.post1.post-11.mbox .news_wz {
    padding: 0 0.38rem;
}
.post.post1.post-11.mbox .news_date {
    display: inline-block;
    width: 0.84rem;
    margin-top: -0.6rem;
    position: relative;
    background: url(../images/jbbt.png) no-repeat;
    background-size: 100% 100%;    border: 0.03rem solid #fff;    padding: 0.12rem 0rem 0.1rem 0;
}
.post.post1.post-11.mbox .news_date .news_year {
    text-align: center;
    font-family: Poppins;
    font-size: 0.12rem;
    color: #fff;
    line-height: 0.2rem;
}
.post.post1.post-11.mbox .news_date .news_days {
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
    font-family: Poppins;
    line-height: 0.4rem;
}
.post.post1.post-11.mbox .news_title {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.32rem;
    margin: 0.15rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post.post1.post-12.mbox li {
    border-bottom: 0.01rem dashed #006d876b;
    padding: 0.33rem 0;transition: all 0.4s ease-in-out;
}

.post.post1.post-12.mbox li.active {
    margin-left: -0.3rem;
    border-bottom: 0.01rem dashed #fff;
    padding: 0.33rem;
    box-shadow: 0rem 0.03rem 0.2rem #81400042;
    margin-top: -0.01rem;
    position: relative;
    background: #fff url(../images/cmli.png) no-repeat top left; background-size: cover;
}
.post.post1.post-12.mbox li.active span.news_year {
    color: #C62929;
}
.post.post1.post-12.mbox li.active span.news_days {
    color: #C62929;
}

.post.post1.post-12.mbox li.active .news_title {
    line-height: 0.3rem;
   /* font-weight: bold;*/
    color: #C62929;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.6rem;
    white-space: break-spaces;    text-decoration: underline;
}
.post.post1.post-12.mbox li:last-child {
    border: 0;
}
.post.post1.post-12.mbox .news_text {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.post.post1.post-12.mbox li.active .news_text {
    height: 0.56rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}.post.post1.post-12.mbox li.active .news_date {
    margin-top: 0.1rem;
}
.post.post1.post-12.mbox .news_date {
    float: left;
    width: 0.96rem;
    margin-right: -1rem;
}.post.post1.post-12.mbox li.active .news_title a {
    color: #C62929;
}


.post.post1.post-12.mbox .news_wz {
    float: right;
    width: 100%;
}
.post.post1.post-12.mbox .news_wz .news_con {
    margin-left: 0.96rem;
}
.post.post1.post-12.mbox .news_date span.news_year {
    font-family: Poppins;
    font-size: 0.32rem;
    color: #15388F;
    font-weight: bold;
    line-height: 0.25rem;
}
.post.post1.post-12.mbox .news_date span.news_days {
    font-size: 0.16rem;
    color: #15388F;
    font-family: Poppins;    position: relative;    margin-left: 0.05rem;
}
.post.post1.post-12.mbox .news_date span.news_days:before {
    content: "/";
    display: inline-block;
    font-size: 0.1rem;
    position: relative;
    left: -0.03rem;
}.post.post1.post-21.mbox .news_text a {
    color: #666666;
}

.post.post1.post-12.mbox li .news_title {
    font-size: 0.18rem;
    line-height: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post.post1.post-21.mbox .news_box.clearfix:before {
       content: "";
    width: 0.1rem;
    height: 1.35rem;
    position: absolute;
    top: 0;
    left: -0.1rem;
    background: url(../images/shux.svg) no-repeat left top;
    background-size: 0.1rem;
}

.post.post1.post-21.mbox .news_box.clearfix {
    margin: 0 0.4rem;
    box-shadow: 0rem 0.06rem 0.15rem #81400017;
    background: #fff;
    position: relative;
       padding: 0.4rem 0.4rem 0.55rem;
}
.post.post1.post-21.mbox .con {
    margin: 0 -0.4rem;    position: relative;
}
.post.post1.post-21.mbox .news_box.clearfix .news_time {
    font-size: 0.16rem;
    color: #15388F;
    line-height: 0.26rem;
    margin-bottom: 0.2rem;
}.post.post1.post-21.mbox .news_box.clearfix .news_title {
    font-size: 0.18rem;
    line-height: 0.28rem;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.56rem;
}
.post.post1.post-21.mbox .news_text {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #666666;
    margin-top: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.84rem;
}.main3 {
  background: url(../images/m3.png) no-repeat top center;
    
    background-size: 22.27rem;
    padding-top: 3.4rem;    position: relative;
}
.post.post1.post-21.mbox .swiper-button-next {
    position: absolute;
    left: auto;
    bottom: -1.3rem;
    width: 0.7rem;
    height: 0.7rem;
    border: 0.01rem solid #15388F;
    right: 50%;

    top: auto;
    margin: 0;
    font-size: 0;
    border-radius: 50%;
    margin-right: -4rem; background: url(../images/jtr.svg) no-repeat center;    background-size: 0.33rem;transition: all 0.4s ease-in-out;
}
.post.post1.post-21.mbox .swiper-button-next:after {
  display: none;
}

.post.post1.post-21.mbox .swiper-button-next:hover {
    background: url(../images/jtrh.svg) no-repeat center;
    background-size: 0.33rem;
    border: 0.01rem solid #C62929;
}
.post.post1.post-21.mbox .swiper-button-prev {
    position: absolute;
    left: 50%;
    bottom: -1.3rem;
    width: 0.7rem;
    height: 0.7rem;
    border: 0.01rem solid #15388F;
    right: auto;
  
    top: auto;
    margin: 0;
    font-size: 0;
    border-radius: 50%;
    margin-left: -4rem; background: url(../images/jtl.svg) no-repeat center;    background-size: 0.33rem;transition: all 0.4s ease-in-out;
}
.post.post1.post-21.mbox .swiper-button-prev:after {
  display: none;
}

.post.post1.post-21.mbox .swiper-button-prev:hover {
    background: url(../images/jtlh.svg) no-repeat center;
    background-size: 0.33rem;
    border: 0.01rem solid #C62929;
}
.post.post1.post-21.mbox .swiper-scrollbar {
    position: absolute;
    width: 3.8rem;
    margin: 0 auto;
    left: 50%;
    margin-left: -1.9rem;
    bottom: -1rem;
    height: 0.01rem;
       background: #15388f30;
}
.post.post1.post-21.mbox .swiper-scrollbar .swiper-scrollbar-drag {
 background: url(../images/huad.svg) no-repeat center;
    background-size: 0.18rem;
    border: 0;
     min-width: 0.18rem;
    height: 0.18rem !important;
    opacity: 1;
    margin-top: -0.09rem;
}.main3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/m2.png) no-repeat bottom;
    bottom: 0.8rem;
}.post.post1.post-31.mbox li.news.n4 a.news_box {
    box-shadow: 0rem 0.03rem 0.15rem #553d051c;
}
.post.post1.post-31.mbox li.news.n5 a.news_box {
    box-shadow: 0rem 0.03rem 0.15rem #553d051c;
}
.post.post1.post-31.mbox li.news.n6 a.news_box {
    box-shadow: 0rem 0.03rem 0.15rem #553d051c;
}
.main3 .inner {
    position: relative;
}
.sudy-tab ul.tab-menu li {
    display: inline-block;
    font-size: 0.44rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    cursor: pointer;
}.sudy-tab ul.tab-menu li:nth-child(1) span {
    border-right:0.01rem solid #ffffff70;
    padding-right: 0.35rem;
    margin-right: 0.35rem;
}.sudy-tab ul.tab-menu li span {
    opacity: 0.5;
}.sudy-tab ul.tab-menu li.selected span {
    opacity: 1;
}
.sudy-tab ul.tab-menu {
    margin-bottom: 0.35rem;
}
.sudy-tab .tab-con {
    position: relative;
}.post.post1.post-31.mbox li.news.n4 .bin.clearfix {
    border-bottom: 0.01rem dashed transparent;
}
.post.post1.post-31.mbox li.news.n5 .bin.clearfix {
    border-bottom: 0.01rem dashed transparent;
}
.post.post1.post-31.mbox li.news.n6 .bin.clearfix {
    border-bottom: 0.01rem dashed transparent;
}
.post.post1.post-31.mbox .more_btn {
    position: absolute;
    right: 14%;
    top: -0.65rem;
}
.post.post1.post-31.mbox .more_btn span.more_text {
    color: #fff;
}
.post.post1.post-31.mbox li.news {
    float: left;
    width: 33.3%;
}.post.post1.post-31.mbox li.news a.news_box {
    display: block;
    margin: 0 0.25rem;
    background: #fff;
        padding: 0 0.35rem;
}.post.post1.post-31.mbox ul.news_list.clearfix {
    margin: 0 -0.25rem;
}.post.post1.post-31.mbox li.news .bin.clearfix {
    border-bottom: 0.01rem dashed #006d876b;
 padding: 0.35rem 0;
}    

.post.post1.post-31.mbox .news_date {
    width: 0.9rem;
    float: left;
    margin-right: -2rem;
}.post.post1.post-31.mbox li.news .news_wz {
    float: right;
    width: 100%;
}
.post.post1.post-31.mbox li.news .news_wz .news_con {
    margin-left: 0.9rem;
}
.post.post1.post-31.mbox .news_date .news_year {
    font-family: Poppins;
    font-size: 0.32rem;
    line-height: 0.43rem;
    color: #15388F;    font-weight: bold;
}

.post.post1.post-31.mbox .news_date .news_days {
    font-family: Poppins;
    font-size: 0.14rem;
    line-height: 0.23rem;
    color: #15388F;
}.post.post1.post-31.mbox li.news .news_title {
    font-size: 0.18rem;
    line-height: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.6rem;
}
.qb2 {
    background: url(../images/qb2.jpg) no-repeat top left;
    background-size: 100% auto;    padding-top: 2.7rem;
}
.post.post1.post-41.mbox li.news {
    float: left;
    width: 25%;
}.post.post1.post-41.mbox li.news .news_box.clearfix {
    margin: 0 0.18rem;
}

.post.post1.post-41.mbox ul.news_list {
    margin: 0 -0.18rem;
}

.post.post1.post-41.mbox .news_imgs {
    padding-top: 66.5%;
}
.post.post1.post-41.mbox li.news .xix {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display:none
}.post.post1.post-41.mbox .slick-arrow {
    width: 0.4rem;
    height: 0.4rem;
    box-shadow: none;
    top: 50%;
    margin-top: -1rem;
    font-size: 0;
    opacity: 1;
}.post.post1.post-41.mbox .slick-prev {
    font-size: 0;
    left: -0rem; background: #15388F url(../images/jtl2.svg) no-repeat center;transition: all 0.4s ease-in-out;
}
.post.post1.post-41.mbox .slick-next {
    font-size: 0;
    right: -0rem; background: #15388F url(../images/jtr2.svg) no-repeat center;transition: all 0.4s ease-in-out;
}.main5 .inner {
    padding: 1.2rem 0rem 0.6rem 0;
}.post.post1.post-51.mbox li .news_box.clearfix:hover .news_title a {
    color: #15388F;
}
.post.post1.post-41.mbox .slick-prev:hover {background: #C62929 url(../images/jtl2.svg) no-repeat center;transition: all 0.4s ease-in-out;}
.post.post1.post-41.mbox .slick-next:hover {background: #C62929 url(../images/jtr2.svg) no-repeat center;transition: all 0.4s ease-in-out;}
.post.post1.post-41.mbox li.news .xix .xixin {
    padding: 0 0.4rem;
}
.post.post1.post-41.mbox li.news .xix .news_titlet {
    font-family: "SourceHanSerifCN-Bold";
    font-size: 0.16rem;
    line-height: 0.32rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 0.64rem;
}
.post.post1.post-41.mbox li.news .xix .zd {
    font-size: 0.12rem;
    line-height: 0.32rem;
    color: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}.post.post1.post-41.mbox li.news .news_box.clearfix:hover .xix .zd {
    height: 0.32rem;
}
.post.post1.post-41.mbox li.news .news_box.clearfix:hover .xix .news_titlet {
    color: #fff;
}
.post.post1.post-41.mbox li.news .news_box.clearfix:hover .xix .news_titlet  a{
    color: #fff;
}.post.post1.post-41.mbox li.news .news_box.clearfix:hover .xix .zd.d2 {
    border-bottom: 0.01rem solid #fff;
    padding-bottom: 0.05rem;
}
.post.post1.post-41.mbox li.news:nth-child(2n) .xix .news_titlet {
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #654E30;
    max-height: 0.8rem;
}
.post.post1.post-41.mbox li.news:nth-child(2n) .xix .news_titlet  a{

    color: #654E30;

}
.post.post1.post-41.mbox li.news:nth-child(4n) .xix .news_titlet {
    font-size: 0.2rem;
    line-height: 0.4rem;
    max-height: 0.8rem;
    color: #333;
}
.post.post1.post-41.mbox li.news:nth-child(4n) .xix .news_titlet  a{

    color: #333;
}
.post.post1.post-41.mbox li.news .news_title {
    font-size: 0.18rem;
    line-height: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.6rem;
    margin: 0.3rem 0 0.2rem 0;
}
.post.post1.post-41.mbox li.news .news_title {
    font-size: 0.18rem;
    line-height: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.6rem;
    margin: 0.3rem 0 0.2rem 0;
}
.post.post1.post-41.mbox li.news .news_kz.k1 {
    background: url(../images/sj.svg) no-repeat left center;
        background-size: 0.14rem;
    padding-left: 0.25rem;
}

.post.post1.post-41.mbox li.news .news_kz.k2 {
    background: url(../images/dd.svg) no-repeat left center;
        background-size: 0.14rem;
    padding-left: 0.25rem;
}
.post.post1.post-41.mbox li.news .news_kz {
    font-size: 0.16rem;
    line-height: 0.32rem;
}
.post.post1.post-51.mbox li {
    float: left;
    width: 25%;
}
.post.post1.post-51.mbox li .news_box.clearfix {
    margin: 0 0.65rem;        transition: transform 0.4s ease-in-out;
}
.post.post1.post-51.mbox ul.news_list {
    margin: 0 -0.75rem;
}
.post.post1.post-51.mbox .news_imgs {
    max-width: 2.82rem;
    margin: 0 auto;
    background: none;
    height: 2.82rem;
    padding-top: 0;
    border-radius: 50%;    /*clip-path: url(#svg);*/    overflow: visible;
    
}.post.post1.post-51.mbox .news_title {
    max-width: 2.82rem;
    margin: 0.2rem auto;
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.64rem;    font-weight: bold;
}.post.post1.post-51.mbox .news_imgs svg {
    width: 100%;
    height: 100%;    overflow: visible;

}.post.post1.post-51.mbox li .news_box.clearfix:hover  {
    transform: scale(1.39);
}.post.post1.post-51.mbox li .news_box.clearfix:hover .news_imgs path {
    stroke: #15388F;
    stroke-width: 0.03rem;
}.post.post1.post-51.mbox .slick-list {
        padding: 0.55rem 0 0.7rem 0;
}.main6 .inner {
    padding-bottom: 1.1rem;
}
.post.post1.post-51.mbox .tt {
    margin-bottom: 0.2rem;
}.post.post1.post-51.mbox li .news_box.clearfix:hover .news_title {
    margin: 0 auto;
    color: #15388F;
 /*   font-size: 0.16rem; */
    font-weight: bold;
    max-width: 2.5rem;
}
.post.post1.post-51.mbox .news_imgs:before {
    content: "";
}.post.post1.post-51.mbox .news_imgs:before {
    content: "";
    width: 0.37rem;
    height: 0.37rem;
    background: #D69E5C url(../images/xztb.svg) no-repeat center;  background-size: 100% 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 0.1rem;
    left: 0.15rem;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}.post.post1.post-51.mbox li .news_box.clearfix:hover .news_imgs:before {
    opacity: 1;
}.post.post1.post-51.mbox .news_imgs:after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background: #D94C3D;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0.53rem;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.post.post1.post-51.mbox li .news_box.clearfix:hover .news_imgs:after {
    opacity: 1;
}
.main6 .ml {
    float: left;
    width: 48.5%;
}
.main6 .mr {
    float: right;
    width: 47%;
}
.post.post1.post-62.mbox li.news .news_icon.xhs {
    background:#fff url(../mtimg/xhs.png) no-repeat center;
   font-size: 0;
}
.post.post1.post-62.mbox li.news .news_icon.rmw {
    background:#fff url(../mtimg/rmw.png) no-repeat center;
   font-size: 0;
}
.post.post1.post-62.mbox li.news .news_icon.tyxw {
    background:#fff url(../mtimg/tyxw.png) no-repeat center;
   font-size: 0;
}
.post.post1.post-62.mbox li.news .news_icon.gzjyb {
    background:#fff url(../mtimg/gzjyb.png) no-repeat center;
   font-size: 0;
}
.post.post1.post-62.mbox li.news .news_icon.nfrb {
    background:#fff url(../mtimg/nfrb.png) no-repeat center;
   font-size: 0;
}
.post.post1.post-62.mbox li.news .news_icon.jydb {
    background:#fff url(../mtimg/jydb.png) no-repeat center;
   font-size: 0;
}
.post.post1.post-62.mbox li.news .news_icon.jrtt {
    background:#fff url(../mtimg/jrtt.png) no-repeat center;
   font-size: 0;
}
.post.post1.post-62.mbox li.news .news_icon.lw {
    background:#fff url(../mtimg/lw.png) no-repeat center;
   font-size: 0;
}
.post.post1.post-62.mbox li.news .news_icon.zgjyb {
    background:#fff url(../mtimg/zgjyb.png) no-repeat center;
   font-size: 0;
}

.post.post1.post-62.mbox li.news .news_icon.lpsxwlb {
    background:#fff url(../mtimg/lpsxwlb.png) no-repeat center;
   font-size: 0;
}




.post.post1.post-61.mbox ul#ul1 .news_imgs {
    padding-top: 56.2%;
}
.post.post1.post-61.mbox ul#ul1 {
    margin-bottom: 0.3rem;
}
.post.post1.post-61.mbox ul#ul2 li.news {
    float: left;
    width: 50%;
}.post.post1.post-61.mbox ul#ul2 li.news .news_box.clearfix {
    margin: 0 0.2rem;
}.post.post1.post-61.mbox ul#ul2 {
    margin: 0 -0.2rem;
}
.post.post1.post-61.mbox ul#ul2 .news_imgs {
    padding-top: 66%;
}.post.post1.post-62.mbox li.news {
    border-bottom: 0.01rem dashed #006d876b;
    padding-bottom: 0.33rem;
    margin-bottom: 0.32rem;
}
.post.post1.post-62.mbox li.news .news_icon {
    width: 0.8rem;
    height: 0.57rem;
    float: left;
    margin-right: -2rem;
    border: 0.01rem dashed #BCBCBC;
    background: #fff;
    color: #DE483E;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 0.05rem;    justify-content: center;    background-size: auto 90% !important;
}

.post.post1.post-62.mbox li.news .news_wz {
    float: right;
    width: 100%;
}
.post.post1.post-62.mbox li.news .news_wz .news_con {
    margin-left: 1.2rem;
}
.post.post1.post-62.mbox .news_title {
    font-size: 0.18rem;
    line-height: 0.59rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main7 {
    background: url(../images/m7.png) no-repeat top center;
    background-size: 100% auto;    position: relative;
}
.main7 .inner {
    padding: 0.65rem 0;
}
.post.post1.post-71.mbox .tt {
    display: flex;
    justify-content: center;    margin-bottom: 0.8rem;
}
.post.post1.post-71.mbox .tt .more_btn {
    position: absolute;
    right: 0;
    bottom: -0.1rem;
}

.main7:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.01rem;
    background: #333333;
    opacity: 0.15;
    top: 50%;
    margin-top: 0.335rem;
}
.post.post1.post-71.mbox .news_box.clearfix {
padding: 0.3rem 0.4rem;    transition: all 0.4s ease-in-out;    border-bottom: 0.05rem solid transparent;
}

.post.post1.post-71.mbox ul.news_list {
    margin: 0 -0.4rem;
}
.post.post1.post-71.mbox .news_meta {
    font-size: 0.16rem;
    color: #15388F;
    line-height: 0.26rem;
    padding-bottom: 0.35rem;
    position: relative;    z-index: 1;    font-weight: bold;    font-family: Poppins;
}
.post.post1.post-71.mbox .news_wz {
    padding-top: 0.25rem;    position: relative;
}
.post.post1.post-71.mbox .news_title {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post.post1.post-71.mbox .news_meta:before {
    content: "";
    width: 0.15rem;
    height: 0.15rem;
    background: #15388F;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.1;
}.post.post1.post-71.mbox .news_meta:after {
    content: "";
    width: 0.07rem;
    height: 0.07rem;
    background: #15388F;
    position: absolute;
    left: 0.035rem;
    bottom: 0.035rem;
    border-radius: 50%;
}
.post.post1.post-71.mbox .news_box.clearfix:hover {
    background: #fff;
    margin: 0;
    padding: 0.3rem 0.4rem;
    border-bottom: 0.05rem solid #C62929;
}.post.post1.post-71.mbox .news_box.clearfix:hover .news_wz:before {
    content: "";
    border-bottom: 0.01rem solid #EBD9C0;
    position: absolute;
    top: -0.08rem;
        left: 0.03rem;

    width: 100%;
}.post.post1.post-71.mbox .news_box.clearfix:hover .news_meta {
    color: #C62929;
}.post.post1.post-71.mbox .news_box.clearfix:hover .news_meta:before {
    background: #C62929;
}
.post.post1.post-71.mbox .news_box.clearfix:hover .news_meta:after {
    background: #C62929;
}.post.post1.post-71.mbox .news_box.clearfix:hover .news_title {
    color: #C62929;
   
}.post.post1.post-71.mbox .news_box.clearfix:hover .news_title a {
    color: #C62929; font-weight: bold;
}.post.post1.post-81.mbox li {
    float: left;
    width: 33.3%;
}.post.post1.post-81.mbox li .news_box.clearfix {
    margin: 0 0.33rem;
}.post.post1.post-81.mbox ul.news_list.clearfix {
    margin: 0 -0.33rem;
}.post.post1.post-81.mbox .news_imgs {
    padding-top: 44%;
}
.main8 .inner {
        padding: 0.8rem 0 1.5rem 0;
}
.post.post1.post-71.mbox .slick-arrow {
    font-size: 0;
    width: 0.3rem;
    height: 0.3rem;
    border: 0.01rem solid #15388F;
    box-shadow: none;
    top: 50%;
    margin-top: -0.54rem;    opacity: 1;
}
.post.post1.post-71.mbox .slick-prev {
    left: -0.1rem;
    background: url(../images/jt3l.svg) no-repeat center;
    background-size: 0.14rem;
}

.post.post1.post-71.mbox .slick-next {
    right: -0.1rem;
    background: url(../images/jt3r.svg) no-repeat center;
    background-size: 0.14rem;
}
.post.post1.post-71.mbox .slick-prev:hover {

    background: url(../images/jt3lh.svg) no-repeat center;
    background-size: 0.14rem;border: 0.01rem solid #C62929;
}
.post.post1.post-71.mbox .slick-next:hover {

    background: url(../images/jt3rh.svg) no-repeat center;
    background-size: 0.14rem;border: 0.01rem solid #C62929;
}

/**列表页**/
.l-banner {height: 5.6rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-color:#c5c4c4;position:relative;background-size: cover;}
.l-banner:after {content:"";display:block;width:100%;position:absolute;height: 60%;background: url(../images/bannerbg.png) no-repeat top;background-size: cover;bottom:0;}
.l-banner img {display:none;height:100%;vertical-align:top;}
#l-container {position:relative;}
#l-container .inner {padding: .9rem 0 1.1rem;position:relative;width: 14rem;}
#d-container .inner {background:#fff;}
/**栏目列表**/
#l-container .mod{position:relative;display:flex;}
.col_menu {width: 3.29rem;position:relative;margin-right: 1.275rem;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #15388F;background-size: cover;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 0.4rem;font-weight:normal;color:#fff;font-family: "SourceHanSerifCN-Bold";}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height:50px;text-align: center;padding: 0.32rem 0.2rem;}/**栏目名称图标**/
.col_menu .col_menu_con{/* border:1px solid #e4e4e4; */}
/*栏目列表*/
.col_news{flex:1;width:0}
.col_list{}
.col_list .wp_listcolumn {border-top:0px solid #2867A0;border-bottom:0px solid #fff;width: auto;box-shadow: 0.05rem 0.05rem 0 rgb(165 165 165 / 18%);margin-right: -0.28rem;}
.wp_listcolumn .wp_column{}
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 0.21rem;font-weight:normal;background: #fff;border-top:0px solid #fff;border-bottom: 0.01rem solid rgb(112 112 112 / 28%);text-align: left;width: auto;border-right: 0.01rem solid #F0F0F0;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 0.34rem 0.28rem;line-height: 0.32rem;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {color: #15388F;background: #FAFAF8;} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #15388F;}
.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:#0f429b;}
/*二级子栏目**/
.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 52px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold;font-weight:bold;color: #15388F;background: rgb(21 56 143 / 5%);} 
.wp-wrapper{position:relative;}
/**栏目列表**/
.locbox {position:absolute;bottom: 0;z-index:1;width:100%;left:0;}
.locbox .col_menu_head{width: 14rem;margin: 0 auto;}
.col_name_con {font-size:.44rem;text-shadow: 0 0.03rem 0.06rem rgb(0 0 0 / 60%);color: #fff;}
.col_name_box {margin-bottom:.3rem;}
.col_path_con a,.col_path_con span {color:#fff;font-size:var(--smailSize);line-height:1.3;}
.col_path_con {display:inline-block;padding-left: .31rem;background:url(../images/home.svg) no-repeat left;margin-bottom:.63rem;background-size: 0.18rem;}
.possplit::after {content:"/";font-size:.15rem;}
.possplit {margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0;}
.col_list {position:relative;/* height:.9rem; */padding-right: 0;box-sizing:border-box;/* display:flex; */align-items:center;border-left: 0.28rem solid #15388F;}
.column-switch {display:none;}
.col_list ul {position:relative;width:100%;}
.col_list .col_column .col_item_link.selected {opacity:1;}
.col_list .col_column .col_item_link {color:#fff;padding:0 .36rem;font-size:0.18rem;border-right:1px solid rgb(255 255 255 / 20%);display:inline-block;display:block;text-align:center;margin: 0;}
.col_list .slick-next,.col_list .slick-prev {width:auto;height:auto;background:0 0;border-radius:0;}
.col_list .slick-prev {left:-.4rem;display:none!important;}
.col_list .slick-next {right:-.5rem;width:.3rem;text-align:center;}
.col_list .slick-next:hover,.col_list .slick-prev:hover {opacity:1;color:#fff;background:0 0;}
/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news{border-bottom:0.01rem solid rgb(112 112 112 / 13%);padding-bottom: 0.415rem;margin-bottom: 0.405rem;}
.mrlist .col_news_list .news_list .news_box {display:flex;}
.mrlist .col_news_list .news_list .news .news_imgs {width: 3.48rem;flex:none;margin-right: .43rem;background:0 0;display:flex;align-items:center;}
.mrlist .col_news_list .news_list .news .news_imgs a {padding-top: 66.6%;width:100%;}
.mrlist .col_news_list .news_list .news .news_wz {flex:1;padding: 0 0;}
.mrlist .col_news_list .news_list .news .news_meta {margin-bottom: 0;color: #15388F;font-size: var(--smailSize);}
.mrlist .col_news_list .news_list .news .news_year {font-size:.14rem;}
.mrlist .col_news_list .news_list .news .news_day {font-size:.36rem;line-height:1.4;}
.mrlist .col_news_list .news_list .news .news_title {font-size: var(--bigSize);line-height: 1.6;font-weight:700;margin-bottom: .14rem;color: #15388F;}
.mrlist .col_news_list .news_list .news .news_text {font-size:var(--smailSizex);line-height:2;color: #999999;margin-bottom: 0.5rem;}
.mrlist .col_news_list .news_list .news .news_text a {color:#666;}
.mrlist .col_news_list .news_list .news.noimg .news_imgs {display:none;}
/**文章页**/
.info .col_metas.clearfix {height:.63rem;}
.infobox {padding:.56rem 0;margin:0 auto;width:auto;}
.article h1.arti_title {line-height:1.3;font-size: .28rem;text-align:center;margin-bottom:.2rem;}
.article h2.arti_title {line-height:2;font-family:"Microsoft YaHei";font-size:.2rem;text-align:center;color:#1b1b1bc7;margin-bottom:.2rem;}
.article .arti_metas {text-align:center;line-height: 1.8;margin:0;}
.article .arti_metas>span {margin: 0 .13rem;font-size:var(--smailSize);color: #666666;padding-left: 0.27rem;display: inline-block;}
.article .arti_update{background:url(../images/clock.svg)no-repeat left center;background-size: 0.19rem;}
.article .arti_views{background:url(../images/book.svg)no-repeat left center;background-size: 0.2rem;}
.article .arti_info {position:relative;display:flex;align-items:center;justify-content:center;}
.article .entry {margin:0 auto;overflow:hidden;margin-top: .59rem;min-height:400px;}
.article .entry .read,.article .entry .read p {line-height:1.75;font-size: var(--titleSize);color:#333;}
.article .entry .read{
    border-bottom: 0.01rem solid rgb(112 112 112 / 22%);
}
.article .entry .read p {margin-bottom:10px;}
.article .entry .read img {margin:0 auto;max-width:940px;}
.article .entry .read table {margin:0 auto;border:none!important;}
.sibi_art {margin-top:1.3rem;}
.wp_artfuns .wp_art_adjoin {/* display:flex; */line-height: .54rem;font-size:var(--titleSize);flex-wrap:wrap;}
.wp_artfuns .wp_art_adjoin div{padding:0 0.27rem;font-weight: bold;transition:0.7s}
.wp_artfuns .wp_art_adjoin div:hover{background:#15388F;color:#fff}
.wp_artfuns .wp_art_adjoin div:hover a{color:#fff}
.prevbox{margin-bottom:0.205rem;}
span.next-title,span.prev-title {/* width:calc(100% - .8rem); */}
.wp_artfuns .wp_art_adjoin .next {padding:0;}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {pointer-events:none;width:auto;}
.relativeart{
    padding: 0.61rem 0 0;
}
/**底部**/
#footer {background:url(../images/food.png) no-repeat top left;background-size:cover;position:relative;}
.footer .inner {    padding-top: 0.85rem;box-sizing:border-box;position:relative;z-index:1;}
.foot-top {text-align: center;}
.foot-top img {
    width: 4.47rem;
}
#footer .inner.in1 {padding:.57rem 0 .32rem;position:relative;}
#footer .inner .mod {}
#footer .inner .foot-left {
    float: left;
    width: 11.5rem;
}#footer .inner .foot-left ul.wp-menut {
    display: flex;
    justify-content: space-between;
}
#footer .inner .foot-center {    padding: 0.65rem 0rem 0.4rem 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);}
#footer .inner .foot-center img {    max-width: 0.35rem;
    width: auto;
    height: auto;}
    .post.post-90.mbox .news_title a {
    color: #FFFFFF;
}
#footer .inner .foot-right {    float: right;
    width: 22%;}
#footer .inner .foot-left ul.wp-menut a.menu-link {
    position: relative;
    font-size: 0.18rem;
    line-height: 0.31rem;
    color: #fff;
    padding-bottom: 0.2rem;
    display: block;
    margin-bottom: 0.1rem;
}#footer .inner .foot-left ul.wp-menut li.sub-item {
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #fff;
}#footer .inner .foot-left ul.wp-menut li.sub-item a {
    color: #fff;opacity: 0.8;
}
.post.post-90.mbox .news_list li.news .news_imgs {
    width: 0.78rem;
    height: 0.78rem;
    padding-top: 0;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.1);
}
#footer .inner .foot-left ul.wp-menut a.menu-link:after {
    content: "";
    width: 0.24rem;
    height: 0.04rem;
    background: #C8D65C;
    position: absolute;
    left: 0;
    bottom: 0;
}.post.post-90.mbox li.news {
    float: left;
    width: 33.3%;    margin-bottom: 0.2rem;
}.post.post-90.mbox li.news .news_box.clearfix {
    margin: 0 0.29rem;
}.post.post-90.mbox ul.news_list.clearfix {
    margin: 0 -0.29rem;
}.post.post-90.mbox .news_title {
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.38rem;
    margin-top: 0.15rem;
}
.foot-bottomo .links {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 0.28rem 0;    display: flex;
}
.foot-bottomo .links:first-child{display:none;}
.foot-bottomo .links span.title {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    min-width: 0.8rem;
}
.foot-bottomo .links .tt {
    margin-right: 0.5rem;
    min-width: 0.8rem;
}#footer .inner .foot-bottomo .links p.news_title {
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    opacity: 0.8;
    margin-right: 0.7rem;
}
#footer .inner p {font-size:var(--smailSize);line-height:1.7;font-weight:400;color:#fff;opacity:.3;}
#footer .inner p a {color:#fff;}
#footer .inner p span {margin:0 3px;margin-left: 0.15rem;}
.foot-left .title {color:#fff;font-size:var(--smailSize);line-height:.21rem;font-weight:700;margin-bottom:.14rem;}
/**底部链接**/
.foot-left .tt {margin-bottom:.18rem;}
.foot-left .links {margin-right:1.02rem;}
/**分享**/
.shares .news_list {display:flex;text-align:center;gap:.12rem;}
.shares .news_list .imgs {width:1rem;height:1rem;position:absolute;bottom:127%;left:50%;margin-left:-.5rem;transform:translateY(-.4rem);opacity:0;transition:all .4s ease-in-out;}
.shares .news_list .imgs img {width:100%;height:100%unset;}
.shares .news_list .news_icon {    display: block;
    width: .41rem;
    height: .41rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center; background: url(../images/share.svg) no-repeat top left;    background-size: 2.05rem;}
.shares .news_list .news {position:relative;}
.shares .news_list .n1 .news_icon {}
.shares .news_list .n2 .news_icon {
    background-position: -0.55rem 0;
}.shares .news_list .n3 .news_icon {
    background-position: -1.1rem 0;
}.shares .news_list .n4 .news_icon {
    background-position: right;
}
.shares .news_list .news_icon:hover {opacity:1;}
.shares .news_list .news:hover .imgs {opacity:1;transform:none;}
.shares .news_list .news_title {color:#fff;font-size:var(--smailSizex);line-height:1.4;margin-top:.13rem;}
.footlogo img {width:4.62rem;}
.foot-bottom {    padding: 0.24rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.foot-bottom p {font-size:var(--smailSizex);line-height:2.4;color:#fff;position:relative;}
/**侧导航**/
nav.Quick-navigation {display: none;}

.Scroll-to-top {display: none;}
/** 加载 **/
.pre-loader {position:fixed;width:100vw;height:100vh;top:0;left:0;background-color: var(--hoverColor);z-index:999;}
.spinner2 {width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.container1 > div,.container2 > div,.container3 > div {width:6px;height:6px;background-color:#fff;border-radius:100%;position:absolute;-webkit-animation:bouncedelay 1.2s infinite ease-in-out;animation:bouncedelay 1.2s infinite ease-in-out;/* Prevent first frame from flickering when animation starts*/
  -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.spinner2 .spinner-container {position:absolute;width:100%;height:100%;}
.container2 {-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);}
.container3 {-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg);}
.circle1 {top:0;left:0;}
.circle2 {top:0;right:0;}
.circle3 {right:0;bottom:0;}
.circle4 {left:0;bottom:0;}
.container2 .circle1 {-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}
.container3 .circle1 {-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}
.container1 .circle2 {-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}
.container2 .circle2 {-webkit-animation-delay:-0.8s;animation-delay:-0.8s;}
.container3 .circle2 {-webkit-animation-delay:-0.7s;animation-delay:-0.7s;}
.container1 .circle3 {-webkit-animation-delay:-0.6s;animation-delay:-0.6s;}
.container2 .circle3 {-webkit-animation-delay:-0.5s;animation-delay:-0.5s;}
.container3 .circle3 {-webkit-animation-delay:-0.4s;animation-delay:-0.4s;}
.container1 .circle4 {-webkit-animation-delay:-0.3s;animation-delay:-0.3s;}
.container2 .circle4 {-webkit-animation-delay:-0.2s;animation-delay:-0.2s;}
.container3 .circle4 {-webkit-animation-delay:-0.1s;animation-delay:-0.1s;}
@-webkit-keyframes bouncedelay {0%,80%,100% {-webkit-transform:scale(0.0);}
40% {-webkit-transform:scale(1.0);}
;}
@keyframes bouncedelay {0%,80%,100% {transform:scale(0.0);-webkit-transform:scale(0.0);}
40% {transform:scale(1.0);-webkit-transform:scale(1.0);}
;}
.head.opennav {
    background: none;
}

/**管理机构**/
body.list_jgsz .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name,body.list_jgsz .wp_subcolumn_list .wp_sublist .sublist_title a {cursor:text}
body.list_jgsz #l-container .inner{padding: 0.98rem 0 3.765rem;}
body.list_jgsz .wp_subcolumn_list .wp_sublist .sublist_title a{
    font-size: 0.28rem;
    color: #15388F;
}
body.list_jgsz .col_news_con .wp_sublist{display:flex;margin-bottom: 0;}
body.list_jgsz .col_news_con .news_list{display:flex;flex-wrap: wrap;flex: 1;width: 0;row-gap: 0.14rem;margin:0 -0.2rem}
body.list_jgsz .col_news_con .news_list .news{
    width: 33.3%;
}
body.list_jgsz .col_news_con .news_list .news_box{margin:0 0.2rem}
body.list_jgsz .col_news_con .news_list .news .news_wz{display:flex;}
body.list_jgsz .wp_subcolumn_list .wp_sublist .sublist_title a.morelink{display:none;}
body.list_jgsz .wp_subcolumn_list .wp_sublist .sublist_title{
    border-bottom: 0;
    margin-right: 0.72rem;
}
body.list_jgsz .col_news_con .news_list .news .news_title{font-size:var(--bigSize);line-height: 1.5;}
body.list_jgsz .col_news_con .news_list .news .ico{margin-right:0.29rem;margin-top: 0.06rem;}
body.list_jgsz .col_news_con .news_list .news img{width:0.22rem;}
body.list_jgsz .wp_subcolumn_list{
    border-bottom: 0.01rem solid #15388F;
    padding-bottom: 1.01rem;
    margin-bottom: 0.56rem;
}
body.list_jgsz .wp_subcolumn_list:last-child{padding-bottom:0;border-bottom:0;margin-bottom: 0;}

/**人才培养**/
body.list_rcpy .col_news_con .news_box{
    display: flex;
    padding: 0.2rem 0.5rem 0.2rem 0.2rem;
    background: linear-gradient(180deg, #FAF1E2, #FFFFFF);
    border-radius: 0.08rem;
}
body.list_rcpy .col_news_con .news:nth-child(even) .news_box{
    display: flex;
    flex-direction: row-reverse;
    padding: 0.2rem 0.2rem 0.2rem 0.5rem;
}
body.list_rcpy .col_news_con .news:nth-child(even) .news_imgs{margin-left: 0.7rem;margin-right: 0;}
body.list_rcpy .col_news_con .news{margin-bottom:0.6rem}
body.list_rcpy .col_news_con .news_imgs{
    width: 6.6rem;
    margin-right: 0.7rem;
    border-radius: 0.08rem;
    height: 100%;
}
body.list_rcpy .col_news_con .news_imgs a{
    padding-top: 62.57%;
    cursor: inherit;
}
body.list_rcpy .col_news_con .news:hover .news_imgs a{transform: scale(1.05);}
body.list_rcpy .col_news_con .news_wz{flex:1;width:0;padding: 0.44rem  0 0 0;}
body.list_rcpy .col_news_con .news_title{
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1.325;
    margin-bottom: 0.36rem;
}
body.list_rcpy .col_news_con .news_text{font-size:var(--titleSize);line-height:2;color: #333333;margin-bottom: 0.69rem;}
body.list_rcpy .col_news_con .news_more a{font-size:var(--bigSize);font-weight:bold;color:#fff;background:url(../images/rcpybg.png);margin-right: 1.32rem;background-size: cover;border-radius: 0.08rem;height: 0.84rem;display: flex;align-items: center;justify-content: space-between;padding: 0 0.434rem 0 0.4rem;}
body.list_rcpy #l-container .inner{padding:0.9rem 0 3.72rem}
body.list_rcpy .col_news_con .news:last-child{margin-bottom:0}


/**通知公告**/
body.list_tzgg .col_news_con .news_list{display:flex;flex-wrap:wrap;column-gap: 0.8rem;justify-content: space-between;row-gap: 0.4rem;}
body.list_tzgg .col_news_con .news_list .news{width: calc(50% - 0.4rem);}
body.list_tzgg .col_news_con .news_list .news_wz{
    display: flex;
    padding: 0.28rem;
}
body.list_tzgg .col_news_con .news_list .news_title{font-size:var(--titleSize);line-height:1.8}
body.list_tzgg .col_news_con .news_list .news_meta{
    background: #15388F;
    color: #fff;
    width: 0.84rem;
    height: 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
}
body.list_tzgg .col_news_con .news_list .news_con{
    flex: 1;
    width: 0;
    display: flex;
    align-content: center;
    align-items: center;
}
body.list_tzgg .col_news_con .news_list .news_year{
    font-size: var(--smailSizext);
    margin-bottom: 0.073rem;
}
body.list_tzgg .col_news_con .news_list .news_day{font-size:0.3rem;font-weight:bold;}

/**现任领导**/
body.list_xrld .wp_subcolumn_list .wp_sublist .sublist_title{
    border-bottom: 0;
    width: 1.95rem;
    margin-bottom: 0;
    height: auto;
}
body.list_xrld .wp_subcolumn_list .wp_sublist .sublist_title a.morelink{display:none;}
body.list_xrld .wp_subcolumn_list:first-child .wp_sublist{padding-top:0}
body.list_xrld .wp_subcolumn_list .wp_sublist{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0.45rem 0 0.42rem;
}
body.list_xrld .wp_subcolumn_list .wp_sublist .sublist_title a{font-size:0.24rem;color:#15388F}
body.list_xrld .wp_subcolumn_list .wp_sublist .news_title{
    font-size: 0.22rem;
}
body.list_xrld .wp_subcolumn_list .wp_sublist .news_list{display:flex;flex-wrap: wrap;line-height: 0.32rem;}
body.list_xrld .wp_subcolumn_list .wp_sublist .news_list .news{margin-right:0.51rem;}
body.list_xrld .wp_subcolumn_list .wp_sublist .news_list .news:last-child{margin-right:0}
body.list_xrld .wp_subcolumn_list:nth-child(5) .sublist_title{width:auto;margin-right: 0.737rem;}
body.list_xrld .wp_subcolumn_list{
    border-bottom: 0.01rem solid #E5E5E5;
}
body.list_xrld #l-container{
    background: url(../images/xxgkbg.jpg)no-repeat;
    background-size: cover;
}
/**学校简介**/
body.xxjj #l-container{
    background: url(../images/gkbg.png)no-repeat top center;
    background-size: contain;
}
body.xxjj #l-container .inner{
    width: 15.1rem;
}
body.xxjj .col_news_con .news_content p{
    font-size:var(--titleSize);
    color:#333333;
    margin-bottom: 0.34rem;
    line-height: 2;
}
body.xxjj .jjpost-11 .news_box{display:flex;}
body.xxjj .jjpost-11 .news_content{flex:1;width:0}
body.xxjj .jjpost-11 .news_imgs{width:4.33rem;margin-left: 0.599rem;background: none;}
body.xxjj .jjpost-11 .news_imgs img{width:100%}
body.xxjj .col_menu{margin-right: 1.1rem;}
body.xxjj .jjpost-11{margin-bottom:0.26rem}
body.xxjj .jjpost-13 .news_list{
    display: flex;
    justify-content: space-between;
}
body.xxjj .jjpost-13 .news_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.69rem;
    height: 1.69rem;
    justify-content: center;
    border-radius: 50%;
    border: 0.01rem dashed #004097;
    position: relative;
}
body.xxjj .jjpost-13 .news_box:before{content:'';background: url(../images/radius_arrow.svg)no-repeat;width: 2.14rem;height: 2.14rem;position: absolute;background-size: cover;left: 50%;top: 50%;transform: translate(-50%, -50%) rotate(
75deg);/* animation: 10s linear infinite ani_turn2; */}
body.xxjj .jjpost-13 .n1 .news_box:before{
    width: 2.4rem;
    height: 2.4rem;
    animation: 15s linear infinite ani_turn;
}
body.xxjj .jjpost-13 .n2 .news_box:before{
    width: 2.6rem;
    height: 2.6rem;
    transform: translate(-50%, -50%) rotate(
346deg);
    animation: 15s linear infinite ani_turn2;
}
body.xxjj .jjpost-13 .n3 .news_box:before{transform: translate(-50%, -50%) rotate(
262deg);animation: 15s linear infinite ani_turn3;}
body.xxjj .jjpost-13 .n4 .news_box:before{
    width: 2.6rem;
    height: 2.6rem;
    transform: translate(-50%, -50%) rotate(
346deg);
    animation: 15s linear infinite ani_turn2;
}
body.xxjj .jjpost-13 .n5 .news_box:before{
    transform: translate(-50%, -50%) rotate(
262deg);
    animation: 15s linear infinite ani_turn3;
}
@keyframes ani_turn{
    0% {
        transform:translate(-50%, -50%) rotate(75deg)
    }

    100% {
        transform:translate(-50%, -50%) rotate(-285deg)
    }
}
@keyframes ani_turn2 {
    0% {
        transform:translate(-50%, -50%) rotate(346deg)
    }

    100% {
        transform:translate(-50%, -50%) rotate(-14deg)
    }
}
@keyframes ani_turn3 {
    0% {
        transform:translate(-50%, -50%) rotate(262deg)
    }

    100% {
        transform:translate(-50%, -50%) rotate(-98deg)
    }
}
body.xxjj .jjpost-13 .news_bottom{display:flex;align-items: flex-end;}
body.xxjj .jjpost-13 .news_title{
    font-size: 0.15rem;
    margin-bottom: 0.13rem;
}
body.xxjj .jjpost-13 .news_sub{font-size:0.34rem;color:#15388F;margin-right: 0.13rem;font-weight: bold;}
body.xxjj .jjpost-13 .news_short{color:#15388F}
body.xxjj .jjpost-13 .n1 .news_box{margin-top:0.64rem;}
body.xxjj .jjpost-13 .n2 .news_box{width:1.86rem;height:1.86rem;}
body.xxjj .jjpost-13 .n3 .news_box{width:1.44rem;height:1.44rem;margin-top:0.76rem;}
body.xxjj .jjpost-13 .n4 .news_box{width:1.86rem;height:1.86rem;margin-top:0.74rem}
body.xxjj .jjpost-13 .n5 .news_box{width:1.44rem;height:1.44rem;margin-top:0.27rem}
body.xxjj .jjpost-13{margin-bottom:0.81rem}
body.xxjj .jjpost-14 .news_list{
    display: flex;
    justify-content: space-between;
}
body.xxjj .jjpost-14 .news_list img{height:2.87rem;width: auto;}
body.xxjj .jjpost-14{
    margin-bottom: 0.8rem;
}
body.xxjj .jjpost-15 .news_list p:last-child{text-align:right}
/**祝福墙**/
body.list_zfqshow #l-container{
    background: url(../images/gkbg.png)no-repeat top center;
    background-size: contain;
}
body.list_zfqshow .col_news_list .news_list{display:flex;flex-wrap:wrap;margin:0 -0.44rem}
body.list_zfqshow .col_news_list .news_list .news{width:33.3%;margin-bottom: 0.9rem;}
body.list_zfqshow .col_news_list .news_list .news_box{margin:0 0.44rem;/* background: url(../images/blessbg.png)no-repeat; */padding: 1.41rem 0.6rem 0.962rem;background-size: cover;position: relative;z-index: 1;}
body.list_zfqshow .col_news_list .news_list .news_box:before{content:'';background:url(../images/douhao.svg)no-repeat;width: 0.9rem;height: 1.2rem;position: absolute;left: 0.045rem;top: 0.86rem;}
body.list_zfqshow .col_news_list .news_list .news_box:after{content:'';background:url(../images/blessbg.png)no-repeat;width: 4.43rem;height: 4.11rem;position: absolute;left: 50%;top: 55%;transform: translate(-50%, -50%);z-index: -1;background-size: cover;}
body.list_zfqshow .col_news_list .news_list .news_text{font-size:var(--titleSize);line-height:1.88;color:#333333}
body.list_zfqshow .col_news_list .news_list .news_title{color:#333333;font-size:0.15rem;opacity:0.6;text-align: center;margin-right: 0.25rem;}
body.list_zfqshow .col_news_list .news_list .news_con{display:flex;flex-direction: column;justify-content: space-between;height: 1.368rem;}
body.list_zfqshow .page_div .current,body.list_zfqshow button#jump{background:#C6282A;border-color:#C6282A}
body.list_zfqshow .bleassbutton{text-align:center;font-size:0.26rem;}
body.list_zfqshow .bleassbutton a{display: flex;background: linear-gradient(
88deg, #C62929, #15388F);width: 3.14rem;height: 0.68rem;color: #fff;border-radius: 0.15rem;margin: 0 auto;align-items: center;justify-content: center;}
body.list_blessing .col_news_list iframe{width:100%;height: 8.3rem;}
body.list_blessing #l-container{
    background: url(../images/list_blessing.jpg)no-repeat top center;
    background-size: cover;
}
.wp_entry {
    width: 100%;
    line-height: 1.7em;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}