﻿@charset "utf-8";

/* 节点列表页 -----------------------------------------*/
/* box-page */
.box-page { margin-top: 3.125rem; }
.box-page:first-of-type { margin-top: 1.875rem; }
.box-page > .hd { display: flex; align-items: center; }
.box-page > .hd h3 { font-size: calc(1em + 1rem); line-height: 1.3em; }
.box-page > .hd .more { margin-left: auto; font-size: 1em; height: 2em; overflow: hidden; line-height: 2em; color: #666; }
.box-page > .hd .more::after { display: inline-block; vertical-align: top; margin-left: .4rem; content: '\e68d'; font-family: "iconfont"; color: #ccc; font-size: 1.2em; }
.box-page > .hd .more,
.box-page > .hd .more::after { transition: all ease 0.6s; }
.box-page > .hd .more:hover { transform: translateX(.5rem); color: var(--pe-theme-color); }
.box-page > .hd .more:hover::after { color: var(--pe-theme-color); }
.box-page > .bd { padding: 1.875rem 0; border-bottom: 1px solid #eee; }

/* 节点列表 */
.list-page-node { display: flex; flex-wrap: wrap; margin: -0.625rem; }
.list-page-node > h3 { width: calc(100% - 1.25rem); margin: 2.5rem 0.625rem 0.625rem; padding-top: 2.5rem; border-top: 1px solid #eee; }
.list-page-node > h3 span { display: block; padding: 0.5em 1rem; font-size: calc(.75em + .75rem); line-height: 1.4em; background: linear-gradient(90deg, rgba(var(--pe-theme-color-rgb), 0.1) 0%, rgba(var(--pe-theme-color-rgb), 0) 31.25rem); }
.list-page-node h3:first-child { padding-top: 0; margin-top: 1.4%; border-top: none; }
.list-page-node > li { position: relative; flex-grow: 1; margin: .625rem; }
.list-page-node > li > a { position: relative; z-index: 1; display: flex; height: 100%; align-items: center; justify-content: center; font-size: 1.125em; line-height: 1.44em; padding: 1rem 1em; border: 1px solid #eee; background: #f8f8f8; text-align: center; box-sizing: border-box; white-space: normal; }
.list-page-node > li > a::before { position: absolute; content: ''; left: -1px; right: -1px; top: -1px; bottom: -1px; z-index: -1; transition: all ease 0.6s; background: var(--pe-theme-color); visibility: hidden; opacity: 0; transform-origin: left center; transform: scaleX(0); }
.list-page-node > li > a:hover::before { visibility: visible; opacity: 1; transform: scaleX(1); }
.list-page-node > li > a:hover { color: #fff; }
.list-page-node .dropdown-toggle::after { position: absolute; display: block; content: ""; right: -1px; bottom: -1px; width: 0; height: 0; border: 0.35em solid transparent; border-right-color: var(--pe-theme-color); border-bottom-color: var(--pe-theme-color); }
.list-page-node .dropdown-menu { --bs-dropdown-min-width: 100%; --bs-dropdown-border-radius: 0; --bs-dropdown-font-size: 1em; --bs-dropdown-zindex: 2; }
.list-page-node .dropdown-menu .noData,
.list-page-node .dropdown-menu li a { display: block; padding: 0.6rem 1.25rem; }
.list-page-node .dropdown-menu li a:hover{ background: #f6f6f6; text-decoration: none; }

/* 节点图文列表 */
.list-pic-text-node { display: flex; flex-wrap: wrap; margin: -1.5rem; }
.list-pic-text-node li { position: relative; z-index: 1; flex: 0 0 calc(100% - 3rem); min-width: 0; margin: 1.5rem; padding-bottom: 4.1875rem; }
.list-pic-text-node li::before { position: absolute; z-index: -1; left: 0; bottom: 0; top: 1.875rem; margin-top: 53.25%; content: ''; width: .1875rem; background: var(--pe-theme-color); }

.list-pic-text-node .pic { display: block; position: relative; padding-bottom: 53.25%; height: 0; overflow: hidden; }
.list-pic-text-node .pic img { position: absolute; left: 0; top: 0; }
.list-pic-text-node .title { margin: 2.8125rem 3.125rem 0; font-size: calc(1em + .625rem); line-height: 1.3em;  }
.list-pic-text-node .title a { display: block; color: inherit; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-pic-text-node .title::before { position: absolute; left: 3.125rem; bottom: 1.5rem; width: 6.25rem; height: 1px; content: ''; background: #d9d9d9; }
.list-pic-text-node .title::after { position: absolute; left: 8.125rem; bottom: 1.5rem; width: 1.25rem; height: 1px; content: ''; background: #d9d9d9; transform-origin: right bottom; transform: rotate(45deg); }
.list-pic-text-node .intro { margin: 1.25rem 3.125rem 0; font-size: .875em; line-height: 1.7em; height: 3.4em; overflow: hidden; color: #666; }

.list-pic-text-node li,
.list-pic-text-node .title,
.list-pic-text-node .title::before,
.list-pic-text-node .title::after  { transition: all ease 0.5s; }

.list-pic-text-node li:hover { transform: translateY(-0.5rem); box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1); }
.list-pic-text-node li:hover .title { color: var(--pe-theme-color); font-weight: bold; }
.list-pic-text-node li:hover .title::before,
.list-pic-text-node li:hover .title::after { margin-left: 1rem; background: var(--pe-theme-color); }

/* 新闻中心-首页 -----------------------------------------*/

/* 新闻轮播 */
#slide-group { position: relative; height: 0; padding-bottom: 56.48%; overflow: hidden; }
#slide-news { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#slide-news .swiper-slide { position: relative; }
#slide-news .swiper-slide .pic a { display: block; position: relative; padding-bottom: 56.48%; height: 0; overflow: hidden; }
#slide-news .swiper-slide .pic img { position: absolute; left: 0; top: 0; }
#slide-news .swiper-slide .con { position: absolute; left: 0; bottom: 0; width: 100%; padding: 3.75rem 1.875rem 1.25rem; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
#slide-news .swiper-slide .title { font-size: 1.25em; line-height: 1.8em; height: 1.8em; font-weight: bold; text-align: left; color: #fff; }
#slide-news .swiper-slide .title a { display: block; color: inherit; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#slide-news .swiper-slide .intro,
#slide-news .swiper-slide .others { display: none; }

/* box-tab */
.box-tab { position: relative; margin-top: 3.125rem; }
.box-tab::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../../base/img/bg-05.png) no-repeat center center / 100% auto; }
.box-tab:first-of-type { margin-top: 0; }
.box-tab > .hd { display: flex; align-items: center; }
.box-tab > .hd a { color: inherit; text-decoration: none; }
.box-tab > .hd ul { display: flex; flex: 1 0 0%; min-width: 0; }
.box-tab > .hd li,
.box-tab > .hd h3 { min-width: 0; padding: 0.45em 2rem; font-size: calc(1em + 1rem); line-height: 1.3em; color: #666; }
.box-tab > .hd li span { position: relative; z-index: 1; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.box-tab > .hd li.on,
.box-tab > .hd h3 { font-weight: bold; color: var(--pe-theme-color); background: rgba(var(--pe-theme-color-rgb), 0.1); }
.box-tab > .hd .more { position: relative; z-index: 1; margin-left: auto; order: 1; font-size: 1em; height: 2em; overflow: hidden; line-height: 2em; color: #666; }
.box-tab > .hd .more::after { display: inline-block; vertical-align: top; margin-left: .4rem; content: '\e68d'; font-family: "iconfont"; color: #ccc; font-size: 1.2em; }
.box-tab > .hd .more,
.box-tab > .hd .more::after { transition: all ease 0.6s; }
.box-tab > .hd .more:hover { transform: translateX(.5rem); color: var(--pe-theme-color); }
.box-tab > .hd .more:hover::after { color: var(--pe-theme-color); }
.box-tab > .bd { padding: 1.875rem 1.25rem; background: rgba(var(--pe-theme-color-rgb), 0.1); }
.box-tab > .bd > * { position: relative; z-index: 1; }

/* 展演资讯 */
#zyzx .list-page-pic li:nth-child(5) { display: none; }


/* 专题专栏 */
#special { position: relative; z-index: 0; padding-top: var(--bs-gutter-y); }
#special::before { content: ''; position: absolute; z-index: -1; left: -2000px; right: -2000px; bottom: 100%; height: 169.3rem; background: rgba(var(--pe-theme-color-rgb), 0.1); }

/* 文章父列表页 -----------------------------------------*/
.slide-wrap { margin-bottom: 1.25rem; }

/* 栏目循环 */
.page-loop { --bs-gutter-x: 3.125rem; --bs-gutter-y: 1.25rem; }

/* 内容带图片的信息列表_图片判断式 */
.list-page-tp { padding-top: 0.625rem; }
.list-page-tp li { display: flex; align-items: center; gap: 1.875rem; padding-bottom: 3.125%; margin-bottom: 3.125%; overflow: hidden; border-bottom: 1px solid #d9d9d9; transition: all ease 0.5s; }
.list-page-tp li:last-of-type { margin-bottom: 0; }
.list-page-tp li a { display: block; color: inherit; text-decoration: none; }
.list-page-tp .pic {  width: 14rem; }
.list-page-tp .pic a { position: relative; display: block; padding-bottom: 66.6666%; overflow: hidden; height: 0; }
.list-page-tp .pic img { position: absolute; left: 0; top: 0; }
.list-page-tp .con { flex-grow: 1; width: 1%; }
.list-page-tp .title { max-height: 3.2em; font-size: calc(0.75em + 0.75rem); line-height: 1.6em; overflow: hidden; }
.list-page-tp .intro { display: none; margin-top: 1.25rem; line-height: 1.8em; color: #666; max-height: 3.6em; overflow: hidden; font-size: 1em; }
.list-page-tp .others { margin-top: 1.25rem; line-height: 1.4em; font-size: 1em; color: #666;}
.list-page-tp .others > span { margin-left: 1.5625rem; }
.list-page-tp .others > span:first-of-type { margin-left: 0; }
.list-page-tp .others > .date::before { margin-right: 0.4em; content: '\e6b5'; display: inline-block; vertical-align: top;  font-family: "fontpower"; color: #999; }
.list-page-tp li:hover { transform: translateX(-0.5rem); }
.list-page-tp li:hover .title { font-weight: bold; color: var(--pe-theme-color); }

/* list-news */
.list-news { margin-top: -0.625rem; }
.list-news li { line-height: 1.4em; font-size: 1.125em; overflow: hidden; padding: 1.5rem 0; border-bottom: 1px solid #eee; }
.list-news li .date { margin: 0 0 0 1.25rem; float: right; color: #999; font-size: 0.9em; }
.list-news li > a { position: relative; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding-left: 1.7em; transition: all 0.5s ease; }
.list-news li > a:hover { transform: translateX(0.5em); color: var(--pe-theme-color); }
.list-news li > a::before { display: block; content: ''; position: absolute; left: .5em; top: 50%; transform: translateY(-50%) rotate(45deg); width: 7px; height: 7px; border: 2px solid #fff; outline: 1px solid #EDEDED; background: #ccc; }
.list-news .node { color: #999; margin-right: 0.9375rem; }
.list-news em { color: #f20; }
.list-news .split { padding: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0; background: none; margin: 1.25rem 0; border-bottom: 1px dashed #ddd; }
.list-news li .address { background: #8DB6D5; color: #fff; padding: 0 0.5em; line-height: 22px; font-size: 0.8em; margin: 0.4em 0; border-radius: 5px; float: right; margin-left: 1.25rem; }
.list-news li .address:hover { background: #6e9ec3; text-decoration: none; }
.list-news li .disable { display: none !important; }



/* 打印字体重置 -----------------------------------------*/
@media print {
    html { font-size: 14.72px !important; }
    body { font-size: 100% !important; }
}
body > .printArea { font-size: 16px !important; }
body > .printArea > .title { padding: 0 30px !important; margin-bottom: 20px !important; }

/* 文章内容页 -----------------------------------------*/
.article { text-align: left; padding: 1.875rem 0; }
.printArea .title { font-size: calc(1.125em + 1.125rem); padding: 0 1.875rem; line-height: 1.5; text-align: center; margin-bottom: 2.5rem; word-wrap: break-word; color: #1a1a1a; }
.printArea .subTitle,
.printArea .subheading { font-size: 1.125em; color: #666; text-align: center; margin-bottom: 1.25rem; }
.printArea .property { font-size: 1em; line-height: 1.8; margin-bottom: 2.5rem; padding: 0.9375rem 1.25rem; text-align: center; color: #666; background: #f8f8f8; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: var(--pe-theme-color); text-decoration: none; }
.printArea .property > span { vertical-align: top; padding: 0 0.75rem; }
.printArea .power-content_voice { margin: 1.25rem auto; box-sizing: content-box; }
.printArea .conTxt,
.printArea .conTxt * { box-sizing: content-box; }
.printArea .conTxt { color: #1a1a1a; font-size: 1.125em; line-height: 2; text-align: left; padding: 0 0 1.25rem 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
.printArea .conTxt p { margin: 1em 0 0; padding: 0rem; line-height: 2; word-wrap: break-word; border: none; border-radius: 0; white-space: normal; text-align: justify; }
.printArea .conTxt p:first-child{ margin-top: 0; }
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top; }
.printArea .conTxt table{ background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; box-sizing: border-box; }
.printArea .conTxt table td{ padding: 0.3125rem 0.625rem; }
.printArea .conTxt table td p{ padding: 0rem !important; margin: 0rem !important; text-indent: 0rem !important; }
.printArea .conTxt table p { margin: 0rem; }
.printArea .conTxt a { color: blue; text-decoration: underline; }
.printArea .conTxt em { font-style: italic; }
.printArea .conTxt ul { padding-left: 2em; list-style: inherit; }
.printArea .conTxt ol { padding-left: 2em; list-style: decimal; }
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important; }
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important; }
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bold; }
.printArea .conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.printArea .conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.printArea .conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.printArea .conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.printArea .conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.printArea .conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.printArea .conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.printArea .conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child { margin-top:0rem; }
.printArea .conTxt .videoPlayer{ text-indent: 0; }
.printArea .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 1.25rem auto; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; height: 0 !important; padding-bottom: 60%; }
.printArea .videoPlayer [data-ui=video] > div { position: absolute; left: 0; top: 0; }
.printArea .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }
.article .userControl { display: flex; align-items: center; justify-content: space-between; font-size: 1em; border-bottom: 1px solid #E1E1E1; padding: 1.25rem 0; text-align: left; margin-bottom: 1.25rem; line-height: 1.6; }
.article .userControl .dyBtn { display: none; color: #1a1a1a;}
.article .userControl .bdsharebuttonbox { margin-left: auto; }
.article .page { padding: 0.625rem 0; text-align: center; overflow: hidden; }

/* 全屏表格 */
.newueditortable .newclass { font-size: 1em; left: 0; }
.expandtable { font-size: 1em; }

/* 文章分页 */
.article .page-title-list { border: solid 0.0625rem rgb(195, 211, 242); display: inline-block; width:100% }
.article .page-title-list ul { margin: 0.625rem; }
.article .page-title-list ul li { float: left; margin-right: 3.125rem; width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.article .page-title-list ul li a { color: rgb(61, 114, 211) }
.article .page-title-list ul li a.current { color: rgb(244, 108, 106) }

.article .others { margin-bottom: 0.9375rem; }
.article .others .prev,
.article .others .next { padding: 0.5rem 0; word-wrap: break-word; font-size: 1em; }

/* 分享按钮 */
.article .bdsharebuttonbox { display: none; position: fixed; z-index: 1; top: 50%; left: 0; right: 0; height: 0; }
.article .bdsharebuttonbox .container { position: relative; }
.article .bdsharebuttonbox .hd { display: none; }
.article .bdsharebuttonbox .bd { position: absolute; left: 100.5%; transform: translateY(-50%); }
.article .social-share { display: flex; flex-direction: column; gap: 0.625rem; height: auto; }
.article .social-share .social-share-icon { margin: 0; font-size: calc(0.5em + 0.5rem); width: 2.5em; height: 2.5em; background-image: url(../../base/img/icons-share.png); background-size: 100% auto; }
.article .social-share .social-share-icon::before { display: none; }
.article .social-share .social-share-icon:hover{ opacity: 0.8; }
.article .social-share .icon-qq{ background-position: 0 -6.25em; }
.article .social-share .icon-qzone{ background-position: 0 -9.375em; }
.article .social-share .icon-wechat{ background-position: 0 -3.125em; }
.article .social-share .icon-weibo{ background-position: 0 0; }
.article .social-share .icon-douban{ background-position: 0 -12.5em; }
@media (max-width: 1800px) {
    .article .bdsharebuttonbox { left: auto; right: 1.25rem; }
    .article .bdsharebuttonbox .container { max-width: none; padding: 0; }
    .article .bdsharebuttonbox .bd { position: static; }
}
@media (max-width: 768px) {
    .article .bdsharebuttonbox { display: block; position: static; height: auto; }
    .article .bdsharebuttonbox .hd { display: block; float: left; }
    .article .bdsharebuttonbox .bd { transform: none; }
    .article .social-share { flex-direction: row; }
}


/* 相关信息 */
#relativeInfo { margin-top: 3.125rem; }
#relativeInfo:first-child { margin-top: 0; }
#relativeInfo > .hd h3 { padding-left: 1.2em; font-weight: bold; font-size: 1.5em; line-height: 1.66em; background: var(--pe-theme-bg-icons-ind-box) no-repeat 0 -10.4em; background-size: 4em auto; }
#relativeInfo > .bd { padding: 1.25rem 0 0; }

/* 图片-列表页 ----------------------------------------- */
.list-page-pic { display: flex; flex-wrap: wrap; margin: -1.5rem -1.5rem 0 0; }
.list-page-pic li { position: relative; width: calc(50% - 1.5rem); margin: 1.5rem 1.5rem 0 0; position: relative; overflow: hidden; transition: all 0.5s ease; }
.list-page-pic .pic a { display: block; padding-bottom: 66.6666%; position: relative; overflow: hidden; height: 0; }
.list-page-pic .pic img { position: absolute; left: 0; top: 0; }
.list-page-pic .con { display: flex; flex-direction: column; align-items: stretch; gap: .625rem; padding: 1rem 1.25rem; border: 1px solid #eee; border-top: none; }
.list-page-pic .title { order: 1; height: 3.6em; font-size: 1em; line-height: 1.8em; overflow: hidden; }
.list-page-pic .title a { display: block; text-decoration: none; }
.list-page-pic .others { font-size: .875em; color: #666; }

.list-page-pic li:hover { transform: translateY(-0.5rem); box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1); }

/* 竖图-列表页-叠加的 ----------------------------------------- */
.list-page-pic.portrait .pic a { padding-bottom: 120%; }

/* 领导-列表页 ----------------------------------------- */
.list-leader { display: flex; flex-wrap: wrap; margin: -3% -3% 0 0; }
.list-leader li { display: flex; width: 97%; margin: 3% 3% 0 0; transition: all 0.5s ease; }
.list-leader li:hover { transform: translateY(-0.5rem); box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1); }
.list-leader .pic { width: 14.5rem; }
.list-leader .pic a { display: block; padding-bottom: 133.33%; position: relative; overflow: hidden; height: 0; }
.list-leader .pic img { position: absolute; left: 0; top: 0; }
.list-leader .con { flex: 1 0 0%; min-width: 0; padding: 1.5rem 1.875rem; background: #F3F5F4; height: 100%; }
.list-leader .title { display: flex; flex-direction: column; align-items: stretch; gap: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #D9D9D9; }
.list-leader .title > a { display: block; font-size: calc(1em + 0.75rem); line-height: 1.4em; }
.list-leader .job { order: 1; display: block; font-size: 1.125em; color: #666; line-height: 1.4em;overflow: hidden;  }
.list-leader .job i { display: none; }
.list-leader .intro { margin-top: 1.25rem; font-size: 1em; color: #666; line-height: 1.875em; max-height: 3.75em; overflow: hidden; }
.list-leader .work { display: none; }

/* 领导-内容页 ----------------------------------------- */
.leader-info { margin-top: 3.125rem; padding: 0 3.125rem 3.125rem; background: #F3F5F4; display: flex; }
.leader-info .pic { margin-top: -3.125rem; width: 14.5rem; }
.leader-info .pic img { min-height: auto; }
.leader-info .con { flex: 1 0 0%; min-width: 0; padding: 1.5rem 0 0 1.875rem; height: 100%; }
.leader-info .title { display: block; font-size: calc(1em + 0.75rem); line-height: 1.4em; }
.leader-info .duties { display: block; margin-top: 1.25rem; font-size: 1.125em; color: #666; line-height: 1.4em; padding-bottom: 1.25rem; border-bottom: 1px solid #D9D9D9; }
.leader-info .intro { margin-top: 1.25rem; font-size: 1em; color: #666; line-height: 1.875em; }
.leader .others { margin-top: 1.875rem; }
.leader .others .prev,
.leader .others .next { padding: 0.5rem 0; word-wrap: break-word; font-size: 1em; }

/* 历史沿革-列表页 ----------------------------------------- */
.list-history { position: relative; z-index: 1; padding: 1rem 0; }
.list-history::before { position: absolute; z-index: -1; content: ''; left: 1.875rem; top: calc(1rem + 1em); bottom: -1rem; width: 1px; background: #ddd; }
.list-history li { position: relative; margin: 1.875rem 0 0 1.875rem; padding-left: 1.875rem; }
.list-history li::before { position: absolute; font-family: "iconfont"; content: '\e68f'; left: 0; top: 1.2rem; color: #ddd; line-height: 0.8em; font-size: 1.875rem; background: #fff; transform: translateX(-50%); transition: all 0.5s ease; }
.list-history li:first-child { margin-top: 0; }
.list-history .title { font-size: 1.5em; line-height: 1.4em; font-weight: bold; color: var(--pe-theme-color); }
.list-history .con { position: relative; z-index: 1; margin-top: 1.25rem; padding: 1.25rem; background: #f8f8f8; border-radius: .625rem; overflow: hidden; transition: all 0.5s ease; }
.list-history .con::before { position: absolute; z-index: -1; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: var(--pe-theme-color); transition: all 0.5s ease; transform-origin: left bottom; transform: scaleX(0); visibility: hidden; }
.list-history .pic { float: left; margin: 0 1.25rem .625em 0; }
.list-history .pic img { width: auto; height: 5em; }
.list-history .intro { font-size: 1em; line-height: 1.875em; }
.list-history .intro pre { overflow: visible; margin-bottom: 0; }

.list-history li:hover::before { color: var(--pe-theme-color); }
.list-history .con:hover { transform: translateY(-0.625rem); box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1); color: #fff; }
.list-history .con:hover::before { transform: scaleX(1); visibility: visible; }
.list-history .con:hover .pic img { outline: 1px solid rgba(255, 255, 255, 0.3); }

/* 友情链接-列表页 ----------------------------------------- */
.list-friend-link { display: flex; flex-wrap: wrap; margin: -1.875rem -2.5rem 0 0; }
.list-friend-link li { min-width: 100%; padding: 1.875rem 2.5rem 0 0; }
.list-friend-link li a { position: relative; display: block; padding: 1.0625rem 40px 1.0625rem 1.25rem; border: 1px solid #dcdcdc; font-size: 1.125em; line-height: 1.4; }
.list-friend-link li a::after { position: absolute; right: 18px; top: 50%; content: ''; width: 0; height: 0; border: 0.4em solid transparent; border-left: 0.55em solid #d9d9d9; border-right: none; transform: translateY(-50%); }
.list-friend-link li a:hover { text-decoration: none; color: var(--pe-theme-color); }
.list-friend-link li a:hover::after { border-left-color: var(--pe-theme-color); }

/* 专题-汇总页 ----------------------------------------- */
.list-page-special { margin: -1.875rem -1.25rem 0 0; overflow: hidden; text-align: center; }
.list-page-special li { float: left; width: 100%; padding: 1.875rem 1.25rem 0 0; position: relative; overflow: hidden; }
.list-page-special .pic { display: block; padding-bottom: 33.3333%; position: relative; overflow: hidden; height: 0; }
.list-page-special .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; }
.list-page-special .con,
.list-page-special .title,
.list-page-special .tit { display: none; }
.list-page-special .archivedTip { position: absolute; z-index: 1; right: 0; top: 0; background: #999; color: #fff; height: 2em; line-height: 2em; font-size: 0.9375em; padding: 0 1em; }

/* 信息提示页 */
.Showms {background: #fff;padding: 3% 5%;overflow: hidden;max-width: 70%; margin: 2rem auto;}
.Showms .top,
.Showms .bottom,
.Showms .Shadow { display: none; }
.Showms .MS { overflow: hidden; zoom: 1; }
.Showms .titWrong { color: #c00; border-bottom: 1px solid #ccc; padding: 0.6rem 0; margin-bottom: 1rem; font-size: 1.25rem; }
.Showms dd { font-size: 1em; line-height: 2; }
.Showms .BUT { padding: 1.5625rem 0 1rem 0; }
.Showms .BUT a { padding: 0 1.5rem; height: 2.5em; line-height: 2.5em; display: inline-block; border-radius: 0.2rem; cursor: pointer; margin-right: 1rem; background: #f8f8f8; border: 1px solid #ccc; font-size: 1em; }
.Showms .BUT a:hover { color: #c00; border: 1px solid #aaa; text-decoration: none; }
.departmentSearch .searchBox { height: 3.75rem; width: 100%; }
.departmentSearch .searchBox .hd { height: 2.25rem; line-height: 2.25rem; padding: 0.75rem 0 0.75rem 3.6875rem; float: left; font-size: 1rem; color: #1a1a1a; background: url(/content/main/petitionletter/img/petition-icons.png) 1.1875rem -9.4375rem no-repeat; }
.departmentSearch .searchBox .bd { height: 2.25rem; width: 24.6875rem; float: right; padding: 0.75rem 0rem 0rem 0rem; }
.departmentSearch .searchBox .keyword { width: 12.5rem; height: 1.5rem; line-height: 1.5rem; font-size: 0.875rem; padding: 0.3125rem 0rem 0.3125rem 0.9375rem; background: #fff; border: 1px solid #ccc; border-right: none; outline: none; float: left; }
.departmentSearch .searchBox .searchsubmit { width: 5.25rem; height: 2.25rem; line-height: 2.25rem; font-size: 1rem; color: #fff; text-align: center; background: #458adf; border: none; float: left; font-weight: bold; }
.departmentSearch { overflow: hidden; margin-bottom: 0.625rem; }
.departments { height: 2.25rem; width: 6.25rem; line-height: 2rem; border: 1px solid #ddd; font-size: 0.875rem; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none; float: left; margin-right: 0.3125rem; }

/*点赞与收藏*/
.likes-group { overflow: hidden; text-align: center; margin-bottom: 3.125rem; height: 6.875rem; }
.likes-group li { width: 3.75rem; border-radius: 1.875rem; height: 3.75rem; background: #f0f0f0; display: inline-block; }
.likes-group a { font-size: 0.75rem; padding-top: 1.75rem; display: inline-block; transition: 0ms; }
.likes-group .Likes { background: url(../../base/img/btnicon.png) no-repeat 0.25rem -6.4375rem; }
.likes-group .Collection { background: url(../../base/img/btnicon.png) no-repeat 0.25rem -2.8125rem; }
.likes-group .addLikes { background: url(../../base/img/btnicon.png) no-repeat 0.625rem -21.625rem; }
.likes-group .addCollection { background: url(../../base/img/btnicon.png) no-repeat 0.9375rem -18rem; }

/* 在线表单 ----------------------------------------- */
#FormBox,
.FormResult,
.customFormBox{
    max-width: 100%;
}
#FormSubmit{
    margin-bottom: 30px;
}
#FormSubmit input{
    border-color: var(--pe-theme-color);
    background-color: var(--pe-theme-color);
}
.customFormResult .row .titleInfo{
    flex: 1;
}

/* 学术科研 ---------------------------------- */
.page-intro { display: flex; gap: 1.25rem; padding: 2.5rem; background: rgba(var(--pe-theme-color-rgb), 0.03); }
.page-intro > .iconfont { font-size: 1.875rem; line-height: 1; color: var(--pe-theme-color); }
.page-intro > .iconfont:last-of-type { align-self: flex-end; }
.page-intro .conTxt { flex: 1 0 0%; padding: 0; margin: 0; line-height: 2.22em; }

/* 图文简介-01 */
.pic-text-01 { display: flex; flex-wrap: wrap; }
.pic-text-01 .pic { width: 100%; }
.pic-text-01 .pic a { display: block; position: relative; padding-bottom: 67.625%; height: 0; overflow: hidden; }
.pic-text-01 .pic img { position: absolute; left: 0; top: 0; }
.pic-text-01 .con { flex: 1 0 0%; padding: 3.75rem; background: var(--pe-theme-color) url(../../base/img/bg-06.png) no-repeat right bottom / 83.5% auto; }
.pic-text-01 .intro { margin-bottom: 13%; font-size: 1em; line-height: 2.125em; color: #fff; text-align: justify; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }
.pic-text-01 .intro * { font-size: inherit !important; line-height: inherit !important; color: inherit !important; }
.pic-text-01 .intro p { margin-bottom: 1em; }
.pic-text-01 .intro p:last-child { margin-bottom: 0; }

/* 图文简介-02 */
.pic-text-02 .intro { font-size: 1.125em; line-height: 1.9em; color: #1a1a1a; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.pic-text-02 .intro * { font-size: inherit !important; line-height: inherit !important; color: inherit !important; }
.pic-text-02 .intro p { margin-bottom: 1em; }
.pic-text-02 .intro p:last-child { margin-bottom: 0; }
.pic-text-02 .pic { margin-top: 1.875rem; }

/* 图文简介-03 */
.pic-text-03 { display: flex; flex-wrap: wrap; }
.pic-text-03 .pic { width: 15rem; }
.pic-text-03 .pic a { display: block; position: relative; padding-bottom: 170%; height: 0; overflow: hidden; }
.pic-text-03 .pic img { position: absolute; left: 0; top: 0; }
.pic-text-03 .con { flex: 1 0 0%; }
.pic-text-03 .intro { font-size: 1em; line-height: 1.9em; color: #666; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

/* 研究机构 */
#yjjg { position: relative; z-index: 0; }
#yjjg::before { content: ''; position: absolute; z-index: -1; left: -2000px; right: -2000px; bottom: 35%; top: -35%; background: rgba(var(--pe-theme-color-rgb), 0.1); }
#yjjg .row { --bs-gutter-x: 1.875rem; --bs-gutter-y: 1.875rem; }
#yjjg .intro-yjjg { margin-bottom: 1.875rem; font-size: 1.125em; line-height: 2em; text-indent: 2em; color: #1a1a1a; text-align: justify; }
#yjjg .box-kyxx { height: 100%; }

/* 图文简介-04 */
.pic-text-04 { display: flex; flex-wrap: wrap; }
.pic-text-04 .pic { width: 15rem; }
.pic-text-04 .pic a { display: block; position: relative; padding-bottom: 158.33%; height: 0; overflow: hidden; }
.pic-text-04 .pic img { position: absolute; left: 0; top: 0; }
.pic-text-04 .con { flex: 1 0 0%; padding: 3.125rem 3.75rem; background: rgba(var(--pe-theme-color-rgb), 0.03); }
.pic-text-04 .intro { font-size: 1.125em; line-height: 2em; color: #1a1a1a; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.pic-text-04 .intro * { font-size: inherit !important; line-height: inherit !important; color: inherit !important; }
.pic-text-04 .intro p { margin-bottom: 1em; }
.pic-text-04 .intro p:last-child { margin-bottom: 0; }



/* 媒体查询 */
@media (min-width:768px) {
    .list-pic-text-node li { flex-basis: calc(50% - 3rem); }

    .list-page-node > li { flex-grow: 0; width: calc(50% - 1.25rem); }
    .list-page-node::after { content: ''; display: block; margin-left: auto; }


    .list-page-tp .pic { width: 18.75rem; }
    .list-page-tp .title { max-height: 1.6em; }
	.list-page-tp .intro { display: block; }

	.list-page-pic li { width: calc(33.3333% - 1.5rem); }
    .list-page-pic.portrait li { width: calc(25% - 1.5rem); }

    #slide-group { padding-bottom: 38.125%; }
    #slide-news { width: 67.5%; }
    #slide-news-thumbs { position: absolute; right: 0; top: 0; display: flex; width: 32.5%; height: 100%; flex-direction: column; text-align: left; padding-left: 1.25rem; box-sizing: content-box; }
    #slide-news-thumbs .swiper-slide { position: relative; z-index: 1; display: flex; flex: 1 0 0%; background: #fff; }
    #slide-news-thumbs .swiper-slide::before { position: absolute; z-index: -1; left: -1.25rem; right: 0; top: 0; height: 100%; content: ''; background: #D9B318 url(../../base/img/bg-list-01.png) no-repeat right 41% bottom 8% / auto 41%; visibility: hidden; transform: scaleX(0); transform-origin: right center; }
    #slide-news-thumbs .swiper-slide .pic { order: 1; width: 36%; height: 100%; }
    #slide-news-thumbs .swiper-slide .pic a { display: block; height: 100%; }
    #slide-news-thumbs .swiper-slide .pic img { transform: none; object-fit: cover; }
    #slide-news-thumbs .swiper-slide .con { display: flex; flex-direction: column; justify-content: center; align-items: stretch; flex: 1 0 0%; gap: .25rem; padding: 0.5rem 1.25rem; border-bottom: 1px solid #eee; }
    #slide-news-thumbs .swiper-slide .title { order: 1; min-height: 0; max-height: 1.66em; overflow: hidden; font-size: 1em; line-height: 1.66em; text-align: left; }
    #slide-news-thumbs .swiper-slide .title a { display: block; color: inherit; text-decoration: none; }
    #slide-news-thumbs .swiper-slide .others { font-size: .875em; line-height: 1.4em; color: #999; }

    #slide-news-thumbs .swiper-slide .pic,
    #slide-news-thumbs .swiper-slide .con,
    #slide-news-thumbs .swiper-slide .title,
    #slide-news-thumbs .swiper-slide .others,
    #slide-news-thumbs .swiper-slide::before { transition: all ease 0.5s; }

    #slide-news-thumbs .swiper-slide-thumb-active::before { visibility: visible; transform: scaleX(1); }
    #slide-news-thumbs .swiper-slide-thumb-active .pic { padding: .3125rem; }
    #slide-news-thumbs .swiper-slide-thumb-active .con { border-bottom-color: transparent; }
    #slide-news-thumbs .swiper-slide-thumb-active .title { font-weight: bold; color: #fff; }
    #slide-news-thumbs .swiper-slide-thumb-active .others { color: rgba(255, 255, 255, 0.5); }

    .list-friend-link li { min-width: 50%; }

    .article .userControl .dyBtn { display: block; }

    .list-leader .pic { width: 13.75rem; }
    .list-leader .intro { max-height: 3.75em; }

    .leader-info .pic { width: 18.75rem; }

    .list-history::before { left: 50%; }
    .list-history li::before { top: .7rem; }
    .list-history li:nth-child(odd) { margin-right: 50%; padding-right: 1.875rem; }
    .list-history li:nth-child(odd)::before { left: auto; right: 0; transform: translateX(50%); }
    .list-history li:nth-child(odd) .title { text-align: right; }
    .list-history li:nth-child(even) { margin-left: 50%; padding-left: 1.875rem; }
    .list-history li:nth-child(even) .con::before { transform-origin: right center; }


    .list-page-special li { width: 50%; }

    .pic-text-03 .intro { line-height: 2em; }

    .pic-text-04 .intro { -webkit-line-clamp: 5; }
}
@media (min-width:992px) {
    .list-page-node > li { width: calc(25% - 1.25rem); }

    #slide-news-thumbs .swiper-slide .title { max-height: 3.2em; font-size: 1.125em; }

    .list-page-pic li { width: calc(25% - 1.5rem); }

    .list-leader .intro { max-height: 5.625em; }

    .list-friend-link li { min-width: 33.3333%; }

    .list-page-special li { width: 33.3333%; }

    .list-history li::before { top: .25rem; }

    #special::before { height: 74.375rem; }

    .pic-text-01 .pic { width: 50%; }

    .pic-text-03 .intro { -webkit-line-clamp: 8; }

    .list-kyxx li { padding: 1rem 0; }

    .pic-text-04 .intro { -webkit-line-clamp: 7; }
}
@media (min-width:1200px) {
    .list-page-pic.portrait li { width: calc(20% - 1.5rem); }

    .list-page-special li { width: 25%; }
    
    .list-leader .intro {max-height: 7.5em;}

    #zyzx .list-page-pic li:nth-child(5) { display: block; }
}
@media (min-width:1500px) {
    .pic-text-01 .intro { -webkit-line-clamp: 8; }
}
@media (min-width:1700px) {
    #yxdt > .hd .more { display: block !important; }

    .pic-text-01 .intro { -webkit-line-clamp: 9; }

    .list-kyxx li { padding: 1rem 0; }
}
