@charset "utf-8"; 
/*Technical Support SudyTech*/
@font-face {
  font-family: 'SourceHanSerifCN-Bold';
  src: url(../fonts/SourceHanSerifCN-Bold.ttf);
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url(../fonts/SourceHanSansCN-Bold.ttf);
}
@font-face {
  font-family: 'SourceHanSansCN-Regular.ttf';
  src: url(../fonts/SourceHanSansCN-Regular.ttf);
}
@font-face {
  font-family: 'AlimamaShuHeiTi.ttf';
  src: url(../fonts/AlimamaShuHeiTi.ttf);
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
    font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
    font-size: 100px;
    --size: calc(100vw / 19.20);
    font-size: var(--size);
}

i,cite,em,var,address,dfn {
    font-style: normal;
}

[hidefocus],summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 100%;
}

sup,sub {
    font-size: 83%;
}

pre,code,kbd,samp {
    font-family: inherit;
}

q:before,q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,summary {
    cursor: default;
}

a,button {
    cursor: pointer;
}

h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: bold;
}

del,ins,u,s,a,a:hover {
    text-decoration: none;
}

body,textarea,input,button,select,keygen,legend {
    font: 13px/1 arial,\5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom:1;}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

body {
    line-height: 1;
    font-size: 13px;
    font-family: "PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;
    color: #232323;
    font-family: 'SourceHanSansCN-Regular';
}

:root {
    --mainColor: #3868E8;
    --hoverColor: #3868E8;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 16rem;
    -
    transition: all 0.4s ease-in-out;
    --transition: all 0.4s ease-in-out;
}

p {
    line-height: 1.75;
}

a {
    color: #232325;
    text-decoration: auto;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #CBA34E;
}

.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;
}

/**头部**/
.header {
    border-top: 0.06rem solid #3868E8;
       position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background: #fff;
}

.header.fix {
    background: var(--mainColor);
}

.header .inner {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.header .sitelogo {
    display: flex;
}

.header .sitelogo img {
    width: 5.64rem;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .mod {
    display: flex;
    justify-content: space-between;
    height: 1.98rem;
    align-items: center;
}

.header .head-top {
    display: flex;
    align-items: center;
    gap: 0.16rem;
}

.header .head-right {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    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: 3.97rem;
    border-radius: 0.3rem;
    overflow: hidden;
    border: 1px solid #DADADA;
    position: relative;
}

.wp-search {
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 0.23rem;
    margin-right: 0.6rem;
}

.wp-search .search-input input.search-title {
    width: 100%;
    line-height: 0.44rem;
    background: none;
    color: #727272;
    font-size: 0.13rem;
    border: 0;
    outline: 0;
    font-family: "微软雅黑";
}

.wp-search .search-btn {
    width: 0.6rem;
    height: 0.42rem;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(../images/sous.svg) no-repeat center/0.17rem;
    cursor: pointer;
}

/**角色**/
.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: 35px;
    padding: 0 12px 0 12px;
    padding-left: 19px;
    font-size: 13px;
    color: #cad3d4;
    background: url(../images/icon_role.png) no-repeat;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-lang ul {
    display: flex;
}

.site-lang ul li.links a {
    color: #fff;
    font-size: var(--titleSize);
    padding: 0 0.14rem;
    line-height: 1;
    display: inline-block;
    font-size: var(--smailSize);
}

.site-lang ul li.links a:hover {
    color: #fff;
}

.site-home a {
    display: flex;
    line-height: 0.42rem;
    padding: 0 0.2rem;
    background: var(--mainColor);
    color: #fff;
    border-radius: 0.3rem;
    font-size: var(--titleSize);
}
.site-home a:hover {
    box-shadow: 0px 3px 11px 0px #33333370;
    background: #cba24d;
}
.site-home a img {
    width: 0.17rem;
    margin-right: 0.13rem;
}

/**导航**/
#nav {
}

#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;
    gap: 0.72rem;
}

