<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 新闻中心-首页 -----------------------------------------*/
.row-group { margin-top: 2.5rem; }
.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: 1.75rem 1.25rem; background: rgba(0, 0, 0, 0.5); }
#slide-news .swiper-slide .title { font-size: 1.0625em; 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 &gt; .bd { background: #fff; padding: 1.875rem; }
.box-tab &gt; .bd .swiper-slide { background: #fff; }

/* 专题专栏 */
#special { margin-top: 3.125rem; }


/* 机构设置-首页 ------------------------------------*/

/* 快速通道 */
.box-quick { margin-bottom: 1.875rem; display: flex; flex-wrap: wrap; background: #f8f8f8; }
.box-quick &gt; .hd { flex: 1 1 100%; display: flex; flex-direction: column; justify-content: center; padding: 1.25rem 1.5625rem; background: #5b6b78; text-align: center; }
.box-quick &gt; .hd h3 { font-size: 1.5em; color: #ccd9e4; }
.box-quick &gt; .hd h4 { font-size: 1.375em; color: #7a8791; }
.box-quick &gt; .bd { flex: 1 1 1%; padding: 1.25rem 1.5625rem; }

.box-link { display: flex; flex-wrap: wrap; margin-top: 0.9375rem; }
.box-link:first-of-type { margin-top: 0; }
.box-link &gt; .hd { margin-right: 1.5625rem; }
.box-link &gt; .hd h3 { font-size: 1em; color: #fff; background: #244A97; line-height: 2.2em; padding: 0 1em; border-radius: 500px; }
.box-link &gt; .hd h3 a { display: block; text-decoration: none; color: inherit; }
.box-link &gt; .bd { display: flex; flex-wrap: wrap; align-items: center; flex: 1 1 100%; padding: 0.9375rem 1.25rem; }
.box-link &gt; .bd .more { flex: 1 1 100%; margin: 0.9375rem 0 0; padding: 0 1em; float: right; color: #666; line-height: 2.5em; font-size: 0.875em; background: #fff; border-radius: 500px; text-decoration: none; text-align: center; }
.box-link &gt; .bd .more:hover { background: #244A97; color: #fff; }
.box-link .list { display: flex; flex: 1 1 100%; flex-wrap: wrap; margin-left: -1.5625rem; }
.box-link .list li { margin-left: 1.5625rem;  }
.box-link .list li a { display: block; font-size: 0.9375em; line-height: 1.8; }

/* 机构设置-表格式 ------------------------------------------ */
.list-table-jgsz { width: 87.5rem; border-collapse: collapse; }
.list-table-jgsz th,
.list-table-jgsz td { padding: 0.625rem; line-height: 1.8em; text-align: center; font-size: 1em; color: #666; border: 0.0625rem solid #e9e9e9; }
.list-table-jgsz th { color: #333; background-color: #f6f6f6; }
.list-table-jgsz tr:hover td { background-color: #eef8ff; }
.list-table-jgsz .name { width: 6em; }
.list-table-jgsz .address { width: 10em; }
.list-table-jgsz .phone { width: 6em; }
.list-table-jgsz .code { width: 3em; }
.list-table-jgsz .url { width: 10em; }

/* 文章父列表页 -----------------------------------------*/
.slide-wrap { margin-bottom: 1.25rem; }

/* 栏目循环 */
.page-loop {
    display: flex;
    flex-direction: column;
}
.page-loop .box {
    width: 100%;
    margin-bottom: 2rem;
}


/* 内容带图片的信息列表_图片判断式 */
.list-page-tp { padding-top: 0.625rem; }
.list-page-tp li {display: flex;padding-bottom: 1.5625rem;margin-bottom: 1.5625rem;overflow: hidden;flex-flow: wrap;border-bottom: 1px solid #eee;}
.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 { margin-right: 1.5625rem; width: 11.25rem; }
.list-page-tp .pic a { display: block; padding-bottom: 75%; 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;margin-bottom: 1rem;font-size: 1.1875em;font-weight: bold;line-height: 1.4em;overflow: hidden;width: 100%;}
.list-page-tp .intro {display: block; line-height: 1.8em;color: #999;max-height: 3.6em;overflow: hidden;font-size: 0.9375em;}
.list-page-tp .others {display: block; margin-top: 0.75rem; line-height: 1.6em; font-size: 0.9375em; color: #999;}
.list-page-tp .others &gt; span { margin-left: 1.5625rem; }
.list-page-tp .others &gt; span:first-of-type { margin-left: 0; }
.list-page-tp li:hover .title { font-weight: bold; color: #244A97; }

/* 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.9375rem 0 1.25rem; float: right; color: #999; font-size: 0.9em; }
.list-news li &gt; a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.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; }

/* 友情链接列表页 -----------------------------------------*/
.friendLinkList { overflow: hidden; zoom: 1; padding: 0.625rem 0 0.625rem 0.625rem; }
.friendLinkList li { width: 27%; height: 2.25rem; line-height: 2.25rem; 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: 14.72px !important; }
    body { font-size: 100% !important; }
}
body &gt; .printArea { font-size: 16px !important; }
body &gt; .printArea &gt; .title { padding: 0 30px !important; margin-bottom: 20px !important; }

/* 文章内容页 -----------------------------------------*/
.article { text-align: left; padding: 1.875rem 0; }
.printArea .title { font-size: 1.6em;  padding: 0 1.875rem; line-height: 1.5; text-align: center; margin-bottom: 2.5rem; word-wrap: break-word; color: #2F318B; }
.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: #888; background: #f8f8f8; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: #244A97; text-decoration: none; }
.printArea .property &gt; 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: #333; 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; }
.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] &gt; 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: #333; float: left;}
.article .userControl .bdsharebuttonbox { order: 1; }
.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 .userControl .bdsharebuttonbox .hd{ height: 28px; line-height: 28px; font-size: 1em; }
.article .userControl .social-share{ height: auto; }
.article .userControl .social-share-icon:hover{ opacity: 0.8; }
/* .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-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; } */

/* 相关信息 */
#relativeInfo { border-bottom: 0.125rem solid #f3f3f3; }
#relativeInfo .bd { padding: 0.625rem 0 1.25rem 0; }
#relativeInfo ul { overflow: hidden; }
#relativeInfo li { float: left; width: 50%; border-bottom: 0; }


/* 含有-推荐阅读页面 ---------------------------------------------*/
.read-page{
    display: flex;
    justify-content: space-between;
}
.read-page #datalist{
    display: none;
    width: 30%;
}
.read-page .article{
	width:100%;
}
.side-read{
    margin-left: 2.5rem;
    padding: 1.25rem 2.5rem 2.5rem;
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0.00) 100%);
}
.side-read .hd{
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E0E0E0;
}
.side-read .hd strong{
    font-size: 1.5em;
    line-height: 1.3;
    padding-bottom: 1.25rem;
    font-weight: bold;
    color: #2F318B;
    border-bottom: 2px solid #2F318B;
}
.list-read{
    display: flex;
    flex-direction: column;
    align-items:center;
}
.list-read li{
    width: 100%;
    margin-bottom: 2rem;
}
.list-read li .pic{
    display: block;
    margin-bottom: 1rem;
}
.list-read li .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.list-read li .tit{
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 通用-单页 ------------------------------------------  */
.singlePage .article { margin: 0; padding: 0; }

/* 图片-列表页 ----------------------------------------- */
.list-page-pic { display: flex; flex-wrap: wrap; margin: -2.5% -3% 0 0; overflow: hidden; text-align: center; }
.list-page-pic li { width: 47%; margin: 2.5% 3% 0 0; position: relative; overflow: hidden; }
.list-page-pic li.noData { text-align: left; }
.list-page-pic .pic a {display: block;position: relative;overflow: hidden;}
.list-page-pic .pic img {width: 100%;height: auto;}
.list-page-pic .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: 3.5rem; color: #fff; background: rgba(0, 0, 0, .2); }
.list-page-pic .title a,
.list-page-pic .title&gt;.tit{ padding: 0 0.9375rem; display: block; max-height: 3.1em; font-size: 1em; line-height: 3.1em; text-align: center; overflow: hidden; text-decoration: none; color: #666; text-overflow: ellipsis; white-space: nowrap;}
.list-page-pic li:hover .title a { color: #244A97; }

/* 图集-内容页 ----------------------------------------- */
.photoConPage .slide-wrap{ padding: 0; }
.photoConPage .swp-tit{ text-align: center; padding-bottom: 1.25rem; }
.photoConPage .swp-tit h2{ float: none; font-size: 2em; color: #333; }
.photoConPage .swp-tool{ margin-bottom: 1.875rem; background: #F5F5F5; color: #999; overflow: hidden; height: auto; padding: 1rem; text-align: center; font-size: 0.875em; }
.photoConPage .swpt-mode-wrap a:link, .photoConPage .swpt-mode-wrap a:visited{ color: #999; }
.photoConPage .swpt-extra{ float: none; display: inline-block; }
.photoConPage .swpt-time{ margin-top: 0.625rem; display: block; font-style: normal; color: #999; }
.photoConPage .swp-admin-edit { display: none; color: #999; }
.photoConPage .swp-admin-edit a { color: #999; }
.photoConPage .swp-list-wrap{ display: none; height: auto; padding: 1.5625rem 0 0; }
.photoConPage .swpl-btn{ width: auto; }
.photoConPage .swpl-group{ display: none; }
.photoConPage .swpl-group{ display: none; }
.photoConPage .swp-txt{ padding: 0.875rem; position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(0, 0, 0, .5); }
.photoConPage .swpt-cont{ color: #fff; font-size: 1.5em; text-align: center; line-height: 1.4em; }
.photoConPage .swpt-cont em{ font-style: normal; }
.photoConPage .swpt-cont &gt; *{ display: inline-block; vertical-align: top; margin: 0 1rem; }
.photoConPage .swp-intro{ padding: 1.875rem 0; font-size: inherit; }
.photoConPage .swp-intro h3{ padding-bottom: 0; margin-bottom: 1.75rem; border-bottom: none; font-size: 1.25em; }
.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: 0.875rem 0 0.625rem; font-size: 1.125em; 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; }

/* 视频-列表页 ----------------------------------------- */
.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; }
.list-page-video li.noData { text-align: left; }
.list-page-video .pic a {display: block;position: relative;overflow: hidden;}
.list-page-video .pic img {width: 100%;height: auto;}
.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: 3.5rem; color: #fff; background: rgba(0, 0, 0, .2); }
.list-page-video .title a { padding: 0 0.9375rem; display: block; max-height: 3.1em; font-size: 1em; line-height: 3.1em; text-align: center; overflow: hidden; text-decoration: none; color: #666; text-overflow: ellipsis; white-space: nowrap;}
.list-page-video li:hover .title a { color: #244A97; }

/* 视频-内容页 ----------------------------------------- */
.switchVideoCon { margin-top: 0.9375rem; font-size: 1em; line-height: 1.4; }

/* 友情链接-内容页 ----------------------------------------- */
.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: #244A97; }
.list-friend-link li a:hover::after { border-left-color: #244A97; }

/* 专题-汇总页 ----------------------------------------- */
.list-page-special { margin: -2% -2.5% 0 0; overflow: hidden; text-align: center; }
.list-page-special li { float: left; width: 97.5%; margin: 2% 2.5% 0 0; position: relative; overflow: hidden; }
.list-page-special .pic { display: block; padding-bottom: 26.8%; 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: #333; 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; }

/*教育平台*/
.platformList { border-top: 0.0625rem solid #ddd; border-left: 0.0625rem solid #ddd; overflow: hidden; margin-left: -0.0625rem; margin-top: 1.25rem; background: #f9f9f9}
.platformList li { float: left; width: 20%; border-right: 0.0625rem solid #ddd; border-bottom: 0.0625rem solid #ddd; margin-left: -0.0625rem;; text-align: center; padding: 2.5rem 0 0; height: 9.375rem; }
.platformList li .title { line-height: 3.125rem; font-size: 1rem; }
.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: 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; }

/* 人才招聘 */
.recruitHomePage .pageBanner{height:18.75rem; background:url(../../base/img/recruitbanner.jpg) 50% 0rem no-repeat}
.recruitLinks .pic{margin-bottom:1.25rem; }
.recruitLinks .pic img{width:100%; height:auto; }
.recruitLinks .links{overflow:hidden; display:block; margin-right:-1.6875rem; }
.recruitLinks .links li{width:17.5rem; float:left; margin-right:1.625rem; }
.recruitLinks .links li a{display:block; height:8.125rem; background:url(../../base/img/recruit-btn-1.png) 0rem 0rem no-repeat; text-align:center; color:#fff; padding-top:3.125rem; }
.recruitLinks .links li a .cn{display:block; font-size:1.5rem; height:2.375rem; line-height:2.375rem; margin-bottom:0.625rem; }
.recruitLinks .links li a .en{font-size:1rem; line-height:1.625rem; }
.recruitLinks .links li.li2 a{background-image:url(../../base/img/recruit-btn-2.png)}
.recruitLinks .links li.li3 a{background-image:url(../../base/img/recruit-btn-3.png)}
.recruitLinks .links li.li4 a{background-image:url(../../base/img/recruit-btn-4.png)}


/* 媒体查询 */
@media (max-width:992px) {

	/* box-tab */
    .box-tab &gt; .hd { background: #fff; padding: 1.5625rem; margin-bottom: 1.25rem; }
	.box-tab &gt; .hd ul { overflow: hidden; width: 100%; overflow-x: scroll; white-space: nowrap; }
	.box-tab &gt; .hd ul::-webkit-scrollbar { height: 0 !important; width: 0 !important }
	.box-tab &gt; .hd ul li { display: inline-block; margin: 0 0.5rem; }
	.box-tab &gt; .hd ul::-webkit-scrollbar { display: none; }
	.box-tab &gt; .hd ul li a { display: block; background: #e6eff8; color: #0e2b66; border-radius: 4px; padding: 0 1.2em; text-decoration: none; font-size: 1.125em; line-height: 2.3; }
	.box-tab &gt; .hd ul li.on a { border-color: #244A97; background: #244A97; color: #fff; }

}
@media (min-width:768px) {
    /* 文章-图片列表 */
    .list-page-pic{margin:-1.5% -1% 0 0;}
    .list-page-pic li { width: 24%; margin: 1.5% 1% 0 0; }
    /* 视频列表页 */
    .list-page-video{margin:-1.5% -1% 0 0;}
    .list-page-video li { width: 24%; margin: 1.5% 1% 0 0; }

    .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: 0.625rem 1rem; }
    #slide-news .swiper-pagination .title { max-height: 2.8em; overflow: hidden; font-size: 1em; 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: #244A97; }
    #slide-news .swiper-pagination .item.on::before { position: absolute; right: 100%; top: 0; width: 1.0625rem; height: 100%; content: ''; background: #244A97; }
    #slide-news .swiper-pagination .on .title { color: #fff; }

    .list-friend-link li { min-width: 50%; }

    .article .userControl .dyBtn { display: block; }

    .photoConPage .swp-tool{ text-align: left; }
    .photoConPage .swpt-extra{ float: right; }
    .photoConPage .swpt-time{ margin-top: 0; }
    .photoConPage .swp-admin-edit { display: inline-block; }
    .photoConPage .sw-list li{ width: 33.3333%; }
    .photoConPage .swpt-tip { display: block; }

    .list-page-special li { width: 47.5%; }
}
@media (min-width:992px) {
    .list-page-tp .title { max-height:auto; font-size: 1.5rem; }
	.list-page-tp .intro { display: block; }

    .box-quick &gt; .hd { flex: 0 1 auto; text-align: left; }
    .box-link &gt; .bd { flex-basis: 1%; padding: .25em 0 .25em 1.5625rem; }
    .box-link &gt; .bd .more { flex: 0 1 auto; margin: 0 0 0 0.9375rem; line-height: 1.8em; }
    .box-link .list { flex-basis: 1%; }

    #slide-news .swiper-pagination .title { max-height: 4.2em; }

    /* box-tab */
    .box-tab { display: flex; }
    .box-tab &gt; .hd {width: 12.5rem;margin-right: 1.875rem;}
    .box-tab &gt; .hd ul { border-left: 0.375rem solid #244A97; }
	.box-tab &gt; .hd ul li a { position: relative; display: block; padding: 1.0625rem 2.8125rem 1.0625rem 1.25rem; text-align: center; text-decoration: none; font-size: 1.125rem; line-height: 1.75rem; overflow: hidden; border-bottom: 1px solid #EFF2F8; background: #fff; }
    .box-tab &gt; .hd ul li a::after{ position: absolute; right: 0.9375rem; top: 50%; font-family: "iconfont" !important; content: "\e687"; color: #ddd; font-weight: normal; font-size: 1rem; transform: translateY(-50%); }
	.box-tab &gt; .hd ul li.on a { background: #244A97; color: #fff; margin-right: -0.625rem; }
    .box-tab &gt; .hd ul li.on a::after { color: #fff; }
    .box-tab &gt; .bd { flex: 1 0 0%; min-width: 0; }

    .list-friend-link li { min-width: 33.3333%; }

    .photoConPage .slide-wrap { padding: 1.25rem; }
    .photoConPage .swp-list-wrap { display: block; }
    .photoConPage .slide-wrap-show-list .swp-list-wrap { display: none; }
    .photoConPage .sw-list li { width: 25%; }

    .list-page-special li { width: 30.8333%; }

    /* 栏目循环 */
    .page-loop {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .page-loop .box {
        width: 49.2%;
        margin-bottom: 1.25rem;
    }


    /* 文章-内容页 */
    .printArea .title{
        font-size: 2.25rem;
        font-weight: bold;
    }
    .printArea .property{
        background: none;
        border-bottom: 1px solid #F3F3F3;
    }
    /* 推荐阅读-显示 */
    .read-page #datalist{
        display: block;
    }
}
@media (min-width:1200px) {
    .photoConPage .swpl-group{ display: block; }
}</pre></body></html>