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

/* 内容带图片的信息列表_图片判断式 */
.pageTPList { margin-top: -15px; }
.pageTPList li { position: relative; z-index: 1; display: flex; gap: 25px; padding: 20px 0; overflow: hidden; border-bottom: 1px solid #eee; }
.pageTPList li.last { margin-bottom: 0; }
.pageTPList .pic { order: 1; width: 195px; }
.pageTPList .pic img { width: 100%; height: 130px; background: #fff; }
.pageTPList .con { flex: 1 0 0; align-self: center; }
.pageTPList .title { font-size: 18px; line-height: 30px; max-height: 30px; overflow: hidden; }
.pageTPList .title a { display: block; text-decoration: none; color: inherit; }
.pageTPList .intro { margin-top: 10px; font-size: 14px; line-height: 26px; max-height:72px; color: #999; overflow: hidden; }
.pageTPList .others { display: none; }
.pageTPList .date { margin: 10px 0; line-height: 1; text-align: right; }
.pageTPList .date .dd { display: block; font-size: 30px; color: #AD181F; }
.pageTPList .date .ym { display: block; margin-top: 16px; font-size: 16px; color: #999; }

.pageTPList .title a { transition:  all ease 0.4s; }

.pageTPList li:hover .title a { color: #AD181F; font-weight: bold; }

/* newsList */
.newsList { margin-top: -10px; }
.newsList li { padding: 20px 0; font-size: 16px; line-height: 24px; border-bottom: 1px dashed rgb(0, 0, 0, 0.1); }
.newsList .date { float: right; margin-left: 15px; color: #999; font-size: 14px; }
.newsList li > a { position: relative; display: block; overflow: hidden; padding-left: 15px; transition: all ease 0.4s; }
.newsList li > a::before { position: absolute; left: 0; top: 10px; content: ''; width: 5px; height: 5px; border-radius: 50%; background: #d9d9d9; transition: all ease 0.4s; }

.newsList li > a:hover { transform: translateX(5px); }
.infoList li > a:hover::before { background: #AD181F; }
.newsList li > a em { background: #fbff06; color: #f00; }

/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; padding: 20px 0; }
.articleCon .power-content_voice { margin-bottom: 20px; }
.printArea .title { font-size: 30px; line-height: 1.5; text-align: center; margin-bottom: 30px; color: #333; display: block; }
.printArea .subTitle { font-size: 26px; color: #555; text-align: center; margin-bottom: 30px;}
.printArea .property { font-size: 16px; margin-bottom: 45px; line-height: 22px; padding: 7px 0; text-align: center; color: #aaa; overflow: hidden; }
.printArea .property a { color: inherit; }
.printArea .property > span { position: relative; padding: 0 10px; }

.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 18px; line-height: 2.1; text-align: left; padding: 0 0 30px 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: 20px 0 0px; padding:0px; line-height: 2.1; 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}
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.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: 1; text-align: center; margin: 20px auto; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; }
.printArea .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }
.printArea .page { padding: 10px 0; text-align: center; }
.articleCon .userControl { font-size: 14px; overflow: hidden; text-align: left; margin-bottom: 20px; line-height: 28px; height: 30px; padding: 15px 0; border-bottom: 1px solid #ddd; }
.articleCon .userControl .a { color: #777; margin: 10px 10px 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: 3px 0;}

/*点赞与收藏*/
.likes-group { height: auto; margin-bottom: 20px; }
.likes-group li { line-height: 28px; }

/* 智能标签 */
.articleCon .smart-tags {margin-bottom: 20px !important}

/* 相关信息 */
#relativeInfo { border-bottom: 1px dashed #ddd;}
#relativeInfo .hd h3 { font-size: 18px; color: #046cbb}
#relativeInfo .bd { padding: 10px 0 20px 0;}
#relativeInfo ul { overflow: hidden;}
#relativeInfo li { float: left; width: 50%;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { display: flex; flex-wrap: wrap; gap: 25px; }
.picPageList li { position: relative; width: calc(33.3% - 25px * 2 / 3); padding: 20px; box-sizing: border-box; background: #f5f5f5; border-radius: 10px; }
.picPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 66.6666%; height: 0; }
.picPageList .pic img { position: absolute; left: 0; top: 0; }
.picPageList .title { display: block; margin-top: 18px; height: 52px; overflow: hidden; line-height: 26px; font-size: 18px; }
.picPageList .title a { color: inherit; text-decoration: none; }
.picPageList .title a::after { position: absolute; right: 20px; bottom: 20px; content: '\e607'; font-family: "iconfont"; font-size: 26px; color: #ccc; line-height: 20px; }
.picPageList .date { display: block; margin-top: 12px; font-size: 14px; line-height: 20px; color: #999; }

.picPageList li,
.picPageList .title,
.picPageList .title a::after,
.picPageList .date { transition: all ease 0.6s; }

.picPageList li:hover { transform: translateY(-5px); background: #AD181F; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.picPageList li:hover .title,
.picPageList li:hover .title a::after,
.picPageList li:hover .date { color: #fff; }

/* 友情链接列表页 ----------------------------------------- */
.friendLinkList { display: flex; flex-wrap: wrap; gap: 20px; }
.friendLinkList li { width: calc(33.3% - 20px * 2 / 3); }
.friendLinkList li a { position: relative; display: table-cell; width: 1%; height: 48px; line-height: 24px; padding: 7px 80px 7px 30px; vertical-align: middle; text-align: left; font-size: 18px; text-decoration: none; border: 1px solid #ddd; border-radius: 6px; }
.friendLinkList li a::after { position: absolute; right: 30px; top: 50%; font-family: "iconfont"; content: '\e607'; font-size: 26px; line-height: 1; color: #ccc; transform: translateY(-50%); }
.friendLinkList li,
.friendLinkList li a { transition: all ease 0.6s; }
.friendLinkList li a:hover { color: #fff; border-color: #AD181F; background: #AD181F; transform: translateY(-10px); }
.friendLinkList li a:hover::after { color: #fff; }

/* 专题汇总列表 ----------------------------------------- */
.spePageList { position: relative; display: flex; flex-wrap: wrap; align-items: flex-start; margin: -1.2%; }
.spePageList li { position: relative; width: 22.6%; margin: 1.2%; }
.spePageList .pic { position: relative; display: block; height: 0; overflow: hidden; padding-bottom: 43%; border-radius: 3px; }
.spePageList .pic img { position: absolute; left: 0; top: 0; }
.spePageList .tit { margin-top: 10px; display: block; line-height: 1.6; font-size: 16px; color: #333; text-align: center; }
.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 li { background-position: 8px 19px; }
.voteCommonList .tit { font-size: 18px; line-height: 1.8; }
.surveyInfo .title-info dd i { margin-top: 0; }

/* 问卷调查 */
.surveyCommonList li { background-position: 8px 18px; }
.surveyCommonList .tit { font-size: 18px; line-height: 1.8; }
.surveyResult .row .titleInfo i { margin-top: 0; }


.ng-cloak { display: none; }

/* 自定义表单 */
.fs-searchBar #formSearch{background: #AD181F; border-color: #AD181F;}
.fs-searchBar #formSearch:hover{background: #AD181F; border-color: #AD181F;}
#fuzzysearch_result_tbody .resultdetail_a:not(.resultdetail_a_visited){background-color:#AD181F}
#fuzzysearch_result_tbody .resultdetail_a:hover{background-color:#AD181F}
.customFormBox .hd h3 { border-bottom-color: #AD181F; color: #AD181F;  }
.customFormBox .hd h3 a { color: #AD181F; }
.customFormBox .hd .on { border-bottom-color: #AD181F; }
.customFormBox .hd .on a { color: #AD181F; }