.nav .wp-menu .menu-item {
    position: relative;
    text-align: center;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.nav .wp-menu .sub-menu li .sub-menu {
    display: none;
}

.nav .wp-menu .menu-item a.menu-link {
    line-height: 0.4rem;
    font-size: var(--bigSize);
    display: block;
    color: #232323;
    position: relative;
    font-weight: bold;
}

.nav .wp-menu .menu-item:hover a.menu-link {
    font-weight: bold;
    text-decoration: none;
    color: #cba24d;
}

.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 {
    background-color: rgb(255 255 255 / 30%);
    display: block;
    background: #cba24d;
}

.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 {
    background: #cccc;    padding-top: 2rem;
}

#banner .inner {
    width: 100%;
    text-align: center;
}
#container-1 .wp-inner {
    padding-top: 2rem;
}

.mbanner .news_imgs a {
    display: block;
    padding-top: calc(100vh - 1.98rem);
}

.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: auto;
    bottom: calc((100% - 2.2rem)/2 - 0.23rem);
    opacity: 0.8;
}

.mbanner .slick-prev {
    left: 0.55rem;
}

.mbanner .slick-next {
    right: 0.55rem;
}

.mbanner .news .news_wz {
    position: absolute;
    top: 3.05rem;
    left: 50%;
    margin-left: -7.95rem;
    text-align: left;
    width: 10.6rem;
}

.mbanner .news .news_wz a {
    color: #17607A;
}

.mbanner .news .news_title {position: absolute;bottom: 0.9rem;color: #fff;z-index: 1;text-align: center;width: var(--innerWidth);margin-left: calc(var(--innerWidth) / -2);left: 50%;font-size: 0.31rem;font-weight: bold;line-height: 1.3;}

.mbanner .news .news_title a {
    color: #fff;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mbanner .slick-dots {
    bottom: 0.46rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 0.2rem;
}

.mbanner .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0;
    background: #fff;
    background-size: 100%;
    margin: 0;
    margin-right: 0.09rem;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
    opacity: 1;
}

.mbanner .slick-dots li.slick-active {
    opacity: 1;
    width: 0.28rem;
    height: 0.23rem;
    background: url(../images/dot.svg)no-repeat center/100%;
    border-radius: 0;
}
.mbanner .news .news_video {
    padding-top: calc(100vh - 1.98rem);
}

.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;
    height: 2.48rem;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180.00deg, rgba(122, 122, 122, 0),rgba(0, 0, 0, 1) 100%);
    opacity: 0.5;
}
.mbanner.fixBanner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
}

.fixedok .mbanner {
    opacity: 0;
}

/**内容**/
.news_imgs a,.news_imgs span {
    display: block;
    overflow: hidden;
}

.post .news:hover .news_imgs a img,.post .news:hover .news_imgs span img {
    transform: scale(1.1);
}

.news_imgs a img,.news_imgs span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.news_imgs {
    overflow: hidden;
    background: #ccc;
    position: relative;
}

.news_imgs.bg:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1.4rem;
    background: linear-gradient(0.00deg,rgb(21,21,21) 3.433%,rgba(57,57,57,0) 96.567%);
    bottom: 0;
    opacity: 0.7;
    pointer-events: none;
}

span.underLine {
    background-image: linear-gradient(var(--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);
}

/**主体公共**/
.post .tt {
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 0.31rem;
    align-items: center;
}

.post .more_btn {
    position: absolute;
    right: 0;
    top: 0.26rem;
}

.post .more_btn img {
    width: 0.3rem;
    margin-right: 0.07rem;
    vertical-align: sub;
}

.post .more_btn .more_text {
    font-size: var(--titleSize);
    color: #3E3E3E;
    font-family: 'SourceHanSansCN-Normal';
}

.post1 .tt .tit {
    text-align: center;
    position: relative;
}
.tt_cn {
    font-size: 0.45rem;
    font-weight: normal;
    line-height: 1.44;
    font-family: 'SourceHanSerifCN-Bold';
    display: flex;
    align-items: center;
    position: relative;
}

.tt_en {
    font-size: 0.24rem;
    font-weight: normal;
    display: block;
    font-family: "Arial";
    color: #2A66C8;
    opacity: 0.22;
    text-transform: uppercase;
    text-align: center;
}
.tt_cn:after,.tt_cn:before {
    content: "";
    width: 1.12rem;
    height: 0.04rem;
    transition: var(--transition);
    position: absolute;
    background: linear-gradient(-58.93deg, rgba(56, 104, 232, 1), rgba(56, 104, 232, 0) 100%);
}

.tt_cn:before {
    right: calc(100% + 0.2rem);
}

.tt_cn:after {
    left: calc(100% + 0.2rem);
    transform: rotate(180deg);
}
.post .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.58;
    font-weight: bold;
}

