@charset "UTF-8";
.subBox{
	padding: .5rem;
}
/*图片弹窗start*/
.picSwiperhtml {
	display: none;
}

.mainPic {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear
}

.mainPic.show {
	visibility: visible;
	opacity: 1;
}

.mainPicClose {
	position: absolute;
	z-index: 1;
	right: 1rem;
	top: 0.5rem;
	width: 1.9rem;
	height: 1.9rem;
	background: url(../images/closeNew.png) no-repeat center center;
	background-size: auto 1.9rem;
	text-align: center;
	line-height: 1.9rem;
}

.mainPicClose span {
	font-size: 1.2rem;
	color: #FFF;
	display: inline-block;
}

.mainPicBox {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.mainPicBox .swiper-container {
	width: 100%;
	height: 100%;
}
.mainPicBox .swiper-container .bd{
	height: 100%;
}
.mainPicBox .swiper-container .swiper-wrapper{
	height: 100% !important;
}
.mainPicBox .swiper-slide {
	overflow: hidden;
}
.mainPicBox .swiper-slide.swiper-slide-next,
.mainPicBox .swiper-slide.swiper-slide-prev{
	opacity: 0 !important;
}
.mainPicBox .swiper-zoom-container{
	padding: 0 .75rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.photePage {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 2.0rem;
	line-height: 2.5rem;
	text-align: center;
	color: #FFF;
	font-size: 0.7rem;
	display: block !important;
}
/*图片弹窗end*/
/* 页码start */
.page {
	padding-top: .25rem;
	text-align: center;
	clear: both;
	font-size: .65rem;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 0 .5rem;
	height: 1.5rem;
	line-height: 1.6rem;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 1px;
	vertical-align: middle;
}
.page a.hover {
	background-color: var(--themeColor);
	color: #fff;
}
.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}
.page input {
	display: inline-block;
	vertical-align: middle;
	height: 1.25rem;
	width: 1.5rem;
	padding: 0 5px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	position: relative;
	text-align: center;
	margin: .1rem 0;
}

.page input.pageDetail {
	width: 30px;
	height: 29px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	vertical-align: middle;
	line-height: 1.5rem;
	padding: .1rem 0;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: .5rem;
	font-size: .7rem;
	color: #999;
	height: 1.5rem;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage.disabled {
	background: #e2e2e2;
}

.page a.prevPage.disabled {
	background: #e2e2e2;
}

.page a.nextPage.disabled {
	background: #e2e2e2;
}

.page a.lastPage.disabled {
	background: #e2e2e2;
}
.pageInfor{
	padding: .25rem 0;
}
.nextPage div {
	background-image: url(../images/nextPage.png);
}
.lastPage div {
	background-image: url(../images/lastPage.png);
}
.prevPage div {
	background-image: url(../images/prevPage.png);
}
.firstPage div {
	background-image: url(../images/firstPage.png);
}
/* 页码end */

/* 通栏图 start*/
.imgSwiper{
	position: relative;
	overflow: hidden;
}
.imgSwiper .swiper-slide{
	overflow: hidden;
	border-radius: .25rem;
}
.imgSwiper .pic::before{
	padding-top: 15.7183%;
}
.imgPrev{
	display: none;
	position: absolute;
	width: 1rem;
	height: 2rem;
	top: 50%;
	left: 0;
	margin-top: -1rem;
	background:rgba(0, 0, 0, .45) url(../images/prev.png) no-repeat center center;
	background-size: .75rem;
	border-radius: 0 .25rem .25rem 0;
}
.imgNext{
	display: none;
	position: absolute;
	width: 1rem;
	height: 2rem;
	top: 50%;
	right: 0;
	margin-top: -1rem;
	background:rgba(0, 0, 0, .45) url(../images/next.png) no-repeat center center;
	background-size: .75rem;
	border-radius: .25rem 0 0 .25rem;
}
.imgSwiperDot{
	text-align: center;
	padding: .5rem 0;
}
.imgSwiperDot span{
	margin: 0 .1rem !important;
	width: .35rem;
	height: .35rem;
	background: #dcdcdc;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.imgSwiperDot span.swiper-pagination-bullet-active{
	background: var(--themeColor);
}
/* 通栏图 end*/
/* ========== 单篇+文章页 start ========== */
.articleTime1 {
	position: relative;
	/*height: 2.15rem;*/
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 2.15rem;
	font-size: .65rem;
	color: #999;
	position: relative;
	padding: 0 0 0.2rem;
	background: url(../images/articleLine.png) bottom center no-repeat;
	background-size: 100% .2rem;
}

.articleInfor span {
	margin-right: 0.5rem;
}

.articleFont {
	padding-left: .1rem;
}

.articleFont em {
	font-style: normal;
}

.articleFont span {
	margin: 0 .25rem;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	border-radius: 1.25rem;
	position: relative;
	text-align: center;
	transition: .3s;
	-webkit-transition: .3s;
}

.articleFont span.hover {
	background: #e8e6f3;
}

.articleBox{line-height:1.6rem;color:#333333;padding:0.5rem 0;font-size:0.7rem;background:#fff;}
.oldArt p{
	text-indent: 2em;
}

.articleBox img {
	max-width: 100%;
	margin: 0 auto;
}
.articleBox  .vsbcontent_img{
	text-align:center;
	text-indent:0px
}
.articleBox table{
	margin: 0 auto;
	width: 100% !important;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}
.articleBox table tr th,
.articleBox table tr td{
	border: 1px solid #333;
	padding: .25rem .1rem;
	font-size: .6rem;
	width: auto !important;
	box-sizing: border-box;
	display: table-cell;
	line-height: 1rem;
}
.articleBox table th p,
.articleBox table td p{
	text-indent: 0 !important;
}
.articleTitle{font-size: 1rem;color: #000;text-align: center;font-weight: bold;padding:0.5rem 0.5rem 0 ;line-height: 1.5rem;}
.articleTitle1{font-size: 0.8rem;color: #000;text-align: center;font-weight: bold;padding:.5rem 0.5rem 0 ;line-height: 1.5rem;}
.articleTime{display: block;clear: both;text-align: left;color: #999;font-size: 0.6rem;line-height: 1rem;padding: 0.25rem 0;border-bottom: 1px solid #e6e6e6;}
.articleTime span{display: inline-block;height: 1rem;font-size: .6rem;margin: 0 2px;}
.articleTime a{display: inline-block;height: 1.25rem;font-size: .65rem;color: #f00;}
.articleTime span.shareBt{
	display: inline-block;
	align-items: center;
	width: auto;
	position: relative;
}
.articleTime span.shareBt em{
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	color: #999;
}
.articleTop{overflow:hidden;background:#f9fafb;padding:.5rem 0;}
.articleTop .articleTitle{font-size:.9rem;color:#333333;text-align:center;font-weight:bold;padding:0 2.5rem;line-height:1.5rem;}
.articleTop .articleTime{text-align:center;padding:.5rem 0 0 0;}
.articleTime span.author{
	padding-left: .75rem;
	background-image: url(../images/viewIcon1.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: .5rem;
}
.articleTime span.time{
	padding-left: .75rem;
	background-image: url(../images/viewIcon2.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: .6rem;
}
.articleTime span.browse{
	padding-left: .75rem;
	background-image: url(../images/viewIcon3.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: .6rem;
}
/* ————— 文章表格 start ————— */
.tabScrollTop {
	height: 1.5rem;
	padding: 0 .25rem;
	background: #fff9f3;
	font-weight: bold;
	font-size: .6rem;
	color: #ff0000;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tabScrollTop strong {
	display: none;
}
.bigSizeTable{
	overflow: hidden;
	border: 1px solid #333;
	background: #fff;
}
.bigSizeTableC {
	overflow-x: scroll;
	margin: 0 -1px -1px -1px;
	cursor: move;
	/* 强制显示滚动条（关键） */
	-webkit-overflow-scrolling: touch !important;
}
.bigSizeTableC::-webkit-scrollbar {
	height: 6px !important;       /* 横向滚动条高度 */
	display: block !important;    /* 强制显示 */
	visibility: visible !important;
	opacity: 1 !important;
}
.bigSizeTableC::-webkit-scrollbar-thumb {
	background: #999 !important;  /* 滑块颜色 */
	border-radius: 3px !important;
}
.bigSizeTableC::-webkit-scrollbar-track {
	background: #f1f1f1 !important; /* 轨道颜色 */
}

table.maxSizeTable{
	margin: 0 auto;
	cursor: default;
	width: max-content !important;
}
table.autoTable{
	width: auto;
}
/* ————— 文章表格 end ————— */
/* 附件 end */
.articleAnnex {
	font-size: 0.75rem;
	overflow: hidden;
	margin-bottom: 0.75rem;
}
.articleAnnex a {
	display: inline-block;
	line-height:1.5rem;
	padding-left: 1.5rem;
	background-position: left .35rem;
	background-repeat: no-repeat;
	background-size: auto 1rem;
	background-image: url('../images/file/excel.png');
	color: #666;
}

.articleAnnex a.word {
	background-image: url('../images/file/word.png');
	color: #1e6de0 !important;
}

.articleAnnex a.ppt {
	background-image: url('../images/file/ppt.png');
	color: #ff7735 !important;
}

.articleAnnex a.excel {
	background-image: url('../images/file/excel.png');
	color: #2da641 !important;
}

.articleAnnex a.pdf {
	background-image: url('../images/file/pdf.png');
	color: #ef5450 !important;
}

.articleAnnex a.zip {
	background-image: url('../images/file/zip.png');
	color: #ff9779 !important;
}

.articleAnnex a.file {
	background-image: url('../images/file/file.png');
}
/* 附件 end */
/* 上一篇/下一篇 start */
.articleFooter{
	padding: .5rem 0;
}
.articlePage a{
	display: block;
	line-height: 1.15rem;
	text-align: left;
	font-size: 0.7rem;
	color: #333;
	padding: .15rem 0;
}
.articlePage a:active{
	color: var(--themeColor);
}
/* 上一篇/下一篇 end */
.videoCon{position:absolute;top:10.25rem;bottom:0;overflow-y:auto;}
.videoCon .articleTitle{font-size:18px;color:#333333;text-align:left;font-weight:bold;padding:.25rem .5rem 0 .5rem;line-height:1.5rem;}
.videoCon .articleTime{text-align:left;padding:0 0 0 .5rem;}

.articelImgSlide{overflow: hidden;position: relative;}
#articelImgSlide img{display: block;max-width: 100%;}
#articelImgSlide{overflow: hidden;position: relative;}
#articelImgSlide .swiper-pagination{bottom: .25rem;}
.articelImgSlide .swiper-button-prev{display: none; left: 0px;mask-image: url(../images/prev.png);-webkit-mask-image: url(../images/prev.png); mask-size: 1.8rem;-webkit-mask-size: 1.8rem;overflow: hidden;mask-mode: alpha;-webkit-mask-mode: alpha;background-image: none !important;background-color: var(--themeColor) !important;mask-repeat: no-repeat;mask-position: left center;}
.articelImgSlide .swiper-button-next{display: none; right: 0px;mask-image: url(../images/next.png);-webkit-mask-image: url(../images/next.png); mask-size: 1.8rem;-webkit-mask-size: 1.8rem;overflow: hidden;mask-mode: alpha;-webkit-mask-mode: alpha;background-image: none !important;background-color: var(--themeColor) !important;mask-position: right center;mask-repeat: no-repeat; }
.articelImgSlide .swiper-pagination-bullet{background: #eee;opacity: 1;}
.articelImgSlide .swiper-pagination-bullet-active{background: var(--themeColor);}
.articelImgSlide .swiper-button-next:after,
.articelImgSlide .swiper-button-prev:after{
	font-size: 1rem !important;
}
/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.shareBt{display: inline-block;width:1rem;position: relative;}
.shareClose{line-height:2rem;text-align:center;padding:.15rem 0 0 0;font-size:0.8rem;}
.shareBox{width:100%;overflow: hidden;background: #fff;position: fixed;left: 0px;bottom:-100%;z-index: 10000;-webkit-transition: bottom 0.8s;-o-transition: bottom 0.8s;transition: bottom 0.8s;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.shareBox.show{bottom:0px;}
.share{padding: .5rem .75rem;box-sizing: border-box;-webkit-box-sizing: border-box;}
.shareCont{overflow: hidden;padding:0.5rem 0px 0.25rem;}
.boxShadow{position: fixed;left: 0px;top:0px;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.6);z-index: 999;display: none;}
.wxSha{position: fixed;left: 0px;top:0px;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.6) url(../images/share/weChatShare.png) no-repeat center 0rem;background-size: auto 16rem;z-index: 99999999;display: none;}
.shareC .bshare-custom{display: flex; padding: 0.8rem .5rem;}
.shareC .bshare-custom .item{flex: 1;text-align: center;}
.shareC .bshare-custom .item span{display: block;line-height: 1.5rem;}
.shareC .bshare-custom a {display: inline-block;height: 2rem;width: 2rem;padding: 0;background-size: auto 1.95rem !important;}
.shareC .bshare-custom .bshare-sinaminiblog {background: url(../images/share/shareBt1.png) no-repeat center center;}
.shareC .bshare-custom .bshare-qqim {background: url(../images/share/shareBt6.png) no-repeat center center;}

.shareC .bshare-custom .bshare-qzone {background: url(../images/share/shareBt3.png) no-repeat center center;}
.shareC .bshare-custom .bshare-douban{background: url(../images/share/shareBt4.png) no-repeat center center;}
.shareC .bshare-custom .bshare-weixin {background: url(../images/share/shareBt5.png) no-repeat center center;}
.weChatShareTip {display: none;width: 100%;height: 100%;overflow: hidden;background: rgba(0, 0, 0, 0.5) url(../images/share/weChatShare.png) no-repeat calc(100% - 30px) 10px;background-size: 90% auto;position: fixed;left: 0px;top: 0px;z-index: 9999999;}
.shareParent .shareItem{width: 20%;}
.audio{padding: 0 0 .5rem;}
.audio-tips{display: none !important; margin-top:10px; color: #b1b1b1; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.audio .info{-webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: hidden;line-height:45px;}
.audio .info p{margin: 0; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; text-indent: 0;}
.audio .info .audio-title{-webkit-box-flex: 1.5; -ms-flex: 1.5; flex: 1.5; line-height: 24px;font-size:14px;}
.audio .info .audio-desc{-webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 16px;color:#999 !important;font-size:12px !important;}
.audio .info .audio-desc span{padding:0 15px 0 0;color:#ff0000;}

/* 视频start */
.artVideo{ margin: 0 0 .5rem; background: #000; position: relative;}
.artVideo::before{display: block;content: ''; padding-top: 56.25%;}
#newViewPlayer{ position: absolute; left: 0; top: 0;}
.artVideoView{ background: #000; position: relative;}
.artVideoView::before{display: block;content: ''; padding-top: 56.25%;}
.videoDownLoad{text-align: center; padding: .5rem;}
/* 视频end */
/*文章页底部start*/
.footerBar2{font-size:.6rem;overflow: hidden;color: #fff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-background-clip: content;-moz-background-clip: content;background-clip: content;width: 100%;height:2.25rem;background:#fff;position:relative;}
.footerBar2:after{content: " ";width: 200%;height: 200%;position: absolute;top: 0;left: 0;border-top:1px solid #ededed;box-sizing: border-box;-webkit-transform: scale(.5);transform: scale(.5);-webkit-transform-origin: 0 0;transform-origin: 0 0;z-index:1;}
.footerBar2 .shareBt:after{ display:none;}

.footerBar2 div{overflow:hidden;position:relative;z-index:2;}
.phoneBt{width:30%;float:right;}
.phoneBt a {width: 100%;display: block;line-height: 2.25rem;background: #ff7800;color: #fff !important;text-align: center;}
.goBack2{width:16%;float:left;}
.goBack2 a{display: block;height:2.25rem;background: url(../images/jt6.png) no-repeat 10px center;background-size: 1.3rem;color: #666 !important;text-align: center;}
.marker, .shareDiv{float:right;line-height:2.25rem;font-size:.7rem;padding:0 .75rem 0 0;}

.shareDiv .shareBt{ width:100%;}

.marker span, .shareDiv span{padding:0 0 0 .3rem;}
.marker em, .shareDiv em{color:#999;}
/* ========== 单篇+文章页 end ========== */

/* ========== 图文 start ========== */
/* 三列 start */
.imgText1 dd {
	padding: .375rem 0;
}

.imgText1 dd .con {
	display: block;
	border-radius: .375rem;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
	background: #FFFFFF;
	padding: .75rem;
}

.imgText1 dd .pic::before {
	padding-top: 62.9630%;
}

.imgText1 dd .text {
	padding-top: .75rem;
}

.imgText1 dd .text .title {
	max-height: 2.5rem;
	line-height: 1.25rem;
	margin-bottom: .25rem;
	overflow: hidden;
	font-size: .75rem;
	font-weight: bold;
	color: #595959;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.imgText1 dd .text .infor{
	max-height: 2.5rem;
	line-height: 1.25rem;
	overflow: hidden;
	font-size: .65rem;
	color: #666;
	margin-bottom: .25rem;
}
.imgText1 dd .text .textC {
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: .65rem;
	color: #999;
	overflow: hidden;
}

.imgText1 dd .text .textC span {
	margin-right: .375rem;
}
.imgText1 dd .con:active .text .title {
	color: var(--themeColor);
}
/* 顶部有推荐 */
.imgText2Banner {
	overflow: hidden;
	padding-bottom: 2rem;
}

.imgText2BannerBox {
	position: relative;
	padding: .75rem;
	background: #f5f5f5;
	border-radius: .25rem;
}

.imgText2BannerBox .bd {
	overflow: hidden;
}
.imgText2BannerBox .swiper-slide{
	float: left;
	display: inline;
	width: 100%;
}
.imgText2BannerBox .pic::before {
	padding-top: 57.1429%;
}

.imgText2BannerBox .text {
	padding-top: 0.5rem;
}

.imgText2BannerBox .title {
	max-height: 2.5rem;
	line-height: 1.25rem;
	overflow: hidden;
	margin-bottom: .25rem;
	font-size: .75rem;
	color: #595959;
}

.imgText2BannerBox .textC {
	height: 2rem;
	line-height: 1.1rem;
	font-size: .65rem;
	color: #858585;
	margin-bottom: .5rem;
}

.imgText2BannerBox .textBottom {
	height: 1.2rem;
	line-height: 1.3rem;
	font-size: .65rem;
	color: #999;
}

.imgText2BannerBox .more {
	display: block;
	width: 1.75rem;
	height: 1.1rem;
	background: var(--themeColor) url(../images/jt.png) center center no-repeat;
	background-size: .75rem;
	border-radius: 1rem;
}

.imgText2BannerBox .swiper-pagination {
	width: 2.8rem !important;
	height: 1rem !important;
	bottom: -1.75rem !important;
	left: 50% !important;
	margin-left: -1.4rem;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgText2BannerBox .swiper-pagination span {
	width: 0.375rem !important;
	height: 0.375rem !important;
	opacity: 1 !important;
	background: #FFFFFF;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.imgText2BannerBox .swiper-pagination span.swiper-pagination-bullet-active {
	background: var(--themeColor);
}

.imgText2 dd .con {
	padding: 0.75rem 0;
	display: flex;
}

.imgText2 dd .pic {
	width: 7rem;
	overflow: hidden;
}

.imgText2 dd .pic::before {
	padding-top: 56.25%;
}

.imgText2 dd .text {
	flex: 1;
	overflow: hidden;
	padding-left: .75rem;
}

.imgText2 dd .title {
	line-height: 1.25rem;
	font-size: .7rem;
	color: #595959;
	margin-bottom: .5rem;
}

.imgText2 dd .time {
	height: 1rem;
	line-height: 1rem;
	font-size: .65rem;
	color: #999999;
}

.imgText2 dd.bdBottom:last-child::before {
	display: none;
}

/* 通栏 start */
.imgText4 dd{
	padding: .375rem 0;
}
.imgText4 dd .con {
	display: flex;
	border-radius: .375rem;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
	background: #FFFFFF;
	padding: .75rem;
}

.imgText4 dd .pic {
	width: 7rem;
	overflow: hidden;
}

.imgText4 dd .pic::before {
	padding-top: 56.25%;
}

.imgText4 dd .text {
	flex: 1;
	overflow: hidden;
	padding-left: .75rem;
}

.imgText4 dd .title {
	line-height: 1.25rem;
	font-size: .7rem;
	color: #333;
	margin-bottom: .5rem;
}

.imgText4 dd .time {
	height: 1rem;
	line-height: 1rem;
	font-size: .65rem;
	color: #999999;
}

.imgText4 dd.bdBottom:last-child::before {
	display: none;
}

.imgText5 dd{
	padding: .375rem 0;
}
.imgText5 dd a{
	display: block;
	border-radius: .375rem;
	background: #FFFFFF;
	padding: .75rem;
	display: flex;
}
.imgText5 dd a .text{
	flex: 1;
	overflow: hidden;
	padding-right: .75rem;
}
.imgText5 dd a .pic{
	width: 6.5rem;
}
.imgText5 dd a .title{
	height: 2.5rem;
	line-height: 1.25rem;
	font-size: .7rem;
	color: #333;
	margin-bottom: .5rem;
	overflow: hidden;
}
.imgText5 dd a .time{
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: .65rem;
	color: #999999;
}
/* ========== 图文 end ========== */
/* ========== 全图 start ========== */
/* 有边框 start */
.imgList1 dd {
	width: 100%;
	float: left;
	display: inline;
	padding: .375rem 0;
}
.imgList1 dd a {
	display: block;
	border-radius: .375rem;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
	background: #FFFFFF;
	padding: .75rem .75rem 0;
}
.imgList1 dd a .pic {
	border-radius: .2rem .2rem 0 0;
	overflow: hidden;
}
.imgList1 dd a .pic::before{
	padding-top: 56.25%;
} 
.imgList1 dd .text {
	height: 2.5rem;
	padding: 0 .25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 .2rem .2rem;
}
.imgList1 dd .text .title{
	text-align: center;
	font-size: 0.7rem;
	color: #333333;
}
.imgList1 dd a:active .text .title{
	color: var(--themeColor);
}
/* 无边框 start */
.imgList2 {
	overflow: hidden;
	margin: 0  -.375rem;
}
.imgList2 dd {
	width: 100%;
	float: left;
	display: inline;
	padding: .375rem 0;
}
.imgList2 dd a {
	display: block;
	margin: 0 .375rem;
}
.imgList2 dd a .pic {
	border-radius: .2rem;
	overflow: hidden;
}
.imgList2 dd a .pic::before{
	padding-top: 56.25%;
} 
.imgList2 dd .text {
	height: 2.5rem;
	padding: 0 .25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imgList2 dd .text .title{
	text-align: center;
	font-size: 0.7rem;
	color: #333333;
}
.imgList2 dd a:active .text .title{
	color: var(--themeColor);
}
/* 边框分割 start */
.imgList3 {
	overflow: hidden;
	margin: 0  -.375rem;
}
.imgList3 dd {
	width: 100%;
	float: left;
	display: inline;
	padding: .375rem 0;
}
.imgList3 dd a {
	display: block;
	margin: 0 .375rem;
}
.imgList3 dd a .pic {
	border-radius: .2rem .2rem 0 0;
	overflow: hidden;
}
.imgList3 dd a .pic::before{
	padding-top: 56.25%;
} 
.imgList3 dd .text {
	border-radius:0 0 .2rem .2rem;
	height: 2.5rem;
	padding: 0 .25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e6e6e6;
}
.imgList3 dd .text .title{
	text-align: center;
	font-size: 0.7rem;
	color: #333333;
}
.imgList3 dd a:active .text .title{
	color: var(--themeColor);
}
/* ========== 全图 end ========== */
/* ========== 电子期刊 start ========== */
.imgList4 {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
}
.imgList4 dd {
	width: calc(50% - .4rem);
	background-color: #fff;
	border-radius: .25rem;
	overflow: hidden;
}
.imgList4 dd .pic::before {
	padding-top: 60%;
}
.imgList4 dd .text {
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 .5rem;
}
.imgList4 dd .text .textC {
	font-size: .7rem;
	text-align: center;
	padding: 0 .5rem;
	line-height: 1.1rem;
	color: #666;
}
	/* ========== 电子期刊 end ========== */
/* ========== 全文 start ========== */
/* 三列 start */
.textList1 dd {
	padding: .375rem 0;
}
.textList1 dd a {
	display: block;
	border-radius: .375rem;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
	background: #FFFFFF;
	padding: .75rem;
}

.textList1 dd .time {
	overflow: hidden;
	height: 1.25rem;
	line-height: 1.25rem;
}
.textList1 dd .time span{
	font-size: .65rem;
	color: #666;
}
.textList1 dd .title {
	line-height: 1.2rem;
	font-size: .7rem;
	color: #595959;
	position: relative;
}
.textList1 dd a:active .text .title{
	color: var(--themeColor);
}
/* 通栏 */
.textList2 dd {
	padding: .375rem 0;
}

.textList2 dd a {
	display: flex;
	align-items: center;
	padding: .75rem 0;
	border-radius: 10px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
}

.textList2 dd .time {
	width: 4rem;
	text-align: center;
	overflow: hidden;
}

.textList2 dd .time .date {
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 1rem;
	color: #999;
}

.textList2 dd .year {
	line-height: 1rem;
	font-size: .65rem;
	color: #999;
}

.textList2 dd .title {
	padding: 0 .75rem;
	line-height: 1.2rem;
	font-size: .65rem;
	color: #595959;
	position: relative;
}

.textList2 dd .title::before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	left: 0;
	top: 0.375rem;
	bottom: 0.375rem;
	background: #e6e6e6;
}

/* 标题和时间 start*/
.textList3{
	padding: .75rem 0;
}
.textList3 .con{
	display: flex;
	border-bottom: 1px dashed #e6e6e6;
	height: 2.25rem;
	line-height: 2.25rem;
	align-items: center;
}
.textList3 dd:last-child .con{
	border-bottom: none;
}
.textList3 .con em{
	display: block;
	width: .2rem;
	height: .2rem;
	background: #999;
	border-radius: 50%;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.textList3 .con .title{
	flex: 1;
	font-size: .7rem;
	color: #333;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	padding: 0 .75rem 0 .25rem;
}
.textList3 .con .time{
	font-size: .65rem;
	color: #999;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.textList3 .con:active em{
	background: var(--themeColor);
}
.textList3 .con:active .title{
	color: var(--themeColor);
}
/* textList4 start*/
.textList4 dd{
	padding: .375rem 0;
}
.textList4 .con{
	display: flex;
	align-items: center;
	padding: .5rem;
	background: #FFFFFF;
	border-radius: .25rem;
	overflow: hidden;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
	position: relative;
}
.textList4 .con .timeBox{
	width:3.5rem;
	height: 3.5rem;
	background: #e9f1fd;
	transition: all .4s;
	-webkit-transition: all .4s;
	text-align: center;
	margin-right:.5rem;
}
.textList4 .con .timeBox .date{
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	color: var(--themeColor);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.textList4 .con .timeBox .month{
	height:1.25rem;
	line-height: 1.25rem;
	font-size:.65rem;
	font-weight: bold;
	color: #666;
}
.textList4 .con .text{
	flex: 1;
	overflow: hidden;
}
.textList4 .con .title{
	height: 2.5rem;
	line-height: 1.25rem;
	font-size: .75rem;
	font-weight: bold;
	color: #333;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.textList4 .con .textC{
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #999;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.textList4 dd .con:active .text .title {
	color: var(--themeColor);
	font-weight: bold;
}

.textList4 dd .con:active .timeBox {
	background: var(--themeColor);
}
.textList4 dd .con:active .timeBox .month,
.textList4 dd .con:active .timeBox .date{
	color: #fff;
}
/* ========== 全文 end ========== */
/* ========== 视频 strt ========== */
/* 视频列表 */
.videoFloat{position: fixed; width: 100%;height: 100%;  left: 0; top: 0; z-index: 100;}
.videoFloatBody{width: 100%;height: 100%;visibility: hidden; opacity: 1; transform: translateY(100%);-webkit-transform: translateY(100%); transition: all 500ms linear;-webkit-transition: all 500ms linear;background: #000;}
.videoFloatBody.active{visibility: visible; opacity: 1; transform: translateY(0%);-webkit-transform: translateY(0%);}
.videoFloatClose{position: fixed; width: 1.5rem; height: 1.5rem; border-radius: 2rem; right: .5rem; top:.5rem; background: var(--themeColor); border: .12rem solid #FFF; color: #FFF; text-align: center; line-height: 1.6rem; z-index: 1;}
.videoFloatClose i{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.videoFloatClose i::before{display: block;content: "";width: 20px;height: 6px;border-radius: 6px;background-color: #fff;-webkit-transform: translate(5px,12px) rotate(45deg) scaleY(.5);}
.videoFloatClose i::after{display: block;content: "";width: 20px;height: 6px;border-radius: 6px;background-color: #fff;-webkit-transform: translate(5px,6px)  rotate(-45deg) scaleY(.5);}
.videoFloat video{ width: 100%; height: 100%; }
.videoFloat-video{ position: relative; top: 50%; transform: translateY(-50%);-webkit-transform: translateY(-50%); left: 0;}
.videoFloat-video::before{display: block; content: ''; padding-top: 60%;}
.videoFloat-video video{position: absolute; left: 0; top: 0;}
/* 视频列表1 四周有边距 start */
.videoList1 dd {
	padding: .375rem 0;
}
.videoList1 dd .con {
	display: block;
	padding: .75rem .75rem 0;
	border-radius: .25rem;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}
.videoList1 dd .pic::before {
	padding-top: 60%;
}
.videoList1 dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.videoList1 dd .pic span.play {
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	margin-bottom: 24px;
	display: block;
	background: url(../images/videoIco.png) no-repeat center center;
	background-size: 2rem;
}
.videoList1 dd .text {
	padding: .5rem 0px;
}

.videoList1 dd .con .title {
	max-height: 2.5rem;
	line-height: 1.5rem;
	font-size: .7rem;
	color: #555555;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}

.videoList1 dd .con:active .title {
	color: var(--themeColor);
}
/* 视频列表1 四周有边距 end */
/* 视频列表2 四周无边距 start */
.videoList2 dd {
	padding: .375rem 0;
}
.videoList2 dd .con {
	display: block;
	border-radius: .25rem;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}
.videoList2 dd .pic::before {
	padding-top: 56.25%;
}
.videoList2 dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.videoList2 dd .pic span.play {
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	margin-bottom: 24px;
	display: block;
	background: url(../images/videoIco.png) no-repeat center center;
	background-size: 2rem;
}
.videoList2 dd .text {
	padding: .5rem 0px;
}

.videoList2 dd .con .title {
	max-height: 2.5rem;
	line-height: 1.25rem;
	font-size: .7rem;
	color: #555555;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}

.videoList2 dd .con:active .title {
	color: var(--themeColor);
}
/* 视频列表2 四周有边距 end */
/* 视频列表3 四周无边距 start */
.videoList3 dd {
	padding: .375rem 0;
}
.videoList3 dd .con {
	display: block;
	border-radius: .25rem;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}
.videoList3 dd .con .picBox{
	padding: .75rem;
}
.videoList3 dd .pic::before {
	padding-top: 56.25%;
}
.videoList3 dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 2;
}
.videoList3 dd .pic span.play {
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	margin-bottom: 24px;
	display: block;
	background: url(../images/videoIco.png) no-repeat center center;
	background-size: 2rem;
}
.videoList3 dd .text {
	padding: .5rem .75rem;
	border-top: 1px solid #e6e6e6;
}

.videoList3 dd .con .title {
	max-height: 2.5rem;
	line-height: 1.25rem;
	font-size: .7rem;
	color: #555555;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}

.videoList3 dd .con:active .title {
	color: var(--themeColor);
}
/* 视频列表3 四周有边距 end */
/* ========== 视频 end ========== */
/* ========== 荣誉列表 start ========== */
/* 荣誉1 start */
.hornorList1 {
	overflow: hidden;
	margin: 0 -.375rem;
}

.hornorList1 dd {
	width: 100%;
	float: left;
	display: inline;
	padding: .375rem 0;
}

.hornorList1 dd .con {
	display: block;
	margin: 0 .375rem;
	border-radius: .25rem;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.hornorList1 dd .con .picBox {
	padding: .5rem;
}
.hornorList1 dd .con .picBox .picBoxC{
	padding: .5rem;
	background: #e5e5e5;
}
.hornorList1 dd a .picBox .pic.default{
	background: none;
}
.hornorList1 dd a .picBox .pic::before {
	padding-top: 56.563462%;
}

.hornorList1 dd a .picBox .pic img {
	object-fit: contain;
}
.hornorList1 dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: .5rem .75rem;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hornorList1 dd a .text .title {
	font-size: .7rem;
	color: #595959;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	overflow: hidden;
	font-weight: bold;
	line-height: 1.15rem;
	text-align: center;
}
.hornorList1 dd a:active .text .title {
	color: var(--themeColor);
}
/* 荣誉1 end */
/* 荣誉2 start */
.hornorList2 {
	overflow: hidden;
	margin: 0 -.375rem;
}

.hornorList2 dd {
	width: 50%;
	float: left;
	display: inline;
	padding: .375rem 0;
}

.hornorList2 dd .con {
	display: block;
	margin: 0 .375rem;
	border-radius: .25rem;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.hornorList2 dd .con .picBox {
	padding: .75rem;
}
.hornorList2 dd .con .picBox .picBoxC{
	padding: .5rem;
	background: #e5e5e5;
}
.hornorList2 dd a .picBox .pic.default{
	background: none;
}
.hornorList2 dd a .picBox .pic::before {
	padding-top: 110.6145%;
}

.hornorList2 dd a .picBox .pic img {
	object-fit: contain;
}
.hornorList2 dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: .5rem .75rem;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hornorList2 dd a .text .title {
	font-size: .7rem;
	color: #595959;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	overflow: hidden;
	font-weight: bold;
	line-height: 1.15rem;
	text-align: center;
}
.hornorList2 dd a:active .text .title {
	color: var(--themeColor);
}
/* 荣誉2 end */
/* 荣誉3 横向无边框 start */
.hornorList3 {
	overflow: hidden;
	margin: 0 -.375rem;
}

.hornorList3 dd {
	width: 50%;
	float: left;
	display: inline;
	padding: .375rem 0;
}

.hornorList3 dd .con {
	display: block;
	margin: 0 .375rem;
	border-radius: .25rem;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
.hornorList3 dd a .picBox .pic::before {
	padding-top: 66.6667%;
}
.hornorList3 dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 .5rem;
	text-align: center;
	height:3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hornorList3 dd a .text .title {
	font-size: .7rem;
	color: #595959;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	overflow: hidden;
	font-weight: bold;
	line-height: 1.05rem;
	text-align: center;
}
.hornorList3 dd a:active .text .title {
	color: var(--themeColor);
}
/* 荣誉1 end */
/* ========== 荣誉列表 end ========== */
/* ========== 期刊杂志 start ========== */
/* 期刊杂志 start */
.magezineList{overflow: hidden;margin: 0 -.375rem;}
.magezineList dd{width: 50%;float: left;display: inline;padding: .375rem 0;}
.magezineList dd .con{display: block;background: #FFFFFF; margin: 0 .375rem; border-radius: .25rem; overflow: hidden;transition: all .4s;-webkit-transition: all .4s;}
.magezineList dd .con .pic::before{padding-top:133.333333%;}
.magezineList dd .con .pic .scan{ position: absolute; left: 0;top: 0; width: 100%;height: 100%; background: rgba(0,0,0,.5) url(../images/eyeImg.png) no-repeat center center; visibility: hidden; opacity: 0; transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.magezineList dd .con .text{height: 2.5rem;display: flex;justify-content: center;align-items: center; padding: 0 .75rem;}
.magezineList dd .con .text .title{line-height: 1.05rem;font-size: .7rem;color: #333333;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.magezineList dd .con:active .text .title{color: var(--themeColor);}
.magezineList dd .con:active  .pic .scan{visibility: visible; opacity: 1;}

/* 期刊杂志 end */
/* ========== 期刊杂志 end ========== */
/* ========== 领导列表 start ========== */
/* 领导1 表格形式 start */
.leaderBox{
	padding: .5rem 0;
}
.leaderDl1 {
	border: 1px solid #ebebeb;
	overflow: hidden;
}

.leaderDl1 dd:last-child {
	border: none;
}

.leaderDl1 dd.odd {
	background: #fafafa;
}

.leaderDl1 dd {
	border-bottom: 1px solid #ebebeb;
}

.leaderDl1 dd .con {
	overflow: hidden;
	line-height: 1.25rem;
	display: flex;
	align-items: center;
}

.leaderDl1 dd .name {
	padding: .5rem 0;
	width: 6rem;
	font-size: .75rem;
	font-weight: bold;
	color: #555555;
	text-align: center;
}

.leaderDl1 dd .text {
	flex: 1;
	overflow: hidden;
	padding: .5rem;
	border-left: 1px solid #ebebeb;
	overflow: hidden;
	font-size: .75rem;
	color: #555555;
}

/* 领导1表格形式 end */
/* ========== 领导列表 end ========== */
/* ========== 社会招聘 start ========== */
/*招聘1 end */
.recruitListTop {
	padding: .75rem 0;
}
.recruitListTopText {
	color: #999999;
	overflow: hidden;
}

.recruitListTopL {
	overflow: hidden;
}

.lc_search1Box {
	overflow: hidden;
	background: #FFFFFF;
	padding: 6px;
	border-radius: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lc_search1Box .searchBtn {
	float: right;
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	border-radius: 50%;
	background: var(--themeColor);
	cursor: pointer;
	position: relative;
	color: #fff;
}

.lc_search1Box .searchBtn:before {
	display: none;
}

.recruitSearchIcon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/searchBai.png) center center no-repeat;
}
.lc_search1Box .recruitSearchDiv {
	overflow: hidden;
	flex: 1;
}

.lc_search1Box .recruitSearchDiv .input {
	width: 100%;
	height: 1.75rem;
	line-height:1.75rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 .5rem;
	font-size: .7rem;
	color: #333;
	border: none;
	background: none;
}

.recruitListTop .lc_search1Box {
	display: flex;
}
.recruitListTopR{
	display: flex;
	line-height: 1.5rem;
	font-size: .7rem;
	justify-content: space-between;
}

.recruitListDl1 dd {
	padding: .375rem 0;
}

.recruitListDl1 dd .con {
	background: #FFFFFF;
	border-radius: .25rem;
	padding: 0 .75rem;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	box-shadow: 0px 1px 15px 0px rgb(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 1px 15px 0px rgb(0, 0, 0, 0.08);
}

.recruitListDl1 dd .ddTop {
	overflow: hidden;
	padding: .5rem 0;
}

.recruitListDl1 dd .jt_more2Box .a2.active .rightIcon:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	bottom: 4px;
}

.recruitListDl1 dd .ddTopRight {
	padding: .25rem 0 0;
}
.recruitListDl1 dd .ddTopRightTop{
	display: flex;
}

.recruitListDl1 dd .ddTopLeft {
	overflow: hidden;
	flex: 1;
	margin-right: .25rem;
}

.recruitListDl1 dd .ddTopText1 {
	font-size: .75rem;
	color: #595959;
	font-weight: bold;
	line-height: 1.25rem;
	overflow: hidden;
	margin-bottom: .25rem;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl1 dd .ddTopText2 {
	overflow: hidden;
	font-size: 0;
}

.recruitListDl1 dd .ddTopText2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: .65rem;
	color: #999999;
	margin-right:.5rem;
	line-height:1.25rem;
	padding: .25rem 0;
	overflow: hidden;
}
.recruitListDl1 dd .rightIcon:before {
    display: block;
    content: '';
    position: absolute;
    right: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
}
.recruitListDl1 dd .jt_more2Box .a2.active .rightIcon:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	bottom: 4px;
}
.recruitListDl1 dd .ddBottom {
	padding: 1rem 0 .5rem;
	position: relative;
	display: none;
}

.recruitListDl1 dd .ddBottom:before {
	content: '';
	background-color: rgb(230, 230, 230);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 0;
}

.recruitListDl1 dd .ddBottomTextC {
	margin-bottom: .5rem;
}

.recruitListDl1 dd .ddBottomTextC .ddBottomText1 {
	font-size: .65rem;
	color: #666666;
	line-height: 1.25rem;
	font-weight: bold;
}

.recruitListDl1 dd .ddBottomTextC .ddBottomText2 {
	font-size: .65rem;
	color: #666666;
	line-height: 1.25rem;
	padding-left: 5px;
}

.recruitListDl1 dd .con:hover .ddTopText1 {
	color: var(--themeColor);
}
.recruitListDl1 dd  .jt_more2Box {
	font-size: 0;
	overflow: hidden;
}
.recruitListDl1 dd  .jt_more2Box a {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid rgb(230, 230, 230);
	width: 2rem;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	border-radius: 22px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-size: .65rem;
	color: #666666;
	text-align: center;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.recruitListDl1 dd .jt_more2Box a.a2 {
	background-color: var(--themeColor);
}

.recruitListDl1 dd  .jt_more2Box a.hover,
.recruitListDl1 dd  .jt_more2Box a:hover {
	color: #FFFFFF;
}

.recruitListDl1 dd  .jt_more2Box a.hover:before,
.recruitListDl1 dd  .jt_more2Box a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible
}

.recruitListDl1 dd  .jt_more2Box .a1 {
	padding: 0 .25rem;
	margin-right: .25rem;
}

.recruitListDl1 dd  .jt_more2Box .a2.hover,
.recruitListDl1 dd  .jt_more2Box .a2:hover {
	border: 2px solid var(--themeColor);
}
/*招聘1 end */
/*招聘2 start */
.recruitList2 dd{
	padding: .375rem 0;
}
.recruitList2 dd a{
	display: block;
	padding: .5rem .75rem ;
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
}
.recruitList2 dd .dutyName{
	line-height: 1.6rem;
	font-size: .7rem;
	color: #595959;
}
.recruitList2 .dutyTime{
	display: flex;
	line-height: 1.5rem;
	overflow: hidden;
}
.recruitList2 dd .dutyTime .time{
	margin-right: 0.75rem;
	font-size: .65rem;
	color: #999;
}
.recruitList2 dd .dutyTime .time span{
	color: #bbb3d8;
}
/*招聘2 end */
/*招聘3 start */
.recruitList3 dd {
	position: relative;
	padding: 15px 0;
}

.recruitList3 dd .con {
	display: flex;
	align-items: center;
	border-radius: 2px;
	padding: 30px 30px 30px 0;
	background: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitList3 dd .con:hover {
	overflow: hidden;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	z-index: 5;
}
.recruitList3 dd .more {
    width: 156px;
    height: 52px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cfcfcf;
    border-radius: 0 25px 0 0;
    line-height: 52px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    text-align: center;
    font-size: 18px;
    color: #999;
}
.recruitList3 dd .more span{
	display: inline-block;
	padding-right: 26px;
	position: relative;
}
.recruitList3 dd .more span::after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	background: #999;
	border-radius: 50%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.recruitList3 dd .ddCenter {
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px;
}
.recruitList3 dd .ddLeft {
	padding: 0 40px 0 30px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.recruitList3 dd .ddLeft::before{
	display: block;
	content: "";
	width: 1px;
	height: 42px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -21px;
	background: #999;
}
.recruitList3 dd .ddLeft::after{
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -8px;
	background: #d5d5d5;
	border-radius: 100%;
}
.recruitList3 dd .ddLeft img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.recruitList3 dd .timeBox {
	font-size: 0;
	overflow: hidden;
}

.recruitList3 dd .timeBox span {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}

.recruitList3 dd .timeBox .span2 {
	color: #999;
	font-size: 16px;
}

.recruitList3 dd .ddCenter .title {
	height: 58px;
	line-height: 58px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.recruitList3 dd .con:hover .title {
	color: var(--themeColor);
}
.recruitList3 dd .info {
	font-size: 18px;
	color: #999999;
	line-height: 46px;
	height:92px;
	overflow: hidden;
	-webkit-line-clamp: 2 !important;
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
}
.recruitList3 dd  .con::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--themeColor);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.recruitList3 dd .con:hover::after {
	width: 100%;
}
.recruitList3 dd .con:hover .more span::after{
	background: #FFF;
}
.recruitList3 dd .con:hover .more {
	color: #fff;
	border-color: var(--themeColor);
	background: var(--themeColor);
}
.recruitList3 dd .con:hover .timeBox .span2 {
	color: var(--themeColor);
}
.recruitList3 dd .con:hover .ddLeft::after {
	background: var(--themeColor);
}
/*招聘3 end */
/* ========== 社会招聘 end ========== */
/* ========== 招聘详情 start ========== */
.jpViewBox{
	padding:.5rem 0 1rem;
}
.jpViewBottom{
	border-top: 1px solid #d5d5d5;
	padding-top: .75rem;
}
.jpArticle {
	line-height: 1.5rem;
	font-size:1rem;
	font-weight: bold;
	color: #595959;
	text-align: center;
	padding: .25rem 0;
}

.jpArticleTime {
	line-height: 1.25rem;
	font-size: .65rem;
	color: #999999;
	text-align: center;
	padding-bottom: .5rem;
	border-bottom: 1px solid #e6e6e6;
}

.jpArticleTime span {
	margin-right: .5rem;
}

.jpArticleTime em {
	font-weight: bold;
	color: #bbb3d8;
	font-style: normal;
}

.jpArticleBox {
	padding: .5rem 0;
}

.jpArticleC {
	margin-bottom: .5rem;
}

.jpArticleC .title {
	line-height: 1.35rem;
	font-weight: bold;
	color: var(--themeColor);
	font-size: .85rem;
	margin-bottom:.25rem;
}

.jpArticleC .text {
	line-height: 1.25rem;
	font-size: .7rem;
	color: #666;
}
.jpViewBottom{
	display: flex;
	justify-content: center;
}
.jpBtn1 a {
	display: block;
	width:6rem;
	height:2rem;
	line-height: 2rem;
	border-radius: 2rem;
	margin: 0 .5rem;
	text-align: center;
	font-size: .75rem;
	color: #999;
	transition: .4s;
	-webkit-transition: .4s;
	border: 1px solid #e6e6e6;
}
.jpBtn1 a span{
	display: inline-block;
	padding-right: 20px;
	background: url(../images/zpIcon1.png) right center no-repeat;
}
.jpBtn1.active a{
	background: var(--themeColor);
	border-color: var(--themeColor);
	color: #fff;
}
.jpBtn1 a:hover{
	background: var(--themeColor);
	border-color: var(--themeColor);
	color: #fff;
}
.jpBtn1.active a:hover{
	opacity: .85;
}
.jpBtn a {
	display: block;
	width:6rem;
	height:2rem;
	line-height: 2rem;
	border-radius: 2rem;
	background: var(--themeColor);
	border-radius: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	transition: .4s;
	-webkit-transition: .4s;
}

.jpBtn a:hover {
	opacity: 0.85;
}
/* ========== 招聘详情 end ========== */

/* 表单公用start */
.input {
	padding: 0 .5rem
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 1.9rem;
	line-height: 1.9rem;
	font-size: .65rem;
	color: #333;
}

.textarea {
	padding: 5px 10px
}

.textarea textarea {
	border: none;
	background: none;
	width: 100%;
	height: 3rem;
	line-height: 1.5rem;
	font-size: .65rem;
	color: #333;
}

a.formBtn {
	display: inline-block;
	height: 1.5rem;
	line-height: 1.5rem;
	background: #ddd;
	border-radius: 3px;
	font-size: .65rem;
	color: #333;
	padding: 0 1rem;
	margin: 0 .5rem;
	position: relative;
}

a.formBtn::before {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1
}

a.formBtn:hover {
	opacity: .9;
}

.radio {
	color: #555555;
	line-height: 1.9rem;
	font-size: 0;
}

.radio .radioItem {
	display: inline-block;
	height: 1.9rem;
	margin-right: 1rem;
	position: relative;
	vertical-align: middle;
}

.radio .radioItem input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1
}

.radio .radioItem label {
	color: #555555;
	overflow: hidden;
	font-size: 0.65rem;
	line-height: 2rem;
	height: 1.9rem;
	display: block;
}

.radio .radioItem input[type=radio]+label span {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	margin-right: 0.25rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -.1rem;
}

.radio .radioItem input[type=radio]+label span:before {
	display: block;
	content: '';
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -0.175rem;
	margin-left: -0.175rem;
	background: var(--themeColor);
	visibility: hidden;
}

.radio .radioItem input[type=radio]:checked+label span:before {
	visibility: visible
}

.radio .radioItem input[type=radio]:checked+label span {
	border-color: var(--themeColor);
}

.radio .radioItem input[type=checkbox]+label span {
	float: left;
	width: 0.65rem;
	height: 0.65rem;
	border: 1px solid #e1e1e1;
	position: relative;
	top: 50%;
	margin-top: -0.4rem;
	margin-right: 0.25rem;
}

.radio .radioItem input[type=checkbox]+label span {
	border-color: var(--themeColor);
}

.radio .radioItem input[type=checkbox]+label span:before {
	content: "";
	display: block;
	width: 0.4rem;
	height: 0.2rem;
	border-left: 0.1rem solid var(--themeColor);
	border-bottom: 0.1rem solid var(--themeColor);
	position: absolute;
	top: 0.1rem;
	left: 50%;
	transform: translate(-50%) rotate(-45deg);
	visibility: hidden;
	background: none;
}

.radio .radioItem input[type=checkbox]:checked+label span:before {
	visibility: visible
}

.select {
	position: relative;
	height: 1.9rem;
	display: flex;
}
.select  input{
	border: none;
    background: none;
   	flex: 1;
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: .65rem;
    color: #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:0 1rem 0 .5rem;
	position: relative;
	z-index: 2;
}
.select .icn {
	position: absolute;
	right: 0;
	top: 0;
	width: 2rem;
	height: 1.9rem;
	line-height: 1.9rem;
	text-align: center;
}

.select select {
	position: absolute;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background: none;
	z-index: 1;
	width: 100%;
	height: 100%;
	font-size: .65rem;
	color: #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formYzm .input {
	display: inline;
}

.formYzm .yzmImg {
	width: 4rem;
	height: 1.9rem;
	float: left;
	display: inline;
	margin-left: .5rem;
	overflow: hidden;
	padding: .1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recruitListForm .formYzm .yzmImg{
	margin-right: 0.5rem;
}
.recruitListForm .formYzm .yzmImg.bdAll:before{
	border-radius: 6px;
}
.recruitListForm .yzmText{
	font-size: 0.6rem;
	padding-right: 0.8rem;
	color: #b2b2b2;
	height: 1.9rem;
	line-height: 1.95rem;
	overflow: hidden;
}
.recruitListForm .yzmText span{
	padding: 0 .1rem;
	line-height: 2rem;
}
.formYzm .yzmImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.formSubBtn {
	padding: 0.6rem 0;
	font-size: 0;
	text-align: center;
	margin: 0 -.25rem;
}

.formSubBtn a {
	padding: 0 1.8rem;
	height: 1.7rem;
	line-height: 1.75rem;
	border-radius: 1.7rem;
	overflow: hidden;
}

.formSubBtn a.submit {
	background: var(--themeColor);
	color: #ffffff;
}

.formSubBtn a.reset {
	background: #f0f0f0;
	color: #999999;
}

/* 表单公用end */
/* ========== 招聘 start ========== */
/* 表单 start */
.recruitFormTitle{
	font-size: 0.75rem;
	color: #595959;
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.recruitListFormUp{
	padding-top: 1rem;
	padding-bottom: 0.8rem;
	background-color: #f7f7f7;
	border-radius: 0.25rem;
	margin-bottom: 0.6rem;
}
.recruitListFormUp.bdAll:before{
	border-color: #e6e6e6;
	border-radius: 0.25rem;
}
.recruitListFormUp .btn{
	margin: 0 auto 0.5rem;
	width: 3.5rem;
	height: 1.25rem;
	line-height: 1.3rem;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.recruitListFormUp .btn.bdAll:before{
	border-color: #ebebeb;
}
.recruitListFormUp .btn a{
	font-size: 0.6rem;
	text-align: center;
	color: var(--themeColor);
	display: block;
	background-color: #ffffff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.recruitListFormUp .text{
	padding: 0 2rem;
	font-size: 0.55rem;
	color: #999999;
	line-height: 1rem;
	height: 2rem;
	overflow: hidden;
	text-align: center;
}
.recruitListFormTitle{
	font-size: 0.65rem;
	color: #595959;
	font-weight: bold;
	height: 1.3rem;
	line-height: 1.3rem;
}
.recruitListForm {
	padding-top: .35rem;
}

.recruitListForm:after {
	clear: both;
	content: '';
	visibility: hidden;
	display: block;
}

.recruitListForm .item {
	width: 100%;
	float: left;
	display: inline;
	margin-bottom: .5rem;
}

.recruitListForm .con{
	background-color: #f7f7f7;
}

.recruitListForm .itemYzm .con{
	background-color: unset;
}

.recruitListForm .itemDate .con{
	background-color: unset;
}

.recruitListForm .itemYzm .input{
	background-color: #f7f7f7;
}

.recruitListForm .bdAll:before{
	border-radius: 6px;
	overflow: hidden;
}

.recruitListForm .item .label {
	height: 1.9rem;
	line-height: 2rem;
	font-size: .7rem;
	color: #595959;
}
.recruitListForm.recruitPage2 .item .label {
	padding: 0 .5rem;
}

.recruitListForm .item .label span {
	color: #da0100;
	padding: 0 .25rem;

}

.recruitListForm .item .itemC {
	clear: both;
	min-height: 1.9rem;
}

.recruitListForm .input{
	position: relative;
	padding-right: 1rem;
}

.recruitListForm .input span{
	font-size: 0.6rem;
	color: #ff0000;
	text-align: center;
	position: absolute;
	width: 0.5rem;
	height: 100%;
	line-height: 1.9rem;
	right: 0.35rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.recruitListForm .select span{
	font-size: 0.6rem;
	color: #ff0000;
	text-align: center;
	position: absolute;
	width: 0.5rem;
	height: 100%;
	line-height: 1.9rem;
	right: 0.35rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.recruitListForm .select .icn{
	right: 0.5rem;
}
.recruitListForm .textarea textarea{
	height: 7.5rem;
}
.recruitChecked{
	font-size: 0.6rem;
	color: #595959;
	height: 1rem;
	line-height: 1rem;
	margin-bottom: 0 !important;
}
.recruitChecked input[type=checkbox]{
	display: none;
}
.recruitChecked input[type=checkbox] + label{
	position: relative;
	padding-left: 1.2rem;
	cursor: pointer;
}
.recruitChecked input[type=checkbox] + label::before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.38rem;
	display: block;
	content: '';
	width: 0.7rem;
	height: 0.7rem;
	border: 1px solid #d4d4d4;
	border-radius: 1px;
	background: #e6e6e6;
	margin-right: 0.3rem;
	border-radius: 2px;
	cursor: pointer;
}
.recruitChecked input[type=checkbox]:checked + label::before{
	border-color: var(--themeColor);
	background: var(--themeColor) url(../images/checkedIcon.png) no-repeat center center;
}
.recruitListForm .yearSelect select option:first-child{
	display: none;
}
.recruitListForm .monthSelect select option:first-child{
	display: none;
}
.recruitListForm .itemDate .itemC{
	display: flex;
	background-color: #f7f7f7;
}
.recruitListForm .itemDate .itemC.bdAll:before{
	border-radius: 6px;
	overflow: hidden;
}
.recruitListForm .yearSelect{
	width: 4rem;
	padding-left: 0.6rem;
}
.recruitListForm .monthSelect{
	flex: 1;
	padding-left: 0.6rem;
}
.recruitListForm .itemDate .select .icn{
	right: 0;
}
.recruitListForm .xiala{
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    right: .5rem;
    top: 0;
    line-height: 1.9rem;
    color: #666;
    text-align: center;
    z-index: 1;
}
.recruitListForm .xiala::before{
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: .3rem solid transparent;
    border-top-color: #999;
    top: 50%;
    left: 50%;
    margin: -.15rem 0 0 -.15rem;
  }
  .aykj-formUp {
	overflow: hidden;
}

.aykj-formUp a {
	float: left;
	display: inline;
	padding: 0 .75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: .25rem;
	margin-right: .5rem;
	transition: .5s;
	-webkit-transition: .5s;
}

.aykj-formUp a.up {
	background: #e3b209;
	font-size: .7rem;
	color: #FFFFFF;
}

.aykj-formUp a.mb {
	background: #e0e9f5;
	font-size: .7rem;
	color: #666;
}
.recruitListForm .aykj-formC-tip {
	line-height: 1.25rem;
	font-size: .65rem;
	color: #666;
}
/* 表单 end */
/* ========== 招聘 end ========== */

/* ========== 项目 start ========== */
.projectBox{
	overflow: hidden;
}
.projectSwiper .bd{
	overflow: hidden;
}
.projectSwiper .pic::before{
	padding-top: 60%;
}
.projectSwiper .text{
	padding: .5rem 0 0;
}
.projectSwiper .text .title{
	line-height: 1.25rem;
	font-size: .7rem;
	color: #595959;
}
.projectSwiper .text .infor{
	line-height: 1.1rem;
	font-size: .65rem;
	color: #666;
}
.projectSwiper .text .time{
	line-height: 1.1rem;
	font-size: .65rem;
	color: #999;
}
.projectDot {
	width: 4rem !important;
	height: 1rem !important;
	margin: .5rem auto;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.projectDot span {
	width: 0.375rem !important;
	height: 0.375rem !important;
	opacity: 1 !important;
	background: #f1f1f1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.projectDot span.swiper-pagination-bullet-active {
	background: var(--themeColor);
}
.projectList{
	padding: .375rem 0;
}
.projectList dd{
	padding: .375rem 0;
}
.projectList .pic::before{
	padding-top: 56.25%;
}
.projectList .text{
	padding: .5rem 0 0;
}
.projectList .title{
	line-height: 1.05rem;
	font-size: .7rem;
	color: #595959;
}
.projectList .time{
	line-height: 1.25rem;
	font-size: .65rem;
	color: #999;
}

.projectList2 {
	overflow: hidden;
	margin: 0  -.375rem;
}
.projectList2 dd {
	width: 100%;
	float: left;
	display: inline;
	padding: .375rem 0;
}
.projectList2 dd a {
	display: block;
	margin: 0 .375rem;
}
.projectList2 dd a .pic {
	border-radius: .2rem .2rem 0 0;
	overflow: hidden;
}
.projectList2 dd a .pic::before{
	padding-top: 56.25%;
} 
.projectList2 dd .text {
	border-radius:0 0 .2rem .2rem;
	padding: .5rem;
	background: #fff;
}
.projectList2 dd .text .title{
	line-height: 1.05rem;
	font-size: 0.7rem;
	color: #333333;
	text-align: center;
}
.projectList2 dd a:active .text .title{
	color: var(--themeColor);
}
/* ========== 项目 end ========== */

/* ========== 党建公共样式 start ========== */
/*图文列表 start */
.djImgText dd{
	padding: .5rem 0;
}
.djImgText dd .con{
	padding: .25rem 0;
	display: flex;
}
.djImgText dd .pic{
	width: 6.5rem;
	overflow: hidden;
	border-radius: .25rem;
	overflow: hidden;
	margin-right: .75rem;
}
.djImgText dd .text{
	flex: 1;
	overflow: hidden;
	padding-top: .25rem;
}
.djImgText dd .text .title{
	line-height: 1.25rem;
	font-size: .7rem;
	color: #333;
	height: 2.5rem;
	margin-bottom: .35rem;
}
.djImgText dd .text .textBottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.25rem;
}
.djImgText dd .text .time {
	height: 1.25rem;
	overflow: hidden;
	font-size: .65rem;
	color: #999;
}

.djImgText dd .more {
	width: 136px;
	height: 1.25rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cfcfcf;
	border-radius: 0 25px 0 0;
	line-height: 1.25rem;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.djImgText dd .more span{
	display: inline-block;
	padding-right: 26px;
	position: relative;
}
.djImgText dd .more span::after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	background: #999;
	border-radius: 50%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.djImgText dd:last-child::before{
	display: none;
}
/* 图文列表 end */
/* 全文列表 start */
.djTextList dd.bdBottom:before{
	border-bottom-style:dashed;
}
.djTextList dd.bdBottom:last-child::before{
	display: none;
}
.djTextList dd a{
	display: block;
	padding: .5rem 0;
}
.djTextList dd a .titleBox{
	overflow: hidden;
	display: flex;
}

.djTextList dd .time {
	display: block;
	font-size: .65rem;
	color: #999999;
	margin-left:.5rem;
	overflow: hidden;
	line-height: 1rem;
	padding-top: .25rem;
}

.djTextList dd .title {
	overflow: hidden;
	position: relative;
	line-height: 1rem;
	font-size: .7rem;
	color: #333;
}

.djTextList dd em {
	display: block;
	width:.25rem;
	height: .25rem;
	z-index: 5;
	background: #999;
	border-radius: 8px;
	margin-right: .35rem;
	margin-top: .4rem;
}
.djTextList dd:active a .title,
.djTextList dd:active a .time{
	color: var(--themeColor);
}
.djTextList dd:active a em{
	background: var(--themeColor);
}
/* 全文列表 end */
/* 全图列表 start */
.djImgList{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.375rem;
}
.djImgList dd{
	width: 50%;
	padding: .25rem 0;
}
.djImgList dd .con{
	display: block;
	margin: 0 .375rem;
}
.djImgList dd .pic{
	border-radius: .15rem;
	overflow: hidden;
	margin-bottom: .35rem;
}
.djImgList dd .text{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.2rem;
	overflow: hidden;
}
.djImgList dd .text .title{
	line-height: 1.1rem;
	color: #333;
	font-size: .7rem;
}
/* 全图列表 end */
/* ========== 党建公共样式 end ========== */
/* ========== 人才理念 start ========== */
.conceptDl dd{
	padding: .375rem 0;
}
.conceptDl dd .con{
	padding: .5rem .75rem .75rem;
	background: #fff;
}
.conceptDl dd .con .icon{
	width: 2.5rem;
	height: 2.5rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.75rem;
	margin: 0 auto;
}
.conceptDl dd .con .title{
	line-height: 1.25rem;
	font-size: .75rem;
	color: #595959;
	text-align: center;
	margin-bottom: .25rem;
	font-weight: bold;
}
.conceptDl dd .con .infor{
	line-height: 1.25rem;
	text-align: center;
	color: #333;
	font-size: .7rem;
}
.conceptDl dd:nth-child(2n) .title{
	color: #a41d23;
}
.conceptDl dd:nth-child(2n-1) .title{
	color: #1e2188;
}
/* ========== 人才理念 end ========== */
/* ========== 发展历程 start ========== */
.evolutionBox{
	position: relative;
	padding-left: 1.8rem;
}
.evolutionBox::before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: .75rem;
	bottom: .75rem;
	width: 1px;
	background: #d5d5d5;
	margin: auto;
}
.evolutionDl dd{
	margin-bottom: .5rem;
	position: relative;
}
.evolutionDl dd::before{
	display: block;
	content: '';
	position: absolute;
	left: -2.29rem;
	top: 0;
	width:1rem;
	height: 1rem;
	border-radius: 50%;
	background: #ced2de;
}
.evolutionDl dd::after{
	display: block;
	content: '';
	position: absolute;
	left: -2.05rem;
	top: .25rem;
	width:.5rem;
	height: .5rem;
	border-radius: 50%;
	background: var(--themeColor);
}
.evolutionDl dd .title{
	line-height: 1.3rem;
	padding: .3rem 0;
	font-size: .75rem;
	color: var(--themeColor);
	font-weight: bold;
}

.evolutionDl dd .text{
	line-height: 1.25rem;
	color: #333;
	font-size: .65rem;
	margin-bottom: .25rem;
}
.evolutionDl dd .pic::before{
	padding-top: 56.25%;
}
/* ========== 发展历程 end ========== */

/* ========== 公共企业文化 start ========== */
.qyCultureColumn{
	padding: .75rem;
	background: #fff;
}
.qyCultureColumn .pic::before{
	padding-top: 56.25%;
}
.qyCultureColumn .pic{
	margin-bottom: .5rem;
}
.qyCultureColumn .textItem .title{
	line-height: 1.25rem;
	font-size: .75rem;
	color: var(--themeColor);
	text-align: left;
	margin-bottom: .25rem;
	font-weight: bold;
}
.qyCultureColumn .textItem .infor{
	line-height: 1.25rem;
	text-align: left;
	color: #666;
	font-size: .65rem;
}
.qyCultureColumn .textItem{
	margin-bottom: .25rem;
}
.qyCulture1{
	margin: 0 -.75rem;
	padding: 1rem .75rem;
}
.qyCultureTitle{
	line-height: 1.5rem;
	font-size: .95rem;
	color:#333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
}
.qyCultureDl{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	position: relative;
	z-index: 5;
	margin: 0 -.375rem;
}
.qyCultureDl dd{
	position: relative;
	width: 33.3333%;
}
.qyCultureDl dd .con{
	margin: 0 .375rem;
}
.qyCultureDl dd .conBox{
	clip-path: url(#pentagon-clip);
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all .4s;
	-webkit-transition: all .4s;
	position: relative;
	margin-bottom: 25px;
	transform-origin: center bottom;
}
.qyCultureDl dd .conBox{
	width:5.5rem;
	height: 4.5rem;
}
.qyCultureDl dd .icon{
	width: 2rem;
	height: 2rem;
	-webkit-mask-size: auto 1.5rem;
	mask-size: auto 1.5rem;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: var(--themeColor);
	transition: background-color 0.3s ease;
}
.qyCultureDl dd.dd3 .icon{
	-webkit-mask-size: 1.25rem auto;
	mask-size: 1.25rem auto;
}
.qyCultureDl dd .infor{
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: .75rem;
	color: var(--themeColor);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.qyCultureDl dd .title{
	line-height: 1.25rem;
	text-align: center;
	font-size: .7rem;
	color: #333;
}
.qyCultureDl dd .conBox:hover{
	background: var(--themeColor);
}
.qyCultureDl dd .conBox:hover .icon{
	background: #fff;
}
.qyCultureDl dd .conBox:hover .infor{
	color: #fff;
}
.qyCulture2{overflow: hidden;}
/* ========== 公共企业文化 end ========== */

/* ==========联系我们 start ========== */
.contactPageR{
	width: 100%;
}
.contactPageR img{
	width: 100%;
	display: block;
}
.contactPageDl{
	padding: .75rem 0 0;
}
.contactPageDl dd{
	margin-bottom: .75rem;
	display: flex;
	align-items: center;
	background: #FFF;
	padding: .5rem .75rem;
	display: flex;
	align-items: center;
	border-radius: .25rem;
}
.contactPageDl dd .iocn{
	width:2rem;
	height: 2rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: .75rem;
	background-color: #ebf2ff;
	border-radius: 100%;
	background-size: .75rem;
}
.contactPageDl dd .text{
	flex: 1;
	overflow: hidden;
}
.contactPageDl dd .text .title{
	line-height: 1.5rem;
	font-size: .75rem;
	color: #333;
	font-weight: bold;
}
.contactPageDl dd .text .infor{
	line-height: 1.25rem;
	font-size: .65rem;
	color: #999;
}
/* ==========联系我们 end ========== */
/* ==========咨询建言 start ========== */
.mbZxjy {
	padding: 1.25rem .5rem;
}
.mbZxjy form {
	background-color: #fff;
	padding: .5rem;
}
.mbZxjy .inputBox {
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: 0 .5rem;
	border: 1px solid #dedede;
	margin-bottom: .6rem;
}
.mbZxjy .inputBox .label {
	font-size: .7rem;
	color: #666;
	line-height: 1.5rem;
}
.mbZxjy .inputBox input {
	flex: 1;
	height: 1.5rem;
	line-height: 1.5rem;
	border: none;
}
.mbZxjy .inputBox2 {
	align-items: start;
}
.mbZxjy .inputBox textarea {
	flex: 1;
	height: 4.8rem;
	line-height: 1.2rem;
	border: none;
}
.mbZxjy .formButton {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
}
.mbZxjy .formButton a {
	display: block;
	text-align: center;
	width: 3.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
	font-size: .65rem;
	background-color: #264a90;
}
.mbZxjy .formButton .res {
	background-color: #b5b5b5;
}
.mbZxjy .inputBox3 {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: .6rem;
}
.mbZxjy .inputBox3 .inputBox {
	flex: 1;
	margin-bottom: 0;
}
.mbZxjy .inputBox3 img {
	width: 3rem;
	height: 1.5rem;
}
/* ==========咨询建言 end ========== */
/* ==========联系我们 start ========== */
.mbLxwm {
	padding: 1.25rem .5rem;
}
.mbLxwm ul {
	padding: .5rem;
	background-color: #fff;
}
.mbLxwm ul li {
	display: flex;
	margin-bottom: .6rem;
}
.mbLxwm ul li:last-child {
	margin-bottom: 0;
}
.mbLxwm ul li .icon {
	width: 2rem;
	height: 2rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: .75rem;
	background-color: #ebf2ff;
	border-radius: 100%;
	background-size: .75rem;
}
.mbLxwm ul li .text {
	font-size: .7rem;
	line-height: 1.1rem;
	color: #999;
	flex: 1;
}
.mbLxwm ul li .text .phone {
	color: #333;
}
/* ==========联系我们 end ========== */
/* ==========领导班子 start ========== */
.ldbzMb {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.ldbzMb dd {
	width: calc(50% - .25rem);
	background-color: #fff;
	border-radius: .2rem;
}
.ldbzMb dd .picBox {
	padding: .5rem;
}
.ldbzMb dd .picBox .pic::before {
	padding-top: 142.8572%;
}
.ldbzMb dd .text {
	line-height: 1.3rem;
	font-size: .75rem;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	color: #595959;
}
/* ==========领导班子 end ========== */
/* ==========电子期刊 start ========== */
.magaMb {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.magaMb dd {
	width: calc(50% - .25rem);
	background-color: #fff;
}
.magaMb dd .pic::before {
	padding-top: 133.3333%;
}
.magaMb dd .text {
	height: 2.6rem;
	padding: 0 .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.magaMb dd .text .title {
	font-size: .7rem;
	line-height: 1.2rem;
	text-align: center;
}
/* ==========电子期刊 end ========== */
/* ==========下载附件 start ========== */
.downList {
	padding: .5rem;
	background-color: #fff;
}
.downList dd a {
	display: flex;
	align-items: center;
	height: 1.8rem;
	line-height: 1.8rem;
	border-bottom: 1px dashed #e6e6e6;
}
.downList dd em {
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background-color: #999;
	margin-right: .5rem;
}
.downList dd .title {
	font-size: .7rem;
	color: #333;
	flex: 1;
	margin-right: .5rem;
}
.downList dd .downBtna {
	padding: 0 .5rem;
	background: #f5f5f5;
	height: 1.3rem;
	line-height: 1.3rem;
	border-radius: .2rem;
	color: #999;
	display: flex;
	align-items: center;
}
.downList dd i {
	display: block;
	width: 1rem;
	height: 1rem;
	-webkit-mask-image: url(../images/down.png);
	mask-image: url(../images/down.png);
	-webkit-mask-size: .8rem;
	mask-size: .8rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background: #999;
}
/* ==========下载附件 end ========== */

