@charset "UTF-8";
/* ========== 单篇+文章页 start ========== */
.subPage{padding:0 -50px;}
.articleC {padding: 0 50px;}
.articleBox {line-height:30px;padding: 10px 0;color: #666666;font-size: 16px;}
.articleBox img {max-width: 100%;}
/* ————— 标题 start ————— */
.articleTitle {clear: both;line-height: 80px;font-size: 24px;font-family: "microsoft yahei";color: #333333;text-align: center;position: relative;font-weight: bold;}
/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {display: block;clear: both;color: #666666;font-size: 14px;height: 45px; line-height: 45px;padding-bottom: 15px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;}
.articleTime span {padding-right: 16px;font-size: 14px;color: #999999;vertical-align: middle;}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {display: inline-block;vertical-align: middle; font-size: 14px; color: #999999;}
.articleShare .shareParent .shareItem{vertical-align: middle;}
.articleShare .shareParent .shareIcon{font-size: 0;width: 30px;height: 30px;border-radius: 100%;background-color: #f5f5f5;margin-right: 10px;position: relative;}
.articleShare .shareParent .shareFont{    display: inline-block;width: 30px;height: 30px;line-height: 30px;font-size: 20px;text-align: center;vertical-align: middle;transition: 0.6s ease-out 0s;-webkit-transition: 0.6s ease-out 0s;cursor: pointer;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);margin: 0;}
.articleShare .shareParent .shareIcon .articleShare .shareParent .shareFont.icon-weibo{color: #ff2d2d;}
.articleShare .shareParent .shareFont.icon-qq {color: #56b6e7;}
.articleShare .shareParent .shareFont.icon-wechat {color: #29c444;}
/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid #007a5a;background: #007a5a;}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;overflow: hidden;}
.articleHand a {display: block;line-height: 32px;padding: 0 20px 10px 30px;background: url(../images/common/file/file.png) no-repeat left center; color:#666}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;height: 30px;text-align: center;font-family: Arial;}
.articlePage a {margin: 0 1px;background: #ccc;padding: 5px 10px;}
.articlePage a:hover {color: #fff;background: #007a5a;}
.articlePage a.hover {color: #fff;background: #007a5a;}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageCon{overflow: hidden;border-top: 1px solid #f2f2f2;padding-top: 37px;}
.pageUp {display: block;line-height: 34px;color: #999999;font-size: 16px;float: left;display: inline;padding: 0px 0 40px;}
.pageUp a {font-size: 16px;color: #999999;}
.articlePageBox:hover,.pageUp a:hover {color: #e01a13;}

.pageBtn{float: right;display: inline;/* margin-top: 9px; */}
.pageBtn a{padding:0 53px;height: 50px;border-radius:50px;border: 1px solid #f5f5f5;text-align: center;line-height: 50px;display: block;background-color: #f5f5f5;}
.pageBtn a span{font-size: 16px;color: #999999;float: left;display: inline;background: url("../images/moreImg.jpg") no-repeat right center;}
.pageBtn.btn a{background-color: #e01a13;border: 1px solid #e01a13;}
.pageBtn.btn a span{color: #fff;}
.pageBtn a span:hover{background: url("../images/moreImgHover.png") no-repeat right center;color: #fff;}

/* ————— 上一篇/下一篇 end ————— */
/*新闻详情 start*/
.articleConBox{overflow: hidden;margin-right:-30px;}
.articleLeft{width:73.6111%;float: left;display: inline;}
.articleLeft .articleC{background:url(../test/underlingImg.jpg) no-repeat center bottom; background: #FFFFFF;   background-size: 100% 100%;margin-right:30px;}
.articleLeft .title{height: 128px;line-height: 128px;font-size:30px;color:#333333;display: block;border-bottom: 1px solid #ebebeb;text-align: center;margin-bottom: 50px;}

.articleLeft .pic::before{padding-top:56.3333%;}
.articleLeft .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.articleLeft .leftCon{min-height:28px;line-height: 28px;font-size:16px;color:#666666;}

.articleRight{float: left;display: inline; position: relative;z-index: 2;cursor: pointer;background-color: #fff;}
.articleRight .rightTitle{height: 50px;line-height: 50px;padding:37px 0 30px;font-size:26px;color:#333333;border-bottom: 1px solid #f2f2f2;text-align: center;}
.newsViewList dd { padding:30px 43px 30px 30px;border-bottom: 1px solid #f2f2f2;overflow: hidden;}
.newsViewList .pic{width:130px;overflow: hidden;float: left;display: inline;}
.newsViewList .pic::before{padding-top:66.1538%;}
.newsViewList .text{overflow: hidden; font-size:16px;color:#333333;height: 50px;line-height: 25px;}
/*新闻详情 end*/
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../components/audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */
.articleShare .shareParent .shareFont{ border: none;}
.articleShare .shareParent .shareFont.icon-weibo{color:#ff2d2d}
.articleShare .shareParent .shareFont.icon-weibo:hover{ background: none; color: #ff2d2d;}
.articleShare .shareParent .shareFont.icon-wechat{color:#13a8f5}
.articleShare .shareParent .shareFont.icon-wechat:hover{ background: none; color: #13a8f5;}
.articleShare .shareParent .shareFont.icon-qq{color:#2aa515}
.articleShare .shareParent .shareFont.icon-qq:hover{ background: none; color: #2aa515;}
/* ========== 单篇+文章页 end ========== */
/* ========== 全图列表 start ========== */
/* 视频列表 start */
/* 视频列表 end */
/* 资质荣誉 start */
/* 资质荣誉 end */
/* 期刊杂志 start */
/* 期刊杂志 end */
/* 数字报纸 start */
/* 数字报纸 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
.imgText1 dd {overflow: hidden;padding:20px;border-bottom: 2px solid #f5f5f5;}
.imgText1 dd .ddCon{overflow: hidden; }
.imgText1 dd:last-child {border-bottom:none;}
.imgText1 dd .pic{float: left; display: inline;width: 25%; position: relative;margin-right: 40px;}
.imgText1 dd .pic::before{display: block;content: '';padding-top:66.6667%;}
.imgText1 dd .pic a img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.imgText1 dd .text {overflow: hidden; display: block;}
.imgText1 dd .text .title a{height: 50px;line-height: 50px; font-size: 18px;font-weight: bolder;color:#333;display: block;padding-top: 17px;font-size:18px;color:#333333;font-weight: bold;}
.imgText1 dd .text .conText{height:60px;line-height: 30px;font-size: 15px;overflow: hidden;color:#666666;padding-top:17px;margin-bottom:33px;}
.imgText1 dd .text .time{display: inline-block;font-size:15px;color:#999999;width: 170px;border-radius:15px;height: 30px;line-height: 30px;text-align: center;position: relative;background: #eefdf4;padding-left: 25px;}
.imgText1 dd .text .time::before{display: block;content:'';background: url(../images/imgTextTime.png) no-repeat left center;text-align: center;position: absolute;left: 30px;top: 50%;width: 20px;height: 30px;transform: translateY(-50%);}
.imgText1 dd:hover{box-shadow: -4px -17px 25px rgb(0 0 0 / 10%);}
.imgText1 dd:hover .text .title a{color: #e01a13;}
/* 图文列表1 end */

/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/* 全文列表1 start */
.textList1{margin-right:-30px;}
.textList1::after{display: block;content: '';visibility: hidden;clear: both;}
.textList1 dd{width: 50%;float: left;display: inline;}
.textList1 dd .ddCon{display: block;padding: 0 40px;border:1px solid #f0f0f0;}
.textList1 dd .listCon .listTitle{height:50px;line-height: 50px;overflow: hidden;padding-top:25px;font-size:16px;color:#333333;}
.textList1 dd .listCon .time{font-size:16px;color:#aaaaaa;height:35px;line-height: 35px;margin-bottom:12px;}
.textList1 dd .listMore {font-size:14px;color:#777777;height: 50px;line-height: 25px;margin-bottom:37px;}
.textList1 dd:hover{box-shadow:1px 10px 10px rgba(0,0,0,.05);}
.textList1 dd:hover .listCon .listTitle{color:#e01a13;}
/* 全文列表1 end */
/* ========== 文字列表 end ========== */
/* ========== 瀑布流 start ========== */
/* 纵向瀑布流start */
/* 纵向瀑布流end */
/* 横向瀑布流start */
/* 横向瀑布流end */
/* ========== 瀑布流 end ========== */
/* ————— 公用表单 start ————— */
.input{ border: 1px solid #ddd; padding:0 10px}
.input input{ border: none; background: none; width: 100%; height: 38px; line-height: 38px; font-size: 14px; color: #333;}
.textarea{ border: 1px solid #ddd; padding:5px 10px}
.textarea textarea{ border: none; background: none; width: 100%; height: 120px; line-height: 25px; font-size: 14px; color: #333;}
a.formBtn{ display: inline-block; height: 40px; line-height: 40px; border: 1px solid #ddd; background: #FFF; border-radius: 3px; font-size: 14px; color: #333; padding:0 30px; margin: 0 5px;}
a.formBtn:hover{ opacity: .9;}

.formYzm .input{ width: 50%; float: left; display: inline;}
.formYzm .yzmImg{ width: 118px; height: 38px; border: 1px solid #ddd; background: #ddd; float: left; display: inline; margin-left: 20px;}
.formYzm .yzmImg img{ display: block; width: 100%; height: 100%;}

.formSubBtn{ font-size: 0; text-align: left; margin: 0 -5px;}
.formSubBtn a{ padding:0 40px; border-radius: 5px;}
.formSubBtn a.submit{ background: #1e5ab0; color: #FFF;}
.formSubBtn a.reset{ background: #ddd; color: #8b8b8b;}
/* ————— 公用表单 end ————— */

/*党建 start*/
/*公共部分  start*/
.partyTitle{position: relative;border-bottom: 1px solid #f5f5f5;}
.partyTitle .partyMore{float: right;display: inline;position: relative;padding-right: 25px;cursor: pointer;z-index: 99;line-height: 48px;}
.partyTitle .partyMore a{font-size:14px;color:#999999;line-height: 20px;}
.partyTitle .partyMore::before{display: block;content:'';background: url(../images/party1ImgTb.png) no-repeat center center;width: 20px;height: 20px;position: absolute;right:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.partyTitle .title{font-size:22px;color:#ffffff;width: 130px;height: 48px;line-height: 48px;text-align: center; background-color: #e01812;position: relative;}
.partyTitle .titleBox{position: relative;z-index:2;}
.partyTitle .titleBox.mask{position: absolute;left: 2px;top: -10px;z-index: 0;}
.partyTitle .icon{ border: 11px solid transparent;position: absolute;left:130px;top:50%;transform: translateY(-50%); border-left-color:#e01812;}
.partyTitle .mask .title{font-size:22px;color:#ffffff; overflow: hidden;width: 130px;height: 48px;line-height: 48px;text-align: center; background-color: #f6f8ce;position: relative;}
.partyTitle .mask .icon{ border: 11px solid transparent;position: absolute;left:130px;top:50%;transform: translateY(-50%); border-left-color:#f6f8ce;}
/*公共部分  end*/
/*banner start*/
.partyBanners{position: relative;}
.bannerList{height:78px;background-image:linear-gradient(to right,transparent,#e01a12,transparent);height:78px;position: absolute;left: 0;bottom: 0;}
.partyBanners .pic:before{padding-top: 27.3438%;}
.partyBanners .partyTopBut  {overflow: hidden;text-align: center;bottom: 30px;position: absolute;width: 100%;}
.partyBanners .partyTopBut .partyButton {color: #FFFFFF;font-size: 18px;width: 188px;height: 70px;border-radius: 14px;border: 2px solid #e84e51;box-sizing: border-box;background-color:transparent;margin-left: 25px;cursor: pointer;}
.partyCalumn1{overflow: hidden;background: #fff;padding: 60px 0;}
.partyBanners .partyTopBut .partyButton:hover {background-color:#f40500;border:none;}
.bannerList{width:100%;}
.bannerList dd{float: left;display: inline;text-align: center;}
/*banner end*/
/*第一通栏 start*/
.partyCalumn1{padding-bottom:50px;margin-left:-30px;}
.partyCalumn1::after{clear: both;content: '';display: block;overflow: hidden;visibility: hidden;}
.party1Left{width: 48.6111%;float:left;display: inline;}
.party1Scroll{position: relative;}
.party1Scroll .bdBox{position: relative;overflow: hidden;}
.party1Scroll .bdBox::before{padding-top:66.5714%;display: block;content: '';}
.party1Scroll .bd{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.party1Scroll .bd .slick-list,.party1Scroll .bd .slick-track{ height: 100%;}
.party1Scroll .bd .myslide .con{ height: 100%;}
.party1Scroll .bd .myslide .con a{ display: block;height: 100%;}
.party1Scroll .bd .myslide .con img{width: 100%;height: 100%;}
.party1Scroll .bd .myslide .con .html{ display: none;}
.party1Scroll .text{position: absolute;left: 0;bottom: 0;width: 100%;height:65px;background-color:rgba(0,0,0,0.5);}/*-webkit-  处理兼容*/
.party1Scroll .text .conTitle a{display: block;line-height: 70px;color: #fff;font-size: 18px;overflow: hidden;width:75.3333%;padding-left:30px;}
.party1Scroll .party1Dot{float:right;display: inline;margin-right:22px;}
.party1Scroll .party1Dot ul{font-size: 0;position: absolute;right: 0;bottom: 0;padding:0 30px 30px 0;}
.party1Scroll .party1Dot ul li{width: 10px;height: 10px;border-radius: 100%;background-color: #fff;display: inline-block; margin-right:10px;}
.party1Scroll .party1Dot ul li.slick-active{ background: #ce0d0d;}/*当前li状态*/

.party1Right{float: left;display: inline;width: 51.3889%;box-sizing: border-box;-wenkit-box-sizing: border-box;}
.party1Right .rightBox{margin-left:30px;}
.party1List1 .title{font-size:18px;color:#333333;height: 30px;line-height: 30px;padding-top: 25px;}
.party1List1 .time{font-size:14px;color:#999999;height: 25px;line-height: 25px;margin:5px 0 8px;}
.party1List1 .text{font-size:14px;color:#666666;height: 50px;line-height: 25px;padding-bottom:25px;border-bottom: 1px dashed #f5f5f5;}

.party1List2{padding-top:17px;}
.party1List2 dd {overflow: hidden;height: 40px;line-height:40px;}
.party1List2 dd .text{width:73.0973%;float: left;display: inline;padding-left:10px;position: relative;font-size:14px;color:#454545;}
.party1List2 dd .text::before{ border:5px solid transparent;display: block;content:'';border-left-color:#999999;position: absolute;left: 0;top:50%;transform:translateY(-50%);-wenkit-transform:translateY(-50%);}
.party1List2 dd .time{float: right;display: inline;font-size:14px;color:#999999;line-height:40px;}
.party1List1 dd:hover .title{color:#ce0d0d;}
.party1List2 dd:hover .text{color:#ce0d0d;}
.party1List2 dd:hover .text::before{border-left-color:#ce0d0d;}
/*第一通栏 end*/
/*第二通栏 start*/
.partyCalumn2{margin-left:-30px;background-color: #fff;padding-bottom:55px;}
.party2Right .rightBox{margin-left:30px;}
.partyCalumn2::after{clear: both;content: '';display: block;overflow: hidden;visibility: hidden;}
.party2Left{width: 48.6111%;float:left;display: inline;}
.party2List{padding:18px 0;}
.party2List dd {overflow: hidden;height: 40px;line-height:40px;}
.party2List dd .text{width:73.0973%;float: left;display: inline;padding-left:10px;position: relative;font-size:14px;color:#454545;}
.party2List dd .text::before{ border:5px solid transparent;display: block;content:'';border-left-color:#999999;position: absolute;left: 0;top:50%;transform:translateY(-50%);-wenkit-transform:translateY(-50%);}
.party2List dd .time{float: right;display: inline;font-size:14px;color:#999999;line-height:40px;}
.party2Right{float: left;display: inline;width: 51.3889%;}

.party2List dd:hover .text{color:#ce0d0d;}
.party2List dd:hover .text::before{border-left-color:#ce0d0d;}
/*第二通栏 end*/
/*党建 end*/