.post .news .news_text {
    font-size: 0.15rem;
    line-height: 1.66;
    color: #818181;
}


.post .news .news_text a {
    color: #8E8E8E;
}

.post .news .news_date {
    font-size: var(--smailSize);
    line-height: 1.32;
    color: #CBA34E;
}

.post .news .news_meta {
    color: #3868E8;
    flex: none;
    margin-right: 0.23rem;
    width: 0.55rem;
    transition: var(--transition);
}

.post .news .news_meta span {
    display: block;
    text-align: center;
}

.post .news .news_meta .news_year {
    font-size: 0.15rem;
}

.post .news .news_meta .news_days {
    font-size: 0.37rem;
    font-family: "SourceHanSansCN-Bold";
    margin-bottom: 0.03rem;
}

.post .news .news_meta .news_month {
    font-size: 0.15rem;
}
.main1 {
    background: url(../images/main1bg.png)no-repeat bottom -1.79rem right 0.35rem/5.79rem;
    /* margin-top: -1rem; */
}
.main1 .inner{
    padding: 0.47rem 0 2.05rem;
}
.post-11 .con {
    display: flex;
    justify-content: space-between;
}

.post-11 .list1 {
    width: 4.09rem;
    margin-top: -0.3rem;
}

.post-11 .list2 {
    width: 6.95rem;
}
.post-11 .list1 .news {
    display: flex;
    height: 2.08rem;
    padding-top: 0.3rem;
    box-sizing: border-box;
}
.post-11 .list1 .news:hover .news_meta {
    color: #CBA34E;
}
.post-11 .list1 .news .news_title{
    margin-bottom: 0.1rem;
}
.post-11 .list1 .news .news_wz{
    flex: 1;
    border-bottom: 1px solid #BDCEEB;
}
.post-11 .list2 .news_imgs a {
    padding-top: 59.56%;
}
.post-11 .list2 .news_wz {
    height: 1.79rem;
    box-sizing: border-box;
    background: #fff;
    padding: 0.25rem 0.38rem;
}
.post-11 .list2 .news_title{
    margin-bottom: 0.1rem;
}
.post-11 .list2 .slick-dots {
    width: auto;
    bottom: 2.1rem;
    right: 0.3rem;
}

.post-11 .list2:after {
    position: absolute;
    height: 1.79rem;
    content: "";
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    box-shadow: 0px 3px 16px 0px rgba(12, 69, 166, 0.11);
    width: 100%;
}
.main2 {
    background: url(../images/main2bg.png) no-repeat top center/cover;
    margin-top: -1rem;
}
.main2 .inner{
    padding-top: 0.95rem;
}
.main2 .sudy-tab {
    height: 8.3rem;
    position: relative;
}
.main2 .tab-con .post1 {
    height: 0;
    overflow: hidden;
}

.main2 .tab-con .post1.active {
    height: auto;
    overflow: inherit;
}
.sudy-tab .tab-menu {
    display: flex;
    justify-content: center;
    gap: 1.56rem;
    margin-bottom: 0.45rem;
}
.sudy-tab .tab-menu .tt_cn{opacity:0.5;transition: var(--transition);}
.sudy-tab .tab-menu .selected .tt_cn{opacity:1}
.sudy-tab .tab-menu .tt_cn:after, .sudy-tab .tab-menu .tt_cn:before{opacity: 0;}
.sudy-tab .tab-menu .selected .tt_cn:after, .sudy-tab .tab-menu .selected .tt_cn:before{
  opacity: 1;
}
.main2 .tt_cn,.main2  .tt_en {
    color: #fff;
}
.main2 .post  .more_btn {
    top: 0.55rem;
    display: none;
}
.main2 .post.active .more_btn{
    display: block;
}
.main2 .post .more_text {
    color: #fff;
}
.main2 .post .more_text img{
    opacity: 0.42;
}
.main2 .tt_cn:after, .main2 .tt_cn:before{background: linear-gradient(-58.93deg, rgba(255, 255, 255, 0.41), rgba(56, 104, 232, 0) 100%);}
.post-21 .news_list {
    /* display: flex; */
    margin: 0 -0.13rem;
}
.post-21 .news_list .news{
    width: 33.33%;
}

