﻿@charset "utf-8";

/* 框架 -----------------------------------------*/
.row { padding: 10px 0; }
.row:last-of-type { margin-bottom: 0; }
.column-4 { float: left; width: 386px; margin-right: 21px; }
.column-6 { float: left; width: 580px; margin-right: 20px; }
.column-4:last-of-type,
.column-6:last-of-type { margin-right: 0; }

.bgGray { background: #f5f5f5; padding: 40px 0; }

/* 图标特效 */
.effectIcon li { perspective: 1000px; }
.effectIcon li a:before { transition: all 0.7s ease; }
.effectIcon li a:hover:before { transform: rotateY(180deg); }

/* 节点-图文列表页 -----------------------------------------*/
.picNodeList { padding: 10px 0; }
.picNodeList li { position: relative; overflow: hidden; }
.picNodeList .pic { float: left; width: 50%; margin-right: 40px; }
.picNodeList .pic a { display: block; padding-bottom: 53.33%; position: relative; overflow: hidden; height: 0; }
.picNodeList .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; }
.picNodeList .title { margin-top: 40px; font-size: 30px; height: 44px; line-height: 44px; overflow: hidden; }
.picNodeList .title a { text-decoration: none; }
.picNodeList .intro { margin-top: 20px; font-size: 14px; line-height: 26px; height: 78px; overflow: hidden; }
.picNodeList .title a::after { position: absolute; left: 50%; top: 210px; margin-left: 40px; content: '＋'; font-family: Arial; width: 38px; height: 38px; line-height: 38px; font-size: 24px; border: 1px solid #D8AD5E; border-radius: 50%; text-align: center; color: #D8AD5E; 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 40px; }
.picNodeList li:nth-of-type(even) .title a::after { left: auto; right: 50%; margin: 0 40px 0 0; }
.picNodeList li:hover .title a::after { transform: rotate(180deg); background: #D8AD5E; color: #fff; }

/* 红色风格页面 - 党建视窗 -----------------------------------------*/
.redPage .pageBanner { background-image: url(../../base/img/page-banner-red.jpg); }
.redPage #header { background: rgba(201, 25, 2, 0.3); }
.redPage #content,
.redPage .mainContent { min-height: auto; }
.redPage #footer { background: #b42f11; }
.redPage .primaryBox>.hd h3 { border-left-color: #c72501; }


/* 文章-父列表页 -----------------------------------------*/
.focusWrap { overflow: hidden; margin-bottom: 15px; }
.pageBoxLoop { margin-top: -20px; overflow: hidden; }
.pageBoxLoop .box { width: 565px; margin-top: 20px;}
.pageBoxLoop .box .bd { height: 216px; }


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

/* 内容带图片的信息列表_图片判断式 */
.pageTPList li { margin-bottom: 20px; background: #fff; padding: 20px; overflow: hidden; border: 1px solid #eee; }
.pageTPList li:hover { background: #fafafa; }
.pageTPList li.last { margin-bottom: 0; }
.pageTPList .title { font-size: 22px; line-height: 30px; height: 30px; margin-bottom: 12px; overflow: hidden; }
.pageTPList .pic { float: left; margin-right: 20px; width: 140px; }
.pageTPList .pic img { width: 100%; height: 90px;}
.pageTPList .con { overflow: hidden; }
.pageTPList .intro { font-size: 14px; line-height: 28px; height: 56px; color: #777; overflow: hidden; }
.pageTPList .date { margin-top: 8px; display: block; font-size: 14px; line-height: 24px; color: #999; }
.pageTPList .date::before { display: inline-block; vertical-align: top; font-family: "fontpower"; content: '\e737'; margin-right: 8px; font-size: 1.2em; color: #bda060; }
.pageTPList li:hover .title a { font-weight: bold; text-decoration: none; color: #0059AE; }

/* newsList */
.newsList li { position: relative; padding: 32rem 16rem; border-bottom: 1rem solid #e8e8e8; overflow: hidden; }
.newsList .date { float: left; width: 95rem; height: 95rem; margin-right: 36rem; line-height: 1; overflow: hidden; text-align: center;  border: 1rem solid rgba(0, 0, 0, .15); }
.newsList .date .dd { display: block; margin-top: 20rem; font-size: 28rem; color: rgba(0, 0, 0, .85); }
.newsList .date .ym { display: block; margin-top: 14rem; font-size: 14rem; color: rgba(0, 0, 0, .65); }
.newsList .con { overflow: hidden; }
.newsList .title { font-size: 18rem; line-height: 26rem; height: 26rem; overflow: hidden; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; }
.newsList .intro { margin-top: 22rem; font-size: 14rem; line-height: 20rem; height: 40rem; color: rgba(0, 0, 0, .65); overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; text-overflow: ellipsis; }
.newsList li .date,
.newsList li .date .ym,
.newsList li .title a { transition: all 0.6s  ease; }
.newsList li .title:hover a { color: #007ee2; }
.newsList li .pic { width: 190rem; height: 110rem; float: right; overflow: hidden; margin-left: 40rem; }


/* 视频-列表页 ----------------------------------------- */
.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: 20rem 0; }
.singlePage .articleCon { padding-left: 0; padding-right: 0; }
.articleCon .power-content_voice { margin-bottom: 20rem; }
.printArea .title { font-size: 24rem; line-height: 1.5; text-align: center; margin-bottom: 16rem; color: rgba(0, 0, 0, .85); display: block; font-weight: bold;}
.printArea .subTitle { font-size: 16rem; color: rgba(0, 0, 0, .65); text-align: center; margin-bottom: 16rem;}
.printArea .property { font-size: 12rem; margin-bottom: 20rem; line-height: 18rem; padding: 0 16rem; font-weight: 500; text-align: center; color: rgba(0, 0, 0, .55); }
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: rgba(0, 0, 0, .85); font-size: 16rem; line-height: 2; text-align: left; padding: 0 0 20rem 0; overflow: hidden; font-family: 'PingFang SC', Arial, "Microsoft YaHei", 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;}
.printArea .conTxt p:first-child{margin-top: 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: 0 !important; margin: 0 !important; text-indent: 0 !important;}
.printArea .conTxt table p { margin: 0;}
.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: rgba(0, 0, 0, .55); margin: 10rem 10rem 0 0; float: left;}
.articleCon .userControl .bdsharebuttonbox { float: right; 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; }

.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; margin: -0.85%; }
.picPageList li { display: flex; flex-direction: column; width: 31.6333%; margin: 0.85%; }
.picPageList .pic { background: #f5f5f5; padding: 15px; }
.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: 15px 20px; 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 { margin-top: 6px; 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; }

/* 图集-列表页 ----------------------------------------- */
.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; }

/* 友情链接图片列表 ----------------------------------------- */
.siteGroupList { margin: -1.5% -2.5% 0 0; }
.siteGroupList li { width: 22.5%; margin: 2.5% 2.5% 0 0; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

/* 友情链接列表页 ----------------------------------------- */
.friendLinkList { margin: -10px -20px 0 0; }
.friendLinkList li { float: left; min-width: 33.3333%; padding: 20px 20px 0 0; box-sizing: border-box; }
.friendLinkList li a { position: relative; 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 { text-decoration: none; color: #0059AE; }
.friendLinkList li a:hover::after { border-left-color: #0059AE; }


/* 信息提示页 ---------------------------------------------- */
.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; }


/* 媒体查询 */
@media (min-width:1500px) {
    .siteGroupList .intro { margin: 21px 25px; line-height: 34px; height: 136px; }
}

.ng-cloak { display: none; }

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


.mainContent { width: 1260rem; margin: 0 auto; min-height: calc(100vh - 210rem); }

.extendField { background: #f6f6f6; padding: 16rem 0; }
.extendField.profile-summary { margin-top: 64rem; display: flex; }
.extendField.profile-summary .summary-item { flex-shrink: 0; width: 25%; display: flex; align-items: center; justify-content: center; }
.extendField.profile-summary .summary-item img { width: 102rem; height: 102rem; }
.extendField.profile-summary .summary-item .item-content { text-align: left; margin-left: 24rem; display: flex; flex-direction: column; padding-top: 10rem; height: 102rem; justify-content: center; }
.extendField.profile-summary .summary-item .item-content .item-title { font-size: 16rem; color: rgba(0, 0, 0, .55); }
.extendField.profile-summary .summary-item .item-content .item-desc { font-size: 36rem; line-height: 48rem; color: rgba(0, 0, 0, .85); display: flex; align-items: center; }
.extendField.profile-summary .summary-item .item-content .item-desc::after { content: '+'; font-size: 24rem; margin-left: 6rem; }


@media (max-width: 1299px) {
    .path .container { width: auto; padding: 0 16rem; }
    .wrap .path #sideMenu { right: 16rem; }

    #content .mainContent { width: auto; }
    #content .mainContent .articleCon { padding: 20rem 16rem; }
    #content .mainContent .backToListBtn { margin-left: 16rem; }
}

@media (max-width: 1023px) {
    #content .mainContent .articleCon { padding-bottom: 0; }
    #content .mainContent .articleCon .others { margin-bottom: 0; }
    .extendField.profile-summary {
        margin-top: 16rem;
        margin-bottom: 16rem;
        flex-wrap: wrap;
    }

    .extendField.profile-summary .summary-item img {
        width: 70rem;
        height: 70rem;
    }
    .extendField.profile-summary .summary-item .item-content {
        margin-left: 16rem;
        height: 60rem;
        padding-top: 5rem;
    }
    .extendField.profile-summary .summary-item .item-content .item-desc {
        font-size: 24rem;
        line-height: 32rem;
    }
    .extendField.profile-summary .summary-item .item-content .item-title {
        font-size: 14rem;
    }
}

@media (max-width: 767px) {
    .navigator {
        position: absolute;
        top: 54rem;
        left: 0;
        width: 100%;
        z-index: 10;
        padding: 16rem;
    }
    .wrap .path .navigator a:first-child {
        top: 1rem;
    }
    .wrap .path { font-size: 14rem; height: auto; line-height: normal; background: #fff; }
    .wrap .path .container { display: flex; flex-direction: column; padding: 0; }
    .wrap .path .container .navigator { position: static; order: 2; }
    .wrap .path #sideMenu {
        position: static;
        width: 100%;
        order: 1;
        height: 54rem;
        line-height: 54rem;
        background: #f5f5f5;
    }
    .wrap .path #sideMenu .menuList {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-overflow-scrolling: touch;
    }
    .wrap .path #sideMenu .menuList li { margin: 0 12rem; }
    .wrap .path #sideMenu .menuList li + li { margin-left: 12rem; }

    .wrap .path #sideMenu .menuList::-webkit-scrollbar { display: none; }

    #content .mainContent { padding: 0 16rem 16rem; }
    .newsList li {
        padding: 0 0 15rem;
        margin-bottom: 15rem;
        display: flex;
        flex-direction: column;
    }
    .newsList li .pic { order: 1; width: 100%; margin-left: 0; float: none; height: auto; margin-bottom: 15rem; }
    .newsList li .pic img { max-height: 260rem; height: auto; }
    .newsList li .date { order: 3; display: flex; float: none; width: 100%; height: 24rem; line-height: 24rem; border: none; text-align: left; overflow: visible;  }
    .newsList li .date .dd { order: 2; height: 16rem; font-size: 12rem; margin-top: 0; color: rgba(0, 0, 0, .55); font-weight: 500; }
    .newsList li .date .dd::before { content: '-'; }
    .newsList li .date .ym { order: 1; height: 16rem; font-size: 12rem; margin-top: 0; color: rgba(0, 0, 0, .55); font-weight: 500; }
    .newsList li .date .ym::before { content: '发布时间：'; }
    .newsList li .con { order: 2; }
    .newsList .intro { margin-top: 10rem; margin-bottom: 10rem; }

    #footer { font-size: 14rem; }

    #content .mainContent { padding: 0 16rem 16rem; }
    #content .mainContent .articleCon { padding-left: 0; padding-right: 0; padding-top: 10rem; }
    #content .mainContent .backToListBtn { margin-left: 0; margin-top: 0; }
    #content .mainContent .backToListBtn_bottom { display: none; }
    #content .mainContent .articleCon .others { width: auto; }
    .articleBottom {
        display: block;
        width: auto;
        position: relative;
        padding-top: 10rem;
    }

    .extendField.profile-summary {
        margin-top: 16rem;
        flex-wrap: wrap;
        padding-bottom: 6rem;
    }
    .extendField.profile-summary .summary-item {
        width: 50%;
        margin-bottom: 10rem;
    }
    .extendField.profile-summary .summary-item img {
        width: 60rem;
        height: 60rem;
    }
    .extendField.profile-summary .summary-item .item-content {
        margin-left: 10rem;
        height: 60rem;
        padding-top: 5rem;
    }
    .extendField.profile-summary .summary-item .item-content .item-desc {
        font-size: 24rem;
        line-height: 32rem;
    }
    .extendField.profile-summary .summary-item .item-content .item-title {
        font-size: 14rem;
    }
}