﻿@charset "utf-8";
/* CSS Document */

/* 内页布局 */
#content{ display: flex; justify-content: space-between; margin-top: -60px; }

/* 焦点图切换-内页 */
.focusPageBox { margin-bottom: 20px; position: relative; overflow: hidden; }
.focusPageBox .bd .pic { float: left; width: 600px; margin-right: 30px; }
.focusPageBox .bd .pic img { width: 100%; height: 372px; }
.focusPageBox .bd .con{ overflow: hidden; padding-top: 20px; }
.focusPageBox .bd .con .title { line-height: 36px; max-height: 72px; font-weight: bold; margin-bottom: 20px; font-size: 24px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.focusPageBox .bd .con .intro { line-height: 24px; max-height: 96px; font-size: 14px; color: #999;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.focusPageBox .bd .con .date { display: block; margin-bottom: 20px; line-height: 30px; font-size: 14px; color: #999; }
.focusPageBox .bd .con .date::before { display: inline-block; vertical-align: top; font-family: "font-webicon"; content: '\e700'; margin-right: 8px; font-size: 1.5em; color: #bda060; }
.focusPageBox .hd{ position: absolute; width: auto; left: 600px; right: 0; bottom: 40px; text-align: center; }
.focusPageBox .hd ul{ font-size: 0; line-height: 1; }
.focusPageBox .hd ul li { display: inline-block; margin: 0 5px; width: 12px; height: 12px; line-height: 12px; text-align: center; background: #ccc; cursor: pointer; color: #333; border-radius: 500px; }
.focusPageBox .hd ul li.on{ background: #0071bc; color: #fff; }
.focusPageBox .hd ul li span{ display: none; }

/* pageBoxLoop */
.pageBoxLoop { display: flex; justify-content: space-between; flex-wrap: wrap; }
.pageBoxLoop .box-default { width: 48.5%; margin-bottom: 20px; box-sizing: border-box;} 
.pageBoxLoop .box-default .hd { margin-bottom: 0; }
.pageBoxLoop .box-default .hd h3 { font-size: 24px; }

.pageBoxLoop1 { padding: 0 20px; }
.pageBoxLoop1 .box-default { width: 100%; }
.pageBoxLoop1 .box-default .hd h3 { font-size: 24px; }

/* 文章子-列表页 -----------------------------------------*/

/* 内容带图片的信息列表_图片判断式 */
.pageTPList li { padding: 25px 20px; border-bottom: 1px dashed #E1E1E1; overflow: hidden;}
.pageTPList li:first-child { padding-top: 5px; }
.pageTPList .pic { float: left; margin-right: 25px; width: 200px; overflow: hidden;}
.pageTPList .pic img { width: 100%; height: auto; transition: 0.5s; }
.pageTPList .pic:hover img { transform: scale(1.15); }
.pageTPList .con { overflow: hidden; zoom: 1;}
.pageTPList .title { font-size: 18px; line-height: 30px; height: 30px; margin-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.pageTPList .title a { background-image: linear-gradient(#0071bc, #0071bc); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
.pageTPList .title:hover a { background-position: left bottom; background-size: 100% 1px; }
.pageTPList .intro { margin-bottom: 5px; font-size: 14px; line-height: 22px; color: #999; max-height: 44px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pageTPList .others { font-size: 14px; color: #aaa;}
.pageTPList .others span { margin-right: 15px;}
.pageTPList .node { color: #aaa; margin-right: 15px;}
.pageTPList .last { border-bottom: 0; margin-bottom: 0;}
.pageTPList .on { background: #F9F9F9;}


/* newsList */
.newsList li { line-height: 58px; height: 58px; font-size: 18px; transition: all 0.5s; padding: 0 20px; border-bottom: 1px dashed #dedede; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.newsList li:hover { padding-left: 30px; padding-right: 10px; }
.newsList .date { float: right; color: #999; font-size: 14px; padding-left: 20px; }

/* 视频-列表页 ----------------------------------------- */
.videoPageList { margin: -1% -1.5%; overflow: hidden; text-align: center; }
.videoPageList li { float: left; width: 30.333%; margin: 1.5%; 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 20px 40px; }
.articleCon .power-content_voice { margin-bottom: 20px; }
.printArea .title { font-size: 36px; font-weight: bold; line-height: 1.5; text-align: center; margin-bottom: 30px; }
.printArea .subheading { font-size: 30px; font-weight: bold; color: #555; text-align: center; margin-bottom: 30px;}
.printArea .property { font-size: 14px; margin-bottom: 35px; background-color: #F8F8F8; line-height: 22px; padding: 10px 15px; text-align: center; color: #777; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: #0071bc; }
.printArea .property>span { padding: 0 10px;}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 16px; 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: 20px 0 0px; padding:0px; line-height: 32px;  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: 1500; text-align: center; margin: 20px auto; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; height: 0 !important; padding-bottom: 42%; }
.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: 14px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; line-height: 30px; height: 30px; padding: 10px 10px 20px; border-bottom: 1px solid #E0E0E0; }
.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; }
.articleCon .userControl .bdsharebuttonbox .bd { font-size: 0; }
.articleCon .others { padding: 10px 0; margin-bottom: 15px;}
.articleCon .others .prev, .articleCon .others .next { padding: 3px 0;}

.articleCon .btn { order: -1; }
.articleCon .btn a { margin-right: 15px; border: 1px solid #E0E0E0; transition: all 0.5s; padding: 0 20px; line-height: 38px; height: 38px; box-sizing: border-box; display: inline-block; }
.articleCon .btn .fa { font-size: 16px; margin-right: 5px; }
.articleCon .btn a:hover { background-color: #0071bc; color: #fff; border-color: #0071bc; }


/*点赞与收藏*/
.likes-group li { line-height: 28px; }
.likes-group .Collection { background-position: 22px -45px; }
.likes-group .addCollection { background-position: 22px -291px; }

/* 智能标签 */
.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; margin: -1% -1.5%; }
.picPageList li { display: flex; flex-direction: column; width: 29.333%; margin: 1.5% 1.85%; }
.picPageList .pic { margin-bottom: 10px; position: relative; overflow: visible; }
.picPageList .pic::before { display: block; transition: all 0.3s; content: ""; width: 100%; height: 100%; left: 5px; top: 5px; border: 1px solid #E0E0E0; position: absolute;}
.picPageList li:hover .pic::before { border-color: #0071bc; transform: translate(3px,3px); }
.picPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 75%; height: 0; z-index: 1; }
.picPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.5s; }
.picPageList .pic:hover img { transform: scale(1.1); }
.picPageList .con { flex: 1 0 0%; padding: 20px 0; }
.picPageList .title { line-height: 40px; padding: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.picPageList .intro { margin-top: 10px; font-size: 14px; color: #777; line-height: 24px; max-height: 48px; overflow: hidden; }
.picPageList .others { display: block; margin-top: 14px; 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; }

/* 图片-内容页 */
.slide-wrap .swp-tool { border-bottom: 1px solid #ddd; font-size: 14px; padding-bottom: 20px; margin-bottom: 30px; }
.slide-wrap .swp-tit h2 { font-size: 36px; }
.slide-wrap .swp-tit h2,.slide-wrap .swp-tit span { float: none; text-align: center; font-weight: bold; }


/* 肖象-列表页 叠加的类 ----------------------------------------- */
.picPageList.long li { width: 21%; }
.picPageList.long .pic a { padding-bottom: 125%; }
.picPageList.long .title { font-weight: bold; }
.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: 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; }

/* 图集-内容页 ----------------------------------------- */
.photoContent .swp-tit h2 { text-align: center; float: none; font-size: 32px; font-weight: bold; line-height: 1.5; }
.photoContent .sw-list .swi-hd { text-align: center; width: 100%; display: block; }
.photoContent .swp-tool { font-size: 14px; }

/* 友情链接列表页 ----------------------------------------- */
.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; transition: all 0.5s; display: block; padding: 15px 40px 15px 20px; background: #f5f5f5; font-size: 16px; line-height: 1.4; }
.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 { background-color: #0071bc; color: #fff; }
.friendLinkList li a:hover::after { border-left-color: #fff; }


/* 信息提示页 ---------------------------------------------- */
.Showms{background: #fff;padding: 2% 4%;overflow:hidden;width: 650px;margin:30px auto;}
.Showms .content{width: 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;}


/*点赞与收藏*/
.likes-group { overflow: hidden; text-align: center; margin-bottom: 30px; height: auto; }
.likes-group li { width: 60px; border-radius: 30px; height: 60px; background: #f0f0f0; display: inline-block; }
.likes-group a { font-size: 12px; padding-top: 28px; display: inline-block; }
.likes-group .Likes { background: url(../../base/img/btnicon.png) no-repeat 4px -103px; }
.likes-group .Collection { background: url(../../base/img/btnicon.png) no-repeat 4px -45px; }
.likes-group .addLikes { background: url(../../base/img/btnicon.png) no-repeat 10px -346px; }
.likes-group .addCollection { background: url(../../base/img/btnicon.png) no-repeat 15px -288px; }



.ny-footer{display: block;}
.index-footer,.nry-footer{display: none;}
.ny-footer table{display: none;}