.post-21 .news_list .news>a {
    margin: auto;
    display: block;
    background: #fff;
    color: #333;
    margin: 0 0.13rem;
    height: 100%;
}
.post-21 .news_list .news>a:hover{
    background: #DCAB38;
    color: #fff;
}
.post-21 .news_list .news_imgs span {
    padding-top: 139.8%;
}



.post-21 .news_list .news_info {
    height: 1.33rem;
    padding: 0.1rem 0.25rem;
    box-sizing: border-box;
    font-size: var(--smailSize);
}
.post-21 .news_list .news_info p{
    line-height: 1.6;
    display: flex;
    padding: 0.03rem 0;
}
.post-21 .news_list .news_info p span{
    flex: none;
}
.post-22 .news_list {
    display: flex;
    flex-wrap: wrap;
    /* gap: 0.35rem; */
    margin: 0 -0.14rem;
}

.post-22 .news_list .news {
    width: 33.33%;
}

.post-22 .news_list .news a {
    margin: 0.14rem;
    display: flex;
    background: rgb(255 255 255 / 30%);
    padding: 0 0.25rem;
    height: 1.56rem;
    align-items: center;
}
.post-22 .news_list .news a:hover{background: #DCAB38;}
.post-22  .news .news_meta {
    color: #ffff;
}

.post-22 .news .news_title {
    color: #fff;
}
.main3 {
    background: url(../images/main3bg.jpg) no-repeat center/cover;
}
.main3 .inner{
    padding: 0.65rem 0 1.22rem;
}

.post-31 .news_list {
    display: flex;
}

.post-31 .news_list .news {
    display: flex;
    overflow: hidden;
    width: 1.98rem;
    transition: var(--transition);
}
.post-31 .news_list .news:nth-child(1) .news_tt{background-image:url(../images/ttbg1.jpg)}
.post-31 .news_list .news:nth-child(2) .news_tt{background-image:url(../images/ttbg2.jpg)}
.post-31 .news_list .news:nth-child(3) .news_tt{background-image:url(../images/ttbg3.jpg)}
.post-31 .news_list .news .news_tt a{
    display:flex;
    background-size:cover;
    background-repeat:no-repeat;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    writing-mode: tb;
    font-size: 0.25rem;
    font-family: 'SourceHanSerifCN-Bold';
    letter-spacing: 0.05rem;
    /* padding-top: 0.57rem; */
    box-sizing: border-box;
}
.post-31 .news_list .news .news_tt {
    width: 1.98rem;
    flex: none;
    height: 5.3rem;
}
.post-31 .news_list .news.active {width: calc(100% - 2 * 1.98rem);}
.post-31 .news_list .news .news_wz {
    flex: none;
    background: #fff url(../images/big_dot.svg) no-repeat right 0.6rem  bottom 0.2rem/2.38rem;
    padding: 0.53rem 0.76rem;
    width: 10.06rem;
    box-sizing: border-box;
    box-shadow: 0px 3px 50px 0px rgba(79, 140, 255, 0.08);
}
.post-31 .news_list .news .news_imgs span{
    padding-top: 34.3%;
}
.post-31 .news_list .news .news_imgs {
    margin-bottom: 0.3rem;
}

.post-31 .news_list .news .news_text {
    line-height: 1.9;
    font-size: 0.17rem;
    color: #333;
}
.main4 {
    background: url(../images/main4bg.jpg) no-repeat bottom/cover;
}
.main4 .inner{
    padding: 0.87rem 0 1.56rem;
}
.post-41 .news_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.post-41 .news_list .news {
    text-align: center;
    width: 2.36rem;
}

.post-41 .news_list .news_num {
    font-size: 0.24rem;
    color: #7E7E7E;
}
.post-41 .news_list .news_title{
    margin-top: 0.25rem;
    padding-top: 0.2rem;
    font-weight: normal;
    border-top: 1px solid #B1B1B1;
}
.post-41 .news_list .news_num .count {
    font-size: 0.65rem;
    color: #BB0502;
    font-family: 'AlimamaShuHeiTi.ttf';
    margin-right: 0.18rem;
}
.post-41 {
    margin-bottom: 1.2rem;
}
.post-42 .con {
    display: flex;
}

.post-42 .con .list1 {
    width: 5.64rem;
    flex: none;
}

.post-42 .con .list2 {
    flex: 1;
}

.post-42 .con .list1 .news_imgs span {
    padding-top: 7.76rem;
}

.post-42 .con .nimg .news_title {
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 0 0.4rem;
    bottom: 0.3rem;
    box-sizing: border-box;
}

.post-42 .con .news {
    position: relative;
}

.post-42 .con .list2>div {
    display: flex;
}
.post-42 .con .nimg .news_imgs:after {
    height: 1.48rem;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 1) 100%);
    opacity: 0.61;
}
.post-42 .con .list2 .top .nimg{
    width: 6.55rem;
}
.post-42 .con .list2 .top .nimg .news_imgs span {padding-top:4.14rem;flex: none;}
.post-42 .con .list2 .bottom .nimg .news_imgs span {padding-top:3.62rem;width: 6.55rem; flex: none;}
.post-42 .con .list2 .nnews{
    flex: 1;
    display: flex;
}
.post-42 .con .list2 .nnews a{
    display:block;
    width:100%;
    height:100%;
    padding: 0.6rem 0.38rem;
    color: #fff;
    box-sizing: border-box;
}
.post-42 .con .list2 .top .nnews a{
    background: linear-gradient(160.32deg, rgba(58, 137, 228, 1),rgba(17, 38, 188, 1) 100%);
}
.post-42 .con .list2 .bottom .nnews a{
    background: linear-gradient(180.00deg, rgba(162, 79, 216, 1),rgba(72, 39, 171, 1) 100%);
}

