﻿@charset "utf-8";

/* 框架 -----------------------------------------*/
.row { padding: 10rem 0; }
.row:last-of-type { margin-bottom: 0; }
.row .container { width: 1160rem; }
.column-4 { float: left; width: 372rem; margin-right: 22rem; }
.column-6 { float: left; width: 570rem; margin-right: 20rem; }
.column-4:last-of-type,
.column-6:last-of-type { margin-right: 0; }

.bgGray { background: #f5f5f5; padding: 40rem 0; }

/* 图标特效 */
.effectIcon li { perspective: 1000rem; }
.effectIcon li a:before { transition: all 0.7s ease; }
.effectIcon li a:hover:before { transform: rotateY(180deg); }


/* 集团概况-首页 -----------------------------------------*/
.aboutBox { padding: 30rem 0; }
.aboutBox > .hd { text-align: center; }
.aboutBox > .hd h3 { font-size: 36rem; line-height: 1.5; }
.aboutBox > .bd { padding-top: 50rem; }
.established { overflow: hidden; }
.established .date { float: left; margin: 0 30rem 36rem 0; width: 320rem; height: 240rem; padding: 20rem 30rem; border: 10rem solid #dbc07f; }
.established .date .ym { font-size: 36rem; color: #dbc07f; line-height: 1.5; }
.established .date .name { margin-top: 4rem; font-size: 20rem; line-height: 30rem; }
.established .date .intro { margin-top: 25rem; font-size: 14rem; line-height: 30rem; height: 120rem; overflow: hidden; color: #999; }
.established .text { overflow: hidden; font-size: 16rem; line-height: 44rem; height: 176rem; overflow: hidden; }
.established .pic { float: left; width: 50%; }
.established .pic img { width: 100%; }
.established .p1 img { height: 247rem; }
.established .p2 img { height: 387rem; }
.established .p2 { float: right; margin-top: 20rem; }
.aboutBox .printArea .conTxt { margin-top: 50rem; }
.aboutBox .menuList { padding: 30rem 0; margin: -1.3%; }
.aboutBox .menuList::after { display: table; content: " "; clear: both; }
.aboutBox .menuList li { float: left; width: 22.4%; margin: 1.3%; }
.aboutBox .menuList li a { display: block; height: 88rem; line-height: 88rem; text-align: center; font-size: 24rem; overflow: hidden; box-shadow: 0 0 15rem rgba(0, 0, 0, 0.15); }
.aboutBox .menuList li a::before { display: inline-block; font-family: "fontpower"; content: '\e1cb'; vertical-align: top; font-size: 44rem; color: #CC0301; margin-right: 22rem; }
.aboutBox .menuList li a:hover { background: #CC0301; 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'; }


/* 发展历程 -----------------------------------------*/
.developmentHistory{position:relative; padding:0 48rem; overflow:hidden;}
.developmentHistory-swiper-prev,
.developmentHistory-swiper-next{position:absolute; width:32rem; height:32rem; background:#CC0301; text-align:center; line-height:32rem; color:#fff; font-size:28rem; vertical-align:middle; cursor:pointer; left:0rem; top:0rem;user-select:none; }
.developmentHistory-swiper-next{left:auto; right:0}
.developmentHistory-swiper-prev i,
.developmentHistory-swiper-next i{vertical-align:middle;}
.yearSelection{ position:relative; padding:0; height:56rem;  overflow:hidden;  }
.yearSelection::after{content:""; display:block; height:0rem; left:0rem; right:0rem; top:16rem; border-bottom:1rem dashed #9A9EB5; position:absolute; z-index:0;}
.yearSelection .year-item{/*width:86rem;*/ user-select:none; height:26rem; }
.yearSelection .swiper-wrapper{ z-index:2; padding-top:3rem; }
.yearSelection .year-item .tit{width:86rem; margin:0 auto; height:26rem; line-height:26rem; text-align:center; background:#9A9EB5; border-radius:13rem; font-size:18rem; color:#fff; cursor:pointer;}
.yearSelection .swiper-slide-thumb-active .tit{background-color:#CC0301}
.yearSelection-swiper{height:32rem;}
.yearSelection-swiper::after{content:""; display:block; height:0rem; left:0rem; right:0rem; top:50%; border-bottom:1rem dashed #9A9EB5; position:absolute; z-index:0;}
.developmentHistory-swiper{overflow:hidden;}

.timeline{ border:1rem solid #E5E5E5;  box-sizing:border-box; width:100%; padding:20rem 10rem;}
.timeline .timelineScrollBox{position:relative;padding:0rem 10rem 10rem 0; height:800rem; overflow-y:auto; overflow-x:hidden}
.timeline .timelineList{position:relative; padding:10rem 0rem}
.timeline .timelineList::after{content:""; display:block; left:116rem; top:0rem; width:1rem; bottom:0rem; background:#9A9EB5; position:absolute; }
.timeline .timelineList li{display:flex; margin-bottom:30rem; position:relative;}
.timeline .timelineList li::before{content:""; display:block; width:8rem; height:8rem; border-radius:50%; background:#9A9EB5; position:absolute; left:112rem; top:9rem; }
.timeline .timelineList li .time{width: 106rem;text-align:right;flex-shrink:0;margin-right:30rem;font-size:14rem;height:26rem;line-height:24rem;white-space: nowrap;}
.timeline .timelineList li .title{font-size:16rem; line-height:26rem; width:1rem; flex-grow:1;}

.timeline .timelineScrollBox::-webkit-scrollbar {
    width: 4rem;
    height: 1rem;
}

.timeline .timelineScrollBox::-webkit-scrollbar-thumb {
    border-radius: 4rem;
    -webkit-box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.2);
    background: #CC0301;
}

.timeline .timelineScrollBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.2);
    border-radius: 4rem;
    background: #EDEDED;
}

/*
.timeline .noData { margin-left: 160rem; }
.timeline .currentYear { line-height: 30rem; font-size: 24rem; color: #CC0301; }
.timeline .currentYear .year { font-style: italic; display: inline-block; vertical-align: top; width: 100rem; }
.timeline .currentYear .fa { font-size: 28rem; color: #01a0e9; }
.timelineList { position: relative; }
.timelineList::before { position: absolute; content: ''; left: 113rem; top: -4rem; width: 0; height: 100%; border-left: 1rem solid #01a0e9; }
.timelineList > li { padding: 20rem 0; overflow: hidden; }
.timelineList .month { position: relative; width: 121rem; float: left; margin: 31rem 37rem 0 0; font-size: 18rem; line-height: 29rem; color: #CC0301; text-align: right; }
.timelineList .month::after { display: inline-block; vertical-align: top; content: ''; width: 3rem; height: 3rem; border-radius: 50%; border: 4rem solid #fff; box-shadow: 0 0 0 2rem #01a0e9; background: #01a0e9; margin: 9rem 2rem 0 17rem; }
.timelineList .conList{ overflow: hidden; border: 1rem solid #e5e5e5; padding: 15rem 20rem; }
.timelineList .conList li { border-bottom: 1rem dashed #e5e5e5; font-size: 14rem; line-height: 26rem; padding: 17rem 10rem; }
.timelineList .conList li:last-of-type { border-bottom: none; }
.timelineList .conList .date { float: left; background: #01a0e9; color: #fff; padding: 0 12rem; border-radius: 500rem; margin-right: 15rem; }
.timelineList .conList .tit { display: block; overflow: hidden; }
*/

/* 节点-图文列表页 -----------------------------------------*/
.picNodeList { padding: 10rem 0; }
.picNodeList li { position: relative; overflow: hidden; }
.picNodeList .pic { float: left; width: 50%; margin-right: 40rem; }
.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 { margin-top: 40rem; font-size: 30rem; height: 44rem; line-height: 44rem; overflow: hidden; }
.picNodeList .title a { text-decoration: none; }
.picNodeList .intro { margin-top: 20rem; font-size: 14rem; line-height: 26rem; height: 78rem; overflow: hidden; }
.picNodeList .title a::after { position: absolute; left: 50%; top: 210rem; margin-left: 40rem; content: '＋'; font-family: Arial; width: 38rem; height: 38rem; line-height: 38rem; font-size: 24rem; border: 1rem solid #dbc07f; border-radius: 50%; text-align: center; color: #dbc07f; transition: all 0.4s ease; }
.picNodeList li:nth-of-type(even) { text-align: right; }
.picNodeList li:nth-of-type(even) .pic { float: right; margin: 0 0 0 40rem; }
.picNodeList li:nth-of-type(even) .title a::after { left: auto; right: 50%; margin: 0 40rem 0 0; }
.picNodeList li:hover .title a::after { transform: rotate(180deg); background: #dbc07f; color: #fff; }



/* 文章-父列表页 -----------------------------------------*/
.focusWrap { overflow: hidden; margin-bottom: 15rem; }
.pageBoxLoop { margin-top: -20rem; overflow: hidden; }
.pageBoxLoop .box { width: 565rem; margin-top: 20rem;}
.pageBoxLoop .box .bd { height: 216rem; }


/* 文章-列表页 -----------------------------------------*/

.pageTPList li { padding-bottom:40rem; border-bottom:1rem solid #E9E9EA; margin-bottom:40rem; display:flex; align-items:center }
.pageTPList li:last-child{border-bottom:0rem; margin-bottom:0}
.pageTPList li .pic{ width:310rem; overflow:hidden;  border:1rem solid #eee; margin-top:7rem; max-height:208rem; flex-shrink:0; margin-right:20rem}
.pageTPList li .pic img{width:310rem; height:208rem;}
.pageTPList li .con{ flex-grow:1; width:200rem}
.pageTPList li .con .title{ max-height:64rem; line-height:32rem; font-size:24rem; overflow:hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin-bottom:10rem; color:#262626; font-weight:bold;}
.pageTPList li .con .title a{color:#262626}
.pageTPList li .con .intro{max-height:6.4em; line-height:1.6em; overflow:hidden; font-size:16rem; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin-bottom:0rem;}
.pageTPList li .con .others{height:22rem; line-height:22rem; font-size:14rem; color:#8c8c8c; margin-bottom:10rem}
.pageTPList li .con .others span{margin-right:24rem;}
.pageTPList li .con .others span:last-child{margin-right:0;}

/* newsList */
.newsList{ text-align: left; }
.newsList li { position: relative; height:48rem; line-height: 48rem; font-size: 16rem; overflow: hidden; padding-left: 16rem; text-overflow: ellipsis; white-space: nowrap; display:flex; justify-content:space-between }
.newsList li::before { content: ""; position: absolute; left: 0; top: 50%; width: 4rem; height: 4rem; border:1rem solid #CC0301; border-left:none; border-bottom:none; transform: translateY(-50%) rotate(45deg)  }
.newsList li a{display:inline-block; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.newsList li .date{ margin-left: 20rem; color: #999; order:2; flex-shrink:0; font-family:Arial; }
.newsList li.highlight{ font-weight: bold; }
.newsList li .signin{ float: right; color: #CC0301; margin-left: 10rem; }
.newsList li .signin a{ color: #CC0301; }
.newsList em { background: #ffffae; color: #f00;}
.newsList .split { height: 1px; overflow: hidden; font-size: 0; line-height: 0; margin: 18px 0; border-bottom: 1px dotted #ccc;}



/* 视频-列表页 ----------------------------------------- */
.videoPageList { display:grid; grid-template-columns:repeat(2,1fr);  grid-gap:20rem;}
.videoPageList li{width:100%; box-sizing:border-box; padding:12rem; background:#F2F2F2; position:relative; transition:0.5s;}
.videoPageList li:hover{box-shadow:0 0 8rem rgba(0,0,0,0.3); background-color:#fff;}
.videoPageList li .pic{width:100%; height:auto; overflow:hidden}
.videoPageList li .pic img{width:100%; height:auto;  aspect-ratio:368/230}
.videoPageList li .pic a::after { content: '\e734'; font-family: "fontpower"; position: absolute; left: 50%; top: 50%; margin: -50rem 0 0 -30rem; width: 60rem; font-size: 54rem; color: #fff; line-height: 60rem; text-align: center; }
.videoPageList li .titleBg{position:absolute; left:12rem; bottom:12rem; right:12rem; height:56rem; background:rgba(0,0,0,0.45); z-index:1}
.videoPageList li .title{position:absolute; left:12rem; bottom:12rem; right:12rem; height:56rem; line-height:56rem; font-size:16rem;color:#fff; z-index:2; overflow:hidden;  text-overflow: ellipsis; white-space: nowrap; padding:0 100rem 0 16rem;   }
.videoPageList li .title a{color:#fff; opacity:0.8}
.videoPageList li .title a:hover{text-decoration:none; opacity:1}
.videoPageList li .date{position:absolute; right:12rem; bottom:12rem; height:56rem; line-height:56rem; font-size:12rem; color:#fff; text-align:left; width:90rem; z-index:3 }

/* 视频-内容页 ----------------------------------------- */
.switchVideoCon { margin-top: 15rem; }
.curSelectedVideo { background-color: #1264b0 !important; color: #fff; }

/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; padding: 20rem 40rem; }
.articleCon .power-content_voice { margin-bottom: 20rem; }
.printArea .title { font-size: 24rem; line-height: 1.5; text-align: center; margin-bottom: 20rem; color: #333; display: block; font-weight: bold;}
.printArea .subTitle { font-size: 16rem; color: #555; text-align: center; margin-bottom: 30rem;}
.printArea .property { font-size: 14rem; margin-bottom: 30rem; line-height: 22rem; padding: 14rem 15rem; text-align: center; color: #777; }
.printArea .property a { color: inherit; }
.printArea .property > span { padding: 0 10rem;}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 16rem; line-height: 2; text-align: left; padding: 0 0 20rem 0; overflow: hidden; font-family: 'PingFang SC',"Microsoft YaHei", Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt p { padding:0rem; line-height: 2;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify; margin-bottom:1em}
.printArea .conTxt p:first-child{margin-bottom: 0rem}
.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; border: 1rem solid #ddd;}
.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:15rem; }
.printArea .conTxt blockquote p{margin:0rem; line-height:1.7; color:#888; font-size:15rem;}
.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; }
.printArea .page { padding: 10rem 0; text-align: center; }
.articleCon .userControl { font-size: 14rem; overflow: hidden; text-align: left; margin-bottom: 20rem; line-height: 30rem; height: 30rem; padding: 10rem; background-color: #f5f5f5;}
.articleCon .userControl .a { color: #777; margin: 10rem 10rem 0 0; float: left;}
.articleCon .userControl .bdsharebuttonbox { float: right; }
.articleCon .userControl .bdsharebuttonbox .bd { font-size: 0; }
.articleCon .others { padding: 10rem 0; margin-bottom: 15rem; }
.articleCon .others .prev, .articleCon .others .next { padding: 3rem 0;}

.articleBottom{display:flex;border-top:1rem solid #e9e9ea; padding-top:30rem; justify-content:space-between; align-items:center;  }
.articleBottom .backToListBtn{flex-shrink:0}
.articleBottom .others{flex-grow:1; width:1rem;}

.articleCon #btn-showAll{display:none}

/*点赞与收藏*/
.likes-group li { line-height: 28rem; }

/* 智能标签 */
.articleCon .smart-tags {margin-bottom: 20rem !important}

/* 相关信息 */
#relativeInfo { border-bottom: 1rem dashed #ddd;}
#relativeInfo .hd h3 { font-size: 18rem; color: #046cbb}
#relativeInfo .bd { padding: 10rem 0 20rem 0;}
#relativeInfo ul { overflow: hidden;}
#relativeInfo li { float: left; width: 50%;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { display:grid; grid-template-columns:repeat(2,1fr);  grid-gap:20rem;}
.picPageList li{width:100%; box-sizing:border-box; padding:12rem; background:#F2F2F2; position:relative; transition:0.5s}
.picPageList li:hover{box-shadow:0 0 8rem rgba(0,0,0,0.3); background-color:#fff;}
.picPageList li .pic{width:100%; height:auto; overflow:hidden}
.picPageList li .pic img{width:100%; height:auto;  aspect-ratio:368/230}
.picPageList li .titleBg{position:absolute; left:12rem; bottom:12rem; right:12rem; height:56rem; background:rgba(0,0,0,0.45); z-index:1}
.picPageList li .title{position:absolute; left:12rem; bottom:12rem; right:12rem; height:56rem; line-height:56rem; font-size:16rem;color:#fff; z-index:2; overflow:hidden;  text-overflow: ellipsis; white-space: nowrap; padding:0 100rem 0 16rem;   }
.picPageList li .title a{color:#fff; opacity:0.8}
.picPageList li .title a:hover{text-decoration:none; opacity:1}
.picPageList li .date{position:absolute; right:12rem; bottom:12rem; height:56rem; line-height:56rem; font-size:12rem; color:#fff; text-align:left; width:90rem; z-index:3; font-family:Arial; }


/* 肖象-列表页 叠加的类 ----------------------------------------- */
.picPageList.long li { width: 23.3%; }
.picPageList.long .pic a { padding-bottom: 131.6%; }
.picPageList.long .con { padding: 15rem 20rem; }
.picPageList.long .title { max-height: 24rem; }
.picPageList.long .others { display: none; }

/* 图集-列表页 ----------------------------------------- */
.photoPageList { margin: -0.85%; overflow: hidden; text-align: center; }
.photoPageList li { float: left; width: 31.6333%; margin: 0.85%; position: relative; overflow: hidden; }
.photoPageList li.noData { text-align: left; }
.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: 12rem 20rem; display: block; height: 34rem; font-size: 16rem; line-height: 34rem; background: #f5f5f5; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }

/* 图书-列表页 ----------------------------------------- */
.bookPageList{}
.bookPageList li{padding-bottom:40rem; border-bottom:1rem solid #E9E9EA; margin-bottom:40rem; display:flex; align-items:center;}
.bookPageList li:last-child{border-bottom:0rem; margin-bottom:0}
.bookPageList li .pic{width:194rem; flex-shrink:0; margin-right:40rem; overflow:hidden;}
.bookPageList li .pic img{width:100%; height:auto; max-height:280rem}
.bookPageList li .con{width:1rem; flex-grow:1;}
.bookPageList li .con .title{ height:32rem; line-height:32rem; font-size:24rem; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom:20rem; color:#262626}
.bookPageList li .con .title a{color:#262626; text-decoration:none;}
.bookPageList li .con .title a:hover{color:#CC0301}
.bookPageList li .con .writer,
.bookPageList li .con .publisher{height:22rem; line-height:22rem; font-size:14rem; color:#737373}
.bookPageList li .con .writer b,
.bookPageList li .con .publisher b{font-weight:normal}
.bookPageList li .con .intro{max-height:130rem; line-height:26rem; overflow:hidden; font-size:16rem; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; margin-bottom:0rem;}
.bookPageList li .con .writer + .intro,
.bookPageList li .con .publisher + .intro{margin-top:20rem;}

/* 图书-内容页 ----------------------------------------- */
.bookCon{}
.bookCon .bookInfo{display:flex; padding-bottom:40rem; border-bottom:1rem solid #E9E9EA; margin-bottom:40rem;}
.bookCon .bookInfo .pic{max-width:220rem; margin-right:50rem; flex-shrink:0;}
.bookCon .bookInfo .pic img{width:100%; height:auto;}
.bookCon .bookInfo .con{width:1rem; flex-grow:1;}
.bookCon .bookInfo .con .title{font-size:24rem; line-height:2; margin-bottom:30rem; text-align:left; font-weight:bold;}
.bookCon .bookInfo .con .subheading{font-size:20rem; margin-top:15rem; line-height:2;}
.bookCon .bookInfo .con .property .item{font-size:14rem; color:#333; line-height:20rem; margin-bottom:4rem;}
.bookCon .bookInfo .con .property .item .tit{flex-shrink:0; margin-right:5rem}
.bookCon .bookInfo .con .property .item .txt{flex-grow:1;}

.bookCon .conTxt,
.bookCon .conTxt *{box-sizing:content-box}
.bookCon .conTxt { color: #333; font-size: 16rem; line-height: 2; text-align: left; padding: 0; overflow: hidden; font-family: 'PingFang SC',"Microsoft YaHei", Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.bookCon .conTxt p { padding:0rem; line-height: 2;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify; margin-bottom:1em}
.bookCon .conTxt p:first-child{margin-bottom: 0rem}
.bookCon .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.bookCon .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.bookCon .conTxt table td{padding: 5rem 10rem; border: 1rem solid #ddd;}
.bookCon .conTxt table td p{padding: 0rem !important; margin: 0rem !important; text-indent: 0rem !important;}
.bookCon .conTxt table p { margin: 0rem}
.bookCon .conTxt a { color: blue; text-decoration: underline;}
.bookCon .conTxt em { font-style: italic;}
.bookCon .conTxt ul { padding-left: 2em; list-style: inherit;}
.bookCon .conTxt ol { padding-left: 2em; list-style: decimal;}
.bookCon .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.bookCon .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.bookCon .conTxt h1,
.bookCon .conTxt h2,
.bookCon .conTxt h3,
.bookCon .conTxt h4,
.bookCon .conTxt h5,
.bookCon .conTxt h6,
.bookCon .conTxt b,
.bookCon .conTxt strong { font-weight: bold;}
.bookCon .conTxt h1 { font-size: 28rem; line-height:38rem; margin: 38rem 0rem 19rem 0rem; }
.bookCon .conTxt h2 { font-size: 24rem; line-height:34rem; margin: 34rem 0rem 17rem 0rem; }
.bookCon .conTxt h3 { font-size: 20rem; line-height:30rem; margin: 30rem 0rem 15rem 0rem; }
.bookCon .conTxt h4 { font-size: 16rem; line-height:26rem; margin: 26rem 0rem 13rem 0rem; }
.bookCon .conTxt h5 { font-size: 14rem; line-height:24rem; margin: 24rem 0rem 12rem 0rem; }
.bookCon .conTxt h6 { font-size: 12rem; line-height:22rem; margin: 22rem 0rem 10rem 0rem; }
.bookCon .conTxt blockquote{margin:10rem 0rem; border-left:2rem solid #d8dad9; padding:0 0 0 10rem; line-height:1.74; color:#888; font-size:15rem; }
.bookCon .conTxt blockquote p{margin:0rem; line-height:1.7; color:#888; font-size:15rem;}
.bookCon .conTxt h1:first-child,
.bookCon .conTxt h2:first-child,
.bookCon .conTxt h3:first-child,
.bookCon .conTxt h4:first-child,
.bookCon .conTxt h5:first-child,
.bookCon .conTxt h6:first-child{margin-top:0rem;}
.bookCon .conTxt .videoPlayer{ text-indent: 0; }
.bookCon .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 20rem auto; }
.bookCon .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; height: 0 !important; padding-bottom: 60%; }
.bookCon .videoPlayer [data-ui=video] > div { position: absolute; left: 0; top: 0; }
.bookCon .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }
.bookCon .page { padding: 10rem 0; text-align: center; }
.bookCon .userControl { font-size: 14rem; overflow: hidden; text-align: left; margin-bottom: 20rem; line-height: 30rem; height: 30rem; padding: 10rem; background-color: #f5f5f5;}
.bookCon .userControl .a { color: #777; margin: 10rem 10rem 0 0; float: left;}
.bookCon .userControl .bdsharebuttonbox { float: right; }
.bookCon .userControl .bdsharebuttonbox .bd { font-size: 0; }
.bookCon .others { padding: 10rem 0;}
.bookCon .others .prev, .bookCon .others .next { padding: 3rem 0;}

.introBox{margin-bottom:50rem;}
.introBox > .hd{height:42rem; line-height:42rem; margin-bottom:10rem;}
.introBox > .hd h3{height:42rem; float:left; font-size:20rem; padding:0 16rem; position:relative; text-align:center; font-weight:bold; }
.introBox > .hd h3 .hd_left{display:block; width:5rem; height:12rem; position:absolute; background:#CC0301; left:0rem; top:13rem;}
.introBox > .hd h3 .hd_left::after{content:""; display:block; width:5rem; height:12rem; position:absolute; left:3rem; top:6rem; background:#FF9667;}
.introBox > .hd h3 .hd_right{display:block; width:5rem; height:12rem; position:absolute; background:#CC0301; right:0rem; top:13rem;}
.introBox > .hd h3 .hd_right::after{content:""; display:block; width:5rem; height:12rem; position:absolute; right:3rem; top:6rem; background:#FF9667;}

/* 友情链接图片列表 ----------------------------------------- */
.siteGroupList { margin: -1.5% -2.5% 0 0; }
.siteGroupList li { width: 22.5%; margin: 2.5% 2.5% 0 0; box-shadow: 0 0 15rem rgba(0, 0, 0, 0.15); }

/* 友情链接列表页 ----------------------------------------- */
.friendLinkList { margin: -10rem -30rem 0 0; }
.friendLinkList li { float: left; min-width: 33.3333%; padding: 20rem 30rem 0 0; box-sizing: border-box; }
.friendLinkList li a { position: relative; display: block; padding: 15rem 40rem 15rem 20rem; background: #f5f5f5; font-size: 16rem; line-height: 1.4; }
.friendLinkList li a::after { position: absolute; right: 18rem; 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: #CC0301; }
.friendLinkList li a:hover::after { border-left-color: #CC0301; }


/* 信息提示页 ---------------------------------------------- */
.Showms { background: #fff; padding: 30rem 40rem; overflow: hidden; 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: 10rem 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;}

/* 在线投票 */
.voteCommonList .tit { font-size: 16rem; }

/* 问卷调查 */
.surveyCommonList .tit { font-size: 16rem; }


.ng-cloak { display: none; }

/* 自定义表单 */
.fs-searchBar #formSearch{background: #CC0301; border-color: #CC0301;}
.fs-searchBar #formSearch:hover{background: #01a0e9; border-color: #01a0e9;}
#fuzzysearch_result_tbody .resultdetail_a:not(.resultdetail_a_visited){background-color:#CC0301}
#fuzzysearch_result_tbody .resultdetail_a:hover{background-color:#01a0e9}
.customFormBox .hd h3 { border-bottom-color: #CC0301; color: #CC0301;  }
.customFormBox .hd h3 a { color: #CC0301; }
.customFormBox .hd .on { border-bottom-color: #CC0301; }
.customFormBox .hd .on a { color: #CC0301; }

/* 媒体查询 小于1024 */
@media (max-width:1023px) {
    .pageTPList li{padding-bottom:20rem; margin-bottom:20rem}
    .pageTPList li .con .title{ font-size:20rem; line-height:1.6em; max-height:1.6em; text-overflow: ellipsis; white-space: nowrap; overflow:hidden; display:block;}
    .pageTPList li .con .intro{ -webkit-line-clamp: 2; max-height:3.2em}
    .pageTPList li .pic{width:160rem; margin:0 20rem 0 0 }
    .pageTPList li .pic img{max-height:160rem; width:100%; height:auto;}

    .bookPageList li{padding-bottom:20rem; margin-bottom:20rem}
    .bookPageList li .pic{margin-right:30rem}
    .bookPageList li .con .title{font-size:20rem; line-height:1.6; margin-bottom:15rem }

    .bookCon .bookInfo{padding-bottom:20rem; margin-bottom:20rem}
    .bookCon .bookInfo .pic{max-width:200rem; margin-right:30rem}
    .bookCon .bookInfo .con .title{font-size:20rem; margin-bottom:20rem}

    .introBox{margin-bottom:30rem}

    .articleCon{padding-bottom:0;}
    .articleCon .others{margin-bottom:0;}
}

/* 媒体查询 小于768 */
@media (max-width:767px) {
    .pageTPList li{display:block;}
    .pageTPList li .pic{float:none; width:100%; height:auto; margin:0 0 15rem; max-height:none;}
    .pageTPList li .pic img{max-height: 260rem;}
    .pageTPList li .con{width:100%;}
    .pageTPList li .con .title{display: -webkit-box; white-space: normal; max-height:3.2em;}
    .pageTPList li .con .intro{ -webkit-line-clamp: 4; max-height:6.4em}

    .picPageList{grid-template-columns: repeat(1, 1fr);}
    .picPageList li{padding:10rem}
    .picPageList li .titleBg,
    .picPageList li .title{left:10rem;bottom:10rem;right:10rem;height:42rem;line-height:42rem;padding-right: 74rem;}
    .picPageList li .title{font-size:14rem}
    .picPageList li .date{right:15rem; bottom:10rem; height:42rem; line-height:42rem; font-size:12rem; width:auto; }


    .articleCon{padding-left:0; padding-right:0;}

    .articleBottom{display:block; width:auto; position:relative; padding-top:10rem}
    .articleBottom .others{width:auto;}
    .articleBottom .backToListBtn{position:absolute; right:10rem; top:10rem; display:none;}

    .searchList li{height:auto; line-height:1.5; margin-bottom:20rem; white-space:normal;}
    .searchList li::before{top:8px; transform:rotate(45deg)}
    .searchList li a{white-space:normal;}
    .searchList li .date{display:none;}

    .bookPageList li .pic{margin-right:15rem; max-width:120rem;}
    .bookPageList li .con .title{margin-bottom:10rem; height:auto;}
    .bookPageList li .con .writer + .intro,
    .bookPageList li .con .publisher + .intro{margin-top:10rem; -webkit-line-clamp: 3; max-height:78rem }
    
    .bookCon .bookInfo{display:block;}
    .bookCon .bookInfo .pic{width:100%; margin:0 auto; padding:0; text-align:center;}
    .bookCon .bookInfo .con{width:100%;}
}
