﻿@charset "utf-8";

/* 新闻中心-首页 -----------------------------------------*/
.row-group { margin-top: 40rem; }
.row-group:first-of-type { margin-top: 0; }

/* 轮播 */
#slide-group { position: relative; height: 0; padding-bottom: 63%; overflow: hidden; }
#slide-news { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#slide-news .swiper-pagination { display: none; }
#slide-news .swiper-slide .pic a { display: block; position: relative; padding-bottom: 63%; 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: 28rem 20rem; background: rgba(0, 0, 0, 0.5); }
#slide-news .swiper-slide .title { font-size: 17em; line-height: 1.2; height: 1.2em; font-weight: bold; overflow: hidden; text-align: left; color: #fff; text-align: center; }
#slide-news .swiper-slide .title a { display: block; color: inherit; }
#slide-news .swiper-slide .intro { display: none; }

/* box-tab */
.box-tab > .bd { background: #fff; padding: 30rem; }
.box-tab > .bd .swiper-slide { background: #fff; }

/* 专题专栏 */
#special { margin-top: 50rem; }


/* 文章父列表页 -----------------------------------------*/
.slide-wrap { margin-bottom: 20rem; }

/* 栏目循环 */
.page-loop { --bs-gutter-x: 50rem; --bs-gutter-y: 20rem; }


/* 内容带图片的信息列表_图片判断式 */
.list-page-tp li { display: flex; padding-bottom: 25rem; margin-bottom: 25rem; overflow: hidden; border-bottom: 1px solid #f2f2f2; position: relative; transition: all 0.3s ease-out 0s;}
.list-page-tp li a { display: block; color: inherit; text-decoration: none; }
.list-page-tp .pic { margin-left: 25rem; width: 240rem; position: relative; order: 1; }
.list-page-tp .pic a { display: block; padding-bottom: 54.16%; overflow: hidden; height: 0; }
.list-page-tp .pic img { position: absolute; left: 0; top: 0; border-radius: 4px; }
.list-page-tp .con { flex-grow: 1; width: 1%;  }
.list-page-tp .title { max-height: 2.8em; font-size: 20em; color: #633; line-height: 1.4em;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.list-page-tp .title a:after { display: block; content: ""; width: 100%; height: 100%; top: 0; left: 0; position: absolute; }
.list-page-tp .intro { margin-top: 12rem; line-height: 1.8em; color: #777; max-height: 3.6em; overflow: hidden; font-size: 15em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.list-page-tp .others { margin-top: 12rem; line-height: 1.6em; font-size: 15em; color: #999;}
.list-page-tp .others > span { margin-left: 25rem; }
.list-page-tp .others > span:first-of-type { margin-left: 0; }
.list-page-tp .calendar { display: none; color: #B0813F; margin-right: 30em; margin-top: 15em; height: 70em; padding: 5em 50em 5em 12em; line-height: 1; text-align: center; position: relative; }
.list-page-tp .calendar em { display: block; font-size: 30em; font-weight:bold;  }
.list-page-tp .calendar span { display: block; margin-top: 0.3em; font-size: 16em; line-height: 1.6em; }
.list-page-tp .calendar:after,
.list-page-tp .calendar:before { background-color: rgba(0, 0, 0, 0.1); display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);  }
.list-page-tp .calendar:before {  width: 40em; height: 1px; }
.list-page-tp .calendar:after {  width: 1px; height: 50em; }

.list-page-tp li.on { background-color: #633; transform: translateX(10px); }
.list-page-tp li.on:before { position: absolute; display: block; content: ""; background: url(../../base/img/jy.png) no-repeat left center; background-size: auto 100%; opacity: 0.05; top: 0; left: 0; width: 100%; height: 100%; }
.list-page-tp li.on .title { color: #FFD186; }
.list-page-tp li.on .calendar { color: #FFC067; }
.list-page-tp li.on .calendar:before,
.list-page-tp li.on .calendar:after { background-color: rgba(255, 255, 255, 0.2); }
.list-page-tp li.on .intro { color: #fff; }


/* 领导-列表页 */
.list-leader li { display: flex; padding: 30rem; overflow: hidden; position: relative; transition: all 0.3s ease-out 0s; background: #fafafa; border-bottom: 1px solid #E8E8E8;}
.list-leader li a { display: block; color: inherit; text-decoration: none; }
.list-leader li.on { background-color: #FCF8F1; }
.list-leader .pic { margin-right: 40rem; width: 130em; position: relative; }
.list-leader .con { flex-grow: 1; width: 1%;  }
.list-leader .title { max-height: 2.8em; font-size: 20em; color: #633; line-height: 1.4em;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.list-leader .title a:after { display: block; content: ""; width: 100%; height: 100%; top: 0; left: 0; position: absolute; }
.list-leader .intro { margin-top: 12rem; line-height: 1.8em; color: #777; max-height: 9em; overflow: hidden; font-size: 15em; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; }

/* list-news */
.list-news { margin-top: -10rem; }
.list-news li { line-height: 1.4em; font-size: 18em; padding: 27rem 0; display: flex; border-bottom: 1px solid #f2f2f2; overflow: hidden; position: relative; transition:all 0.5s;}
.list-news li .date { margin: 0 30rem 0 0; z-index: 1; color: #B0813F; font-size: 0.9em; position: relative; order: 1; }
.list-news li > a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; flex-grow: 1; width: 1%;}
.list-news li > a:after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.list-news .node { color: #999; margin-right: 15rem; }
.list-news em { color: #f20; }
.list-news .split { padding: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0; background: none; margin: 20rem 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: 20rem; }
.list-news li .address:hover { background: #6e9ec3; text-decoration: none; }
.list-news li .disable { display: none !important; }

.list-news li.on { background-color: #633; transform: translateX(10px); }
.list-news li.on:before { position: absolute; display: block; content: ""; background: url(../../base/img/jy.png) no-repeat left center; background-size: auto 100%; opacity: 0.05; top: 0; left: 0; width: 100%; height: 100%; }
.list-news li.on a { color: #fff; }
.list-news li.on .date { color: #FFC068; }
.list-news li.on .date:after,
.list-news li.on .date:before { background-color: rgba(255, 255, 255, 0.2); }



/* 友情链接列表页 -----------------------------------------*/
.friendLinkList { overflow: hidden; zoom: 1; padding: 10rem 0 10rem 10rem; }
.friendLinkList li { width: 27%; height: 36rem; line-height: 36rem; padding: 0 3.5% 0 2.5%; background: url(../../base/img/dot02.png) 0 center no-repeat; float: left; overflow: hidden; }

/* 打印字体重置 -----------------------------------------*/
@media print {
    html { font-size: 0.92px !important; }
    body { font-size: 100% !important; }
}
body > .printArea { font-size: 1px !important; }
body > .printArea > .title { padding: 0 30px !important; margin-bottom: 20px !important; }

/* 文章内容页 -----------------------------------------*/
.article { text-align: left; padding: 20rem 0; }
.printArea .title { font-size: 34rem; padding: 0 30rem; line-height: 1.5; text-align: center; margin-bottom: 30rem; word-wrap: break-word; color: #333; }
.printArea .subTitle,
.printArea .subheading { font-size: 1em; text-align: center; margin-bottom: 20rem; }
.printArea .property { font-size: 16em; text-align: center; margin-bottom: 40rem; line-height: 2em; padding: 0.5em 15rem; color: #999; background: #f8f8f8; border-left: 2px solid #633; border-right: 2px solid #633; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: #633; text-decoration: none; }
.printArea .property > span { vertical-align: top; padding: 0 12rem; white-space: nowrap; }
.printArea .property .shared,
.printArea .property .size { float: right; margin-left: 5rem;}
.printArea .property .size a,
.printArea .property .shared > span { display: inline-block; cursor: pointer; color: #999; border-radius: 2px; width: 1.8em; height: 1.5em; font-size: 1.5em; text-align: center; background-color: #fff; line-height: 1.5em; vertical-align: middle; }
.printArea .property .iconfont { font-size: 1em; }
.printArea .property .icon-s { font-size: 0.85em; }
.printArea .property .size a:hover,
.printArea .property .shared > span:hover { background-color: #633; color: #fff;}
.printArea .property .shared { position: relative; }
.printArea .property .shared .in-shared { position: absolute; display: none; top: 100%; right: 0; background: #fff; padding: 15rem; border: 2px solid #633; width: 13em; text-align: center; }
.printArea .property .shared:hover .in-shared { display: block; }

.printArea .property .size { position: fixed; right: 1%; top: 20%; float: none; }
.printArea .property .size a { background-color: rgba(0,0,0,.5); color: #fff; display: block; margin-bottom: 5rem; }
.printArea .property .shared { display: none; }

.printArea .conTxt,
.printArea .conTxt * { box-sizing: content-box; }
.printArea .conTxt { color: #333; font-size: 18em; line-height: 2; text-align: left; padding: 0 0 20rem 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; }
.printArea .conTxt table td{ padding: 5rem 10rem; }
.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: 28rem; line-height: 38rem; margin: 38rem 0rem 19rem 0rem; }
.printArea .conTxt h2 { font-size: 24rem; line-height: 34rem; margin: 34rem 0rem 17rem 0rem; }
.printArea .conTxt h3 { font-size: 20rem; line-height: 30rem; margin: 30rem 0rem 15rem 0rem; }
.printArea .conTxt h4 { font-size: 16rem; line-height: 26rem; margin: 26rem 0rem 13rem 0rem; }
.printArea .conTxt h5 { font-size: 14rem; line-height: 24rem; margin: 24rem 0rem 12rem 0rem; }
.printArea .conTxt h6 { font-size: 12rem; line-height: 22rem; margin: 22rem 0rem 10rem 0rem; }
.printArea .conTxt blockquote { margin: 10rem 0rem; border-left: 2rem solid #d8dad9; padding: 0 0 0 10rem; line-height: 1.74; color: #888; font-size: 0.83em; }
.printArea .conTxt blockquote p { margin: 0rem; line-height: 1.7; color: #888; font-size: 1em; }
.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: 20rem 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 .page { padding: 10rem 0; text-align: center; overflow: hidden; }

/* 全屏表格 */
.newueditortable .newclass { font-size: 16em; left: 0; }
.expandtable { font-size: 16em; }

/* 文章分页 */
.article .page-title-list { border: solid 1rem rgb(195, 211, 242); display: inline-block; width:100% }
.article .page-title-list ul { margin: 10rem; }
.article .page-title-list ul li { float: left; margin-right: 50rem; 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: 15rem; border-top: 1px solid #E1E1E1; padding-top:20rem; }
.article .others .prev,
.article .others .next { padding: 8rem 0; word-wrap: break-word; font-size: 16em; }
.article .others .prev span,
.article .others .next span { color: #633; }

.article .others .prev span.date,
.article .others .next span.date { color: #666; }

/* END  */
.article .end { font-size: 30rem; color: #ccc; text-align: center; padding: 20rem 0; }


/* 关闭 打印 */
.article .userControl { display: flex; align-items: center; justify-content: center; font-size:16em; padding: 20rem 0; text-align: center; line-height: 1.6; }
.article .userControl a { display: inline-block; margin: 0 10rem; line-height: 2.5em; height: 2.5em; border: 1px solid #DADADA; border-radius: 2px; text-align: center; color: #999; padding: 0 1em; background-color: #F3F3F3; transition: all 0.5s; }
.article .userControl i { display: inline-block; vertical-align: top; font-size: 1.5em; margin-right: 5rem; }
.article .userControl a:hover { color: #fff; background-color:#633; border-color: #633; }

/* 关注  */
.qr-wx {  padding: 30rem; margin: 0 auto; text-align: center; margin-bottom: 30rem; width: 195em; background-color: #F7F7F7;}
.qr-wx .pic img { padding: 6em; background: #fff; border: 1px solid #EAEAEA; width: 100%; height: auto; }
.qr-wx .title { font-size: 16em; padding-top: 15rem;}
.qr-wx .title span { color: #633; }

/* 分享按钮 */
.article .userControl .bdsharebuttonbox .hd{ height: 28px; line-height: 28px; font-size: 1em; }
.article .userControl .social-share{ height: auto; }
.article .userControl .social-share-icon{ margin: 0 5px; width: 28px; height: 28px; background-image: url(../../base/img/icons-share.png); background-size: 28px auto; }
.article .userControl .social-share-icon:hover{ opacity: 0.8; }
.article .userControl .social-share .icon-qzone{ background-position: 0 -105px; }
.article .userControl .social-share .icon-wechat{ background-position: 0 -35px; }
.article .userControl .social-share .icon-weibo{ background-position: 0 0; }

/* page-body */
.page-body .box-main { padding: 0; }
.page-body .path { padding-top: 10rem; }

/* 相关信息 */
#relativeInfo { border-bottom: 2rem solid #f3f3f3; }
#relativeInfo .bd { padding: 10rem 0 20rem 0; }
#relativeInfo ul { overflow: hidden; }
#relativeInfo li { float: left; width: 50%; border-bottom: 0; }

/* 通用-单页 ------------------------------------------  */
.singlePage .article { margin: 0; padding: 0; }

/* 图片-列表页 ----------------------------------------- */
.list-page-pic { text-align: center; display: grid; grid-gap: 30rem; grid-template-columns:repeat(2, 1fr);  grid-auto-rows: minmax(130rem, auto);}
.list-page-pic li {padding: 30rem; position: relative; overflow: hidden; background: #F9F9F9; transition: all 0.5s; }
.list-page-pic li.noData { text-align: left; }
.list-page-pic .pic a { display: block; padding-bottom: 55.55%; position: relative; overflow: hidden; height: 0; }
.list-page-pic .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; transition: all 0.5s; }
.list-page-pic .title { padding: 0;}
.list-page-pic .title a { display: block; text-align: center; height: 2em; font-size: 18em; line-height: 2.5em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.list-page-pic .date { display: none; margin-right: 12em; padding: 5rem 40rem 5rem 10rem; line-height: 1; text-align: center; color: #B0813F; position: absolute; left: 25rem; bottom: 25rem;}
.list-page-pic .date:after,
.list-page-pic .date:before { background-color: rgba(0, 0, 0, 0.1); display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);  }
.list-page-pic .date:before {  width: 30em; height: 1px; }
.list-page-pic .date:after {  width: 1px; height: 40em; }

.list-page-pic .date .dd { display: block; font-size: 30em; }
.list-page-pic .date .ym { display: block; margin-top: 0.3em; font-size: 16em; line-height: 1.6em; }
.list-page-pic li:hover { background-color: #633; }
.list-page-pic li:hover .date { color: #FFD395; border-right-color: rgba(255, 255, 255, .2); }
.list-page-pic li:hover .date:before,
.list-page-pic li:hover .date:after { background-color: rgba(255, 255, 255, 0.2); }
.list-page-pic li:hover .pic img { transform: scale(1.2); }
.list-page-pic li:hover .title a { color: #fff; }


/* 图集-内容页 ----------------------------------------- */
.photoConPage .slide-wrap{ padding: 0; }
.photoConPage .swp-tit{ text-align: center; padding-bottom: 20rem; }
.photoConPage .swp-tit h2{ float: none; font-size: 32em; color: #333; }
.photoConPage .swp-tool{ margin-bottom: 30rem; background: #F5F5F5; color: #999; overflow: hidden; height: auto; padding: 16rem; text-align: center; font-size: 14em; }
.photoConPage .swpt-mode-wrap a:link, .photoConPage .swpt-mode-wrap a:visited{ color: #999; }
.photoConPage .swpt-extra{ float: none; display: inline-block; vertical-align: middle;}
.photoConPage .swpt-time{ display: inline-block; font-style: normal; color: #999; vertical-align: middle;}
.photoConPage .swp-admin-edit { display: none; color: #999; }
.photoConPage .swp-admin-edit a { color: #999; }
.photoConPage .swp-list-wrap{ display: none; height: auto; padding: 25rem 0 0; }
.photoConPage .swpl-btn{ width: auto; z-index: 1; }
.photoConPage .swpl-group{ display: none; }
.photoConPage .swpl-group{ display: none; }
.photoConPage .swpt-cont{ font-size: 16em; text-align: center; line-height: 1.6em; }
.photoConPage .swpt-cont em{ font-style: normal; }
.photoConPage .swpt-cont > *{ display: inline-block; vertical-align: top; margin: 0 16rem; }
.photoConPage .swp-intro{ padding: 30rem 0; font-size: inherit; }
.photoConPage .swp-intro h3{ padding-bottom: 0; margin-bottom: 28rem; border-bottom: none; font-size: 20em; }
.photoConPage .printArea .conTxt{ padding: 0; }
.photoConPage .article{ padding: 0; }
.photoConPage .sw-list ul{ display: flex; flex-wrap: wrap; }
.photoConPage .sw-list li{ width: 50%; height: auto; }
.photoConPage .sw-list .swi-hd{ display: block; width: 100%; height: auto; }
.photoConPage .sw-list li .swl-item-pic{ position: relative; padding-bottom: 66.6666%; height: 0; background: none; }
.photoConPage .sw-list li .swl-item-pic img{ position: absolute; left: 50%; top: 50%; width: auto; height: auto; max-width: 100%; max-height: 100%; transform: translate(-50%, -50%); }
.photoConPage .sw-list h3{ margin: 14rem 0 10rem; font-size: 18em; line-height: 1.4em; max-height: 2.8em; padding: 0; }
.photoConPage .swpt-tip { display: none; }
.photoConPage .swpt-mode-wrap{ border-right: none; padding-right: 0; }
.photoConPage .swpt-full-wrap{ display: none; }
.photoConPage .swp-btn { top: 40%; padding: 15rem 20rem; }

/* 视频-列表页 ----------------------------------------- */
.list-page-video { display: flex; flex-wrap: wrap; margin: -2.5% -3% 0 0; overflow: hidden; text-align: center; }
.list-page-video li { width: 47%; margin: 2.5% 3% 0 0; position: relative; overflow: hidden; border: 1px solid #EBEBEB; }
.list-page-video li.noData { text-align: left; }
.list-page-video .pic a { display: block; padding-bottom: 56.25%; position: relative; overflow: hidden; height: 0; }
.list-page-video .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; }
.list-page-video .pic a::before { position: absolute; z-index: 1; display: flex; justify-content: center; align-items: center; content: '\e62c'; left: 0; top: 0; width: 100%; height: 100%; font-family: "iconfont"; font-size: 56rem; color: #fff; background: rgba(0, 0, 0, .2); }
.list-page-video .title a { padding: 0 15rem; display: block; max-height: 3.1em; font-size: 16em; line-height: 3.1em; text-align: center; overflow: hidden; text-decoration: none; color: #666; background: #F8F8F8; }
.list-page-video li:hover .title a { color: #633; }

/* 视频-内容页 ----------------------------------------- */
.switchVideoCon { margin-top: 15rem; font-size: 16em; line-height: 1.4; }

/* 友情链接-内容页 ----------------------------------------- */
.list-friend-link { display: flex; flex-wrap: wrap; margin: -30rem -40rem 0 0; }
.list-friend-link li { min-width: 100%; padding: 30rem 40rem 0 0; }
.list-friend-link li a { position: relative; transition: all 0.5s; display: block; padding: 17rem 40px 17rem 20rem; border: 1px solid #dcdcdc; font-size: 18em; 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: #fff; background-color: #633; border-color: #633;}
.list-friend-link li a:hover::after { border-left-color: #fff; }


/* 信息提示页 */
.Showms { background: #fff; padding: 3% 5%; overflow: hidden; max-width: 540rem; margin: 30rem auto; }
.Showms .top,
.Showms .bottom,
.Showms .Shadow { display: none; }
.Showms .MS { overflow: hidden; zoom: 1; }
.Showms .titWrong { color: #c00; border-bottom: 1rem solid #ccc; padding: 5rem 0; margin-bottom: 15rem; font-size: 18rem; }
.Showms .BUT { padding: 25rem 0 15rem 0; }
.Showms .BUT a { padding: 0 15rem; height: 36rem; line-height: 36rem; display: inline-block; -webkit-border-radius: 3rem; -moz-border-radius: 3rem; border-radius: 3rem; cursor: pointer; margin-right: 15rem; background: #eee; border: 1rem solid #ccc; font-size: 14rem; background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee)); background: -moz-linear-gradient(#FFFFFF, #eee); background: -ms-linear-gradient(#FFFFFF, #eee); background: -o-linear-gradient(#FFFFFF, #eee); background: linear-gradient(#FFFFFF, #eee); }
.Showms .BUT a:hover { color: #c00; border: 1rem solid #aaa; text-decoration: none; }
.departmentSearch .searchBox { height: 60rem; width: 100%; }
.departmentSearch .searchBox .hd { height: 36rem; line-height: 36rem; padding: 12rem 0 12rem 59rem; float: left; font-size: 16rem; color: #333; background: url(/content/main/petitionletter/img/petition-icons.png) 19rem -151rem no-repeat; }
.departmentSearch .searchBox .bd { height: 36rem; width: 395rem; float: right; padding: 12rem 0rem 0rem 0rem; }
.departmentSearch .searchBox .keyword { width: 200rem; height: 24rem; line-height: 24rem; font-size: 14rem; padding: 5rem 0rem 5rem 15rem; background: #fff; border: 1rem solid #ccc; border-right: none; outline: none; float: left; }
.departmentSearch .searchBox .searchsubmit { width: 84rem; height: 36rem; line-height: 36rem; font-size: 16rem; color: #fff; text-align: center; background: #458adf; border: none; float: left; font-weight: bold; }
.departmentSearch { overflow: hidden; margin-bottom: 10rem; }
.departments { height: 36rem; width: 100rem; line-height: 32rem; border: 1rem solid #ddd; font-size: 14rem; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none; float: left; margin-right: 5rem; }

/*教育平台*/
.platformList { border-top: 1rem solid #ddd; border-left: 1rem solid #ddd; overflow: hidden; margin-left: -1rem; margin-top: 20rem; background: #f9f9f9}
.platformList li { float: left; width: 20%; border-right: 1rem solid #ddd; border-bottom: 1rem solid #ddd; margin-left: -1rem;; text-align: center; padding: 40rem 0 0; height: 150rem; }
.platformList li .title { line-height: 50rem; font-size: 16rem; }
.platformList li .pic img { -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; transition: 200ms; }
.platformList li .pic:hover img { transform: scale(-1.2, 1.2); }

/*点赞与收藏*/
.likes-group { overflow: hidden; text-align: center; margin-bottom: 50rem; height: 110rem; }
.likes-group li { width: 60rem; border-radius: 30rem; height: 60rem; background: #f0f0f0; display: inline-block; }
.likes-group a { font-size: 12rem; padding-top: 28rem; display: inline-block; transition: 0ms; }
.likes-group .Likes { background: url(../../base/img/btnicon.png) no-repeat 4rem -103rem; }
.likes-group .Collection { background: url(../../base/img/btnicon.png) no-repeat 4rem -45rem; }
.likes-group .addLikes { background: url(../../base/img/btnicon.png) no-repeat 10rem -346rem; }
.likes-group .addCollection { background: url(../../base/img/btnicon.png) no-repeat 15rem -288rem; }

.ng-cloak { display: none; }

/* 媒体查询 */
@media (max-width:992px) {

	/* box-tab */
    .box-tab > .hd { background: #fff; padding: 25rem; margin-bottom: 20rem; }
	.box-tab > .hd ul { overflow: hidden; width: 100%; overflow-x: scroll; white-space: nowrap; }
	.box-tab > .hd ul::-webkit-scrollbar { height: 0 !important; width: 0 !important }
	.box-tab > .hd ul li { display: inline-block; margin: 0 8rem; }
	.box-tab > .hd ul::-webkit-scrollbar { display: none; }
	.box-tab > .hd ul li a { display: block; background: #e6eff8; color: #0e2b66; border-radius: 4px; padding: 0 1.2em; text-decoration: none; font-size: 18em; line-height: 2.3; }
	.box-tab > .hd ul li.on a { border-color: #633; background: #633; color: #fff; }

}
@media (min-width:768px) {

    .list-page-video li { width: 30.3333%; }

    .list-table-jgsz { width: 100%; }

    #slide-group { padding-bottom: 44.1%; }
    #slide-news { display: flex; }
    #slide-news .swiper-wrapper { width: 70%; }
    #slide-news .swiper-slide .con { display: none; }
    #slide-news .swiper-pagination { position: static; display: flex; width: 30%; height: 100%; flex-direction: column; }
    #slide-news .swiper-pagination .item { position: relative; display: flex; flex: 1 1 1%; background: #fff; margin-top: 5px; }
    #slide-news .swiper-pagination .item:first-of-type { margin-top: 0; }
    #slide-news .swiper-pagination .pic { order: 1; width: 40%; height: 100%; }
    #slide-news .swiper-pagination .pic a { display: block; height: 100%; }
    #slide-news .swiper-pagination .con { display: flex; align-items: center; flex: 1 1 1%; padding: 10rem 16rem; }
    #slide-news .swiper-pagination .title { max-height: 2.8em; overflow: hidden; font-size: 16em; line-height: 1.4em; font-weight: bold; text-align: left; }
    #slide-news .swiper-pagination .title a { display: block; color: inherit; text-decoration: none; }
    #slide-news .swiper-pagination .item.on { background: #633; }
    #slide-news .swiper-pagination .item.on::before { position: absolute; right: 100%; top: 0; width: 17rem; height: 100%; content: ''; background: #633; }
    #slide-news .swiper-pagination .on .title { color: #fff; }

    .list-friend-link li { min-width: 50%; }


    /* list-news */
    .list-news li .date { padding-right: 50rem; margin-left: 20rem; order: 0; }
    .list-news li .date:after,
    .list-news li .date:before { background-color: rgba(0, 0, 0, 0.1); display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);  }
    .list-news li .date:before {  width: 40rem; height: 1px; }
    .list-news li .date:after {  width: 1px; height: 40rem; }

    /* photoConPage */
    .photoConPage .swp-tool{ text-align: left; }
    .photoConPage .swpt-extra{ float: right; }
    .photoConPage .swpt-time{ margin-top: 0; }
    .photoConPage .swp-admin-edit { display: inline-block; margin-left: 13px; }
    .photoConPage .sw-list li{ width: 33.3333%; }
    .photoConPage .swpt-tip { display: block; }

}
@media (min-width:992px) {
    #content>.container { border-top:4rem solid #633; }

    .list-page-tp { margin-top: -20rem; }
    .list-page-tp li { padding: 30rem 20rem; margin-bottom: 0; }
    .list-page-tp .title { max-height: 1.4em; }
    .list-page-tp .others { display: none; }
    .list-page-tp .calendar { display: block; }


    #slide-news .swiper-pagination .title { max-height: 4.2em; }

    /* box-tab */
    .box-tab { display: flex; }
    .box-tab > .hd {width: 200rem;margin-right: 30rem;}
    .box-tab > .hd ul { border-left: 6rem solid #633; }
	.box-tab > .hd ul li a { position: relative; display: block; padding: 17rem 45rem 17rem 20rem; text-align: center; text-decoration: none; font-size: 18rem; line-height: 28rem; overflow: hidden; border-bottom: 1px solid #EFF2F8; background: #fff; }
    .box-tab > .hd ul li a::after{ position: absolute; right: 15rem; top: 50%; font-family: "iconfont" !important; content: "\e687"; color: #ddd; font-weight: normal; font-size: 16rem; transform: translateY(-50%); }
	.box-tab > .hd ul li.on a { background: #633; color: #fff; margin-right: -10rem; }
    .box-tab > .hd ul li.on a::after { color: #fff; }
    .box-tab > .bd { flex: 1 0 0%; min-width: 0; }

    .list-friend-link li { min-width: 33.3333%; }

    /* photoConPage */
    .photoConPage .slide-wrap { padding: 20rem; }
    .photoConPage .swp-list-wrap { display: block; }
    .photoConPage .slide-wrap-show-list .swp-list-wrap { display: none; }
    .photoConPage .sw-list li { width: 25%; }

    /* printArea */
    .printArea .property { text-align: left; line-height: 2.5em;}
    .printArea .property .size { position: relative; float:right; right: auto; top: auto; }
    .printArea .property .size a { display: inline-block; background-color: #fff; margin-bottom: 0; color: #999; }
    .printArea .property .shared { display: block; }

    /* page-body */
    .page-body { background: #FAF7F0; }
    .page-body .box-main { padding: 0 50rem; }
}
@media (min-width:1200px) {
    .photoConPage .swpl-group{ display: block; }


    .list-page-pic .title { padding: 25rem 0 0 125rem;}
    .list-page-pic .title a { text-align:left; height: 3em; line-height: 3em; }
    .list-page-pic .date { display: block; }
}