.post-42 .con .list2 .nnews .news_text {
    margin-top: 0.25rem;
    color: #fff;
    opacity: 0.6;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.post-42 .con .list2 .nnews .news_more img {
    width: 0.33rem;
}

.post-42 .con .list2 .nnews .news_more {
    position: absolute;
    bottom: 0.52rem;
    right: 0.5rem;
    transition: var(--transition);
}
.post-42 .con .list2 .nnews:hover .news_more {
    margin-right: -0.1rem;
}
/**列表页**/
.l-banner {
    height: 3.91rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #c5c4c4;
    position: relative;
    background-size: cover;
}


.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

#l-container {
    position: relative;
    background: url(../images/listbg.jpg) no-repeat center bottom/100% auto;
}

#l-container .inner {
    padding: 0.4rem 0 1.52rem;
    position: relative;
    width: 14.6rem;
}

#d-container .inner {
    background: #fff;
}

/**栏目列表**/
.col_menu_head {display: flex;justify-content: space-between;padding-bottom: 0.15rem;border-bottom: 1px solid #E3E3E3;align-items: center;margin-bottom: 0.42rem;}

.col_name .col_name_text {
    font-size: 0.41rem;
    font-family: 'SourceHanSerifCN-Bold';
    font-weight: normal;
    display: inline-block;
    line-height: 1.5;
}


.col_path a,.col_path span {
    line-height: 1.3;
    color: #6D6D6D;
}

.col_path {
    display: inline-block;
    padding-left: .26rem;
    background: url(../images/home2.svg) no-repeat left/auto 100%;
    font-size: var(--smailSize);
    color: #6D6D6D;
}

.possplit::after {
    content: ">";
    font-size: .15rem;
}

.possplit {
    margin: 0 .08rem;
    width: auto;
    background-image: none;
    color: #666;
    text-indent: inherit;
    font-size: 0;
}

.col_list {
    width: 100%;
    position: relative;
    height: .9rem;
    padding-right: .9rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    display: none;
}

.col_list::before {
    content: "";
    display: block;
    width: calc(50vw + 8.2rem);
    height: 0;
    right: 0;
    position: absolute;
    top: 0;
    border-bottom: .9rem solid var(--mainColor);
    border-right: .35rem solid transparent;
}

.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
}

.col_list ul li {
    float: left;
}

.col_list .col_column .col_item_link.selected {
    opacity: 1;
}

