@charset "UTF-8";

/* 集团概况-首页 -----------------------------------------*/
.aboutBox > .hd { text-align: center; }
.aboutBox > .hd h3 { font-size: 24px; line-height: 1.4; }
.aboutBox > .bd { padding-top: 15px; }
.established .date { margin: 0 0 15px 0; padding: 5px 12px; border: 6px solid #dbc07f; }
.established .date .ym { font-size: 30px; color: #dbc07f; line-height: 1.5; }
.established .date .name { margin-top: 4px; font-size: 18px; line-height: 26px; }
.established .date .intro { margin-top: 10px; font-size: 14px; line-height: 30px; color: #999; }
.established .text { padding: 0 2%; margin-top: 10px; font-size: 16px; line-height: 32px;}
.established .pic { margin-top: 10px; }
.established .pic img { width: 100%; height: auto; }
.aboutBox .printArea .conTxt { padding: 0 2%; margin-top: 15px; }
.aboutBox .menuList { padding: 15px 0 5px; margin: -1.3%; }
.aboutBox .menuList::after { display: table; content: " "; clear: both; }
.aboutBox .menuList li { float: left; width: 47.4%; margin: 1.3%; }
.aboutBox .menuList li a { display: block; height: 60px; line-height: 60px; text-align: center; font-size: 18px; overflow: hidden; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
.aboutBox .menuList li a::before { display: inline-block; font-family: "fontpower"; content: '\e1cb'; vertical-align: top; font-size: 30px; color: #223874; margin-right: 16px; }
.aboutBox .menuList li a:hover { background: #223874; text-decoration: none; color: #fff; }
.aboutBox .menuList li a:hover::before { color: #fff; }
.aboutBox .menuList .li2 a::before { content: '\e1ca'; }
.aboutBox .menuList .li3 a::before { content: '\e69a'; }
.aboutBox .menuList .li4 a::before { content: '\e6f4'; }
.aboutBox .menuList .li5 a::before { content: '\e689'; }
.aboutBox .menuList .li6 a::before { content: '\e1c8'; }
.aboutBox .menuList .li7 a::before { content: '\e1cc'; }
.aboutBox .menuList .li8 a::before { content: '\e716'; }

/* 发展过程 -----------------------------------------*/
.yearSelection { float: right; margin: 4px 4px 0 0; height: 37px; line-height: 37px; border-radius: 4px; border: 1px solid #e5e5e5; text-align: left; background: #fff; padding: 0 12px; font-size: 18px; color: #333; outline: none; }
.timeline { clear: both; }
.timeline .noData { margin-left: 40px; }
.timeline .currentYear { margin-bottom: 10px; line-height: 30px; font-size: 20px; color: #223874; }
.timeline .currentYear .year { font-style: italic; }
.timeline .currentYear .fa { display: inline-block; vertical-align: top; width: 32px; font-size: 24px; color: #01a0e9; text-align: center; }
.timelineList { position: relative; }
.timelineList::before { position: absolute; content: ''; left: 16px; top: -16px; width: 0; height: 100%; border-left: 1px solid #01a0e9; }
.timelineList > li { padding: 8px 0; overflow: hidden; }
.timelineList .month { position: relative; float: left; width: 70px; margin: 10px 0 0 0; font-size: 16px; line-height: 29px; color: #223874; text-align: left; }
.timelineList .month::before { display: inline-block; vertical-align: top; content: ''; width: 3px; height: 3px; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 0 2px #01a0e9; background: #01a0e9; margin: 9px 6px 0 11px; }
.timelineList .conList{ overflow: hidden; border: 1px solid #e5e5e5; padding: 5px 10px; }
.timelineList .conList li { border-bottom: 1px dashed #e5e5e5; font-size: 14px; line-height: 24px; padding: 10px 0; }
.timelineList .conList li:last-of-type { border-bottom: none; }
.timelineList .conList .date { display: inline-block; vertical-align: top; background: #01a0e9; color: #fff; padding: 0 12px; border-radius: 500px; font-size: 12px; margin-right: 10px; }
.timelineList .conList .tit { display: inline; vertical-align: top; }

/* 节点-图文列表页 -----------------------------------------*/
.picNodeList li { overflow: hidden; margin-top: 15px; padding: 10px; border: 1px solid #e5e5e5; }
.picNodeList li:first-of-type { margin-top: 0; }
.picNodeList .pic { margin-bottom: 12px; }
.picNodeList .pic a { display: block; padding-bottom: 55.17%; position: relative; overflow: hidden; height: 0; }
.picNodeList .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; }
.picNodeList .title { position: relative; font-size: 22px; height: 30px; line-height: 30px; overflow: hidden; }
.picNodeList .title a { text-decoration: none; }
.picNodeList .title a::after { float: right; content: '＋'; font-family: Arial; width: 28px; height: 28px; line-height: 28px; font-size: 22px; border: 1px solid #dbc07f; border-radius: 50%; text-align: center; color: #dbc07f; transition: all 0.4s ease; }
.picNodeList .intro { margin-top: 6px; font-size: 14px; line-height: 26px; height: 78px; overflow: hidden; }
.picNodeList li:hover .title a::after { transform: rotate(180deg); background: #dbc07f; color: #fff; }

/* 红色风格页面 - 党建视窗 -----------------------------------------*/
.redPage #header { background: #b42f11; }
.redPage #footer { background: #b42f11; }
.redPage .mainBox > .mHd h3 { background: #c72501; }


/* 文章列表页 -----------------------------------------*/

/* newsList */
.newsList { margin-top: -10px; }
.newsList li { padding: 9px 0; font-size: 16px; border-bottom: 1px dashed #e5e5e5; line-height: 24px; }
.newsList a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsList .date { float: right; color: #999; margin: 0 10px;}
.newsList .node { color: #999; margin-right: 10px;}


/* 交谊链接列表页 -----------------------------------------*/
.friendLinkList { overflow: hidden; zoom: 1; padding: 10px 0 10px 10px;}
.friendLinkList li { width: 28%; height: 36px; line-height: 36px; padding: 0 3.5% 0 1.5%; float: left; overflow: hidden;}

/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; padding: 3%; text-align: justify;}
.articleCon .power-content_voice { margin-bottom: 20px; }
.articleCon .title { font-size: 24px; line-height: 1.4; text-align: center; margin-bottom: 15px;}
.articleCon .subTitle { font-size: 18px; color: #555; text-align: center; margin-bottom: 15px;}
.articleCon .property { overflow: hidden; font-size: 14px; margin-bottom: 20px; text-align: center; color: #777;}
.articleCon .property .size { float: none; display: block; text-align: center; padding-top: 8px; font-size: 0;}
.articleCon .property .size a { display: inline-block; border: 1px solid #ddd; color: #888; width: 24px; height: 20px; text-align: center; line-height: 20px; font-size: 12px; vertical-align: top; margin-left: 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.articleCon .property .size .l { font-size: 16px; font-weight: 500;}
.articleCon .property > span { display: inline-block; vertical-align: top; margin-right: 15px;}
.articleCon .userControl { font-size: 14px; overflow: hidden; text-align: left; padding: 10px 0;}
.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; float: left;}
.articleCon .userControl .bdsharebuttonbox .bd { font-size: 0; }
.articleCon .conTxt { color: #333; font-size: 16px; line-height: 2; padding: 0 0 20px 0; overflow: hidden; word-break: normal; word-wrap: break-word;}
.articleCon .conTxt img { max-width: 100%; height: auto !important;}
.articleCon .conTxt p { margin-bottom: 20px;}
.articleCon .conTxt a { color: blue; text-decoration: underline;}
.articleCon .conTxt em { font-style: italic;}
.articleCon .conTxt ul, .articleCon .conTxt ol { padding-left: 2em;}
.articleCon .conTxt ul li { zoom: normal; list-style: square; text-indent: 0 !important;}
.articleCon .conTxt ol li { zoom: normal; list-style: decimal; 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 .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; }
.articleCon .page { padding: 10px 0; text-align: center;}
.articleCon .others { line-height: 1.5; margin-bottom: 15px;}
.articleCon .others .prev, .articleCon .others .next { padding: 5px 0;}
.articleCon .others .date { color: #999; font-size: 14px;}

/* 有关信息 */
#relativeInfo { border-bottom: 1px solid #ddd;}
#relativeInfo .bd { padding: 10px 0 20px 0;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { display: flex; flex-wrap: wrap; margin: -1.5%; }
.picPageList li { display: flex; flex-direction: column; width: 47%; margin: 1.5%; }
.picPageList .pic { background: #f5f5f5; padding: 5px; }
.picPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 67.5%; height: 0; }
.picPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.picPageList .con { flex: 1 0 0%; padding: 5px 10px; border: 1px solid #eee; border-top: none; background: #fff; }
.picPageList .title { display: block; max-height: 48px; overflow: hidden; line-height: 24px; font-size: 16px; }
.picPageList .intro { display: none; margin-top: 5px; font-size: 14px; color: #777; line-height: 24px; max-height: 48px; overflow: hidden; }
.picPageList .others { display: block; margin-top: 6px; font-size: 14px; line-height: 24px; color: #999; }
.picPageList .date::before { display: inline-block; vertical-align: top; font-family: "fontpower"; content: '\e737'; margin-right: 8px; font-size: 1.2em; color: #bda060; }

/* 肖象-列表页 叠加的类 ----------------------------------------- */
.picPageList.long .pic a { padding-bottom: 131.6%; }
.picPageList.long .title { max-height: 24px; }
.picPageList.long .intro { display: block; }
.picPageList.long .others { display: none; }

/* 图集-列表页 ----------------------------------------- */
.photoPageList { display: flex; flex-wrap: wrap; margin: -1.5%; }
.photoPageList li { width: 47%; margin: 1.5%; }
.photoPageList .pic a { display: block; padding-bottom: 75%; position: relative; overflow: hidden; height: 0; }
.photoPageList .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; }
.photoPageList .title a { padding: 6px 10px; display: block; height: 32px; font-size: 16px; line-height: 32px; background: #f5f5f5; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }

/* 图集-内容页 ----------------------------------------- */
.picSlideBox { position: relative;}
.picSlideBox .bd img { width: 100%;}
.picSlideBox .prev, .picSlideBox .next { display: block; width: 30px; height: 60px; line-height: 60px; margin-top: -50px; text-align: center; position: absolute; left: 0; top: 50%;}
.picSlideBox .next { left: auto; right: 0;}
.picSlideBox .prev::after, .picSlideBox .next::after { content: "\e1d0"; font-family: "fontpower"; color: #fff; font-size: 32px; text-shadow: 1px 1px 1px #000;}
.picSlideBox .next::after { content: "\e1d1";}
.picSlideBox .pageState { text-align: center; display: block; padding: 1% 0;}
.picSlideBox .pageState span { color: #f00;}
.photoCon .conTxt { text-indent: 2em;}

/* 视频-列表页 ----------------------------------------- */
.videoPageList { display: flex; flex-wrap: wrap; margin: -1.5%; }
.videoPageList li { width: 47%; margin: 1.5%; }
.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: -25px 0 0 -25px; width: 50px; font-size: 40px; color: #fff; line-height: 50px; text-align: center; }
.videoPageList .title a { padding: 6px 10px; display: block; height: 32px; font-size: 16px; line-height: 32px; background: #f5f5f5; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }

/* 视频-内容页 ----------------------------------------- */
.switchVideoCon { margin-top: 15px; }
.curSelectedVideo { background-color: #1264b0 !important; color: #fff; }

/* 专题-汇总页 -----------------------------------------*/
.spePageList li { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px dotted #ccc;}
.spePageList .pic img { width: 100%; height: auto;}
.spePageList .tit { display: block; background: #f2f2f2; padding: 5px 10px; text-align: center;}

/* 信息提醒页 ---------------------------------------------- */
.Showms { background: #fff; padding: 3% 3%; overflow: hidden;}
.Showms .top, .Showms .bottom, .Showms .Shadow { display: none;}
.Showms .MS { overflow: hidden; zoom: 1;}
.Showms .titWrong { color: #c00; border-bottom: 1px solid #ccc; padding: 5px 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: #eee; background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee)); background: -moz-linear-gradient(#fff, #eee); background: -ms-linear-gradient(#fff, #eee); background: -o-linear-gradient(#fff, #eee); background: linear-gradient(#fff, #eee);}
.Showms .BUT a:hover { color: #c00; border: 1px solid #aaa; text-decoration: none;}

/* 网站地图 ---------------------------------------------- */
.siteMap .li1 { margin-bottom: 15px; }
.siteMap .a1 { display: block; padding: 0 12px; height: 40px; line-height: 40px; border: 1px dotted #ccc; background: #fff; background: #f6f6f6; color: #223874; }
.siteMap .sh { display: none;}
.siteMap .ul1 { overflow: hidden; padding: 10px;}
.siteMap .a2 { min-width: 48%; margin-right: 2%; float: left; font-size: 14px; color: #666;}<!--耗时1785023014.3394秒-->