﻿@charset "utf-8";

/* 父列表页 ------------------------------------------ */
.focusWrap { margin-bottom: 30px; }
.focusWrap::after { content: ""; display: block; clear: both; }
.pageBoxLoop { display: flex; flex-wrap: wrap; gap: 30px; }
.pageBoxLoop .box { width: calc(50% - (30px / 2)); min-width: 0; box-sizing: border-box; }
.pageBoxLoop .specialBox { width: 100%; }
.pageBoxLoop .specialBox > .bd { position: relative; }


/* 图片轮播 */
.specialBox .swiper { position: relative; margin: -10px 0; padding: 10px 0; }
.specialBox .swiper-slide-blank { display: none; }
.specialBox .swiper-slide { position: relative; width: 25%; transition: all ease 0.5s; }
.specialBox .swiper-slide:hover { transform: translateY(-10px); }
.specialBox .swiper-slide .pic { display: block; position: relative; padding-bottom: 61.42%; height: 0; overflow: hidden; background: #f8f8f8; }
.specialBox .swiper-slide .pic img { position: absolute; left: 0; top: 0; object-fit: cover; }
.specialBox .swiper-slide .tit { display: flex; align-items: center; justify-content: center; padding: 8px 1em; height: 48px; line-height: 24px; font-size: 16px; text-align: center; border: 1px solid #eee; border-top: none; box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05); overflow: hidden; text-decoration: none; }
.specialBox .swiper-prev,
.specialBox .swiper-next { position: absolute; right: calc(100% + 15px); top: 50%; width: 38px; height: 38px; line-height: 38px; text-align: center; border: 1px solid #ccc; border-radius: 50%; font-size: 18px; color: #ccc; transform: translateY(-50%); visibility: hidden; opacity: 0; transition: all ease 0.5s; }
.specialBox .swiper-next { right: auto; left: calc(100% + 15px); }
.specialBox .swiper-prev:hover,
.specialBox .swiper-next:hover { border-color: #2FA64C; color: #2FA64C; }
.specialBox:hover .swiper-prev,
.specialBox:hover .swiper-next { visibility: visible; opacity: 1; }

/* pageBox */
.pageBox { margin-top: 50px; }
.pageBox:first-of-type { margin-top: 0; }
.pageBox > .hd { display: flex; justify-content: center; line-height: 50px; overflow: hidden; }
.pageBox > .hd h3 { position: relative; padding: 0 20px; font-size: 22px; font-weight: bold; color: #2FA64C; }
.pageBox > .hd h3 a { color: inherit; text-decoration: none; }
.pageBox > .hd h3::before,
.pageBox > .hd h3::after { position: absolute; content: ''; top: 50%; width: 460px; height: 1px; background: repeating-linear-gradient(90deg, transparent 0, transparent 2px, #fff 2px, #fff 4px), linear-gradient(90deg, transparent 0%, #2FA64C 100%); }
.pageBox > .hd h3::before { right: 100%; }
.pageBox > .hd h3::after { left: 100%; transform: rotateY(180deg); }
.pageBox > .hd h3 span { position: relative; display: block; padding: 0 20px; }
.pageBox > .hd h3 span::before,
.pageBox > .hd h3 span::after { position: absolute; content: ''; top: 50%; width: 7px; height: 7px; border: 1px solid #2FA64C; transform: translateY(-50%) rotate(45deg); transform-origin: center center; }
.pageBox > .hd h3 span::before { right: 100%; margin-right: -4px; }
.pageBox > .hd h3 span::after { left: 100%; margin-left: -4px; }
.pageBox > .bd { padding: 30px 0 0; }

/* 节点列表 */
.nodePageList { display: flex; flex-wrap: wrap; margin: -1.8% -1.8% 0 0; }
.nodePageList li { width: 31.5%; margin: 1.8% 1.8% 0 0; }
.nodePageList li a { position: relative; z-index: 1; display: flex; height: 100%; align-items: center; justify-content: center; font-size: 18px; line-height: 26px; padding: 16px 1.5em; border: 1px solid #ddd; background: #fff; border-radius: 6px; box-sizing: border-box; }
.nodePageList li a::before { position: absolute; content: ''; left: -1px; right: -1px; top: -1px; bottom: -1px; z-index: -1; transition: all ease 0.4s; background: linear-gradient(90deg, #2FA64C 0%, #EDB74C 140%); border-radius: 6px; visibility: hidden; opacity: 0; transform-origin: center bottom; transform: scaleY(0); }
.nodePageList li a:hover::before { visibility: visible; opacity: 1; transform: scaleY(1); }
.nodePageList li a:hover { color: #fff; }

/* newsList */
.newsList { margin-top: -10px; }
.newsList li { padding: 20px 0; font-size: 18px; line-height: 30px; border-bottom: 1px dashed #eee; }
.newsList li.split { padding: 0; margin: 20px 0; border-bottom: 1px dashed #e9e9e9; }
.newsList .date { float: right; margin-left: 30px; color: #999; font-size: 16px; }
.newsList li > a { position: relative; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 22px; transition: all ease 0.4s; }
.newsList li > a::before { position: absolute; content: ''; width: 5px; height: 5px; border: 1px solid #EDB74C; left: 5px; top: 11px; }
.newsList li > a:hover { transform: translateX(10px); }
.newsList li > a:hover::before { background: #EDB74C; }
.newsList li > a em { background: #fbff06; color: #f00; }

/* 内容带图片的信息列表_图片判断式 */
.pageTPList li { position: relative; z-index: 1; display: flex; gap: 30px; padding: 30px; margin-bottom: 20px; overflow: hidden; border-bottom: 1px solid #eee; }
.pageTPList li::before { position: absolute; z-index: -1; content: ''; left: 0; top: 0; right: 0; bottom: 0; background: #2FA64C; border-radius: 20px 0 20px 0; visibility: hidden; transform: translateY(100%); }
.pageTPList li.last { margin-bottom: 0; }
.pageTPList .pic { width: 210px; }
.pageTPList .pic img { width: 100%; height: 140px;}
.pageTPList .con { flex: 1 0 0; align-self: center; }
.pageTPList .title { font-size: 18px; line-height: 30px; max-height: 60px; overflow: hidden; font-weight: bold; }
.pageTPList .title a { display: block; text-decoration: none; color: inherit; }
.pageTPList .title a::after { position: absolute; right: 70px; bottom: 40px; font-family: "iconfont"; content: '\e607'; width: 34px; height: 34px; line-height: 34px; border: 1px solid #eee; border-radius: 50%; text-align: center; font-size: 16px; font-weight: normal; color: #999; }
.pageTPList .intro { margin-top: 15px; font-size: 15px; line-height: 28px; max-height: 56px; color: #999; overflow: hidden; }
.pageTPList .others { display: none; }
.pageTPList .date { font-family: Arial; order: 1; margin: 20px 0 70px 10px; line-height: 1; }
.pageTPList .date .dd { display: block; font-weight: bold; font-size: 30px; color: #DFB072; }
.pageTPList .date .ym { display: block; margin-top: 10px; font-size: 16px; color: #999; }

.pageTPList li,
.pageTPList li::before,
.pageTPList .title a,
.pageTPList .title a::after,
.pageTPList .intro,
.pageTPList .date .dd,
.pageTPList .date .ym { transition:  all ease 0.4s; }

.pageTPList li:hover { border-bottom-color: transparent; }
.pageTPList li:hover::before { visibility: visible; transform: translateY(0); }
.pageTPList li:hover .title a,
.pageTPList li:hover .intro,
.pageTPList li:hover .date .dd,
.pageTPList li:hover .date .ym { color: #fff; }
.pageTPList li:hover .title a::after { border-color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5); }

/* 视频-列表页 ----------------------------------------- */
.videoPageList { margin: -0.85%; overflow: hidden; text-align: center; }
.videoPageList li { float: left; width: 31.6333%; margin: 0.85%; position: relative; overflow: hidden; }
.videoPageList li.noData { text-align: left; }
.videoPageList .pic a { display: block; padding-bottom: 56.25%; position: relative; overflow: hidden; height: 0; background: #000; }
.videoPageList .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; opacity: 0.8; }
.videoPageList .pic a::after { content: '\e734'; font-family: "fontpower"; position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px; width: 60px; font-size: 54px; color: #fff; line-height: 60px; text-align: center; }
.videoPageList .title a { padding: 12px 20px; display: block; height: 34px; font-size: 16px; line-height: 34px; background: #f5f5f5; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }
.videoPageList li:hover .pic img { opacity: 1; }

/* 视频-内容页 ----------------------------------------- */
.switchVideoCon { margin-top: 15px; }
.curSelectedVideo { background-color: #1264b0 !important; color: #fff; }


/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; padding: 20px 0; }
.articleCon .power-content_voice { margin-bottom: 20px; }
.printArea .title { font-size: 36px; line-height: 1.5; text-align: center; margin-bottom: 30px; color: #333; display: block; font-weight: bold; }
.printArea .subheading { font-size: 24px; color: #666; text-align: center; margin-top: 10px;}
.printArea .property { font-size: 16px; margin-bottom: 35px; line-height: 36px; padding: 10px 20px 16px; text-align: center; color: #999; border-bottom: 1px solid #eee; }
.printArea .property a { color: inherit; }
.printArea .property span { padding: 0 10px;}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 18px; line-height: 2; text-align: left; padding: 0 0 20px 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: 0; line-height: inherit; word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify; }
.printArea .conTxt p:first-child { margin-top: 0px; }
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top; box-sizing: border-box; }
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; margin: 0 auto; }
.printArea .conTxt table td{padding: 5px 10px; border: 1px solid #ddd;}
.printArea .conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.printArea .conTxt table p { margin: 0px}
.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:0px;}
.printArea .conTxt .videoPlayer{ text-indent: 0; }
.printArea .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 20px 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; }
.printArea .page { padding: 10px 0; text-align: center; }
.articleCon .userControl { font-size: 16px; overflow: hidden; text-align: left; margin-bottom: 20px; line-height: 20px; height: 20px; padding: 0 0 20px; border-bottom: 1px solid #eee; }
.articleCon .userControl .dyBtn { margin: 0 15px 0 0; float: left; }
.articleCon .userControl .bdsharebuttonbox { float: right; }
.articleCon .userControl .bdsharebuttonbox .bd { font-size: 0; }
.articleCon .others { padding: 10px 0; margin-bottom: 15px;}
.articleCon .others .prev,
.articleCon .others .next { padding: 6px 0;}

/* 分享按钮 */
.articleCon .bdsharebuttonbox .hd { display: none; }
.articleCon .bdsharebuttonbox .bd { display: none; position: fixed; z-index: 1; top: 50%; right: 52%; margin-right: 700px; width: 40px; transform: translateY(-50%); }
.articleCon .social-share{ height: auto; }
.articleCon .social-share .social-share-icon{ margin: 5px 0; width: 40px; height: 40px; background-image: url(../../base/img/icons-share.png); }
.articleCon .social-share .social-share-icon::before { display: none; }
.articleCon .social-share .social-share-icon:hover{ opacity: 0.8; }
.articleCon .social-share .icon-qq{ background-position: 0 -100px; }
.articleCon .social-share .icon-qzone{ background-position: 0 -150px; }
.articleCon .social-share .icon-wechat{ background-position: 0 -50px; }
.articleCon .social-share .icon-weibo{ background-position: 0 0; }
.articleCon .social-share .icon-douban{ background-position: 0 -200px; }
@media (max-width: 1600px) {
    .articleCon .bdsharebuttonbox .bd { left: auto; margin-left: 0; right: 20px; }
}

/*点赞与收藏*/
.likes-group li { line-height: 28px; }

/* 智能标签 */
.articleCon .smart-tags {margin-bottom: 20px !important}

/* 学习记录 */
.studyDock { z-index: 20; }

/* 相关信息 */
#relativeInfo { border-bottom: 1px dashed #ddd;}
#relativeInfo .hd h3 { font-size: 18px; color: #2FA64C}
#relativeInfo .bd { padding: 10px 0 20px 0;}
#relativeInfo ul { overflow: hidden;}
#relativeInfo li { float: left; width: 50%;}


/* 图片-列表页 ----------------------------------------- */
.picPageList { margin: -1%; overflow: hidden; text-align: center; }
.picPageList li { float: left; width: 23%; margin: 1%; position: relative; overflow: hidden; }
.picPageList li.noData { text-align: left; }
.picPageList .pic a { display: block; padding-bottom: 66.6666%; position: relative; overflow: hidden; height: 0; }
.picPageList .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; }
.picPageList .title { margin-top: 10px; }
.picPageList .title a { display: block; height: 30px; font-size: 16px; line-height: 30px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }

/* 图集-列表页 ----------------------------------------- */
.photoPageList { display: flex; flex-wrap: wrap; margin: -1.5% -2%; }
.photoPageList li { width: 29.3333%; margin: 1.5% 2%; transition: all ease 0.6s; }
.photoPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 66.6666%; height: 0; }
.photoPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.photoPageList .title { display: flex; flex-direction: column; justify-content: center; align-items: stretch; height: 64px; overflow: hidden; line-height: 24px; font-size: 16px; text-align: center; border: 1px solid #eee; border-top: none; box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05); }
.photoPageList .title a { display: block; max-height: 48px; overflow: hidden; padding: 0 1em; color: inherit; text-decoration: none; }
.photoPageList li:hover { transform: translateY(-10px); }

/* 图集-内容页 ----------------------------------------- */
.slide-wrap { padding: 20px 0 0; }
.swp-tit { text-align: center; }
.swp-tit h2,
.swp-tit span { float: none; font-size: 36px; font-weight: bold; }
.slide-wrap .swp-admin-edit { float: right; }
.slide-wrap.slide-wrap-show-list .swpt-mode-wrap { float: none; }
.slide-wrap .sw-list .swi-hd { width: 1%; }
.slide-wrap .sw-list ul { display: flex; flex-wrap: wrap; }
.slide-wrap .sw-list li { width: 20%; height: auto; min-width: auto; }
.slide-wrap .sw-list li .swl-item-pic { display: table-cell; width: 1%; vertical-align: middle; }
.slide-wrap .sw-list li .swl-item-pic img { max-height: 100%; }
.slide-wrap .sw-list h3 { padding: 8px 20px; max-height: none; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; white-space: normal; }

/* 友情链接列表页 ----------------------------------------- */
.friendLinkList { margin: -10px -30px 0 0; }
.friendLinkList li { float: left; min-width: 33.3333%; padding: 20px 30px 0 0; box-sizing: border-box; }
.friendLinkList li a { position: relative; display: block; padding: 15px 40px 15px 20px; border: 1px solid #eee; font-size: 16px; line-height: 1.4; border-radius: 6px; }
.friendLinkList li a::after { position: absolute; right: 18px; top: 50%; content: ''; width: 0; height: 0; border: 0.4em solid transparent; border-left: 0.55em solid #d3d3d3; border-right: none; transform: translateY(-50%); }
.friendLinkList li a:hover { text-decoration: none; color: #2FA64C; }
.friendLinkList li a:hover::after { border-left-color: #2FA64C; }

/* 专题汇总列表 ----------------------------------------- */
.spePageList { position: relative; display: flex; flex-wrap: wrap; align-items: flex-start; margin: -1%; }
.spePageList li { position: relative; width: 23%; margin: 1%; }
.spePageList .pic { display: block; position: relative; padding-bottom: 61.42%; height: 0; overflow: hidden; background: #f8f8f8; }
.spePageList .pic img { position: absolute; left: 0; top: 0; object-fit: cover; }
.spePageList .tit { display: flex; align-items: center; justify-content: center; padding: 8px 1em; height: 48px; line-height: 24px; font-size: 16px; text-align: center; border: 1px solid #eee; border-top: none; box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05); overflow: hidden; text-decoration: none; }
.spePageList .archivedTip { position: absolute; right: 0; top: 0; background: rgba(0, 0, 0, 0.5); padding: 0 15px; color: #fff; }

/* 信息提示页 ---------------------------------------------- */
.Showms { background: #fff; padding: 30px 40px; overflow: hidden; margin: 30px 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: 10px 0; margin-bottom: 15px; font-size: 18px;}
.Showms .BUT { padding: 25px 0 15px 0;}
.Showms .BUT a { padding: 0 15px; height: 36px; line-height: 36px; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; margin-right: 15px; background: #eee; border: 1px solid #ccc; font-size: 14px; 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: 1px solid #aaa; text-decoration: none;}

/* 在线投票 */
.voteCommonList .tit { font-size: 16px; }

/* 问卷调查 */
.surveyCommonList .tit { font-size: 16px; }
.surveyResult .row .titleInfo i { margin-top: 0; }

.ng-cloak { display: none; }

/* 自定义表单 */
.fs-searchBar #formSearch{background: #2FA64C; border-color: #2FA64C;}
.fs-searchBar #formSearch:hover{background: #01a0e9; border-color: #01a0e9;}
#fuzzysearch_result_tbody .resultdetail_a:not(.resultdetail_a_visited){background-color:#2FA64C}
#fuzzysearch_result_tbody .resultdetail_a:hover{background-color:#01a0e9}
.customFormBox .hd h3 { border-bottom-color: #2FA64C; color: #2FA64C;  }
.customFormBox .hd h3 a { color: #2FA64C; }
.customFormBox .hd .on { border-bottom-color: #2FA64C; }
.customFormBox .hd .on a { color: #2FA64C; }