.col_list .col_column .col_item_link {
    color: #fff;
    padding: 0 .36rem;
    font-size: var(--smailSize);
    border-right: 1px solid rgb(255 255 255 / 20%);
    display: inline-block;
    display: block;
    text-align: center;
    opacity: .7;
    margin: .05rem 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 {
    margin-bottom: 0.35rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px dashed rgb(53 93 167 / 86%);
}
.mrlist .col_news_list .news_list .news a{
        display: flex;
}
.mrlist .col_news_list .news_list .news a:hover{
            box-shadow: 0px 3px 16px 0px rgba(12, 69, 166, 0.11);
}
.mrlist .col_news_list .news_list .news .news_imgs {
    width: 3.25rem;
    flex: none;
    display: flex;
    align-items: center;
}

.mrlist .col_news_list .news_list .news .news_imgs span {
    padding-top: 61.27%;
    width: 100%;
}

.mrlist .col_news_list .news_list .news .news_wz {
    flex: 1;
    padding: 0.3rem;
    background: #F5F6F8;
}

.mrlist .col_news_list .news_list .news .news_date {
    margin-bottom: 0.2rem;
    color: #CBA34E;
    font-size: var(--smailSize);
}

.mrlist .col_news_list .news_list .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: .17rem;
}

.mrlist .col_news_list .news_list .news .news_text {
    font-size: var(--smailSizex);
    line-height: 2;
color: #999999;
}

.mrlist .col_news_list .news_list .news .news_text a {
    color: #999999;
}

.mrlist .col_news_list .news_list .news.noimg .news_imgs {
    display: none;
}

/**文章页**/
.pagelist .col_news_list {
    display: flex;
    justify-content: space-between;
}

.article {
    width: 10.74rem;
    border-right: 1px solid #E0E0E0;
    padding-right: 0.62rem;
    flex: none;
    box-sizing: border-box;
}

.col_post {
    width: 3.4rem;
}

.col_post .tt {
    font-size: 0.32rem;
    font-family: 'SourceHanSansCN-Bold';
    line-height: 1.3;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #E0E0E0;
}
.col_post .news {
    display: flex;
    padding: 0.26rem 0;
    align-items: center;
}

.col_post .news .news_meta .news_days {
    font-size: 0.37rem;
    font-family: "SourceHanSansCN-Bold";
    margin-bottom: 0.03rem;
    display: block;
}
.post1 .news .news_meta .news_year {
    font-size: 0.15rem;
    display:block
}

.col_post .news .news_meta {
    color: #fff;
    width: 0.67rem;
    height: 0.67rem;
    background: #3868E8;
    flex: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0.21rem;
}

.col_post .news .news_title {
    font-size: var(--smailSize);
    font-family: 'SourceHanSansCN-Bold';
    line-height: 1.6;
}
.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: 0.32rem;
    margin-bottom: .2rem;
    font-family: "SourceHanSansCN-Bold";
    font-weight: normal;
}

.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 {
    line-height: 1.3;
    margin: 0;
}

.article .arti_metas>span {
  margin-right: 0.32rem;
    font-size: var(--smailSize);
    color: #999;
}

.article .arti_info {
    position: relative;
}

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: .4rem;
    min-height: 400px;
}

.article .entry .read,.article .entry .read p ,.article .entry .read p *{
    font-size: var(--titleSize) ! important;
    line-height: 2 ! important;
    font-family: 'SourceHanSansCN-Regular.ttf'  ! important;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
}

.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}

.sibi_art {
    margin-top: 1.3rem;
}

.wp_artfuns .wp_art_adjoin {
    display: flex;
    line-height: .48rem;
    font-size: var(--titleSize);
    flex-wrap: wrap;
}

span.next-title,span.prev-title {
    width: calc(100% - .8rem);
}

.wp_artfuns .wp_art_adjoin .next {
    padding: 0;
}

.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {
    pointer-events: none;
    width: auto;
}

/**底部**/
#footer {
    background: url(../images/footbg.jpg);
    background-size: cover;
    position: relative;
}

.footer .inner {
    box-sizing: border-box;
     padding-top: 0.5rem;

}

.foot-top {
    display: flex;
    padding: 0.8rem 0 0.62rem 0;
}
.returnTop {
    position: absolute;
    right: 0.42rem;
    top: -0.42rem;
}

.returnTop img {
    width: 0.84rem;
}

.foot-left {
       margin-right: 0.75rem;
    border-right: 0.01rem solid #ffffff52;
    padding-right: 0.75rem;
}
.foot-left img{
    width:2.49rem;
    max-width: 100%;
}
.foot-center {
    color: #fff;
    display: flex;
    gap: 1.3rem;
    align-items: flex-start;    margin-top: 0.3rem;
}

.foot-center .contant .title {
    font-size: var(--titleSize);
    border-bottom: 1px solid #fff;
    margin-bottom: 0.15rem;
}
.foot-center .contant .title span {
    padding-bottom: 0.2rem;
    border-bottom: 0.03rem solid #fff;
    display: inline-block;
}

.foot-center .contant .con p {
    font-size: var(--smailSize);
    line-height: 2;
}

.foot-center .links .title {
    height: 0.57rem;
    padding: 0 0.43rem;
    font-size: var(--titleSize);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    transition: var(--transition);
}

.foot-center .links {
    width: 3.06rem;
    position: relative;
}

.foot-center .links .title img {
    width: 0.17rem;
    transition: var(--transition);
}

.foot-center .links .news_list {
    width: 100%;
    transition: var(--transition);
    height: 0;
    overflow: hidden;
    background: #fff;
    /* position: absolute; */
    /* border-radius: 0.29rem; */
    /* padding-top: 0.57rem; */
    /* position: absolute; */
    /* top: 0; */
}

.foot-center .links:hover .title img {
    transform: rotate(180deg);
}

.foot-center .links .news_list a {
    line-height: 0.4rem;
    padding: 0 0.43rem;
    font-size: var(--smailSize);
    display: block;
}
.foot-center .links:hover .news_list {
    height: 2rem;
    overflow: auto;
}

.foot-center .links .links_box {
    position: absolute;
    background: #fff;
    border-radius: 0.29rem;
    overflow: hidden;
    width: 100%;
}
.foot-center .links .news_list a:hover {
    background: #7496ef;
    color: #fff;
}
*::-webkit-scrollbar {
  width: 0.05rem;
    height:0.05rem;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: rgb(116 150 239);
}
.foot-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;    margin-top: 0.3rem;
}
.foot-right .shares img {
    width: 1.61rem;
    height: 1.61rem;
}
.foot-bottom {
    padding: 0.4rem;
    border-top: 1px solid rgb(255 255 255 / 24%);
    text-align: center;
    color: #fff;
    font-size: var(--smailSize);
    line-height: 2;
}

/**侧导航**/
nav.Quick-navigation {
    position: fixed;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    font-size: 19px;
    line-height: 70px;
    background: var(--mainColor);
    color: #fff;
    padding: 0 16px;
    border-radius: 20px;
}

nav.Quick-navigation a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

nav.Quick-navigation a.current {
    color: #e1d4a4;
    border-bottom: 1px solid var(--hoverColor);
}

.Scroll-to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 1;
    background: #fff;
    bottom: 2%;
    border-radius: 50%;
    right: 1%;
    background: #1776be7a;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.nodata {
    text-align: center;
    width: 100%;
    font-size: var(--smailSize);
}

.links.ft .tt {
        margin-bottom: 0.3rem;
    border: 0;
    padding: 0;
}
.links.ft .tt span.title {
    font-size: 0.35rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 0.5rem;
}
.links.ft .tt span.title span.en {
    font-size: 0.2rem;
    margin-left: 0.05rem;
}
.links.ft li.news {
    float: left;
    width: 20%;
    text-align: center;
}
.links.ft li.news .news_box.clearfix {
    margin: 0 0.1rem;    background: rgba(255, 255, 255, 0.2);
    padding: 0.1rem;
}
.links.ft ul.news_list.clearfix {
    margin: 0 -0.1rem;
}
.links.ft li.news .news_box.clearfix .news_title {
    height: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.01rem dashed #fff;
    font-size: 0.17rem;
    line-height: 0.25rem;
    color: #fff;
}
.links.ft li.news .news_box.clearfix .news_title a {
    color: #fff;
    position: relative;
    padding: 0 0.3rem;
}

.links.ft li.news .news_box.clearfix .news_title a:before {
    content: "";
    position: absolute;
    width: 0.07rem;
    height: 0.07rem;
    left: 0;
    top: 50%;
    margin-top: -0.035rem;  background: url(../images/ldd.png)no-repeat center/100% 100%;
}
.links.ft li.news .news_box.clearfix .news_title a:after {
    content: "";
    position: absolute;
    width: 0.07rem;
    height: 0.07rem;
  right: 0;
    top: 50%;
    margin-top: -0.035rem;  background: url(../images/ldd.png)no-repeat center/100% 100%;
}